You are not logged in.

#1 2006-02-06 02:23:07

Malek
Member
Registered: 2004-11-06
Posts: 20

TwinView xorg.conf question, fuzzy 2nd monitor [SOLVED]

Thanks in advance for any help.  Currently I'm trying to get TwinView working, and it does.  But the second monitor presently is kind of "Fuzzy"... as in it doesn't look like it's displaying the proper resolution.  I switched the monitors and the problem transfers over to the once-first monitor.

Here's a copy of my xorg.conf file... again thanks in advance


Section "Monitor"

 ### Uncomment if you don't want to default to DDC:
        Identifier   "Monitor0"
 ### Uncomment if you don't want to default to DDC:
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 90.0
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        HorizSync    31.5 - 48.5
        VertRefresh  50.0 - 90.0
EndSection


Section "Device"
        Identifier  "NVidia"
        Driver      "nvidia"
        Option      "TwinView"
        Option      "MetaModes" "1024x768,1024x768;1024x768,NULL,800x600,NULL;640x480,NULL"
        Option      "SecondMonitorHorizSync" "31.5 - 40.5"
        Option      "SecondMonitorVertRefresh" "50.0 - 90.0"
        Option      "ConnectedMonitor" "Monitor0, Monitor1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "NVidia"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768,1024x768" "1024x768,NULL" "800x600" "640x480"
        EndSubSection
EndSection

I know it's a simple configuration problem but any help would be appreciated.  Thanks again.

(EDIT) Found the proper term.  Fuzzy isn't it, but it looks like it's interlaced almost.

(EDIT 2) ... I found it... I put in 40.5 instead of 48.5.  Damnit.

Offline

Board footer

Powered by FluxBB