Pages : 1
#1 Le 23/05/2007, à 18:59
- benoit.yiyi
[Help] ATI + bureau étendu
Bonjour à tous,
J'ai un problème assez bizarre avec mon pc. J'aimerais faire un bureau étendu sur 2 écrans 19" identiques, mais je ne comprends pas pourquoi ca ne fonctionne pas correctement. J'ai mon ecran 1 qui est correct (1280x1024) et le deuxième qui prend une résolution inférieure (1024x768) .
http://img523.imageshack.us/img523/1315/capturete6.png
Voici une copie de mon xorg.conf, j'espère que vous pourrez m'aider à résoudre ce petit problème
ps : ce n'est pas un problème hardware vu que sous windows, le bureau étendu en 2560x1024 fonctionne
# 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 "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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"
EndSection
Section "Device"
Identifier "9800"
Driver "fglrx"
Busid "PCI:2:0:0"
# Option "UseFBDev" "true"
Option "DesktopSetup" "horizontal"
Option "Mode2" "1280x1024"
Option "CenterMode" "off"
Option "PairModes" "1280x1024+1280x1024"
EndSection
Section "Monitor"
Identifier "Ecran generique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "9800"
Monitor "Ecran generique"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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
Section "Extensions"
Option "Composite" "0"
EndSection
Hors ligne
#2 Le 24/05/2007, à 09:43
- benoit.yiyi
Re : [Help] ATI + bureau étendu
up...
Hors ligne
#3 Le 25/05/2007, à 20:08
- benoit.yiyi
Re : [Help] ATI + bureau étendu
Hors ligne
Pages : 1