I have been trying to get fglrx to run under my radeon 9250 card.
I followed the instructions: http://wiki.cchtml.com/index.php/Ubu...allation_Guide
At the beginning they metion:
Method 1: Install the Driver the Ubuntu Way
IMPORTANT: This method will not work with 2.6.20.* kernels.
So I installed fglrx with synaptic and it installed fine. I went through the rest of the "how to" and did the reboot. I ended up with a black screen and had to reconfigure xserver.
Obviously glxinfo | grep rendering
gives me no at the moment
How can I get fglrx running?
Here is a copy of the pertant parts my xorg.conf:
Section "Device"
Identifier "ATI RADEON 9250"
Driver "ati"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9250"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "DRI"
Mode 0666
EndSection
When I change ati in "device" to fglrx the above mentioned behavior sets in.
I followed the instructions: http://wiki.cchtml.com/index.php/Ubu...allation_Guide
At the beginning they metion:
Method 1: Install the Driver the Ubuntu Way
IMPORTANT: This method will not work with 2.6.20.* kernels.
So I installed fglrx with synaptic and it installed fine. I went through the rest of the "how to" and did the reboot. I ended up with a black screen and had to reconfigure xserver.
Obviously glxinfo | grep rendering
gives me no at the moment
How can I get fglrx running?
Here is a copy of the pertant parts my xorg.conf:
Section "Device"
Identifier "ATI RADEON 9250"
Driver "ati"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9250"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "DRI"
Mode 0666
EndSection
When I change ati in "device" to fglrx the above mentioned behavior sets in.
Comment