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 07/10/2006, à 13:32

doc83

Taux de rafraichissement trop faible

Bonjour à tous,

J'ai un léger problème avec le taux de rafraichissement de mon moniteur. Quand je suis en 1024x768 le taux est de 85Hz ce qui est correct, mais en 1280x1024 (configuré manuellement), le taux chute à 60Hz ce qui provoque un balayage à la limite du supportable pour mes mirettes ^^
Voici le contenu de mon fichier xorg.conf :

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Intel Corporation 82865G Integrated Graphics Controller"
    Driver        "i810"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "DELL E772p"
    Option        "DPMS"
    HorizSync     30-70
    VertRefresh   50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation 82865G Integrated Graphics Controller"
    Monitor        "DELL E772p"
    DefaultDepth    16
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Je compte sur vous pour sauver ma vue ;-)
Merci.

#2 Le 07/10/2006, à 13:35

Lestat the vampire

Re : Taux de rafraichissement trop faible

Deja, tu es sur que ton moniteur supporte un taux de rafraichissement supérieur dans cette résolution ??? c'est un 17' ??

Hors ligne

#3 Le 07/10/2006, à 13:46

doc83

Re : Taux de rafraichissement trop faible

Oui c'est bien un 17'.
Par contre ce qui est bizarre c'est que sous Windows je n'ai pas accès au mode 1280x1024, juste à 1152x864 qui est au taux 75hz.
A l'inverse Ubuntu me propose 1280x1024 à 60Hz mais pas 1152x864 à 75Hz :-(

#4 Le 07/10/2006, à 14:04

doc83

Re : Taux de rafraichissement trop faible

Je précise également que la commande :

sudo ddcprobe | grep monitorrange

me renvoie à inscrire ceci dans xorg.conf :

Section "Monitor"
    Identifier    "DELL E772p"
    Option        "DPMS"
    HorizSync     30-70
    VertRefresh   50-160
EndSection

#5 Le 07/10/2006, à 20:35

doc83

Re : Taux de rafraichissement trop faible

Je remonte le sujet...
J'ai trouvé un pilote sur le site de intel : le Intel-3.4.3006-20051209.i386.tar.gz
Cependant il me semble un peu vieux...
Comment puis-je vérifier la version du pilote de ma carte graphique actuellement installé ?

#6 Le 08/10/2006, à 23:40

doc83

Re : Taux de rafraichissement trop faible

Le pilote est plus vieux que celui mis par défaut lors de l'installation de Ubuntu (i810).
Personne n'a d'idée ?
Parce que bon j'ai réussi à détourner légèrement le problème en jouant avec le zoom proposé par Ubuntu et celui de mon moniteur mais c'est pas ce qu'il y a de mieux.
J'ai essayé tout ce que j'ai pu trouver sur le net jusqu'à maintenant mais je n'ai plus aucune idée...
Quelqu'un sait si les cartes graphiques d'intel intégrées seront mieux supportées dans la prochaine version de Ubuntu ?