je voudrais mettre en place une configuration twinview et je me casse les dents depuis quelques jours
configuration : 2 ecrans 19" tube identique + 1 carte video gforce 6600LE avec 1 sortie rgb 1 sortie dvi et une sortie tv
mes 2 ecran son branché de la facon suivante : 1 sur rgb et l'autre sur la sortie dvi avec un adaptateur dvi/rgb
voici ma config xorg.conf:
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
EndSection
Peut-être jeter un coup d'oeil là :
/usr/share/doc/nvidia-xorg-8178/README.txt ?
Parait que c'est très bien fait.
Essayer l'option xinerama dans la section ServerLayout ? (voir le manuel)
Sinon essayer :
Virtual 2520 1024 dans la subsection Display ? (2560 = 2 * 1280) _________________ Bénévole et sans garantie.
Voluntary and unwarranted.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
Load "glx"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection
visiblement la ligne la + importante etait : Option "connectec monitor" "crt-0; crt-1" qui permet l'utilisation des 2 sorties video d'une meme carte sinon il cherche une 2eme carte graphique et c'est pour cela que çà ne fonctionnais pas dans mon cas
voili voilou
aller je retourne metre les mains dans le cambos j'ai encore plein de truk qui ne fonctionne pas les joies de l'informatique
j 'ais eu le même probléme mais ce n' est pas les options "connectec monitor" "crt-0; crt-1" qui permet l'utilisation des 2 sorties si tu veux paufiner ton fichier regarde mon post et le lien qui s'y trouve c' est le fichier d' install de nvidia en français toutes les options y sont décrites
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