#1 Le 08/08/2005, à 10:50
- abdelhamidem
[Résolu] resolution revient à 800x600 à chq demarrage
Bonjour tout le monde!
Voila, je vous expose mon probleme. Ubuntu revient à une resolution de 800x600 àchq fois que je redemarre l'ordi alors qu'avant de quitter , j'etais en 1024x768...
Pourtant le fichier xorg.conf semble etre bien configuré, d'ailleurs je vous l'expose en dessous.
Un indice peut etre : une chose curieuse se produit à chq redemarrage. Il semble qu'ubuntu se relance avec la configuration que j'avais 5 minutes avant de quitter. Par exemple, 5min avant de quitter j'etais en train d'utiliser xine, gedit, j'avais un terminal ouvert, ..... Avant de quitter ubuntu je ferme tout à la main. Mais au redemarrage, toutes ces fenetres reapparaissent!!!
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
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 "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" "fr-latin9"
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 "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "COMPAQ S510"
HorizSync 30-70
VertRefresh 50-150
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "COMPAQ S510"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
merci d'avance
Hors ligne
#2 Le 08/08/2005, à 13:36
- baleck
Re : [Résolu] resolution revient à 800x600 à chq demarrage
à la limite si tu dois te servir essentiellemnt du 1027*768 en 24Bits, et bien tu n'as qu'à commenter les autres lignes, ainsi que les autres résolutions que tu as dans ta partie 24bits:
# SubSection "Display"
# Depth 1
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 4
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 8
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 15
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 16
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" #"832x624" "800x600" "720x400" "640x480"
EndSubSection
Moi c'est ce que je ferais, c'est vrai que je contourne le problème, mais je penses que ca marche...
Une signature est un petit texte ajouté à la suite de vos messages. Vous pouvez y mettre ce que vous voulez. Vous pouvez y utiliser des balises BBCode, selon la configuration du forum. Les fonctionnalités actives apparaissent dans la marge lors de l'édition de votre signature.
Hors ligne
#3 Le 09/08/2005, à 01:46
- abdelhamidem
Re : [Résolu] resolution revient à 800x600 à chq demarrage
Merci pour ta reponse l'ami
Mais entre temps j'ai trouvé une autre solution. J'ai utilisé Gconf!
J'ai fait une recherche sur "resolution" je crois, et ca m'a donné plein "d'options" avec le mot resolution dedans. J'ai donc cherché parmis les resultats la resolution qui concernait l'affichage de gnome. Il y en avait 2. je les ai donc mis tous les 2 à 1024x768 et voila! tout marche
désolé pour cette reponse approximative, j'ai fait la manoeuve il y a deja qq heures, et je suis sous windows maintenant. J'essaierai de reposter avec plus de details tres prochainenement.
à bientot!
Hors ligne