Aller au contenu

xinérama sur une geforce FX


DrakPlouf

Messages recommandés

en matant ton fichier de config j'ai compris ma bétise de t'avoir parlé du nview, j'ai confondu avec une fonction sous windows, je voulais dire le twinview en fait, je vois que tu l'as activé mais qu'aussi tu veux utiliser le xinerama, y'a ptet conflit entre les 2 :-/ .

A la rigueur je peux poster mon fichier de config de XFree86 pour que tu mates un peu.

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath	"unix/:7100"  	# local font server
# if the local font server has problems, we can fall back on these
FontPath	"/usr/lib/X11/fonts/misc"
FontPath	"/usr/lib/X11/fonts/cyrillic"
FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath	"/usr/lib/X11/fonts/Type1"
FontPath	"/usr/lib/X11/fonts/CID"
FontPath	"/usr/lib/X11/fonts/Speedo"
FontPath	"/usr/lib/X11/fonts/100dpi"
FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load	"GLcore"
Load	"bitmap"
Load	"dbe"
Load	"ddc"
Load	"dri"
Load	"extmod"
Load	"freetype"
Load	"glx"
Load	"int10"
Load	"record"
Load	"speedo"
Load	"type1"
Load	"vbe"
EndSection
Section "InputDevice"
Identifier	"Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"	"xfree86"
Option  "XkbModel"	"pc105"
Option  "XkbLayout"	"fr"
EndSection
Section "InputDevice"
Identifier	"Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device"  "/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"	"true"
Option  "ZAxisMapping"  "6 7"
Option  "Buttons"  "7"
Option  "Name"  	"Explorer 5"
EndSection

Section "InputDevice"
Identifier	"Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents"	"true"
Option  "Device"  "/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"	"true"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "Device"
Identifier	"Carte vidéo générique"
Driver  "nvidia"
 Option "NoLogo"
 Option "CursorShadow" "on"
 Option "TwinView"
 Option "SecondMonitorHorizSync" "30-50"
 Option "SecondMonitorVertRefresh" "60"
 Option "MetaModes" "800x600, 800x600"
 Option "TwinViewOrientation" "Clone"
 Option "ConnectedMonitor" "DFP, TV"
 Option "TVStandard" "PAL-N" 
 Option "TVOutFormat" "SVIDEO" 
EndSection
Section "Monitor"
Identifier	"Generic Monitor"
HorizSync	30-80
VertRefresh	50-100
Option  "DPMS"
EndSection
Section "Screen"
Identifier	"Default Screen"
Device  "Carte vidéo générique"
Monitor  "Generic Monitor"
DefaultDepth	24
SubSection "Display"
 Depth  1
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  4
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  8
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  15
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  16
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
 Depth  24
 Modes  "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier	"Default Layout"
Screen  "Default Screen"
InputDevice	"Generic Keyboard"
InputDevice	"Configured Mouse"
InputDevice	"Generic Mouse"
EndSection
Section "DRI"
Mode	0666
EndSection

la selection du mode ( clone etc .. ) se fait dans l'option twinvieworientation je crois.

en esperant que ça pourra t'aider =)

Lien vers le commentaire
Partager sur d’autres sites

Pour le TwinView j'utilise une seul section screen qui à la taille des deux écrans au total:

Par exemple: 1600x1200 + 1024x768 => screen de 2624x1200 avec un PanScan (@1024x1200) pour le deuxième écran pour ne pas avoir de zone morte inaccéssible.

Un extrait de mon xorg.conf:

Section "Device"
          Identifier  "Videocard0"
          Driver      "nvidia"
          VendorName  "Videocard vendor"
          BoardName   "NVIDIA GeForce 4 (generic)"
          Option "TwinView"
          Option "MetaModes" "1600x1200,1024x768 @1024x1200; 1600x1200, NULL; 1280x1024,1024x768 @1024x1024; 1280x1024, NULL; 1024x768,1024x768;1024x768, NULL; NULL,1024x768; 800x600, NULL; 640x480, NULL; 320x240, NULL"
          Option "SecondMonitorHorizSync" "24.8-61.0"
          Option "SecondMonitorVertRefresh" "55.0-75.0"
EndSection

Section "Screen"
           Identifier "Screen0"
           Device     "Videocard0"
           Monitor    "Monitor0"
           DefaultDepth     24
           SubSection "Display"
                         Viewport   0 0
                         Depth     24
                         Modes    "2624x1200" "1600x1200" "2304x1024" "1280x1024" "2048x768" "1024x768" "1024x768" "800x600" "640x480" "320x240"
            EndSubSection
EndSection

Et je laisse le second écran à droite (Option "TwinViewOrientation" "Right" par défaut si pas spécifié)

En fait, je pense que dans ton cas X11 interpréte ta config comme: un twinview de 1024x768 (car ne trouvant de screen avec un Mode "1824x768") qu'il clone sur le second écran à défaut de paramètre pour lui indiqué le contraire.

En plus, dasn tes Metamode tu énonce "1024x768, 800x600", tu as bien du 1024 pour le premier Screen, mais pas de détails pour le 800x600 du second (description pour 1024x768).

Enfin, voilà quelques pistes à suivre ;-)

Lien vers le commentaire
Partager sur d’autres sites

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...