LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual Screen Nvidia 7600GT mandriva 2008.1 (https://www.linuxquestions.org/questions/linux-newbie-8/dual-screen-nvidia-7600gt-mandriva-2008-1-a-638181/)

setlec_seta 04-27-2008 09:23 AM

Dual Screen Nvidia 7600GT mandriva 2008.1
 
Hello there,

i've installed Mandriva 2008 spring free edition and i wanted to use my two monitors. First monitor is my 19" widescreen DVI and my second is a 17" VGA.

Within the Nvidia settings my screens are in TwinView Clone mode, i've tried to setup as my 17" screen to be at the "rightof" of my 19"widescreen but the problem is that i can't make my 17" to use its full resolution (1280x1024) and my 19" wide to use its full resolution (1440x900). So i've tried to setup both screen to use 1440x900, 17" rightof 19" , but after applying the scale of the 19" goes to 2048x900... so what can i do?

here is a copy of my current Xorg.conf:

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# File generated by XFdrake (rev 234840)
# File generated by XFdrake (rev 234840)
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:21:33 PST 2008
# File generated by XFdrake (rev 234840)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier    "layout1"
    Screen        "screen1" 0 0
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Mouse1" "CorePointer"
EndSection

Section "Module"
    Load          "dbe" # Double-Buffering Extension
    Load          "v4l" # Video for Linux
    Load          "extmod"
    Load          "type1"
    Load          "freetype"
    Load          "glx" # 3D layer
EndSection

Section "ServerFlags"

    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    Option        "allowmouseopenfail"
    Option        "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier    "Keyboard1"
    Driver        "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "ch(fr)"
    Option        "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier    "Mouse1"
    Driver        "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/mouse"
EndSection

Section "Monitor"

    # Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10)
    Identifier    "monitor1"
    VendorName    "Plug'n Play"
    ModelName      "Philips 190CW"
    HorizSync      30.0 - 83.0
    VertRefresh    55.0 - 75.0
    ModeLine      "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
    ModeLine      "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine      "768x576" 63.1 768 800 960 1024 576 578 590 616
    ModeLine      "1440x900_120" 229.8 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
    ModeLine      "1440x900_100" 187.6 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
    ModeLine      "1440x900_85" 156.8 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
    ModeLine      "1440x900_75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
    ModeLine      "1440x900_60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine      "1440x900_50" 87.4 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
    ModeLine      "1280x800_120" 181.2 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
    ModeLine      "1280x800_100" 147.9 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
    ModeLine      "1280x800_85" 123.4 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
    ModeLine      "1280x800_75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    ModeLine      "1280x800_60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine      "1280x800_50" 68.6 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
EndSection

Section "Device"
    Identifier    "device1"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName      "NVIDIA GeForce FX to GeForce 8800"
EndSection

Section "Screen"
    Identifier    "screen1"
    Device        "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    Option        "DPMS"
    Option        "TwinViewOrientation" "Clone"
    Option        "TwinView"
    Option        "AddARGBGLXVisuals"
    SubSection    "Display"
        Depth      8
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection    "Display"
        Depth      15
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection    "Display"
        Depth      16
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection    "Display"
        Depth      24
        Modes      "1440x900" "1280x800"
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite"
EndSection


DiBosco 04-27-2008 01:58 PM

Install the proprietary nvidia drivers, run nvidia-settings and set it up from there. nvidia-settings is a top program.

You can install the drivers from MCC by just typing nvidia in the search and choosing the dkms-nvidia96xx option. Install all the dependencies and run XFdrake or configure the graphics server from MCC. Just go to change the driver and when you choose the existing grpahics card it will ask you whether you want to install proprietary drivers. Select yes and once it's installed the rest of the software, then reboot KDE and run nvidia-settings. (I always run it from the command line as root as you need to be root to change xorg.conf)

BTW, sure you want clone? Do you not mean separate screens?

setlec_seta 04-27-2008 02:27 PM

i've got the proprietary nvidia drivers installed already and all packages for nvidia drivers. i've had the screens working as separate screens but something went wrong and messed up Xorg... nothing that i've done, maybe a stupid from the alternative OS messed up my Xorg. I'll first get the TwinView working nicely, then i'll try to get the separate windows. the twinview propuse is to extend a screen desktop to one or various side. that's i'm trying to do.

DiBosco 04-27-2008 04:44 PM

Only other thing I can thing is to delete xorg.conf, rerun XFdrake and then nvidia-setings.

I guess, if I'd read your xorg.conf properly I'd've seen you had the nvidia drivers.

btw, I found the problems you had when I used to use the twinview settings. It was only when I went to separate X screens that I solved the issue. AFAI understand the twinview is making one large screen from the two monitors. It seems logical therefore that the two screens have to have the same resolution. I used to find that either the top or the bottom of the smaller screen was lost depending on where I set the screens in nvidia-settings.

If I understand correctly what you're trying to do, you can't actually do it. I am not sure I understand though, because twinview is not a clone mode. There is a mode where both monitors display exactly the same thing, but that's not twinview AFAIK.

setlec_seta 04-27-2008 05:28 PM

well i've just read your post and i pretty sure that you understand what i meant... I think that i will have to go on separate screens again hoping that i won't make the xorg.conf once working without a backup... this one of my mistake, the other mistake was to let a damn user of the paid alternative OS to Fu** up my lovely linux config... (sorry being rude)...

From your point of vue it's probably the best way to get what i want only with separate screens... May i ask your xorg.cong? Just to compare to mine, like that i'll try to setup like yours...

thanks for your help DiBosco!

DiBosco 04-28-2008 04:24 AM

Sure, here goes. What's interesting is that is says "Clone" in the file, whereas on nvidia-settings is says something different. I never really spent much time looking at this config file!

----------------------------------------------------------------

Code:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:21:33 PST 2008

# File generated by XFdrake (rev 234840)
# File generated by XFdrake (rev 234840)
# File generated by XFdrake (rev 234840)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier    "layout1"
    Screen      0  "Screen0" 1680 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
EndSection

Section "Module"
    Load          "dbe" # Double-Buffering Extension
    Load          "v4l" # Video for Linux
    Load          "extmod"
    Load          "type1"
    Load          "freetype"
    Load          "glx" # 3D layer
EndSection

Section "ServerFlags"

    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    Option        "allowmouseopenfail"
    Option        "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier    "Keyboard1"
    Driver        "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "gb"
    Option        "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier    "Mouse1"
    Driver        "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier    "Mouse2"
    Driver        "evdev"
    Option        "device" "/dev/input/by-id/usb--event-mouse"
    Option        "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"
    Identifier    "monitor1"
    VendorName    "Unknown"
    ModelName      "HP w2207"
    HorizSync      24.0 - 82.0
    VertRefresh    48.0 - 76.0
    ModeLine      "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync
    ModeLine      "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine      "768x576" 63.1 768 800 960 1024 576 578 590 616
    ModeLine      "1680x1050_120" 313.2 1680 1816 2000 2320 1050 1051 1054 1125 -hsync +vsync
    ModeLine      "1680x1050_100" 256.2 1680 1808 1992 2304 1050 1051 1054 1112 -hsync +vsync
    ModeLine      "1680x1050_85" 214.5 1680 1800 1984 2288 1050 1051 1054 1103 -hsync +vsync
    ModeLine      "1680x1050_75" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
    ModeLine      "1680x1050_60" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
    ModeLine      "1680x1050_50" 120.2 1680 1776 1952 2224 1050 1051 1054 1081 -hsync +vsync
    ModeLine      "1600x1000_120" 284.0 1600 1728 1904 2208 1000 1001 1004 1072 -hsync +vsync
    ModeLine      "1600x1000_100" 232.1 1600 1720 1896 2192 1000 1001 1004 1059 -hsync +vsync
    ModeLine      "1600x1000_85" 194.2 1600 1712 1888 2176 1000 1001 1004 1050 -hsync +vsync
    ModeLine      "1600x1000_75" 169.1 1600 1704 1880 2160 1000 1001 1004 1044 -hsync +vsync
    ModeLine      "1600x1000_60" 133.1 1600 1704 1872 2144 1000 1001 1004 1035 -hsync +vsync
    ModeLine      "1600x1000_50" 108.7 1600 1688 1856 2112 1000 1001 1004 1029 -hsync +vsync
    ModeLine      "1440x900_120" 229.8 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
    ModeLine      "1440x900_100" 187.6 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
    ModeLine      "1440x900_85" 156.8 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
    ModeLine      "1440x900_75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
    ModeLine      "1440x900_60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine      "1440x900_50" 87.4 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
    ModeLine      "1280x800_120" 181.2 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
    ModeLine      "1280x800_100" 147.9 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
    ModeLine      "1280x800_85" 123.4 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
    ModeLine      "1280x800_75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    ModeLine      "1280x800_60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine      "1280x800_50" 68.6 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
    ModeLine      "1680x1050_120" 313.2 1680 1816 2000 2320 1050 1051 1054 1125 -hsync +vsync
    ModeLine      "1680x1050_100" 256.2 1680 1808 1992 2304 1050 1051 1054 1112 -hsync +vsync
    ModeLine      "1680x1050_85" 214.5 1680 1800 1984 2288 1050 1051 1054 1103 -hsync +vsync
    ModeLine      "1680x1050_75" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
    ModeLine      "1680x1050_60" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
    ModeLine      "1680x1050_50" 120.2 1680 1776 1952 2224 1050 1051 1054 1081 -hsync +vsync
    ModeLine      "1600x1000_120" 284.0 1600 1728 1904 2208 1000 1001 1004 1072 -hsync +vsync
    ModeLine      "1600x1000_100" 232.1 1600 1720 1896 2192 1000 1001 1004 1059 -hsync +vsync
    ModeLine      "1600x1000_85" 194.2 1600 1712 1888 2176 1000 1001 1004 1050 -hsync +vsync
    ModeLine      "1600x1000_75" 169.1 1600 1704 1880 2160 1000 1001 1004 1044 -hsync +vsync
    ModeLine      "1600x1000_60" 133.1 1600 1704 1872 2144 1000 1001 1004 1035 -hsync +vsync
    ModeLine      "1600x1000_50" 108.7 1600 1688 1856 2112 1000 1001 1004 1029 -hsync +vsync
    ModeLine      "1440x900_120" 229.8 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
    ModeLine      "1440x900_100" 187.6 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
    ModeLine      "1440x900_85" 156.8 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
    ModeLine      "1440x900_75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
    ModeLine      "1440x900_60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine      "1440x900_50" 87.4 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
    ModeLine      "1280x800_120" 181.2 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
    ModeLine      "1280x800_100" 147.9 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
    ModeLine      "1280x800_85" 123.4 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
    ModeLine      "1280x800_75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    ModeLine      "1280x800_60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine      "1280x800_50" 68.6 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
EndSection

Section "Monitor"

    # modeline generated by gtf(1) [handled by XFdrake]
    Identifier    "monitor2"
    VendorName    "Unknown"
    ModelName      "HP w2207"
    HorizSync      24.0 - 82.0
    VertRefresh    48.0 - 76.0
    ModeLine      "1680x1050_120" 313.2 1680 1816 2000 2320 1050 1051 1054 1125 -hsync +vsync
    ModeLine      "1680x1050_100" 256.2 1680 1808 1992 2304 1050 1051 1054 1112 -hsync +vsync
    ModeLine      "1680x1050_85" 214.5 1680 1800 1984 2288 1050 1051 1054 1103 -hsync +vsync
    ModeLine      "1680x1050_75" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
    ModeLine      "1680x1050_60" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
    ModeLine      "1680x1050_50" 120.2 1680 1776 1952 2224 1050 1051 1054 1081 -hsync +vsync
    ModeLine      "1600x1000_120" 284.0 1600 1728 1904 2208 1000 1001 1004 1072 -hsync +vsync
    ModeLine      "1600x1000_100" 232.1 1600 1720 1896 2192 1000 1001 1004 1059 -hsync +vsync
    ModeLine      "1600x1000_85" 194.2 1600 1712 1888 2176 1000 1001 1004 1050 -hsync +vsync
    ModeLine      "1600x1000_75" 169.1 1600 1704 1880 2160 1000 1001 1004 1044 -hsync +vsync
    ModeLine      "1600x1000_60" 133.1 1600 1704 1872 2144 1000 1001 1004 1035 -hsync +vsync
    ModeLine      "1600x1000_50" 108.7 1600 1688 1856 2112 1000 1001 1004 1029 -hsync +vsync
    ModeLine      "1440x900_120" 229.8 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
    ModeLine      "1440x900_100" 187.6 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
    ModeLine      "1440x900_85" 156.8 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
    ModeLine      "1440x900_75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
    ModeLine      "1440x900_60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine      "1440x900_50" 87.4 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
    ModeLine      "1280x800_120" 181.2 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
    ModeLine      "1280x800_100" 147.9 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
    ModeLine      "1280x800_85" 123.4 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
    ModeLine      "1280x800_75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    ModeLine      "1280x800_60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine      "1280x800_50" 68.6 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "HP w2207"
    HorizSync      24.0 - 82.0
    VertRefresh    48.0 - 76.0
EndSection

Section "Device"
    Identifier    "device1"
    Driver        "nvidia"
    VendorName    "nVidia Corporation"
    BoardName      "NVIDIA GeForce FX to GeForce 8800"
    Option        "DPMS"
    Option        "TwinViewOrientation" "Clone"
    Option        "TwinView"
    Option        "AddARGBGLXVisuals"
EndSection

Section "Device"
    Identifier    "Videocard0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier    "Videocard1"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier    "screen1"
    Device        "Videocard0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "metamodes" "DFP: 1680x1050 +0+0; DFP: 1600x1000 +0+0; DFP: 1440x900 +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection

Section "Screen"

# Removed Option "TwinView" "1"
# Removed Option "metamodes" "CRT: 1680x1050 +1680+0, DFP: 1680x1050 +0+0; CRT: 1600x1000 +1600+0, DFP: 1600x1000 +0+0; CRT: 1440x900 +1440+0, DFP: 1440x900 +0+0"
    Identifier    "Screen0"
    Device        "Videocard1"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "0"
    Option        "TwinViewXineramaInfoOrder" "CRT-0"
    Option        "metamodes" "CRT: 1680x1050 +0+0; CRT: 1600x1000 +0+0; CRT: 1440x900 +0+0"
EndSection

Section "Extensions"
    Option        "Composite"
EndSection


setlec_seta 04-28-2008 06:20 AM

do you have a two video cards?


All times are GMT -5. The time now is 08:31 AM.