#1 Le 26/07/2007, à 11:42
- jerome13
Driver I810 (portable Nec Versa) et sortie RGB
Bonjour à tous,
Je n'arrive pas utiliser mon écran (sortie RGB) avec une résolution convenable. Je m'explique:
J'aimerais travailler sur l'écran avec une résolution de 1280x1024 et basculer sur l'écran LCD lorsque je suis mobile. Malheureusement la configuration par défaut du serveur X ne permet d'avoir qu'une image clonée (ce qui ne me pose pas de problème) mais avec une résolution maximum qui me semble imposée par la résolution maximum de l'écran du portable (1024x768).
J'ai alors décidé de tester une configuration en dual screen faute de mieux.
J'ai suivi les différents tutos pour paramétrer le dual screen (j'ai modifié le fichier xorg.conf).
J'arrive à une solution temporaire horrible. L'écran LCD du portable est désactivée (ça ne me dérange pas). Le moniteur fonctionne mais la résolution est de 1024x768 sauf que je dois scroller pour naviguer sur le bureau (un peu comme si le bureau était trop grand pour s'afficher sur tout l'écran). Pour que ça fonctionne, je dois alors aller dans Système -> Préférences -> Résolutin de l'écran, modifier l'affichage et cliquer sur "Utiliser la résolution précédente". J'obtiens alors un affichage sur le moniteur en 1280x1024 mais je ne souhaite plus refaire cette manipulation à chaque fois.
En plus de cela je suis arrivé à ce résultat alors que je modifiais le fichier xorg.conf pour le dual screen. Je ne souhaite pas forcément avoir le dual screen mais je ne comprends pas pourquoi j'obtiens ce résultat.
Voici mon dernier fichier xorg.conf qui correspond au comportement ci-dessus:
# /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 xorg.conf(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "extmod"
Load "freetype"
Load "int10"
Load "vbe"
load "glx"
load "GLcore"
load "v4l"
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 "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
option "SendCoreEvents" "true"
option "Device" "/dev/psaux"
option "Protocol" "auto-dev"
option "HorizScrollDelta" "0"
EndSection
Section "Device"
identifier "0 Intel Corporation 82852/855GM Integrated Graphics Device"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "DFP,CRT"
EndSection
Section "Device"
identifier "1 Intel Corporation 82852/855GM Integrated Graphics Device"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "DFP,CRT"
EndSection
Section "Monitor"
Identifier "Ecran portable"
Option "DPMS"
HorizSync 32-79
VertRefresh 60-75
EndSection
Section "Monitor"
Identifier "Ecran plat"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "0 Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Ecran portable"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1024x768" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "1 Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Ecran plat"
DefaultDepth 24
SubSection "Display"
depth 8
modes "1024x768" "1280x1024"
EndSubSection
SubSection "Display"
depth 16
modes "1024x768" "1280x1024"
EndSubSection
SubSection "Display"
depth 24
modes "1024x768" "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "Screen 2" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
#2 Le 26/07/2007, à 11:43
- jerome13
Re : Driver I810 (portable Nec Versa) et sortie RGB
J'oubliais l'essentiel: merci d'avance pour vos réponses!
#3 Le 26/07/2007, à 13:01
- jerome13
Re : Driver I810 (portable Nec Versa) et sortie RGB
J'ai trouvé une autre solution.
Je ne fais pas de dual screen mais j'utilise l'option MonitorLayout pour désactiver l'écran du portable.
C'est pas très beau mais ça marche. Voici mon 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 xorg.conf(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "extmod"
Load "freetype"
Load "int10"
Load "vbe"
load "glx"
load "GLcore"
load "v4l"
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 "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
option "SendCoreEvents" "true"
option "Device" "/dev/psaux"
option "Protocol" "auto-dev"
option "HorizScrollDelta" "0"
EndSection
Section "Device"
identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
Option "DDCMode" "True"
Option "MonitorLayout" "DFP,CRT"
EndSection
Section "Monitor"
Identifier "Ecran"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Ecran"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection