This forum has been archived. All content is frozen. Please use KDE Discuss instead.

KWin redraw of screen is not fine

Tags: None
(comma "," separated)
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
These issues all seem to be occurring with Intel based cards. Try switching to XRender as recommended in the other thread.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
ubuntuku
Registered Member
Posts
6
Karma
0
OS
For anyone using Intel i8xx/i9xx chipsets family can easily fix this issue by using git version of intel graphics driver from glasen ppa, read more here: http://ubuntuku.org/10/how-to-fix-intel ... -maverick/
Balda
Registered Member
Posts
5
Karma
0
OS
bcooksley wrote:These issues all seem to be occurring with Intel based cards. Try switching to XRender as recommended in the other thread.


It helped but some effects for example cube are not working...
Balda
Registered Member
Posts
5
Karma
0
OS

Re: KWin redraw of screen is not fine

Thu Feb 03, 2011 10:43 pm
ubuntuku wrote:For anyone using Intel i8xx/i9xx chipsets family can easily fix this issue by using git version of intel graphics driver from glasen ppa, read more here: http://ubuntuku.org/10/how-to-fix-intel ... -maverick/

I try this fix and it is working. But kwin is still very slow in comparison to compiz and kwin totaly freeze when I use the windows preview effect. Then I have to kill kwin :-(
User avatar
idg101
Registered Member
Posts
17
Karma
0
OS
I tried the drivers fix and it works great for me! I almost forgot to switch my composting back to OpenGL, but everything seems to be redrawing just great. Thank you!
jajaX
Registered Member
Posts
230
Karma
0
OS

Re: KWin redraw of screen is not fine

Fri Feb 04, 2011 10:08 am
Hi ! (sorry for my bad english)

happy to find this post because for explain my problem...

I have got a same problem in kubuntu 10.10 (32) with kde sc 4.6 (no problem before with 4.5.X) with intel video card. I have got 4 desktops.

Code: Select all
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)


blur effect is off too but same problem.

xorg.conf :

Code: Select all
Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   #   FontPath   "/usr/share/X11/fonts/misc"
   #   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
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation Mobile Integrated Graphics Controller"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection

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

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
   Option "RENDER" "Enable"
           Option "Composite" "Enable"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
           Option "AIGLX" "true"
   # commented out by update-manager, HAL is now used
   #   InputDevice   "Generic Keyboard"
   # commented out by update-manager, HAL is now used
   #   InputDevice   "Configured Mouse"
   #   InputDevice     "stylus" "SendCoreEvents"
   #   InputDevice     "cursor" "SendCoreEvents"
   #   InputDevice     "eraser" "SendCoreEvents"
   # commented out by update-manager, HAL is now used
   #   InputDevice   "Synaptics Touchpad"
EndSection

Section "Device"
   Identifier   "Intel Corporation Mobile Integrated Graphics Controller"
   Driver      "intel"
#   Option "AccelMethod" "EXA"
#   Option "MigrationHeuristic" "greedy"   
   Option "AccelMethod" "uxa"
#   Option "FramebufferCompression" "true"
#   Option "Legacy3D" "true"   
#        Option "XAANoOffscreenPixmaps"
   BusID      "PCI:0:2:0"
   #   Driver      "i810"
EndSection

Section "ServerFlags"
   Option   "DontZap"   "False"
EndSection


kwinrc :

Code: Select all
[Compositing]
AnimationSpeed=3
Backend=OpenGL
DisableChecks=false
Enabled=true
GLDirect=true
GLMode=TFP
GLTextureFilter=2
GLVSync=false
HiddenPreviews=5
OpenGLIsUnsafe=false
UnredirectFullscreen=true
XRenderSmoothScale=false

[Desktops]
Name_1=
Name_2=
Name_3=
Name_4=
Number=4

[Effect-BoxSwitch]
TabBox=false

[Effect-FlipSwitch]
TabBox=false

[Effect-PresentWindows]
TabBox=false

