has anyone had any real success with the fglrx driver on Ubuntu? I'm using it, Compiz is working but anything that uses gl just crashes X.
My card is a PowerColor ATI x1300 512Mb and the relevant sections of my (current) xorg.conf looks like this:
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Busid "PCI:2:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Capabilities" "0x00000800"
Option "UseFastTLS" "2"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "CMC 19AW"
Defaultdepth 24
SubSection "Display"
****
Ommitting display depths here...
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
My card is a PowerColor ATI x1300 512Mb and the relevant sections of my (current) xorg.conf looks like this:
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Busid "PCI:2:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Capabilities" "0x00000800"
Option "UseFastTLS" "2"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "CMC 19AW"
Defaultdepth 24
SubSection "Display"
****
Ommitting display depths here...
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Comment