#1 Le 23/05/2008, à 22:55
- tarang
impossible de configurer double-écran
hello
J'essaie depuis un temps de faire un affichage double-écrans sous Ubuntu 8.04 .
Ma carte graphique est une Ati Radeon 9200 se et mes écrans des Sony multiscan.
J'ai épluché différentes procédures avec le fichier xorg, installé le driver Ati etc. sans succès.
Voici mon fichier xorg:
# 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 xorg.conf manual page.
# (Type "man 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"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Ati"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "ati"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection
Section "Monitor"
Identifier "Écran générique"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Ati"
Monitor "Écran générique"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 640 480
Modes "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
Je nage complètement! Avez-vous une idée?
Merci
Hors ligne
#2 Le 24/05/2008, à 02:00
- Pacifick_FR42
Re : impossible de configurer double-écran
Bonjour... essayer avec mon xorg... les passage "en gras" :
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "dri"
Load "v4l"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "DigiView"
Option "DPMS" "true"
EndSection
Section "Device"
# Option "EnableMonitor" "auto,auto"
Identifier "X300"
[b]Driver "fglrx"
Option "TexturedXrender" "true"#anti-bug affichage testdsf
Option "Textured2D" "true"#anti-bug affichage testdsf
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DesktopSetup" "vertical,reverse"
Option "Mode2" "1024x768"
Option "ForceMonitors" "crt1,crt2"
# Option "DesktopSetup" "lvds,auto"
Option "PairModes" "1024x768+1024x768"
Option "VRefresh2" "75"
Option "OverlayOnCRTC2" "1"[/b]
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "X300"
Monitor "DigiView"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x1536"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection
Hors ligne
#3 Le 24/05/2008, à 02:04
- Pacifick_FR42
Re : impossible de configurer double-écran
Heu... bon... pour le "gras".. c'est pas ça...
Bref... d'abbords, installe les drivers proprio.. si possible, ensuite, regarde ma section Drivers & Screen :
Option "PairModes" "1024x768+1024x768"
et
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x1536" #----> Mes écrans sont superposés...
EndSubSection
sont les clefs...
renvoie le retour de xrandr aprés modif de ton xorg
Dernière modification par Pacifick_FR42 (Le 24/05/2008, à 02:05)
Hors ligne
#4 Le 25/05/2008, à 08:15
- OneManShow
Re : impossible de configurer double-écran
Salut,
Moi aussi, j'ai dû tâtonner sur le double écran avec les drivers Ati (sous Gutsy, sous Hardy, par EnvyNg, par les dépôts, par ceux d'Ati, etc..).
Le plus simple est souvent le meilleur :
- suppression des anciens drivers,
- réinstallation,
- reconfiguration du xorg.conf :
sudo dpkg-reconfigure -phigh xserver-xorg
- ajout de la ligne suivante dans la section "Device" du xorg.conf :
Driver "fglrx"
- configuration automatique du xorg.conf en dualhead par aticonfig :
aticonfig --initial=dual-head --screen-layout=above
Remplacer "above" par "left" ou "right" selon l'emplacement du 2ème écran.
- au redémarrage, j'étais souvent encore en Mesa et j'ai dû modifié le xorg.conf
sudo gedit /etc/X11/xorg.conf
Mon xorg.conf ressemble à ça :
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
- redémarrer et vérifier le résultat de fglrxinfo qui me donne quelque chose comme ça :
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X600 SE
OpenGL version string: 2.1.7537 Release
display: :0.0 screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string:
OpenGL version string: 2.1.7537 Release
Hors ligne
#5 Le 25/05/2008, à 22:56
- tarang
Re : impossible de configurer double-écran
ok merci pour ces conseils
Existe-til un moyen de vérifier la bonne installation des drivers Ati?
Je les avait installé mais l'outil Ati catalyst control center me signale que le driver n'est pas installé
J'essaierai donc ce que vous conseillez, mais comme je ne suis pas grand spécialiste j'ai peur de faire une gaffe et me retrouver dans le no man's land
grand merci
Hors ligne
#6 Le 31/05/2008, à 19:08
- piemchie
Re : impossible de configurer double-écran
Bonjour,
J'ai le même problème, mais je ne comprend rien aux explications?
C'est quoi xorg.conf?
Désolé pour le boulet, mais je suis newbies total, je découvre Ubuntu, et c'est d'ailleur le seul problème que je rencontre.
Merci,
Pierre
Hors ligne
#7 Le 07/08/2009, à 22:44
- henrimarc
Re : impossible de configurer double-écran
Bonjour,
Je suis sur Ubuntu depuis deux ans environ. Je travaille sur un eeepc qui tourne sous Jaunty, avec netbook remix .
Je me branche régulièrement à un double écran.
Question : comment définir mon écran de eeepc comme l'écran par défaut ?
En effet, le netbook remix launcher se met automatiquement sur le grand écran, et au final c'est sur ce seul écran que je travaille ... !
j'ai essayé le tuto double ecran de la documentation, l'installation de grandr, ... rien à faire !
Merci !
Hors ligne
#8 Le 28/09/2009, à 19:20
- henrimarc
Re : impossible de configurer double-écran
Petit up...
Merci!
Hors ligne
#9 Le 05/01/2010, à 15:34
- dramac
Re : impossible de configurer double-écran
up, sur une ATI radéon, avec les driver proprio fglrx qui ne marchent plus car non maintenu pour karmic...
Est-ce possible avec les drivers libres?
Hors ligne
#10 Le 05/01/2010, à 15:51
- Pacifick_FR42
Re : impossible de configurer double-écran
pour les drivers libre, oui, il te suffit de modifier ton xorg.conf et de modifier dans la section "Device" fglrx par ati ou radeon.
Ce n'est ps à l'os de "maintenir" des drivers proprio, mais au constructeur, mais à mon avis t te plante quelque part... je ne vois pas pourquoi les drivers ATI ne fonctionnerais plus sous Karmic ?...
Hors ligne