Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/07/2007, à 18:31

johon03

[Résolu] Problème de résolution d'écran

Bonjour à tous,
j'ai un petit problème TRES gênant au niveau de ma résolution : j'ai redémarré hier tout allait bien jusqu'à l'écran de connexion de session : il était beaucoup plus gros que d'habitude et les caracteres étaient bien trop pixellisés , je me suis dis c'est ptet pas grave, j'ai continué mais en fait la résolution était encore en tout petit, je suis allé voir dans "Menu K > Configuration du sys. > Affichage" et j'ai vu dans l'onglet de la résolution que c'était à 640*480 (petit n'est-ce pas ?) je suis passé en "mode administrateur" hélas je ne pouvais toujours pas changer cette résolution ....

Je me demande ce qu'il faut que je fasse, en tout cas ce n'est pas au niveau du noyau puisque j'ai essayé avec l'ancien et ça fait pareil........

Dernière modification par johon03 (Le 28/07/2007, à 12:45)

Hors ligne

#2 Le 26/07/2007, à 18:34

xelator

Re : [Résolu] Problème de résolution d'écran

salut
va dans un terminal et tape "cat /etc/X11/xorg.conf"
et poste le résultat ici

Hors ligne

#3 Le 26/07/2007, à 18:44

johon03

Re : [Résolu] Problème de résolution d'écran

Demandez, c'est trouvé :

# /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 xorg.conf(5) manual page.
# (Type "man 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 command:
#   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 "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fr"
  option "XkbVariant" "oss"
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"
  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 "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
  boardname "ati"
  busid "PCI:1:0:0"
  driver "ati"
  screen 0
  option "MergedFB" "off"
EndSection

Section "Monitor"
  identifier "F-419"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
  Monitor "F-419"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 640 480
    modes "640x480@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" #
  identifier "device1"
  boardname "VESA driver (generic)"
  busid "PCI:1:0:1"
  driver "vesa"
  screen 0
EndSection
Section "screen" #
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
EndSection
Section "monitor" #
  identifier "monitor1"
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Hors ligne

#4 Le 26/07/2007, à 18:59

xelator

Re : [Résolu] Problème de résolution d'écran

bon alors on va modifier ce fichier mais comme je suis pas sur qu'après tu es une interface graphique qui marche, on va faire une sauvegarde !

pour la sauvegarde :
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf2 (dans un terminal ; la commande fait une copie du fichier et le renomme en xorg.conf2

[pour restaurer : si quand tu redémarres , sa plante, tu arrives a un terminal plein écran  ou il faudra entrer ton login et ton mot de passe puis tu pourra taper : "sudo cp  /etc/X11/xorg.conf2 /etc/X11/xorg.conf" puis "sudo reboot"]

bon passons a la modif :
pour ouvrir le fichier tape "sudo kate /etc/X11/xorg.conf"
et tu modifie le fichier comme ceci : (je met juste le bout modifié qui nous intéresse , laisse le reste, les "#" sont important et respecte l'alignement)

Section "Monitor"
  identifier "F-419"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  # modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  # gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
  Monitor "F-419"
  DefaultDepth 24
  SubSection "Display"
    depth 24
#   virtual 640 480
       modes "1024x768" "800x600"
  EndSubSection
EndSection

enregistre et redémarre si sa plante j'espère que tu aura noté ce que j'ai dis plus haut

bonne chance

Hors ligne

#5 Le 26/07/2007, à 19:00

xelator

Re : [Résolu] Problème de résolution d'écran

tu n'as pas fait une mise a jour de pilote graphique ?

Hors ligne

#6 Le 26/07/2007, à 19:41

johon03

Re : [Résolu] Problème de résolution d'écran

Non, et c'est bien ça qui est bizarre : j'ai juste modifié l'écran de démarrage lorsque ça m'a fait ça !024

Sinon ta solution marche, mais j'ai un autre problème :
à l'arrêt de l'ordinateur, donc je fais arrêter, et bien l'ordi ne s'arrête pas, y a plus de signal vidéo (l'écran s'éteint) mais il tourne toujours ! Je devrais poser la question autre part non ?

MERCI sinon , MERCI beaucoup !

Hors ligne

#7 Le 26/07/2007, à 21:16

xelator

Re : [Résolu] Problème de résolution d'écran

la je ne sais pas  ...

Hors ligne