Problème résolution ecran sous ubuntu
Résolu
pazzo
-
pazzo -
pazzo -
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
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:
- Problème résolution ecran sous ubuntu
- Double ecran - Guide
- Capture d'écran whatsapp - Accueil - Messagerie instantanée
- Retourner ecran pc - Guide
- Capture d'écran samsung - Guide
- Ubuntu 32 bits - Télécharger - Systèmes d'exploitation
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
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
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
=> 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