LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Dual Screen - Resolution Problems (https://www.linuxquestions.org/questions/fedora-35/dual-screen-resolution-problems-342310/)

dolvmin 07-11-2005 09:43 PM

Dual Screen - Resolution Problems
 
I'm stumped folks. I did some research and after about two days of trouble-shooting, I sucessfully got dual screen setup working on FC2. I have a nVidia GeForce6 series card installed. The dual screen setup not the problem though. My problem is the software running on it. When running software which requires full screen view, the resolution is always setup as 2048x768 (Note: That is 1024 times 2 at the same vertical 2*(1024) x 768). So guess what happens? The program starts on the right side of the first screen, and on the left side of the second screen, causing the center of the program to be split into two between the two screens. When your playing a game in OpenGL, that is a no no!

What I'm trying to do is setup the dual screens the way I currently have it setup, but allow a program to run on only one screen, instead of using both.

Please note for those who don't know much about nVidia; the dual screen setup is NOT done through scripting within the ServerLayout Section.

Here's my xorg.conf file:
Code:

Section "Monitor"
        Identifier  "MicroTek c593"
        VendorName  "MicroTek"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 60.0
        VertRefresh  60.0 - 75.0
        Option      "dpms"
EndSection
                                                                                                                         
Section "Monitor"
        Identifier      "Toshiba"
        VendorName      "Toshiba"
        ModelName      "CRT Monitor 1024x768"
        HorizSync      31.5 - 60.0
        VertRefresh    60.0 - 75.0
        Option          "dpms"
EndSection
                                                                                                                         
Section "Device"
        Identifier  "NVIDIA GeForce 6"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName  "GeForce 6800"
        Option "TwinView"
        Option "MetaModes" "1024x768, 1024x768"
        Option "SecondMonitorHorizSync" "31.5 - 60"
        Option "SecondMonitorVertRefresh" "60.0 - 70.0"
        Option "TwinViewOrientation"    "RightOf"
                                                                                                                         
EndSection
                                                                                                                         
Section "Screen"
        Identifier "Screen0"
        Device    "NVIDIA GeForce 6"
        Monitor    "MicroTek c593"
        DefaultDepth    24
                                                                                                                         
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
                                                                                                                         
Section "Screen"
        Identifier "Screen1"
        Device    "NVIDIA GeForce 6"
        Monitor    "Toshiba"
        DefaultDepth    24
                                                                                                                         
        SubSection "Display"
                Viewport        0 0
                Depth          16
                Modes          "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport        0 0
                Depth          24
                Modes          "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

I need help, please help, thanks.

matarodi 07-11-2005 11:10 PM

i wanna do it,but i have a question and it is how much ram i need in graphic card???

dolvmin 07-11-2005 11:41 PM

You should be able to do it with a 32MB card, but I would not recommend anything less then 124MB if you intend to use OpenGL.


All times are GMT -5. The time now is 09:11 PM.