ma police est énorme dans l'écran de login sous ma gutsy hmm résolution trop grande?
voici mon xorg:
# xorg.conf (xorg X Window System server configuration file)
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
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 "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "dri"
EndSection
Section "DRI"
Mode 0666
EndSection
que dois-je changer?
++
# une piste
Posté par pampryl . Évalué à 1.
Si oui, alors le problème ne vient certainement pas d'une conf de Xorg mal adaptée, mais peut être simplement d'une configuration de l'écran d'accueil (lire 'de login').
Tu peux peut être essayer avec un autre thème, ou d'autre paramêtres de cet écran en suivant:
(sous gnome)
--> système
--> administration
--> écran de connexion (de tête car je ne suis pas devant mon bureau préféré)
Si ta résolution n'est pas meilleure une fois loggué, alors il faudrait que tu reconfigures X.org automatiquement:
* sudo dpkg-reconfigure -phigh xserver-xorg comme suggéré au début du fichier
* sudo nvidia-xconfig pour les nvidia
* sudo aticonfig –initial pour les ATI (a tendance à ne pas trop fonctionner, donc attention !!)
(tiré de http://doc.ubuntu-fr.org/xorg )
[^] # Re: une piste
Posté par pampryl . Évalué à 2.
Le bug constaté:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video(...)
La solution qui semble marcher chez plusieurs personnes:
https://bugs.edge.launchpad.net/ubuntu/+source/libgnome/+bug(...)
J'espère que ça t'aidera.
[^] # Re: une piste
Posté par geekubuntu . Évalué à 1.
es-ce que mettre
Section "Monitor"
DisplaySize x y
EndSection
dans xorg pourrait résoudre le problème?
j'ai essayé d'installer les majs gnome/gdm depuis les proposed de gutsy, rien n'y fait.. pourtant quelqu'un semblait dire que c'était corrigé.. ben nan.
++
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.