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

getting rid of errors in Xorg.0.log



Can someone please help me on how to configure X to get rid of the following 
errors.

$ grep EE /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) open /dev/fb0: No such file or directory
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(EE) GLX error: Can not get required symbols.
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics 
hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"



Entire /var/log/Xorg.0.log is uploaded to http://pastebin.com/bzM3PBJF


$uname -a
Linux kusumanchi.mae.cornell.edu 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC 
2010 i686 GNU/Linux

Using a combination of Lenny and Squeeze. Machine is Dell Inspiron E1505 .


$lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon 
X1300]


$dpkg -l \*radeon\* \*glx\* \*fb0\* \*fglrx\* | grep ^ii
ii  fglrx-atieventsd                     1:10-7-1                             
external events daemon for the non-free AMD/ATI r6xx - r7xx display driver
ii  fglrx-driver                         1:10-7-1                             
non-free AMD/ATI r6xx - r7xx display driver
ii  fglrx-glx                            1:10-7-1                             
proprietary libGL for the non-free AMD/ATI r6xx - r7xx display driver
ii  fglrx-kernel-2.6.26-2-686            1:10-7-1+2.6.26-25lenny1             
ATI binary kernel module for Linux 2.6.26-2-686
ii  fglrx-source                         1:10-7-1                             
kernel module source for the non-free AMD/ATI r6xx - r7xx display driver
ii  libdrm-radeon1                       2.4.21-1~squeeze3                    
Userspace interface to radeon-specific kernel DRM services -- runtime
ii  radeontool                           1.6.1-1                              
utility to control ATI Radeon backlight functions on laptops
ii  xserver-xorg-video-radeon            1:6.13.1-2                           
X.Org X server -- AMD/ATI Radeon display driver
No packages found matching *fb0*.


$cat /etc/X11/xorg.conf | grep -v '#' | grep -v '^$'                                                                                                                                                        
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection
Section "Device"
        Identifier      "Configured Video Device"
EndSection
Section "Monitor"
        Identifier      "Configured Monitor"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection


thanks
raju
-- 
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/


Reply to: