zarthon
23rd February 2006, 12:53 PM
# edited 5/25/06 Ignore this thread and check out:
#http://forums.fedoraforum.org/forum/showthread.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
#http://forums.fedoraforum.org/forum/showthread.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