Fedora Linux Support Community & Resources Center
  #1  
Old 23rd February 2006, 12:53 PM
zarthon Offline
Registered User
 
Join Date: Oct 2004
Posts: 43
FC5 & newfangled ATI radeon drivers

# edited 5/25/06 Ignore this thread and check out:
#http://forums.fedoraforum.org/forum/...d.php?p=535972
#

I guess it's really not that new either. sorry folks.
The new radeon drivers offer a new way to use two monitors. In stead of Xinearama the card creates a virtual destop then uses the two monitors as two viewports. This appears to the system as one big screen and has several advantages over the standard system layout spec.
To set this up you pass special options to the driver which are documented at:
http://ftp.x.org/pub/X11R7.0/doc/html/radeon.4.html
I am running FC5 AMD64 and yum update a couple of times a week.
I have not downloaded the fglrx drivers and they are not on my system and not in yum, I believe because they are propritary.
Anyway the screens display the same thing until X lauches then they both go blank.
After a bit if I move the mouse i see an arrow cursor moving on both screens in tandem.
I have also tried it with all the display sections uncommented and with a modeline in the one with the virutal statement containing a 2560x1024 mode in addtion to the others.
I am going to try a 16 bit depth version of that next.
Has anyone gotten two monitors to work through the raedon driver as documented on xorg with FC5 ?
Any thoughts?
I have an all-in-wonder card with the RV350 chip set.
I also have tried a standard Xinearama setup and this did not work.

Here is my xorg.conf
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
Load "v4l"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "NEC MultiSync LCD1700V"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
Option "MergedFB" "TRUE"
Option "MonitorLayout" "TMDS,CRT"
Option "CRT2Position" "RightOf"
Option "CRT2VRefresh" "47.0-120.0"
Option "CRT2HSync" "30.0-64.0"
Option "MetaModes" "1280x1024-1280x1024 1280x1024-1024x768 1024x768-1024x768"
BoardName "VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
# SubSection "Display"
# Viewport 0 0
# Depth 16
# Modes "800x600" "640x480"
# EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 2560 1024
EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 24
# Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
# EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Last edited by zarthon; 25th May 2006 at 06:59 AM.
  #2  
Old 23rd February 2006, 12:59 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,332
(moved to FC5-Dev)
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
  #3  
Old 24th February 2006, 12:42 AM
zarthon Offline
Registered User
 
Join Date: Oct 2004
Posts: 43
Red face progress and distinction

I wanted to post and just note that the 16 bit mode did not help.
Also I wanted to note that for one monitor the new Radeon drivers work.
Note however that the FC5 installer uses "vesa" drivers for the Radeon card which did not work for mine. I had to configure it by editing xorg.conf


After FC5 installation find where it says "vesa" and change it to "radeon"

I will note if FC5 test 3 uses the right driver or not. I am installing it over the weekend.

Last edited by zarthon; 25th February 2006 at 08:46 AM.
  #4  
Old 25th May 2006, 06:50 AM
zarthon Offline
Registered User
 
Join Date: Oct 2004
Posts: 43
Ignore this thread and check out:
http://forums.fedoraforum.org/forum/...d.php?p=535972
 

Tags
ati, drivers, fc5, newfangled, radeon

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon video drivers daytooner Hardware & Laptops 1 9th September 2009 08:54 AM
ATI Radeon drivers? Reject519 Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 1 11th November 2008 05:11 PM
Help with Radeon Drivers Suspi Using Fedora 0 11th May 2006 04:46 AM
ATI 3.12.0 driver issuesATI Radeon Mobility U1, aka ATI Radeon IGP 320M drivers? jroysdon Hardware & Laptops 1 12th September 2004 08:31 AM
Radeon drivers... carsomyr Using Fedora 2 7th August 2004 12:01 AM


Current GMT-time: 20:36 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat