[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xorg falla



Saludos lista.

Tengo un problema con el servidor gráfico. Este se
cierra cuando ejecuto quake4 o cedega (Battlefield2).
Anteriormente funcinaba bien pero despues de un
upgrade y actualización de los drivers de nvidia el
problema aparecio.

El Xorg.0.log muestra lo siguiente:

(WW) Open ACPI failed (/var/run/acpid.socket) (No such
file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Configured Mouse: ps2EnableDataReporting:
succeeded
(II) NVIDIA(0): Setting mode "800x600"

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xffffe420]
2: [0x81fed50]

Fatal server error:
Caught signal 11.  Server aborting

Tengo etch con los ultimos drivers de nvidia y por si
sirve de algo aca esta mi xorg.conf:

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath       
"/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath       
"/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath       
"/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath       
"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath       
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "es"
EndSection
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "Viewsonic"
    HorizSync       30.0 - 90.0
    VertRefresh     50.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV43 [GeForce
6600]"
    Driver         "nvidia"
#    BusID           "PCI:3:0:0"
#    Option      "UseFBDev"      "true"
    Option          "RenderAccel"           "true"
    Option          "AllowGLXWithComposite" "true"
EndSection

Section "Screen" Identifier     "Default Screen"
    Device         "nVidia Corporation NV43 [GeForce
6600]"
    Option "AddARGBGLXVisuals" "True"
    Monitor        "Viewsonic"
    DefaultDepth    24
#    Option         "UseFBDev" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1024x768" "800x600"
"640x480"
    EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


Gracias




__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 



Reply to: