#1 Le 02/08/2006, à 10:47
- Nécropotame
[résolu] Dual Screen / Double écran
Bonjours.
On viens de me prêter une GeForce 5700VE (qui remplace une Kyro II).
Disposant de deux écran 17 pouce, j'aimerai bien mètre un place un dual screen.
Mais impossible de le mètre en place correctement. J'ai tout d'abord fait cela avec l'outil de configuration de KDE. Mais celui-ci me paramétrait un dualscreen ou chaque écran était zoomer (je devait balader la souris sur les bord pour déplacer la vue). Bref, une horreur. Par la suite, cet outils de configuration à tout simplement rendu l'âme puisque je ne peu plus faire de modification avec (après 5 ou 6 dkpg-reconfigure xserver-xorg du a tout mes essais)
J'ai donc tenté plusieurs solution. La première venait du forum, ou j'ai ajouter une section screen et une section monitor dans mon xorg.conf. Sans succès ...
La je viens de tester celle du wiki : Au démarrage, xorg ne se lance pas et me dit que "CTR-0" c'est pas un mot clé connu. Hop => dkpg-reconfigure xserver-xorg
En bref, je viens sur ce forum en dernier recours (Ô rage, ô désespoir ....)
Voici mon xorg.conf tout droit sortie de l'uzine :
# /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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "pc14"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV36.4 [GeForce FX 5700VE]"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 256
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "VM71RDA"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV36.4 [GeForce FX 5700VE]"
Monitor "VM71RDA"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Dernière modification par Nécropotame (Le 03/08/2006, à 12:40)
Hors ligne
#2 Le 02/08/2006, à 17:21
- G-rom
Re : [résolu] Dual Screen / Double écran
et un ptit tour dans la doc ??? http://doc.ubuntu-fr.org/materiel/multi-ecran
Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.
Hors ligne
#3 Le 02/08/2006, à 20:01
- kao_chen
Re : [résolu] Dual Screen / Double écran
Tiens,il y a celui la aussi:
http://blognote-info.com/index.php?2006/04/19/399-dualscreen-sous-ubuntu-dapper
Je te donne mon xorg comme exemple mais attention dans le mien je n'ai pas donné d'indication sur la frequence des écrans (ceux sont deux LCD) Pour les tubes il est tres important de renseigner les frequences, ça peut casser sinon.
# /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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
BusID "PCI:5:0:0"
Option "TwinView" "on"
Option "MetaModes" "1280x1024,1280x1024"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "TwinViewOrientation" "RightOf"
EndSection
Section "Monitor"
Identifier "B70A"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "B70A-2"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "B70A"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Cloned Screen"
Device "Carte vidéo générique"
Monitor "B70A-2"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "Cloned Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#4 Le 03/08/2006, à 12:40
- Nécropotame
Re : [résolu] Dual Screen / Double écran
J'ai réussi à le faire grace à un sujet dans le wiki anglais, qui indique les même info que celle que tu vien de me donner, G-rom.
En faite, j'avai vu ce wiki en français, qui n'emploie pas exactement les même methodes => http://doc.ubuntu-fr.org/materiel/double_ecran
Hors ligne
#5 Le 14/08/2006, à 07:33
- opslapoum
Re : [résolu] Dual Screen / Double écran
et un ptit tour dans la doc ??? http://doc.ubuntu-fr.org/materiel/multi-ecran
Il y a deux docs, mais aucune ne fonctionnent dans bien des cas... tu crois que tu es le seul à savoir les lires ?
Unbuntu (linux?) n'est vraiment bon que pour jouer... 18 heures de taf pour configurer un port VGA démontre le bien...
http://doc.ubuntu-fr.org/materiel/multi-ecran
http://doc.ubuntu-fr.org/materiel/double_ecran
#6 Le 14/08/2006, à 11:36
- michel2652
Re : [résolu] Dual Screen / Double écran
Bonjour,
Unbuntu (linux?) n'est vraiment bon que pour jouer... 18 heures de taf pour configurer un port VGA démontre le bien...
Effectivement, 18 heures c'est long. T'as pas fait de pause ?
Remarque, il y en a qui travaille plus lentement que d'autres, c'est un choix.
Mais bon, 18h à mon avis, c'est trop.
En deux jours t'as déjà fais 35h et 1h supp. t'es bien payé au moins ?
Moi, j'accepterai pas de bosser à ce rythme.
A+
#7 Le 14/08/2006, à 12:06
- G-rom
Re : [résolu] Dual Screen / Double écran
Ah... faut croire que y en a qui ont l'âme fonctionnaire (pas tapeeeerrrr joke inside).
Perso je ne vois qu'une doc sur le lien que j'ai donné pour aider Necropotame (qui voulait un multi et pas un double) et si on a une carte nvidia, qu'on sait lire bin euh... ça marche
Dernière modification par G-rom (Le 14/08/2006, à 12:15)
Quand tu ne sais pas (cherche puis) demande, quand tu sais partage.
Hors ligne
#8 Le 18/11/2006, à 14:09
- Grunge
Re : [résolu] Dual Screen / Double écran
Salut les petits amis
Voila j'ai exactement le même problème j'ai beau lire la doc, (et moi aussi je sais lire) pas moyen de faire fonctionner mon dual screen. (Pourtant si simple a configurer sous windows )
Seulement voila, j'ai deux cartes graphiques (une AGP et une PCI) toutes les deux NVIDIA et toute les deux de 32 Mo
La doc explique comment faire fonctionner un Twinview de nvidia ou autre carte graphique a deux sorties.
( Ce qui pourrait me servir étant donné que j'ai une sortie TV sur mon AGP ) Mais mon but premier est d'avoir deux écrans d'ordinateur, la tv n'étant pas très pratique pour lire ou écrire
J'utilise une version pré-bêta de Ebuntu ( Enlightenment sur ubuntu ) et je vous promet que si j'ai encore un windows sur mon disque dur c'est uniquement parce que j'adore pouvoir lire sur un écran tout en écrivant sur un autre.
Voila déjà quelques années que je cherche a faire fonctionner correctement mon dual sous linux, je ne suis arriver a le faire qu'une fois avec KDE et j'avais le même problème de "Zoom" càd que je devais déplacer ma souris dans les coins pour voir entièreté de mon affichage.
Voici un lien vers mon fichier xorg.conf
http://www.45-ouest.be/Simon/temp/xorg.conf
Remarque : Mis a par le dual screen il fonctionne très bien mais sans la carte PCI
Je vous promet que si je trouve une solution je viendrai la partager sur ce forum.
En attendant si une bonne âme passe par ici et sais quoi faire qu'il nous le face savoir
A bientôt et merci