Help! XBMC start in black screen
#1
Thumbs Down 
Hello, excuse my writing in English.

I Install XBMC Live with GeForce MX4000, then I install drivers of nvidia:

Code:
Sh NVIDIA-Linux-x86-96.43.16-pkg1.run - x-module-path =/usr/lib/xorg/modules/.

But, XBMC initiates on black screen.

If I kill the X and execute StartX, XBMC works.

Here is my xorg.conf (I have S-VIDEO exit in a TV and Monitor Samsung SyncMaster551v)

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig

# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Jan 28 16:14:36 PST 2010


Section "ServerLayout"
    
    Identifier     "X.org Configured"

    Screen         "Screen0"

    InputDevice    "Mouse0" "CorePointer"

    InputDevice    "Keyboard0" "CoreKeyboard"

EndSection



Section "Files"
    ModulePath      "/usr/lib/xorg/modules"

    FontPath        "/usr/share/fonts/X11/misc"

    FontPath        "/usr/share/fonts/X11/cyrillic"

    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"

    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"

    FontPath        "/usr/share/fonts/X11/Type1"

    FontPath        "/usr/share/fonts/X11/100dpi"

    FontPath        "/usr/share/fonts/X11/75dpi"

    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

    FontPath        "built-ins"

EndSection


Section "Module"

    Load           "glx"

EndSection



Section "InputDevice"

    Identifier     "Keyboard0"

    Driver         "kbd"

EndSection



Section "InputDevice"

    Identifier     "Mouse0"

    Driver         "mouse"

    Option         "Protocol" "auto"

    Option         "Device" "/dev/input/mice"

    Option         "ZAxisMapping" "4 5 6 7"

EndSection



Section "Monitor"
    
    Identifier     "Monitor0"

    VendorName     "SAM"

    ModelName      "SyncMaster"

    HorizSync       30.0 - 55.0

    VertRefresh     50.0 - 120.0

    ModeLine       "800x600" 56.2 800 832 896 1048 600 601 604 631 +hsync +vsync

    Option         "PreferredMode" "800x600_60.00"
    
    Option         "DPMS"

EndSection



Section "Device"

    Identifier     "Card0"
        Driver         "nvidia"

    VendorName     "nVidia Corporation"

    BoardName      "NV18 [GeForce4 MX 4000]"
        Option         "ModeValidation" "NoEdidModes"

    Option         "TwinView" "1"

    Option         "SecondMonitorHorizSync" "30-50"

    Option         "TwinViewOrientation" "Clone"

    Option         "TVOutFormat" "SVIDEO"

    Option         "ConnectedMonitor" "DFP,TV"

    Option         "TVStandar" "PAL-NC"

    Option         "MonitorLayout" "LDMS" # (NONE,CRT,TDMS,LVDS)

    Option         "VideoOverlay" "on"

    Option         "VideoGLOverlay" "off"

    Option         "TextureVideo" "on"

EndSection



Section "Screen"

    Identifier     "Screen0"
     Device         "Card0"

    Monitor        "Monitor0"
    DefaultDepth 24
    SubSection     "Display"
               Viewport     0 0
    
       Depth       24

       Modes      "800x600"

    EndSubSection

EndSection



Section "Extensions"
       Option         "Composite" "Enable"

EndSection

Thanks.
Reply
#2
Forget to tell, under /usr/share/xbmc/userdata i create advancedsettings.xml with this content:

Code:
<advancedsettings>
  <glrectanglehack>1</glrectanglehack>
</advancedsettings>

Ubunut 9.10 XBMCLive tty4
Linux XBMCLive 2.6.31-16-generic
Reply
#3
Hi! I tried to ejecute
Quote:Xorg -configure
but i still have the same problem.
Reply
#4
I solve the problem, updating the XBMC Live from this link:

[HTML]http://www.xbmcfreak.nl/en/xbmcfreak-livecd-9-11-v14/[/HTML]

Then install Nvidia driver:

Code:
Sh NVIDIA-Linux-x86-96.43.16-pkg1.run --x-module-path=/usr/lib/xorg/modules/.

Then xorg.conf:

Code:
Section "Device"

    Identifier     "Card0"
        Driver         "nvidia"

    VendorName     "nVidia Corporation"

    BoardName      "NV18 [GeForce4 MX 4000]"
        Option         "ModeValidation" "NoEdidModes"

    Option         "TwinView" "1"

    Option         "SecondMonitorHorizSync" "30-50"

    Option         "TwinViewOrientation" "Clone"

    Option         "TVOutFormat" "SVIDEO"

    Option         "ConnectedMonitor" "DFP,TV"

    Option         "TVStandar" "PAL-NC"

    Option         "MonitorLayout" "LDMS" # (NONE,CRT,TDMS,LVDS)

    Option         "VideoOverlay" "on"

    Option         "VideoGLOverlay" "off"

    Option         "TextureVideo" "on"

EndSection




And works!!!
Reply

Logout Mark Read Team Forum Stats Members Help
Help! XBMC start in black screen0