Bonjour à tous,
voilà le topo : j’utilise Debian Etch, une carte ATI 9600xt avec les derniers drivers fglrx (l’erreur est humaine), deux écrans en dual head, donc deux bureaux distincts (mais un seul répertoire /home/user/Desktop ). L’écran principal est en 1152x864, le secondaire est en 1024x768, les deux en 85Hz.
Bon. Le problème, se manifeste sur gdm, qui, au moment du login, utilise une résolution inadaptée et qui pique les yeux, genre 1920x1400 en 66Hz. J’aimerais bien la passer en 1152x864, mais j’ai beau lire des docs et gougueuler, impossible de trouver une piste.
J’ai toutefois cru comprendre que la résolution de gdm dépend de xorg.
Par ailleurs, pas mal de sources prétendent qu’il faut indiquer la résolution de gdm dans les subsections “Display” de xorg.conf avant toutes les autres résos. Ça n’a pas l’air de marcher chez moi. Même en virant toutes les résos supérieures à 1152, je me retrouve toujours mon gdm en 1920. J’ai peut être loupé quelque chose.
Je commence à me demander si ce souci avec gdm ne cache pas une fglrxerie de plus et qu’il n’y a rien à faire sinon prendre son mal en patience, comme je fais avec toutes les autres.
Aussi, je vous le demande : avez-vous des pistes pour résoudre ce problème ?
Merci d’avance.
En addition, voici mon xorg.conf, si d’aventure, cela peut aider :
[code]Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
Screen “aticonfig-Screen[1]” LeftOf "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/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 "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” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection
Section "Monitor"
Identifier "F900P"
Option "DPMS"
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 "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Driver “fglrx” #"ati"
Option “VideoOverlay” "on"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option “VideoOverlay” "on"
Option “FSAAEnable” "on"
Option “FSAAScale” "2"
BusID "PCI:1:0:0"
Screen 0 #nouveau
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Option “VideoOverlay” "on"
Option “FSAAEnable” "on"
Option “FSAAScale” "2"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
Monitor "F900P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “800x600” “1152x864” “1024x768” "640x480"
EndSubSection
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
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
[/code]

