Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users French
  • Search

[XORG & Nvidia] problème de bi-écran

Forum dédié aux utilisateurs francophones de Gentoo. Retrouvez aussi Gentoo Linux en français sur le wiki!

Moderators: El_Goretto, xaviermiller

Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
Author
Message
psylo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Tue May 27, 2003 11:43 pm
Location: Belgium

[XORG & Nvidia] problème de bi-écran

  • Quote

Post by psylo » Thu Dec 16, 2004 6:35 pm

slt tout le monde,

j'ai un petit problème avec mon bi-écran: mon second écran a changé de taux de rafraîchissement sans que je ne fasse de changement. Résultat: une ligne qui se ballade sur mes écrans (comme qd 2 CRT ont des fréquences différentes) et surtout, une image qui trésaute sur le 2ème écran.

Carte graphique: Nvidia GeForce 5600
Version des pilotes nvidia: 1.0.6629

Voici mon xorg.conf

Code: Select all

Section "ServerLayout"
        Identifier     "Simple Layout"
        #Screen      0  "Screen0" 0 0
        Screen         "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
EndSection

Section "Module"
        Load  "glx"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
        Load  "speedo"
        SubSection "extmod"
           Option "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option "AutoRepeat" "500 30"
        Option "XkbRules" "xfree86"
        Option "Xkbmodel" "microsoft"
        Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor"
        VendorName   "Philips"
        ModelName    "107T5"
        HorizSync       30-71
        VertRefresh     50-160
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     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "NoLogo"                    # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "NvAGP"                     # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitor"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "TwinView"                  # [<bool>]
        #Option     "TwinViewOrientation"       # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        #Option     "TVOverScan"                # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]
        Identifier  "FX5600"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "nVidia FX5600"
        VideoRam    262144
        BusID       "PCI:1:0:0"
        Option      "DPMS"
        Option      "NvAGP"     "1"
        Option      "TwinView"                  "true"
        Option     "SecondMonitorHorizSync"     "30-71"
        Option     "SecondMonitorVertRefresh"   "50-160"
        Option     "TwinViewOrientation"        "RightOf"
        Option     "MetaModes"                  "1280x1024,1280x1024"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "FX5600"
        Monitor    "Monitor"
        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
The next time you're having a bad day, imagine this:
You're Siamese Twin.
Your brother, attached at your shoulder, is gay.
You're not.
He has a date coming over tonight.
You only have one ass.
[Inconnu]
Top
psylo
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 129
Joined: Tue May 27, 2003 11:43 pm
Location: Belgium

  • Quote

Post by psylo » Thu Dec 16, 2004 10:18 pm

Je soupçonne fortement le pilote nvidia... Problème, je n'ai plus que 2 versions dans mon arbre portage (ou alors, j'ai mal cherché) et j'ai testé les 2 (1.0.6629 et 1.0.6111-r3). Est-ce qqn a un version plus ancienne (ou peux me dire où je peux en trouver un)?
The next time you're having a bad day, imagine this:
You're Siamese Twin.
Your brother, attached at your shoulder, is gay.
You're not.
He has a date coming over tonight.
You only have one ass.
[Inconnu]
Top
Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “French”

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