[Plugins]
kwin4_effect_blurEnabled=false
kwin4_effect_boxswitchEnabled=true
kwin4_effect_coverswitchEnabled=true
kwin4_effect_cubeEnabled=true
kwin4_effect_cubeslideEnabled=true
kwin4_effect_dashboardEnabled=true
kwin4_effect_desktopgridEnabled=true
kwin4_effect_dialogparentEnabled=true
kwin4_effect_diminactiveEnabled=false
kwin4_effect_dimscreenEnabled=false
kwin4_effect_explosionEnabled=false
kwin4_effect_fadeEnabled=false
kwin4_effect_fadedesktopEnabled=false
kwin4_effect_fallapartEnabled=false
kwin4_effect_flipswitchEnabled=false
kwin4_effect_glideEnabled=false
kwin4_effect_highlightwindowEnabled=true
kwin4_effect_invertEnabled=false
kwin4_effect_loginEnabled=true
kwin4_effect_logoutEnabled=true
kwin4_effect_lookingglassEnabled=false
kwin4_effect_magiclampEnabled=false
kwin4_effect_magnifierEnabled=false
kwin4_effect_minimizeanimationEnabled=true
kwin4_effect_mousemarkEnabled=false
kwin4_effect_presentwindowsEnabled=true
kwin4_effect_resizeEnabled=false
kwin4_effect_scaleinEnabled=false
kwin4_effect_screenshotEnabled=true
kwin4_effect_shadowEnabled=true
kwin4_effect_sharpenEnabled=false
kwin4_effect_sheetEnabled=false
kwin4_effect_showfpsEnabled=false
kwin4_effect_showpaintEnabled=false
kwin4_effect_slideEnabled=false
kwin4_effect_slidebackEnabled=false
kwin4_effect_slidingpopupsEnabled=true
kwin4_effect_snaphelperEnabled=false
kwin4_effect_snowEnabled=false
kwin4_effect_startupfeedbackEnabled=true
kwin4_effect_taskbarthumbnailEnabled=true
kwin4_effect_thumbnailasideEnabled=false
kwin4_effect_trackmouseEnabled=false
kwin4_effect_translucencyEnabled=true
kwin4_effect_windowgeometryEnabled=false
kwin4_effect_wobblywindowsEnabled=false
kwin4_effect_zoomEnabled=true

[PopupInfo]
PopupHideDelay=1000
ShowPopup=false
TextOnly=false

[Windows]
RollOverDesktops=true


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
Mar
Registered Member
Posts
3
Karma
0

Re: KWin redraw of screen is not fine

Fri Feb 04, 2011 12:55 pm
ubuntuku wrote:For anyone using Intel i8xx/i9xx chipsets family can easily fix this issue by using git version of intel graphics driver from glasen ppa, read more here: http://ubuntuku.org/10/how-to-fix-intel ... -maverick/

Thanks a lot for this tip. Works perfectly on my Kubuntu 10.10 kde 4.6. (I had no problems when running KDE 4.5).

Code: Select all
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
jajaX
Registered Member
Posts
230
Karma
0
OS
Hi !

Balda wrote:
ubuntuku wrote:For anyone using Intel i8xx/i9xx chipsets family can easily fix this issue by using git version of intel graphics driver from glasen ppa, read more here: http://ubuntuku.org/10/how-to-fix-intel ... -maverick/

I try this fix and it is working. But kwin is still very slow in comparison to compiz and kwin totaly freeze when I use the windows preview effect. Then I have to kill kwin :-(


I don't test this ppa. I would like find other solution if possible.

I test "raster mode" but I have got other issues => kde menus are transparents...

I must make a bug report for that.


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
jajaX
Registered Member
Posts
230
Karma
0
OS
Hi ! (sorry for my bad english)

if you want others informations, ok, say me wich ?


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
molecule-eye
Registered Member
Posts
402
Karma
0
OS
I had the same problem and used the fix involving adding the ppa ppa:glasen/intel-driver and updating which seems to be working. The most corruption I saw was when using Chrome for some reason.
jajaX
Registered Member
Posts
230
Karma
0
OS
Hi !

I reported a bug here


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
User avatar
Amine27
Registered Member
Posts
32
Karma
0
OS

Re: KWin redraw of screen is not fine

Tue Feb 15, 2011 11:27 am
fixed here after using glasen ppa :)


Amine27, proud to be a member of KDE forums since 2008-Oct.

Image
jajaX
Registered Member
Posts
230
Karma
0
OS
Hi !

again me !! it's better with this solution !!


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
jajaX
Registered Member
Posts
230
Karma
0
OS

Re: KWin redraw of screen is not fine

Sun Feb 20, 2011 10:55 pm
Hi ! (sorry)

finaly, I use ppa too and it works fine now :)


regards
jaja
--------
abit Fatal1ty FP-IN9 SLI/Intel Core 2 Quad Q6600/6041 Mo DDR2/2 Asus silent 8600 Gt 512Mo & ACER Aspire 5612 WLMI : kubuntu Maverick Meerkat 11.04 (32 bits) & KDE SC 4.7 - amarok 2.4.1 - kmail2
buffalobillion
Registered Member
Posts
5
Karma
0
ubuntuku wrote:For anyone using Intel i8xx/i9xx chipsets family can easily fix this issue by using git version of intel graphics driver from glasen ppa, read more here: http://ubuntuku.org/10/how-to-fix-intel ... -maverick/


Thanks! This seems to work perfectly for me!


-------------------------------
Dell Studio 1737
Kubuntu 11.04 64-bit
KDE 4.6.2


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]