 |
 |
 |
 |
| Alpha, Beta & Snapshots Discussions (Fedora 11 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released |

9th June 2009, 06:45 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 6

|
|
|
Fedora 11 With ati? Ati 4800s?
I tried the RC but the catalyst drivers would not work.
Does this release have beta 9.6 drivers or do we just have to wait?
|

9th June 2009, 06:55 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
wil have to wait for the 9.6 drivers i would think
|

9th June 2009, 08:49 AM
|
 |
Registered User
|
|
Join Date: Jan 2008
Location: Witham, Essex, UK
Age: 25
Posts: 341

|
|
I have the HD4870 and HD4670 on two different rigs, both Fedora 11, both upgraded via PreUpgrade from Fedora 10. I'm using the "radeonhd" drivers, here's my Xorg.conf for the 4670 (configuration is pretty much the same, apart from resolution of the primary display - 1680x1050):
Code:
[craig@khashoggi ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Monitor"
Identifier "Left"
ModeLine "1280x1024_60.00" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Monitor"
Identifier "Right"
ModeLine "1280x1024_60.00" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
Option "RightOf" "Left"
Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Device"
Identifier "HD4670"
Driver "radeonhd"
Option "monitor-DVI-I_1/digital" "Left"
Option "monitor-DVI-I_2/digital" "Right"
Option "RROutputOrder" "Left"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "HD4670"
DefaultDepth 24
SubSection "Display"
Virtual 2960 1024
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Hope that helps. It's worth noting that you can't have Compiz (at least with Xinerama/dual-display setups).
__________________
Personal Website | Windows to Linux - Tips from Experience
Desktop - Galileo
Dual-Boot: Fedora 13 x64, Windows 7 x64
Intel Core2Quad Q6600 @3.6GHz, 8GB PC2-8500 DDR2, ATI HD4870, 23" @ 1920x1080 + 20" @ 1600x900 (both DVI-D), 2TB ICH10R RAID0 array, Custom Watercooling
Laptop - MacBook 5.1 ('08 Aluminium)
Dual-Boot: Fedora 13 x64, Apple OS X
Intel Core2Duo, 2GB 1066MHz DDR3, nVidia 9400M, 13" LCD @ 1280x800, 160GB SATA
|

9th June 2009, 02:47 PM
|
|
Registered User
|
|
Join Date: Jul 2007
Posts: 25

|
|
|
The Fedora 11 rc worked out of the box on my HD4870 with the open-source radeon driver. I found it very stable, but does not have 3d support so far. If you need 3d on newer cards you'll probably have to wait for Catalyst 9.6. I swapped mine for and old X1800, runs Compiz fine @1920x1200 and cooler/quieter as well.
|

9th June 2009, 03:59 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 6

|
|
Quote:
Originally Posted by CraigWatson
I have the HD4870 and HD4670 on two different rigs, both Fedora 11, both upgraded via PreUpgrade from Fedora 10. I'm using the "radeonhd" drivers, here's my Xorg.conf for the 4670 (configuration is pretty much the same, apart from resolution of the primary display - 1680x1050):
Code:
[craig@khashoggi ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Monitor"
Identifier "Left"
ModeLine "1280x1024_60.00" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Monitor"
Identifier "Right"
ModeLine "1280x1024_60.00" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
Option "RightOf" "Left"
Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Device"
Identifier "HD4670"
Driver "radeonhd"
Option "monitor-DVI-I_1/digital" "Left"
Option "monitor-DVI-I_2/digital" "Right"
Option "RROutputOrder" "Left"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen"
Device "HD4670"
DefaultDepth 24
SubSection "Display"
Virtual 2960 1024
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Hope that helps. It's worth noting that you can't have Compiz (at least with Xinerama/dual-display setups).
|
Ok thanks for the replys. Why cant you use dual displays with compiz?
|

9th June 2009, 04:03 PM
|
 |
Registered User
|
|
Join Date: Jan 2008
Location: Witham, Essex, UK
Age: 25
Posts: 341

|
|
I think it's something to do with the maximum screen size for Compiz, all I really know is that I was researching it when I was getting my 4870 to work, but it didn't bother me at the time so I didn't really pay that much attention to it. Try Googling "RadeonHD Xinerama Compiz" and see what you come up with
__________________
Personal Website | Windows to Linux - Tips from Experience
Desktop - Galileo
Dual-Boot: Fedora 13 x64, Windows 7 x64
Intel Core2Quad Q6600 @3.6GHz, 8GB PC2-8500 DDR2, ATI HD4870, 23" @ 1920x1080 + 20" @ 1600x900 (both DVI-D), 2TB ICH10R RAID0 array, Custom Watercooling
Laptop - MacBook 5.1 ('08 Aluminium)
Dual-Boot: Fedora 13 x64, Apple OS X
Intel Core2Duo, 2GB 1066MHz DDR3, nVidia 9400M, 13" LCD @ 1280x800, 160GB SATA
|

9th June 2009, 04:20 PM
|
 |
Registered User
|
|
Join Date: Nov 2007
Location: United Kingdom
Age: 22
Posts: 22

|
|
|
As far as I know the current ATi Drivers will not build on 2.6.29, I haven't tried it on any 2.6.29 installs yet so I can't confirm it. Though it does work on Mandriva, but that's their custom version of the driver so I can't take that as proof that it should work.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:20 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|