The problem with F7 x86_64 is falling back to an issue inside the blob. At this point there isn't much you can do about it, but AMD has been aware of this x86_64 issue for a month or two since I personally discussed it with them.
The problem with F7 x86_64 is falling back to an issue inside the blob. At this point there isn't much you can do about it, but AMD has been aware of this x86_64 issue for a month or two since I personally discussed it with them.
Well I still have the "Unsupported hardware" logo with my ATI Mobility FireGL V5200 :-(
Luckily I use avivo ... which kind of works OK..but I decided to try out the latest ati driver
I am using Fedora 7 - using the updated kernel 2.6.22.1 however I have some failed dependencies - am I doing something stupid here?
[root@localhost Desktop]# rpm -ivh ATI-fglrx-8.39.4-1.f7.i386.rpm ATI-fglrx-control-center-8.39.4-1.f7.i386.rpm kernel-module-ATI-fglrx-2.6.22.1-27.fc7-8.39.4-1.f7.i386.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by ATI-fglrx-8.39.4-1.f7.i386
libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-8.39.4-1.f7.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-8.39.4-1.f7.i386
libstdc++.so.5 is needed by ATI-fglrx-control-center-8.39.4-1.f7.i386
libstdc++.so.5(CXXABI_1.2) is needed by ATI-fglrx-control-center-8.39.4-1.f7.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by ATI-fglrx-control-center-8.39.4-1.f7.i386
[root@localhost Desktop]#
yum install compat-libstdc++*
Thanks .. now it works - correct resolution etc
Unfortunately I was hoping that POWERPLAY would start to work like magic... but the reality is - no POWERPLAY with the X1600 card in a MacBook Pro C2D thus the fans are running like turbines ...
Standard xorg.conf generated by system-config-display ... and then
aticonfig --initial
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "yes"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "Centermode" "off"
Option "PseudoColorVisuals" "off"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "off"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
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
EndSubSection
EndSection
Last edited by crumpet; 07-24-2007 at 05:50 PM.