Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

dual monitor help

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
p3nguin
Apprentice
Apprentice
Posts: 188
Joined: Tue Jul 01, 2003 1:12 am
Location: ~/

dual monitor help

  • Quote

Post by p3nguin » Thu Dec 11, 2003 8:50 am

I have two monitors that i would like to have run at 1280x1024. I have a geforce ti4200 card. My current XFConfig makes the monitor on the right at a lower res than the monitor on the left and also, they are messed up, the image starts on the left most side of the monitor on the left but goes to the left and continues on the right most part of the the monitor on the right. Its basically like i need to pick up both moinitor and swap there position. here is my XFConfig file:

Code: Select all

# Server flags section.
Option "Xinerama" "true"

EndSection
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Monitor 0"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync   30-94


#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 48-160


EndSection
Section "Monitor"

    Identifier  "Monitor 1"
    HorizSync   50-95
    VertRefresh 50-150

EndSection
# Device configured by xf86config:

Section "Device"
    Identifier  "nvidia"
    Driver      "nvidia"
    VideoRam    128000

Option "UseEdidFreqs" "True"
Option "NvAGP" "1"
Option "NoLogo" "boolean"
Option "TwinView"
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "31 - 95"
Option "SecondMonitorVertRefresh"   "50-150"
Option "MetaModes" "1280x1024,1024x768;NULL,1280x1024;1024x768,1024x768,1280x1024"
EndSection
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 0"
    Device      "nvidia"
    Monitor     "Monitor 0"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes      "1280x1024"  "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "nvidia"
    Monitor     "Monitor 1"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes      "1280x1024"  "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


# ServerLayout s Screen 0 "Screen 0" Rightof "Screen1"
    Screen   "Screen1" 0 0
ections.
Top
vvlly
n00b
n00b
Posts: 52
Joined: Mon Sep 23, 2002 7:43 pm

  • Quote

Post by vvlly » Thu Dec 11, 2003 7:21 pm

I'm not sure why the second monitor is at a different resolution. I would guess it is something with your twinview setup, I've got two cards a geforce2 in the agp and a crappy s3 in a pci so I'm not familiar with the twinview options/setup. It could also be that the second monitor isn't configured propery and X won't let it run at that high of a resolution.

For setting up where the monitors are though try something like this instead the RightOf part

Code: Select all

Section "ServerLayout"
    Identifier "Xinerama" # whatever you want to call it
    Screen "Screen 0" 0 0
    Screen "Screen 1" 1280 0
    #Upper left corner is 1280 right and 0 down
    option "xinerama"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
don't mean to hijack the thread, but does anyone know anything about keeping an S3 card from interferring with sound when there is movement on the screen?
Top
arcterex
Tux's lil' helper
Tux's lil' helper
Posts: 109
Joined: Mon Sep 30, 2002 1:39 pm

  • Quote

Post by arcterex » Fri Dec 12, 2003 12:38 am

Code: Select all

Section "Device"
    Identifier    "TwinView"
    VendorName    "nvidia"
    Driver        "nvidia"
#    BusID        "PCI:1:0:0"
#   Option        "RenderAccel" "true" 
    Option        "CursorShadow" "1"
    Option        "WindowFlip" "1"
    #Option          "NvAGP" "2"
    #Option          "DigitalVibrance" "2"

    # sample twinview setup
    Option "TwinView"
    # be sure to replace the HorizSync and VertRefresh with correct values
    # for your monitor!  
    Option "SecondMonitorHorizSync"   "31-96"
    Option "SecondMonitorVertRefresh" "55-160"
    Option "TwinViewOrientation"      "RightOf"
    Option "MetaModes"                "1280x960,1280x960; 1024x768,1024x768; 800x600,800x600"
    Option "ConnectedMonitor"         "crt,crt"
EndSection

Section "Screen"
   Identifier  "Screen0"
   Device      "TwinView"
   Monitor     "Monitor0"
   DefaultDepth   24
   SubSection "Display"
      Depth    1
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
      #Modes      "800x600" "1024x768" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
This is some relevant bits from my setup with a ti4200 (both monitors are the same rez). You should be able to adjust the twinvieworientation and metamodes settings to get your monitors in the right area and configured with the right modes. I found good information in the nvidia-glx (or -kernel) does in /usr/share/doc/nvidia-{glx,kernel}/*

HTH. Email me at alan - at - ufies dawt org and I can pass on my complete XF86Config file.
Top
p3nguin
Apprentice
Apprentice
Posts: 188
Joined: Tue Jul 01, 2003 1:12 am
Location: ~/

  • Quote

Post by p3nguin » Fri Dec 12, 2003 4:59 pm

thanks that did the trick!
Top
Post Reply

4 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic