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 11/07/2011, à 21:43

neuneu

[résolu] problème de résolution d'écran avec ubuntu 11.04

Bonjour,

La résolution maximum que je peux choisir dans "préférence de l'écran" est de 1024/768
Dans les versions précédentes d'ubuntu j'avais du 1280/1024 , même si j'ai déja un peu galérer avec mon écran !
Car mon écran est un "no-name" dont je n'ai pas les spécification,
ma carte graphique est intégré a la carte mère
la commande

lspci | grep VGA

me renvoie

00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)

alors j'ai cherché un peu partout j'ai fini par re-créer un fichier xorg.conf (car je n'avais pas fait de sauvegarde des versions précédente)
et j'ai ajouté des info que j'ai glaner a gauche a droite mais je ne sais pas si au final tout ca est bien cohérent ...

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    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"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri2"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
         HorizSync     30-96
    VertRefresh   50-160
        Option      "PreferredMode" "1280x1024"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82G33/G31 Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Virtual   1280 1024
                Depth     24
        EndSubSection
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection    
EndSection

voila j'ai un peu tout essayer et je déprime un peu :-(
j'ai même vu ici qu'il fallait attendre la résolution du problème !
http://forum.ubuntu-fr.org/viewtopic.php?pid=4289401
mais j'ai quand même du mal a croire qu'il n'y aie pas de solution ?

Dernière modification par neuneu (Le 11/07/2011, à 23:08)

Hors ligne

#2 Le 11/07/2011, à 22:36

Ghislain_B

Re : [résolu] problème de résolution d'écran avec ubuntu 11.04

Salut !

Peux-tu poster le contenu du fichier /var/log/Xorg.0.log ? Il nous informera sur ce qu'il se passe au démarrage du serveur graphique.

As-tu vu la section de la doc sur les modelines ?

Tu peux aussi jeter un oeil sur le lien (en anglais) que je donne dans mon sujet, post #5. Ca consiste à utiliser "xrandr" pour forcer des résolutions. Si l'anglais n'est pas ton fort, j'ai déjà vu un sujet dans ce forum qui expliquait la même chose en français, mais là je ne le retrouve pas. J'espère que cela marchera pour toi, pour moi ça n'a pas marché. sad

Il se peut que les deux solutions que je te donne soient équivalentes, en tout cas ça vaut le coup d'essayer ! tongue

Hors ligne

#3 Le 11/07/2011, à 23:07

neuneu

Re : [résolu] problème de résolution d'écran avec ubuntu 11.04

Super ca marche !!
merci beaucoup :-)
je mets mon xorg.conf si ca peut servir a quelqu'un

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    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"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "glx"
    Load  "dri2"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "dri"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
         HorizSync     30-96
    VertRefresh   50-160
        Option      "PreferredMode" "1280x1024"
    Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82G33/G31 Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Virtual   1280 1024
                Depth     24
        EndSubSection
    SubSection "Display"
        Depth        1
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024_60" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
    EndSubSection    
EndSection

Hors ligne