Problème résolution ecran sous ubuntu

Résolu
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
Configuration: Windows XP
Firefox 3.0.8

3 réponses

  1. pazzo
     
    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
  2. Mu°Tristan°sE Messages postés 38 Statut Membre 9
     
    Et ça marche ? Il faut probablement redémarrer le système,
    1
    1. pazzo
       
      je lé redémarrer plusieurs fois mai tjr la resolutio max est 640x480
      0