Pages : 1
#1 Le 15/05/2006, à 18:27
- ChPortos
Bureau Etendu
Bonjour la communauté,
Je cherche depuis quelque temps la possibilité de passer en bureau multiple à la fois sur l'écran de mon PC portable et celui de ma télé branchée sur la prise S-Video (afin par exemple d'afficher une video sur ma télé)
Merci d'avance pour votre aide,
Ch'Portos.
#2 Le 15/05/2006, à 19:54
- Link31
Re : Bureau Etendu
Ça dépend de ta carte graphique.
Je sais le faire avec une NVidia, mais ça marche peut-être avec une ATi. Il faut modifier le fichier /etc/X11/xorg.conf puis relancer le serveur graphique : tu auras ainsi deux sessions parfaitement distinctes, avec deux bureaux, deux barres de menu, etc... et tu pourras passer de l'une à l'autre avec la souris.
- copier la section Device à l'identique en dessous, en changeant le Identifier (exemple : "MaCarteGraphique"->"MaCarteGraphique2")
- mettre Screen 0 à la fin de la première section Device et Screen 1 à la fin de la deuxième
- rajouter une section Monitor :
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
- copier à l'identique la section Screen en dessous, en changeant le Device par le Identifier que tu as modifié précédemment (exemple : "MaCarteGraphique"->"MaCarteGraphique2"), en changeant son propre Identifier (exemple : "Screen"->"Screen2") et en changeant le Monitor à "TV". Il faut aussi enlever toutes les SubSection "Display", pour les remplacer par celles qui conviennent à une TV :
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection
- ajouter les lignes suivantes à la section ServerLayout :
Screen 0 "Screen"
Screen 1 "Screen2" rightOf "Screen"
En adaptant selon les Identifier que tu as choisis (tu peux aussi changer rightOf en leftOf pour avoir l'écran à gauche.
J'espère que c'est assez compréhensible
Au cas où je te mets mon xorg.conf.twinview qui me sert quand je veux activer la sortie TV de cette façon :
# /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/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/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 "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 "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV41 [GeForce 6800gs]"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 256000
Option "NoLogo" "true"
Option "RenderAccel" "True"
Screen 0
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV41 [GeForce 6800gs]2"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 256000
Option "NoLogo" "true"
Option "RenderAccel" "True"
Screen 1
EndSection
Section "Monitor"
Identifier "Samsung SyncMaster"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "Screen"
Device "NVIDIA Corporation NV41 [GeForce 6800gs]"
Monitor "Samsung SyncMaster"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "True"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "NVIDIA Corporation NV41 [GeForce 6800gs]2"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
#Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Screen 0 "Screen"
Screen 1 "Screen2" leftOf "Screen"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "enable"
EndSection
Hors ligne
#3 Le 16/05/2006, à 12:51
- OdyX
Re : Bureau Etendu
Sous Dapper, ça vaut peut-être la peine d'essayer le module graphique de configuration d'écrans...
?????
Hors ligne
#4 Le 17/05/2006, à 18:02
- ChPortos
Re : Bureau Etendu
Désolé Link31, mais ta solution ne fonctione pas sur ma carte Intel. (le serveur X ne démarre plus sous cette configuration)
OdyX, je fonctionne sour Breezy Badger, mais existe-t-il le meme genre de gestionnaire ?
Merci d'avance !
#5 Le 17/05/2006, à 19:02
- OdyX
Re : Bureau Etendu
ChPortos : Non... malheureusement....
?????
Hors ligne
#6 Le 18/05/2006, à 07:25
- bobuse
Re : Bureau Etendu
Avec les explications de Link31 et la doc sur le wiki, tu devrais pouvoir t'en sortir.
Ha au fait, tu ne nous a toujours pas dit quelle était ta carte graphique
Dernière modification par bobuse (Le 18/05/2006, à 07:26)
Hors ligne
#7 Le 24/05/2006, à 11:02
- ChPortos
Re : Bureau Etendu
bobuse > ma carte est une Mobile Intel 915GM/GMS, 910GML Express Chipset Family (description du pilote Windows)
J'ai recherché sur la doc (je suis tombé entre autre sur la page http://doc.ubuntu-fr.org/materiel/intel_i915g) ou il faut installer 915Resolution (sur ça, pas de probleme), mais mon serveur X ne veut plus démarrer (heureusement j'en avais gardé une copie)
D'ou peut venir mon probleme ?
Merci d'avance,
Ch'Portos.
#8 Le 24/05/2006, à 11:21
- bobuse
Re : Bureau Etendu
Fais voir ton fichier xorg.conf
Il faudrait aussi regarder ce que Xorg a dit pour sa défense dans /var/log/Xorg.0.log. Donc refais le planter, et dans un terminal fais une copie dece fichier pour garder une trace.
Hors ligne
Pages : 1