Hello,
J'ai été confronté au même problème, et pour le résoudre, j'ai du configurer
moi-même le xorg.conf.

Voilà la page qui m'a guidé :
http://doc.ubuntu-fr.org/configurer_son_ecran_old
Et mon xorg.conf, sous Intrepid :
(Suit la doc pour changer HorizSync et Vert Refresh, puis le nom de la CG
enfin la taille maximale dans le module Screen)

Section "Monitor"
    Identifier    "Configured Monitor"
    Option "DPMS"
    HorizSync 28-64
    VertRefresh 43-60
EndSection

Section "Device"
    Identifier    "NVIDIA Gforce 7500 LE"
    Driver        "nvidia"
    Busid        "PCI:2:0:0"
    Videoram    262144
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option "UseDisplayDevice" "DFP"
    Option "UseEDIDFreqs" "FALSE"
    Option "ModeValidation" "NoEdidModes"
    Option "UseEDID" "FALSE"
    Option        "NoLogo"    "True"
EndSection


Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
        SubSection "Display"
        Depth 24
        Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600"
"640x480"
        EndSubSection
EndSection
-- 
ubuntu-fr mailing list
ubuntu-fr@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à