Probs with Dual Monitor setup
Hi all
I am running Fedora 3 with a dual monitor setup. I have two LCD Screens, a Benq FP71G and a LG L1730S
My video card is an ATI 9200 pro. I have the setup basically working however the 1st screen, the Benq, is showing really rough fonts, and I am sure that the driver is wrong.
I have tried everything I know to fix it (which is very basic) but to no avail. I have installed the ATI fglrx driverwhich got the twin screens working but didn't fix the roughness of the 1st screen. Below is the excerpt from my xorg.conf file.
Can anyone give me some clues as to what I could try please????
Thanks in advance
Peppercorn
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Benq FP767"
DisplaySize 340 270
HorizSync 31.5 - 83.0
VertRefresh 56.0 - 76.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 1"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9200PRO"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "(null)"
Option "DesktopSetup" "Horizontal"
Option "OverlayOnCRTC2" "1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig Screen 1"
Device "ATI Graphics Adapter 1"
Monitor "aticonfig Monitor 1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|