Pages : 1
#1 Le 03/05/2006, à 20:57
- morind79
Dual screen et barre de taches
Bonjour,
J'ai un portable avec une carte nvidia 5200, et j'ai activé le dual screen avec un écran LCD externe (P19). Mais a chaque fois, le menu d'Ubuntu est sur l'ecran externe, moi je le voudrais sur l'ecran du portable (P15). J'ai essayer de changer les RightOf... mais rien n'y fait. Ci joint mon fichier xorg.conf :
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34M [GeForce FX Go 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "TwinView" "true"
Option "MetaModes" "1280x1024,1600x1200"
Option "SecondMonitorHorizSync" "28-80"
Option "SecondMonitorVertRefresh" "43-60"
Option "TwinViewOrientation" "LeftOf"
EndSection
Section "Monitor"
Identifier "P15"
Option "DPMS"
HorizSync 28-80
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "P19"
Option "DPMS"
HorizSync 28-80
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA Corporation NV34M [GeForce FX Go 5200]"
Monitor "P15"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "NVIDIA Corporation NV34M [GeForce FX Go 5200]"
Monitor "P19"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Merci de votre aide.
Denis
Hors ligne
#2 Le 22/06/2006, à 02:28
- Petit Scarabé
Re : Dual screen et barre de taches
up car j'ai le même problème, comment définir sur quel écran on veut voir apparaitre la barre des taches? bref, comment definit-on l'ecran principal?
Des ombres s'échinent
A me chercher des noises
Hors ligne
#3 Le 22/06/2006, à 08:07
- Terens
Re : Dual screen et barre de taches
Bonjour,
Aurez tu essayé d'inverser la déclaration des ecrans dans le layout:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen1"
Screen 1 "Screen0" RightOf "Screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Je n'ai pas essayé (je suis au boulot là) mais je pense que ca marche. Pour eviter les confusions tu devrais peut-être changer les déclarations Screen par Ecran ou autre.
#4 Le 22/06/2006, à 09:52
- Petit Scarabé
Re : Dual screen et barre de taches
ce que tu proposes est interessant mais alors ça suppose d'avoir 2 sections "screen" c'est ça?
edit: en fait j'avais opté pour le twinview, y'a-t-il une solution en gardant twinview?
Dernière modification par Petit Scarabé (Le 22/06/2006, à 10:43)
Des ombres s'échinent
A me chercher des noises
Hors ligne