Monday, 7 May 2007

xorg.conf edit 4

So I'm back at square one, having tried a whole bunch of things, no luck.

"cat /var/log/gdm/:0.log" gives me:

(==) Log file: "/var/log/Xorg.93.log", Time: Mon May  7 16:45:59 2007
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
Could not init font path element /usr/share/fonts/Speedo, removing from list!
Could not init font path element unix/:7100, removing from list!
error opening security policy file /etc/X11/xserver/SecurityPolicy


man page for xorg.conf

This geezer reckons AIGLX is incompatible with newer Xorg server, so I want a bit of:
  Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection


...coming right up!

No comments: