View previous topic :: View next topic |
Author |
Message |
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Tue Aug 16, 2005 9:35 pm Post subject: [Xinerama] Probleme insolluble... |
|
|
Salut a tous...
J'ai deja poste pas mal de sujet a propos de xinerama, mais dans aucun des posts je n'ai trouve de solution, et je pense etre capable de maintenant bien presenter mon probleme:
Concretement, sous n'importe quel WM. xinerama ne fonctionne pas normalement, ainsi des fenetres s'ouvrent entre les deux ecrans, se maximisent sur les deux ecrans (pas pratique pour regarder un film...).
Le plus surprenant est que tout cela est a peu pres aleatoire...Par exemple j'ai installer ion3, les trois premieres fois que je l'ai lancer, ce dernier a tres bien marcher, la quatrieme fois, dieu seul sait pourquoi, ion ne s'est pas lancer correctement (pas un de desktop par ecran, mais un seul sur les deux ecran...Ainsi la "barre des taches" prenait les deux ecran au lieu de prendre qu'un seul des deux ecrans...
Idem sous gnome, de temps en temps, il se lance correctement (les icones sur l'ecran de gauche, la barre des taches sur l'ecran de droite, les fenetre s'ouvrant sur le bon ecran.). J'ai tester enormement de WM et de configuration...Je ne comprend pas du tout comment ca peut etre aussi aleatoire...
Je souhaiteerais essayer avec E17, mais je ne suis pas familier avec les CVS et je ne sais donc pas comment faire...
Mais de toute maniere j'ai peur que le resultat soit le meme...L'ideal serait que j'arrive a lancer E en lui specifiant que chaque ecran est un desktop different...
Si quelqu'un a la solution, je lui offre un paquet de carambar, et je deconne pas... _________________ SNK 4 Ever
Last edited by kangal on Thu Aug 18, 2005 1:36 pm; edited 1 time in total |
|
Back to top |
|
|
bob1977 Guru
Joined: 16 Mar 2004 Posts: 387
|
Posted: Wed Aug 17, 2005 9:13 am Post subject: |
|
|
Salut Kangal,
Décidément, tu galères avec ton dual display . Comme je ne me rapelle plus ce que t'as tenté, je vais peut-etre te faire répéter.
As-tu recompiler Xorg avec le useflag xinerama ainsi que les applications qui l'utilisent en rajoutant xinerama dans le fichier /etc/make.conf et :
Code: | emerge --newuse -Duav world |
|
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Wed Aug 17, 2005 9:36 am Post subject: |
|
|
Je me rappelle plus non plus, mais la je fais un emerge -vuND world donc quoi qu'il arrive je verrais si ca change quelque chose quand ca sera fini (10 / 51 pour l'instant...)
Je te tiens au courant et merci de ton aide8) _________________ SNK 4 Ever |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Wed Aug 17, 2005 9:02 pm Post subject: |
|
|
Bon, j'ai fais mon emerge -vuND world et ca n'a rien changer au niveau DUAL screen:(
Et ce que installer E17 pourrais ameliorer la situation?? _________________ SNK 4 Ever |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Thu Aug 18, 2005 7:19 am Post subject: |
|
|
voici mon xorg, juste au cas ou:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "MEI"
ModelName "d016"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
#pas de logo nvidia au démarrage
Option "NoLogo" "true"
# accélère le rendu
Option "RenderAccel" "true"
#Enables GLX even when the Composite X extension is loaded.ENABLE AT YOUR OWN RISK. OpenGL applications will
not display correctly in many circumstances with this setting enabled. Default: GLX is disabled when Composite i
s loaded.
#Option "AllowGLXWithComposite" "true"
#active xinerama
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor!
# Frequence de raffraichissement horizontale du 2° moniteur
Option "FirstMonitorHorizSync" "56-76"
Option "SecondMonitorHorizSync" "30-81"
# Frequence de raffraichissement verticale du 2° moniteur
Option "FirstMonitorVertRegresh" "30-61"
Option "SecondMonitorVertRefresh" "55-75"
#emplacement du 2° moniteur par rapport au 1°
Option "TwinViewOrientation" "LeftOf"
#les modes video supportés par les 2 moniteur à la fois
Option "MetaModes" "1280x1024,1024x768@1024x1024;1024x768,1024x768; 800x600,800x600; 640x4
80,640x480"
#types de moniteurs utilisés
Option "ConnectedMonitor" "lcd,lcd"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Je vais essayer ce soir de configurer mon twin view avec yanc....
EDIT: j'ai remaquer que beaucoup de config sur le net n'activaient pas xinerama dans leur xorg... Ils mettaient juste option twinview, sans parler de xinerama, et ca avait l'air de marcher...Je vais essayer aussi...
Ps: a quoi servent les options: Option "IgnoreEDID" "true" et Option "DigitalVibrance" "160" _________________ SNK 4 Ever |
|
Back to top |
|
|
bob1977 Guru
Joined: 16 Mar 2004 Posts: 387
|
Posted: Thu Aug 18, 2005 1:12 pm Post subject: |
|
|
Salut Kangal,
Commente ce que j'ai mis en rouge :
Quote: |
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
|
Quote: |
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "true"
EndSection
|
Pour ici, je ne suis pas trop sur, mais je crois que les options FirstMonitorHorizSync et FirstMonitorVerticalSync n'existent pas:
Quote: |
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
#pas de logo nvidia au démarrage
Option "NoLogo" "true"
# accélère le rendu
Option "RenderAccel" "true"
#Enables GLX even when the Composite X extension is loaded.ENABLE AT YOUR OWN RISK. OpenGL applications will
not display correctly in many circumstances with this setting enabled. Default: GLX is disabled when Composite i
s loaded.
#Option "AllowGLXWithComposite" "true"
#active xinerama
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor!
# Frequence de raffraichissement horizontale du 2° moniteur
Option "FirstMonitorHorizSync" "56-76"
Option "SecondMonitorHorizSync" "30-81"
# Frequence de raffraichissement verticale du 2° moniteur
Option "FirstMonitorVertRegresh" "30-61"
Option "SecondMonitorVertRefresh" "55-75"
#emplacement du 2° moniteur par rapport au 1°
Option "TwinViewOrientation" "LeftOf"
#les modes video supportés par les 2 moniteur à la fois
Option "MetaModes" "1280x1024,1024x768@1024x1024;1024x768,1024x768; 800x600,800x600; 640x4
80,640x480"
#types de moniteurs utilisés
Option "ConnectedMonitor" "lcd,lcd"
EndSection
|
Et en bonus, un truc qui ne servira pas pour le xinerama mais qui te permettra de faire marcher l'option "renderAccel"
Code: |
Section "Extensions"
#Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
|
Si le xinerama ne marche pas, donne le fichier /var/log/Xorg.0.log
A+[/code] |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Thu Aug 18, 2005 1:32 pm Post subject: |
|
|
Merci beaucoup, j'avais justement enlever par moi meme l'option dri et xinerama, je suis entrain de faire un emerge -uN world apres avoir enlever la variable xinerama de mon USE...J'ai beaucoup d'espoir que ca marche!
Pour ton option, je vais l'ajouter meme si je ne sais pas trop a quoi elle sers
Et est ce que tu sais a quoi servent les options: Option "IgnoreEDID" "true" et Option "DigitalVibrance" "160" ???
En tout cas merci de ton aide, je te tiens au courant:) _________________ SNK 4 Ever |
|
Back to top |
|
|
bob1977 Guru
Joined: 16 Mar 2004 Posts: 387
|
Posted: Thu Aug 18, 2005 1:44 pm Post subject: |
|
|
Re Kangal,
Je ne suis pas sur qu'il faille enlever le USE flag "xinerama". T'as essaye avant de l'enlever?
L'option "Render",je crois qu'elle est nécessaire pour avoir le composite mais elle rallenti l'affichage mais il y a l'option "RenderAccel" (dans la section device) qui accélère le tout. C'est pour ca que je t'ai demandé de la mettre.
L'Option "IgnoreEDID" ignore les informations envoyées par l'écran sur ses capacités (résolution...)
L'Option "DigitalVibrance" je ne sais pas du tout! |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Thu Aug 18, 2005 3:54 pm Post subject: |
|
|
ARRRRRRRRRRRRRR:twisted:
Ca marche pas non plus, je pensait vraiment que ca reglerais mon probleme!!!
voici les WW de mon /var/log/Xorg.0.log
Code: |
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA(0): Invalid ConnectedMonitor string token: "lcd"; discarding
(WW) NVIDIA(0): token.
(WW) NVIDIA(0): Invalid ConnectedMonitor string token: "lcd"; discarding
(WW) NVIDIA(0): token.
(WW) NVIDIA(0): The user specified HorizSync "30.000-81.000" has been adjusted
(WW) NVIDIA(0): to "30.000-61.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-61.000")
(WW) NVIDIA(0): The user specified VertRefresh "55.000-75.000" has been
(WW) NVIDIA(0): adjusted to "56.000-75.000" (the intersection with
(WW) NVIDIA(0): EDID-specified VertRefresh "56.000-76.000"
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 80MHz
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
|
Je deviens fou avec ce truc ... en plus j'ai telecharger yanc, pour essayer de gerer mon dual screen directement avec nvidia,
quand je le lance (en user comme en root) :
Code: | The Xfree Log-file coulnd not be opened. Either it could not be found or you have to adjust the read permission | [/code] _________________ SNK 4 Ever |
|
Back to top |
|
|
bob1977 Guru
Joined: 16 Mar 2004 Posts: 387
|
Posted: Thu Aug 18, 2005 4:23 pm Post subject: |
|
|
Re,
Remplace
Quote: | Option "ConnectedMonitor" "lcd,lcd" |
par
Code: | Option "ConnectedMonitor" "LCD,LCD" |
Quote: | (WW) NVIDIA(0): The user specified HorizSync "30.000-81.000" has been adjusted
(WW) NVIDIA(0): to "30.000-61.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-61.000")
(WW) NVIDIA(0): The user specified VertRefresh "55.000-75.000" has been
(WW) NVIDIA(0): adjusted to "56.000-75.000" (the intersection with
(WW) NVIDIA(0): EDID-specified VertRefresh "56.000-76.000"
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 80MHz |
Tu es sur des fréquences de reffraichissement de cet ecran parce qu'apparemment elles ne correspondent pas avec celles qu'envoie ton écran?
Pour Yanc, il n'a l'air de ne marcher que pour XFree pas Xorg et puis sa derniere modif date de 2003! |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Thu Aug 18, 2005 7:39 pm Post subject: |
|
|
J'ai mis LCD a la place de lcd, voici mon log:
Code: |
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA(0): Invalid ConnectedMonitor string token: "LCD"; discarding
(WW) NVIDIA(0): token.
(WW) NVIDIA(0): Invalid ConnectedMonitor string token: "LCD"; discarding
(WW) NVIDIA(0): token.
(WW) NVIDIA(0): The user specified HorizSync "30.000-81.000" has been adjusted
(WW) NVIDIA(0): to "30.000-61.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-61.000")
(WW) NVIDIA(0): The user specified VertRefresh "55.000-75.000" has been
(WW) NVIDIA(0): adjusted to "56.000-75.000" (the intersection with
(WW) NVIDIA(0): EDID-specified VertRefresh "56.000-76.000"
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 80MHz
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
|
Effectivement ca a enlever un warning...Pour les frequences, oui je suis a peu pres certain que ce sont les meme:oops:
J'en ait trop marre, c'est tout de meme pas normal que RIEN ne change entre le fait que Xinerama soit active ou qu'il ne le soit pas!!!
EDIT: J'ai trouver ca: https://forums.gentoo.org/viewtopic-t-287510.html?sid=80bbeb23b1bb66d89a2b3554fee738f8 son Xorg est assez different du mien, pense tu qu'il y ai des elements que je devrait recuperer? _________________ SNK 4 Ever |
|
Back to top |
|
|
bob1977 Guru
Joined: 16 Mar 2004 Posts: 387
|
Posted: Fri Aug 19, 2005 2:57 pm Post subject: |
|
|
Salut Kangal,
J'espere qu'on va y arriver . Je pense que l'exemple qui est donné dans le post de ton message ne permet pas de faire passer une fenetre d'un ecran a un autre mais bon, je n'ai jamais essaye...
Autrement, il y a un truc a modifier dans ce que je t'ai donné. La ligne "Option "ConnectedMonitor" "lcd,lcd" " n'est pas obligatoire: ellle ne sert que si le module nvidia ne detecte pas correctement les moniteurs connectés. Dans un premier temps, tu la commentes et relances X. Si dans ton log, il n'y a pas d'erreur a propos des ecrans connectes, tu laisses comme ca autrement mets ca:
Code: | Option "ConnectedMonitor" "DFP-0,DFP-1" |
ou
Code: | ConnectedMonitor" "DFP , DFP" |
Si ca ne marche pas, mets les resultats des commandes:
Code: | cat /var/log/Xorg.0.log |grep WW |
et
Code: | cat /var/log/Xorg.0.log |grep EE |
et poste aussi ton xorg.conf.
Allez, on y croit ! |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Fri Aug 19, 2005 4:21 pm Post subject: |
|
|
j'ai enlever la ligne que tu m'as dit, ca n'a rien change du tout...Je n'ai pas de warning/erreur, mais mon DS ne s'en porte pas mieux
Merci encore pour ton aide! Je pense que tu doit commencer a etre a court d'idees... _________________ SNK 4 Ever |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Sat Aug 20, 2005 10:49 am Post subject: |
|
|
Bon, je commence a en avoir assez, je pense que je vais essayer de me faire une session X par ecran... Et je switcherait avec ctrl+alt+f* ... Je vais me documenter...Si tu a un exemple de xorg je suis preneur:wink: _________________ SNK 4 Ever |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Sat Aug 20, 2005 1:39 pm Post subject: |
|
|
Bon, j'ai finalement choisi de lancer deux wm avec 1 seul X, voici mon nouveau xorg:
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "daewoo-primary"
Screen 1 "compaq-secondary" leftOf "daewoo-primary"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
## Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
## Option "Xinerama" "true"
EndSection
Section "Extensions"
##Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "17pouce"
HorizSync 30 - 81
VertRefresh 55 - 75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "15pouce"
HorizSync 56 - 76
VertRefresh 30 - 61
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
Option "ConnectedMonitor" "lcd"
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 1
Option "ConnectedMonitor" "lcd"
EndSection
Section "Screen"
Identifier "daewoo-primary"
Device "Card0"
Monitor "17pouce"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "compaq-secondary"
Device "Card1"
Monitor "15pouce"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Lorsque X demarre, seul un de mes ecrans demarre...Voici mes logs:
kangal:~ >> cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA(0): Invalid ConnectedMonitor string token: "lcd"; discarding
(WW) NVIDIA(0): token.
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display
(WW) NVIDIA(0): The user specified HorizSync "30.000-81.000" has been adjusted
(WW) NVIDIA(0): to "30.000-80.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "30.000-80.000")
(WW) NVIDIA(0): OpenGL is not fully supported in Xinerama
(WW) NVIDIA(1): Invalid ConnectedMonitor string token: "lcd"; discarding
(WW) NVIDIA(1): token.
(WW) NVIDIA(1): The user specified HorizSync "56.000-76.000" has been adjusted
(WW) NVIDIA(1): to "56.000-61.000" (the intersection with EDID-specified
(WW) NVIDIA(1): HorizSync "30.000-61.000")
(WW) NVIDIA(1): The user specified VertRefresh "30.000-61.000" has been
(WW) NVIDIA(1): adjusted to "56.000-61.000" (the intersection with
(WW) NVIDIA(1): EDID-specified VertRefresh "56.000-76.000"
(WW) (1280x960,15pouce) mode clock 108MHz exceeds DDC maximum 80MHz
(WW) NVIDIA(1): Not using mode "640x480" (height 960 is larger than
(WW) NVIDIA(1): EDID-specified maximum 768)
et
kangal:~ >> cat /var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) NVIDIA(1): No modes remaining for display device CRT-1
(EE) NVIDIA(1): *** Aborting ***
Je ne trouve pas l'erreur... _________________ SNK 4 Ever |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Sun Aug 21, 2005 5:47 pm Post subject: |
|
|
En plus je ne comprend vraiment pas:
Voici le xorg que j'utilise en ce moment, il ne fait marcher que un seul de mes ecran (cf le post ci dessus)
Code: |
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "daewoo"
Screen 1 "compaq" leftOf "daewoo"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
## Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Extensions"
##Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "daewoo"
HorizSync 30 - 81
VertRefresh 55 - 75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "compaq"
HorizSync 56 - 76
VertRefresh 30 - 61
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
|
Je l'ai un peu modifier pour essayer de le faire marcher correctement, et je me suis retrouver avec un xorg qui faisait marcher mes deux ecrans, mais mal!!! c'est a dire que mon desktop prenait les deux ecrans, je n'avait pas un desktop par ecran, comme avant quand j'activait le mode twinview!! Pourtant il n'y a AUCUNE differences! A moin que je devienne dingue...J'ai juste changer l'ordre...le voici:
Code: |
Section "Device
Identifier "Card0
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VideoRam 65536
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 MX 440]"
BusID "AGP:01:00:0"
Option "NoLogo" "true"
Screen 1
EndSection
Section "Monitor"
Identifier "daewoo"
HorizSync 30 - 81
Option "DPMS"
EndSection
Section "Monitor"
Identifier "compaq"
HorizSync 56 - 76
Option "DPMS"
EndSection
Section "Screen"
Identifier "daewoo"
Device "Card0"
Monitor "daewoo"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "compaq"
Device "Card1"
Monitor "compaq"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "daewoo"
Screen 1 "compaq" leftOf "daewoo"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
## Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Extensions"
##Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
|
Si quelqu'un y comprend quelque chose... _________________ SNK 4 Ever |
|
Back to top |
|
|
El_Goretto Moderator
Joined: 29 May 2004 Posts: 3174 Location: Paris
|
Posted: Sun Aug 21, 2005 5:57 pm Post subject: |
|
|
Avec diff, pitêtre que çà peut mettre en avant une différence au pouillème de caractère près, je ne sais pas... _________________ -TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT) |
|
Back to top |
|
|
kangal Guru
Joined: 25 Jun 2005 Posts: 362 Location: Paris
|
Posted: Mon Aug 22, 2005 4:31 pm Post subject: |
|
|
Ouai j'ai un peu chercher avec diff, mais bon pas franchement parce que a la limite c'est pas vraiment le meme probleme _________________ SNK 4 Ever |
|
Back to top |
|
|
|