Xinerama ne veut pas utiliser mes deux écrans - Divers - Linux et OS Alternatifs
Marsh Posté le 14-03-2007 à 13:46:12
Salut , j ai un peu la meme config , portable avec chipset i810 et rajout d'un ecran plat 19 pouces mais j ai jamais reussit a vraiment bien le faire fonctionner (je suis pas trop passionner par le xorg.conf )
voila un bout de ma config qui marche a peu pres qd meme , ptet que tu y trouvera des elements interessants:
Code :
|
les modeline ont l air assez importants bien que j y capte rien , je suis obliger de commenter le modeline pour la config de l ecran plat sinon ca ne decolle pas...
plus de details sur mes bugs liés a cette config:
http://forum.hardware.fr/forum2.ph [...] w=0&nojs=0
Si t arrives a faire marcher le tout , je suis preneur de ton xorg.conf
Marsh Posté le 15-03-2007 à 18:22:03
mon xorg.conf est au dessus il marche, les dexu écrans s'affichent mais impossible d'utiliser toutes les possibilites du deuxième écran
Marsh Posté le 14-03-2007 à 11:36:42
Bonjour,
j'ai deux écrans un sur le portable et l'autre CRT que j'utilise en Xineramaµ. Le problème est que je ne peux me servir que de la surface d'un écran (le Crt défini en principal), dès que j'essay d'amener une fenêtre sur l'autre écran elle sort un peu mais refuse de quitter l'autre écran. impossible d'ouvrir une fenêtre sur l'écran de portable et lorsque j'agrandis mes fenêtres elles s'agrandissent uniquement sur le cRT.
Si vous avez des idées je prends.
mon xorg.conf
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"
FontPath "/usr/share/fonts/X11/misc"
# 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 "XkbOptions" "lv3:ralt_switch"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "0 Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
Identifier "1 Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "iiyama"
Option "DPMS"
HorizSync 28-96
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "0 Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "ecran 2"
Device "1 Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "iiyama"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
Screen 0 "Default Screen"
Screen 1 "ecran 2" LeftOf "Default Screen"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection