Bonjour, Dans un premier temps essai de sauvegarder/d�placer le fichier de configuration xorg.conf (mv /etc/X11/xorg.conf ~/ton_utilisateur/xorg.conf.old)
Et ensuite un petit : $sudo dpkg-reconfigure xserver-xorg Pour infos, c'est une version Warty MAJ ou une Hoary d'origine ? On Apr 5, 2005 10:20 AM, Claude Paroz <[EMAIL PROTECTED]> wrote: > Bonjour, > > J'ai pass� sous Hoary et xorg, mais j'ai un probl�me de r�solution. Sous > Warty, je me trouvais en 1600x1200 et tout �tait OK. > Maintenant, cela ne fonctionne bien qu'en 1280x1024. Si je passe en > 1600x1200, le bureau devient plus grand que la surface de l'�cran, et le > bureau se d�place lorsque je place la souris dans les bords de l'�cran. > > Quelqu'un a-t-il une id�e de la mani�re de r�soudre ce probl�me ? > > Claude > > Mon xorg.conf : > 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/100dpi" > FontPath "/usr/lib/X11/fonts/75dpi" > # paths to defoma fonts > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" > EndSection > > Section "Module" > Load "GLcore" > Load "bitmap" > Load "dbe" > Load "ddc" > Load "dri" > Load "extmod" > Load "freetype" > Load "glx" > Load "int10" > Load "record" > Load "type1" > Load "vbe" > EndSection > > Section "InputDevice" > Identifier "Generic Keyboard" > Driver "keyboard" > Option "CoreKeyboard" > Option "XkbRules" "xorg" > Option "XkbModel" "pc105" > Option "XkbLayout" "ch" > Option "XkbOptions" "fr" > EndSection > > Section "InputDevice" > Identifier "Configured Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/input/mice" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > Section "Device" > Identifier "Carte Intel" > Driver "i810" > BusID "PCI:0:2:0" > Option "UseFBDev" "true" > EndSection > > Section "Monitor" > Identifier "Dell 2001FP" > Option "DPMS" > HorizSync 31-80 > VertRefresh 56-76 > EndSection > > Section "Screen" > Identifier "Default Screen" > Device "Carte Intel" > Monitor "Dell 2001FP" > DefaultDepth 24 > SubSection "Display" > Depth 1 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 4 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 8 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 15 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 16 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > > Section "ServerLayout" > Identifier "Default Layout" > Screen "Default Screen" > InputDevice "Generic Keyboard" > InputDevice "Configured Mouse" > EndSection > > Section "DRI" > Mode 0666 > EndSection > > -- > ubuntu-fr mailing list > [email protected] > http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr > -- ubuntu-fr mailing list [email protected] http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
