On Jeudi 08 Septembre 2005 13:03, Frédéric wrote:
> et ça roule !
Enfin, pas tout :o/
J'ai un petit soucis avec le mode Xinerama. Le hard est une carte ATI
Radeon 9000 Mobility (ou M9) montée sur un portable DELL.
Lorsque j'active le Xinerama (cf fichier xorg.conf joint), je n'ai d'image
que sur l'écran externe. Si je débranche l'écran externe, l'écran interne
fonctionne bien.
Je pense donc que lorsque j'ai l'écran branché, il désactive l'écran
interne. Mais pourquoi ?
Je précise que tout fonctionnait très bien sous XFree86.
Une idée ?
PS : Dans la section ServerLayout, j'ai :
Screen "Default Screen 0" 0 0
Screen "Default Screen 1" RightOf "Default Screen 0"
C'est un essai que j'ai fait, avec un truc trouvé sur le web. Avant,
j'avais :
Screen 0 "Default Screen 0"
Screen 1 "Default Screen 1" RightOf "Default Screen 0"
Mais c'est pareil...
--
Frédéric
http://www.gbiloba.org
# XF86Config-4 (XFree86 X Window System server configuration file)
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Stylus"
Driver "wacom"
Option "Device" "/dev/input/event4"
Option "Type" "stylus"
Option "USB" "on"
Option "Mode" "Absolute"
# Option "TopX" "0"
# Option "TopY" "0"
# Option "BottomX" "0"
# Option "BottomY" "0"
# Option "Tilt" "on"
# Option "ButtonM" "N"
EndSection
Section "Device"
Identifier "Generic Video Card 0"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
Option "AGPMode" "4"
EndSection
Section "Device"
Identifier "Generic Video Card 1"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
Option "AGPMode" "4"
EndSection
Section "Monitor"
Identifier "IBM-ITUX97"
HorizSync 30-75
VertRefresh 50-85
Option "DPMS"
EndSection
Section "Monitor"
Identifier "IIYAMA A901HT"
HorizSync 27-115
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen 0"
Device "Generic Video Card 0"
Monitor "IBM-ITUX97"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen 1"
Device "Generic Video Card 1"
Monitor "IIYAMA A901HT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" # "1600x1200"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
InputDevice "Stylus" "SendCoreEvents"
Option "Xinerama" "On"
Screen "Default Screen 0" 0 0
Screen "Default Screen 1" RightOf "Default Screen 0"
EndSection
Section "DRI"
Mode 0666
EndSection