#1 Le 05/05/2007, à 20:51
- Capidunord
Intel 82845G (pilote i810) et drôles de dégradés...
Bonjour
J'ai un petit problème avec mon chipset graphique intégré intel 82845G (avec le pilote i810) : si je règle mon xorg.conf en 24 bits, tous les dégradés de couleurs qui apparaissent à l'écran (par exemple le fond d'écran ou dans Gimp) paraissent crénelés (c'est-à-dire que l'enchainement des couleurs n'est pas fluide, on voit des "paliers" de couleurs).
Je suis donc passé en 16 bits, et la les degradés sont beaucoup plus fluides. Le problème est que les couleurs paraissent alors crenelées dans la lecture d'une video (que ce soit avec xine ou gstreamer, vlc, totem, ...) et que beryl (par exemple) est assez moche en 16 bits (bien que plus rapide).
Bien que ce détail ne soit pas franchement gênant, si quelqu'un pourrait expliquer un peu le pourquoi du comment, ce serait bien (d'autant que je n'ai rien trouvé concernant ce problème sur le web)
Voici mon xorg.conf :
Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 64000
EndSection
Section "Monitor"
Identifier "àcran générique"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "àcran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "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"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#2 Le 05/05/2007, à 21:29
- Qclinuxnw
Re : Intel 82845G (pilote i810) et drôles de dégradés...
Salut à toi!
Je ne pourrai pas t'expliquer le pourquoi du comment et j'ai la même config... tout roule ici... Peut-être que ça pourrait être mieux avec les pilotes libres produits par intel:
http://doc.ubuntu-fr.org/materiel/intel_i9 pour edgy seulement, selon le tuto!
En espérant que ça pourra t'aider!
Hors ligne
#3 Le 06/05/2007, à 06:12
- Capidunord
Re : Intel 82845G (pilote i810) et drôles de dégradés...
Je suis sous feisty !
Mais je vais voir si je peux pas les installer quand même. En tout cas merci de ta réponse !
[EDIT] Ces pilotes ne marchent pas sous feisty, en effet.
Dernière modification par Capidunord (Le 06/05/2007, à 06:41)
Hors ligne