#1 Le 01/05/2007, à 16:26
- Neuro
[résolu ou presque]Dualdesktop Intervertir le moniteur principal
Salut !
Voilà ! Comme sous xp, je cherche à changer le moniteur principal. Je doit faire une modification dans mon xorg.conf (dans la Section "ServerLayout" en fait). En fait le boot screen se retrouve sur mon LCD TV car j' ai inversé les branchements derrière la carte graphique pour utliliser la prise DVI de ma Nvidia 7600 GS (512ddram) pour mon LCDtv.
Quelle est la modif' à apporter ? (voici mon xorg.conf) :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Television"
HorizSync 60.0 - 60.0
VertRefresh 30.0 - 150.0
Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
BusID "PCI:01:00:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Television"
DefaultDepth 24
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "Television"
SubSection "Display"
Depth 24
Modes "1360x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Dernière modification par Neuro (Le 04/05/2007, à 21:18)
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#2 Le 01/05/2007, à 16:59
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Up
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#3 Le 01/05/2007, à 19:16
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
screen 0 = écran principale
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#4 Le 01/05/2007, à 20:48
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Personne serai me dire ce qu il faut faire ?
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#5 Le 01/05/2007, à 20:55
- AdeDidou
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
D'après ça :
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Ton écran principal est bien le "Screen0"
Après si tu cherches juste à inverser l'écran qui est à droite et celui qui est à gauche tu change LeftOf par RightOf :
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Hors ligne
#6 Le 01/05/2007, à 21:02
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
D'après ça :
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" LeftOf "Screen0" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection
Ton écran principal est bien le "Screen0"
Après si tu cherches juste à inverser l'écran qui est à droite et celui qui est à gauche tu change LeftOf par RightOf :
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection
Et non c est pas cela que je veut faire
Le log screen est sur le lcdtv qui est devenue le moniteur principale
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#7 Le 01/05/2007, à 21:07
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#8 Le 02/05/2007, à 12:40
- AdeDidou
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
C'est pas juste une question de de BusID ? Que te renvoit la commande lspci ?
Hors ligne
#9 Le 02/05/2007, à 13:53
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
C'est pas juste une question de de BusID ? Que te renvoit la commande lspci ?
:~$ lspci
00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 7600 GS (rev a2)
02:02.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#10 Le 02/05/2007, à 14:47
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Ma carte :
Mon LCD Samsung est branché sur la prise DVI et mon autre écran sur le VGA. Et c' est le vga que je voudrais en moniteur principale.
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#11 Le 03/05/2007, à 16:13
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Up
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#12 Le 04/05/2007, à 21:17
- Neuro
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
C'est résolu mais je ne suis plus en dualdesktop :cry:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Iiyama S700JT1"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 30.0 - 61.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "CRT-0: 1360x768 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Pour demander a devenir membre actif du Parti Pirate, rendez-vous sur la page d'adhésions et suivez les instructions.
Hors ligne
#13 Le 06/05/2007, à 09:19
- AdeDidou
Re : [résolu ou presque]Dualdesktop Intervertir le moniteur principal
Essait de mettre
BusID "PCI:1:0:1"
pour ton deuxième écran.
Mais bon c'est bizarre il apparaît pas su la commande lspci...
Dernière modification par AdeDidou (Le 06/05/2007, à 09:20)
Hors ligne