Find the answer to your Linux question:
Results 1 to 4 of 4
I recently had HD issues and was forced to buy a new one and re-install suse 10.1 my system was working perfectly before. But I set it up awhile ago ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    8

    dual monitor setup help

    I recently had HD issues and was forced to buy a new one and re-install suse 10.1
    my system was working perfectly before. But I set it up awhile ago and can't remember how I got it to work. I was to setup dual monitor, and have a geforce2 agp card and a s3 virge PCI card. I can get each monitor/card combo to work by itself, but when I try to combine them everything went a mess. so I tryed X -configure which spat out a config file which at first looked like it would work, but then just froze.

    ---------------------------------------
    lspci:
    ---------------------------------------

    00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
    00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
    00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
    00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
    00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
    00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
    00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
    00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
    00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
    00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
    00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
    00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
    00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
    00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
    00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
    00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
    01:06.0 VGA compatible controller: S3 Inc. ViRGE/DX or /GX (rev 01)
    01:07.0 Ethernet controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
    02:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2)

    -------------------------------------------------------------
    X -configure xorg.conf:
    -------------------------------------------------------------

    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules/updates"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    EndSection

    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "freetype"
    Load "type1"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection

    Section "Monitor"
    #DisplaySize 330 250 # mm
    Identifier "Monitor0"
    VendorName "GSM"
    ModelName "00S"
    ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection

    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "slow_edodram" # [<bool>]
    #Option "slow_dram" # [<bool>]
    #Option "fast_dram" # [<bool>]
    #Option "fpm_vram" # [<bool>]
    #Option "pci_burst" # [<bool>]
    #Option "fifo_conservative" # [<bool>]
    #Option "fifo_moderate" # [<bool>]
    #Option "fifo_aggressive" # [<bool>]
    #Option "pci_retry" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "early_ras_precharge" # [<bool>]
    #Option "late_ras_precharge" # [<bool>]
    #Option "lcd_center" # [<bool>]
    #Option "set_lcdclk" # <i>
    #Option "set_mclk" # <freq>
    #Option "set_refclk" # <freq>
    #Option "show_cache" # [<bool>]
    #Option "HWCursor" # [<bool>]
    #Option "SWCursor" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "UseFB" # [<bool>]
    #Option "mxcr3afix" # [<bool>]
    #Option "XVideo" # [<bool>]
    Identifier "Card0"
    Driver "s3virge"
    VendorName "S3 Inc."
    BoardName "ViRGE/DX or /GX"
    BusID "PCI:1:6:0"
    EndSection

    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    Identifier "Card1"
    Driver "nv"
    VendorName "nVidia Corporation"
    BoardName "NV11DDR [GeForce2 MX 100 DDR/200 DDR]"
    BusID "PCI:2:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

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

    I know this will work, because it worked great in the past, but like I said I have no clue how I set it up the first time. I think I just stumbled on a fix accidently last time. Any help is appreciated.

  2. #2
    Just Joined! Flight_118's Avatar
    Join Date
    Sep 2006
    Location
    Utrecht, Netherlands
    Posts
    59
    Try this tutorial, works great:

    http://www.simplyrender.com/TwinView.html

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    8
    That tutorial is for a dual headed nvidia card. I have 2 seperate cards. thanks for trying though

  4. #4
    Just Joined!
    Join Date
    Nov 2006
    Posts
    8
    if anyone else experiences this

    https://bugzilla.novell.com/show_bug...x=20&y=6&=Find

    theres a link to a patch about 3/4 of the way down the page.

    it will fix everything up

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...