Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xfree, nvidia, 3screens... pb chelou
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
px
Guru
Guru


Joined: 26 Sep 2002
Posts: 497
Location: Metz, France

PostPosted: Fri Mar 14, 2003 3:30 pm    Post subject: xfree, nvidia, 3screens... pb chelou Reply with quote

Bon j'ai besoin d'aide la...

Avant, je faisait du xinerama sur 2 ecran (un Dell 17" et un ctx 19") sur une seule carte GeForce4 TI 4200.
j'ai fait marcher en xinerama et en ecran independants, il n'y avait pas de probleme. tout fonctionnait.

J'ai rajouter une geforce2 mx pci dans la makina et j'y ait branché un dell 17" du meme modele que celui utilisé sur la geforce 4.

Le dell qui se trouve sur la geforce4 n'arrive plus a tenir la resolution, ce qui fait qu'il n'arrive plus a afficher le bureau complet en ecrans independants (il me fait un bureau 1280x1024@1024x768 sur cet ecran) et avec ce probleme, je ne peux pas faire un xinerama, X11 me jete en pretextant que l'ecran ne le supporte pas. Les ecrans ont les meme config et avant ca marchait tres bien avec une seule carte... Des idées?

Voici le XF86Config actuel, 3 ecrans independants:
Code:
Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen       0  "Screen0"
   Screen       1  "Screen1" LeftOf "Screen0"
   Screen       2  "Screen2" RightOf "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
   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  "extmod"
#   Load  "dri"
   Load  "glx"
   Load  "dbe"
#   Load  "record"
#   Load  "xtrap"
   Load  "speedo"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"   
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "fr"
   Option       "XkbOptions" ""
EndSection

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

Section "Monitor"
## centre ##
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync    31.5 - 82.0
   VertRefresh  50.0 - 90.0
EndSection

Section "Monitor"
## gauche ##
   Identifier   "Monitor2"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync    31.5 - 82.0
   VertRefresh  50.0 - 90.0
EndSection

Section "Monitor"
## droite ##
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync    31.5 - 52.0
   VertRefresh  50.0 - 90.0
EndSection

Section "Device"
        Option     "NoLogo"
        Option     "NvAGP" "1"
        Option     "RenderAccel"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV25 [GeForce4 Ti 4200]"
   BusID       "PCI:1:0:0"
   Screen   0
EndSection

Section "Device"
        Option     "NoLogo"
        Option     "NvAGP" "1"
        Option     "RenderAccel"
   Identifier  "Card2"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV25 [GeForce4 Ti 4200]"
   BusID       "PCI:1:0:0"
   Screen   1
EndSection

Section "Device"
        Option     "NoLogo"
        Option     "RenderAccel"
   Identifier  "Card1"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV11 [GeForce2 MX/MX 400]"
   BusID       "PCI:0:10:0"
EndSection

Section "Screen"
## centre ##
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
EndSection

Section "Screen"
## gauche ##
   Identifier "Screen1"
   Device     "Card2"
   Monitor    "Monitor2"
   DefaultDepth     24
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
EndSection

Section "Screen"
## droite ##
   Identifier "Screen2"
   Device     "Card1"
   Monitor    "Monitor1"
   DefaultDepth     24
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
EndSection

Section "DRI"
   Group        0
EndSection



et le log: http://www.prophetix.com/~prophetix/XFree86.0.txt
_________________
Nous autres, mordus d'informatique, préférons par-dessus tout passer notre temps à bidouiller nos ordinateurs, plutôt que les utiliser pour faire quelque chose de productif. [Dave Barry]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum