Page 1 sur 1

[Mise à jour MESA]Problème avec le flou de KDE

Publié : sam. 27 nov. 2010, 17:41
par Jojo_le_linuxien
Bonsoir,

depuis la mise à jour de mesa et intel-dri en version 7.9, ainsi que xf86-video-intel en version 2.13, j'ai perdu l'effet de flou sous KDE : sous les zones floues auparavant, j'ai maintenant un sombre gris assez immonde. Tout fonctionnait à merveille jusqu'à ce matin, au moment où j'ai fait cette mise à jour.

Mon xorg.conf est le suivant (je n'y ai, je crois, jamais touché depuis l'installation) :

Code : Tout sélectionner

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/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
	Load  "record"
	Load  "dri"
	Load  "extmod"
	Load  "dbe"
	Load  "dri2"
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"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode 	0666
EndSection
La commande glxinfo me renvoie bien :

Code : Tout sélectionner

glxinfo | grep power
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
L'option non_power_of_two doit être, il me semble, obligatoirement activée pour bénéficier de l'effet de flou. C'est bien le cas chez moi...

Je n'ai pas d'idée pour réactiver cet effet. Quelqu'un a-t-il rencontré le même problème que moi ? Une solution existe-t-elle ?

Merci

Re: [Mise à jour MESA]Problème avec le flou de KDE

Publié : sam. 27 nov. 2010, 18:10
par benjarobin
Je peux confirmer le problème. Je n'ai pas encore eu le temps de me pencher sur la question
Ce lien est très intéressant bien qu'un peu vieux : http://blog.martin-graesslin.com/blog/2 ... paces-4-5/
Récupéré depuis ce lien : https://bbs.archlinux.org/viewtopic.php?id=108086