Problème résolution ecran sous ubuntu

Résolu/Fermé
pazzo - 22 avril 2009 à 12:54
 pazzo - 22 avril 2009 à 19:05
Bonjour,
jsui nouveau sous ubuntu et j'ai un problme avec mon ecran Dell avec une carte graphique intégrée 64Mo SiS
j'arrive plus a augmenter la résolution de mon ecran la max est : 640x480
pourtant hier elle fontionné bien sauf avec klk parasites meme sous windows elle focntionne tré bien
alors ou é le problme ??? c a cause de linux (compatibilité) ???

aider moi svp merci
A voir également:

3 réponses

salut
merci pour ta reponse
voila ce que j'ai fait :
dans le terminal j'ai taper : gksudo gedit /etc/X11/xorg.conf
le fichier est ouvert avec gedit : j'ai modifier les valeur qui sont en gras soulignées par
les nouvelles valeurs 1024 768
# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "SiS generic"
Busid "PCI:1:0:0"
Driver "sis"
Screen 0
Vendorname "SiS"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
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"
Monitor "Configured Monitor"
Device "Configured Video Device"
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
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection
2
Mu°Tristan°sE Messages postés 36 Date d'inscription mercredi 22 avril 2009 Statut Membre Dernière intervention 29 novembre 2009 9
22 avril 2009 à 17:56
Et ça marche ? Il faut probablement redémarrer le système,
1
je lé redémarrer plusieurs fois mai tjr la resolutio max est 640x480
0
Mu°Tristan°sE Messages postés 36 Date d'inscription mercredi 22 avril 2009 Statut Membre Dernière intervention 29 novembre 2009 9
22 avril 2009 à 17:07
J'ai eu le même problème, il faut modifier un fichier système, c'est pas trés long, et pas trés compliqué ^^, jette un oeil sur le site Ubuntu, ici par exemple
=> http://forum.ubuntu-fr.org/viewtopic.php?id=141502

Tu auras peut être besoin d'utiliser les droits root, infos ici:

http://doc.ubuntu-fr.org/tutoriel/console_ligne_de_commande#chmod
0