Brendan Conoboy
Tue, 26 Aug 2008 13:10:59 -0700
Hi folks,Following up on my previous email on the subject, I've made some advances to the configuration which have improved performance and decreased hardware requirements. My new setup has 2 24" screens on the right, and a 22" screen in portrait mode on the left. A radeon x300 card drives the 24" displays as a single randr screen, while an nvidia gs7200 (NV46) card drives the CCW-rotated portrait monitor. This is running on the latest Xorg in Fedora 8 (Fedora 9 presently has trouble initializing the second video card).
-- Brendan Conoboy / Red Hat, Inc. / [EMAIL PROTECTED]
# This configuration is for 2 24" displays in landscape mode, # combined on a single radeon video card with the randr driver
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" leftof "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
Busid "PCI:2:0:0"
VendorName "Videocard Vendor"
Option "monitor-DVI-0" "dvi0"
Option "monitor-VGA-0" "vga0"
EndSection
Section "Monitor"
Identifier "dvi0"
Option "PreferredMode" "1920x1200"
EndSection
Section "Monitor"
Identifier "vga0"
Option "RightOf" "dvi0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1900x1200"
Virtual 3840 1200
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Monitor "dell"
Device "Videocard1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
Virtual 1680 1050
EndSubSection
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nv"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "dell"
Option "Rotate" "CCW"
EndSection
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list