Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg crash after a kernel update(work as root)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
elius
n00b
n00b


Joined: 25 Jan 2004
Posts: 14

PostPosted: Sat Jan 05, 2008 3:25 pm    Post subject: Xorg crash after a kernel update(work as root) Reply with quote

Hello,
I recently updated my kernel to 2.6.23-gentoo-r3 and I can't get X to work(worked flawless before the update).
Once I type "startx" X loads, I can see my desktop and move my mouse for about 2 seconds and then X crash, when I try to run X as root(just to test it out) X seems to work(left mouse button doesn't work though) fine without any crashing.
I'm using ATI drivers(re-emerged them after the kernel update), Xorg 7.2 and fluxbox.
I read on the forums that disabling frame buffer support might help but it's the same.

grep \(EE\) /var/log/Xorg.0.log
Code:

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering


last few lines on Xorg.0.log
Code:
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) evdev brain: Rescanning devices (1).
(**) Option "CorePointer"
(**) Mouse1-LNXPWRBN/button/input0: Core Pointer
(WW) Mouse1-LNXPWRBN/button/input0: does not have core pointer capabilities
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us,il"
(**) Keyboard1: XkbLayout: "us,il"
(**) Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
(**) Keyboard1: XkbOptions: "grp:alt_shift_toggle,grp_led:scroll"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) <default pointer>: Sensitivity: 1
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1-LNXPWRBN/button/input0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) Mouse1-LNXPWRBN/button/input0: Init
(II) evdev brain: Rescanning devices (2).
(II) Mouse1-LNXPWRBN/button/input0: On
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded

Backtrace:
0: X(xf86SigHandler+0x85) [0x80d0c33]

Fatal server error:
Caught signal 11.  Server aborting


xorg.conf
Code:


 Section "DRI"
    Mode 0666
 EndSection

Section "ServerLayout"

        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

    Load       "glx"
    Load       "dri"
        SubSection "extmod"
        EndSubSection
        Load  "freetype"
EndSection

Section "InputDevice"

        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc101"


        Option      "XkbLayout" "us,il"
        Option      "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"





EndSection

Section "InputDevice"







       Identifier      "Mouse1"
       Driver      "evdev"
       Option      "Device" "/dev/input/event0"





EndSection

Section "Monitor"
    Option "DPMS"
        Identifier   "LG"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 100.0
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"

        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
EndSection

Section "Device"

        Identifier  "ATI"
        Driver      "vga"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "FSAAEnable" "on"
        Option      "FSAAScale" "2"
        Option       "Capabilities" "0x00000800"
        Option       "UseFastTLS" "off"
        Option       "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "ATI"
        Monitor    "LG"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection



Last edited by elius on Sat Jan 05, 2008 4:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Jan 05, 2008 4:04 pm    Post subject: Reply with quote

Please post only the lines that start with (EE)
# grep \(EE\) /var/log/Xorg.0.log
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum