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

[SOLVED] Annoying KDE Glitch

Tags: None
(comma "," separated)
bgmiki
Registered Member
Posts
1
Karma
0

RE: Annoying KDE glitch

Sat Oct 25, 2008 8:48 pm
with or without firefox everything fine here ( arhclinux KDE 4.1.2 nvidia 8800 driver 177.80 )
User avatar
KFreak
Registered Member
Posts
26
Karma
0
OS

RE: Annoying KDE glitch

Sat Oct 25, 2008 11:32 pm
This only happens for a moment before the actual menu content shows up. Long enough for people to see it and say: "Oh, this Linux thing is ugly! I'm gonna stick with my XP!


Yes I notice this graphics error too, but it happened to me only when I open the Kick-Off/Classic Menu for the first time. After that the Glitch is no more present for the rest of the KDE-Session. I noticed the Glitch in every KDE4-Version (4.0.x - 4.1.x) I`ve used by now.

It also happens when opening new windows, before the content shows up I get this kind of garbage. It was present in KDE3 too, but was not that noticeable. Also, it happens with or without KWin compositing or with Compiz. All the same.
Important clue: This only happens when Firefox is or has been open


That is really bad for you. Except for the Kick-Off/Classic Menu everything else is fine for me. I use Kubuntu Intrepid RC with Nvidia Geforce 7300GT (177.80)

I think this is a kind of bad Speed Issue. So I hope it disappears after Qt4.5 is released.


KFreak, proud to be a member of KDE forums since 2008-Oct.
XiniX
Registered Member
Posts
217
Karma
1
OS

RE: Annoying KDE glitch

Sun Oct 26, 2008 8:01 am
I have the same issue in GTK apps: Thunderbird, Firefox, Open Office (very bad) when using KDE4 in Arch. The graphics chip is an Intel 945GM.

The same machine does _not_ have this problem with KDE4 from the Lenny backports on MEPIS. However, in order to get the slow firefox scrolling issue tackled, I had to add a line to xorg.conf: Option "EXANoComposite" "true"

Maybe that did the trick?


XiniX, proud to be a member of KDE forums since 2008-Oct.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: Annoying KDE glitch

Sun Oct 26, 2008 9:43 am
Running openSuSE 11.0 with Intel 965GM graphics, and I am not affected... i use the oxygen theme in both Plasma, Color Scheme & KWin ( Window Decoration )
have run firefox and with(out) KWin 3D effects.

relevant section of xorg.conf it is of any help to those who suffer from this:

Code: Select all
 
  Option       "ExaNoComposite" "false"
  Option       "AccelMethod" "exa"
  Option       "MigrationHeuristic" "greedy"


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
XiniX
Registered Member
Posts
217
Karma
1
OS

RE: Annoying KDE glitch

Sun Oct 26, 2008 3:53 pm
It looks like I solved the problem. I copied kwinrc over from my MEPIS install (no glitches) to my Arch install (glitches), and the problems went away.

Now, what the exact differences were, I need to analyze that....


XiniX, proud to be a member of KDE forums since 2008-Oct.
unimatrix
Registered Member
Posts
8
Karma
0

RE: Annoying KDE glitch

Sun Oct 26, 2008 7:48 pm
KFreak wrote:I think this is a kind of bad Speed Issue. So I hope it disappears after Qt4.5 is released.


This is a very important point. The menus show trash because they don't load on time. Why aren't they loading fast enough? I think this should be done so the menu does not show up until it is loaded. I think I'm gonna report this as a bug.

[quote='bcooksley' pid='11417']
Running openSuSE 11.0 with Intel 965GM graphics, and I am not affected... i use the oxygen theme in both Plasma, Color Scheme & KWin ( Window Decoration )
have run firefox and with(out) KWin 3D effects.

relevant section of xorg.conf it is of any help to those who suffer from this:

Code: Select all
Option       "ExaNoComposite" "false"
  Option       "AccelMethod" "exa"
  Option       "MigrationHeuristic" "greedy"

[/quote]

I've tried this configuration with no success. It is pretty much the same as it was before.

[quote='XiniX' pid='11513']
It looks like I solved the problem. I copied kwinrc over from my MEPIS install (no glitches) to my Arch install (glitches), and the problems went away.

Now, what the exact differences were, I need to analyze that....
[/quote]

I think we would be very much interested in seeing this.


unimatrix, proud to be a member of KDE forums since 2008-Oct.
XiniX
Registered Member
Posts
217
Karma
1
OS

RE: Annoying KDE glitch

Sun Oct 26, 2008 9:06 pm
Here's the kwinrc file that seems to have resolved the problem for 90%.

I do experience it on some dialog boxes, but it hs much improved.

Code: Select all
[$Version]
update_info=kwin_focus1.upd:kwin_focus1,kwin3_plugin.upd:kde3.2,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xinerama,kwin_focus2.upd:kwin_focus2,kwin_on_off.upd:kwin_on_off

[Compositing]
Backend=OpenGL
Enabled=true
GLDirect=true
GLMode=TFP
GLTextureFilter=1
GLVSync=true
HiddenPreviews=0
XRenderSmoothScale=false

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

[Effect-Wobbly]
Settings=Auto
WobblynessLevel=3

[MouseBindings]
CommandActiveTitlebar1=Raise
CommandActiveTitlebar2=Lower
CommandActiveTitlebar3=Operations menu
CommandAll1=Move
CommandAll2=Toggle raise and lower
CommandAll3=Resize
CommandAllKey=Alt
CommandAllWheel=Nothing
CommandInactiveTitlebar1=Activate and raise
CommandInactiveTitlebar2=Activate and lower
CommandInactiveTitlebar3=Operations menu
CommandTitlebarWheel=Nothing
CommandWindow1=Activate, raise and pass click
CommandWindow2=Activate and pass click
CommandWindow3=Activate and pass click

[Plugins]
kwin4_effect_blurEnabled=false
kwin4_effect_boxswitchEnabled=false
kwin4_effect_coverswitchEnabled=true
kwin4_effect_desktopgridEnabled=true
kwin4_effect_dialogparentEnabled=false
kwin4_effect_diminactiveEnabled=true
kwin4_effect_dimscreenEnabled=true
kwin4_effect_explosionEnabled=false
kwin4_effect_fadeEnabled=true
kwin4_effect_fallapartEnabled=false
kwin4_effect_flipswitchEnabled=false
kwin4_effect_invertEnabled=false
kwin4_effect_loginEnabled=false
kwin4_effect_logoutEnabled=false
kwin4_effect_lookingglassEnabled=false
kwin4_effect_magnifierEnabled=false
kwin4_effect_maketransparentEnabled=true
kwin4_effect_minimizeanimationEnabled=false
kwin4_effect_mousemarkEnabled=false
kwin4_effect_presentwindowsEnabled=true
kwin4_effect_scaleinEnabled=false
kwin4_effect_shadowEnabled=true
kwin4_effect_sharpenEnabled=false
kwin4_effect_showfpsEnabled=false
kwin4_effect_showpaintEnabled=false
kwin4_effect_snowEnabled=false
kwin4_effect_thumbnailasideEnabled=false
kwin4_effect_trackmouseEnabled=false
kwin4_effect_videorecordEnabled=false
kwin4_effect_wobblywindowsEnabled=true
kwin4_effect_zoomEnabled=true

[PopupInfo]
ShowPopup=false

[Style]
BorderSize=1
ButtonsOnLeft=MS
ButtonsOnRight=HIA__X
CustomButtonPositions=false
PluginLib=kwin3_oxygen
ShowToolTips=true

[TabBox]
TraverseAll=false

[Windows]
ActiveMouseScreen=false
AltTabStyle=KDE
AutoRaise=false
AutoRaiseInterval=750
BorderSnapZone=10
ClickRaise=true
DelayFocus=false
DelayFocusInterval=750
ElectricBorderDelay=150
ElectricBorders=1
FocusPolicy=ClickToFocus
FocusStealingPreventionLevel=1
GeometryTip=false
HideUtilityWindowsForInactive=true
MaximizeButtonLeftClickCommand=Maximize
MaximizeButtonMiddleClickCommand=Maximize (vertical only)
MaximizeButtonRightClickCommand=Maximize (horizontal only)
MoveMode=Opaque
MoveResizeMaximizedWindows=false
Placement=Smart
ResizeMode=Opaque
RollOverDesktops=true
SeparateScreenFocus=false
ShadeHover=true
ShadeHoverInterval=250
SnapOnlyWhenOverlapping=false
TitlebarDoubleClickCommand=Maximize
WindowSnapZone=10


XiniX, proud to be a member of KDE forums since 2008-Oct.
User avatar
claydoh
Registered Member
Posts
1170
Karma
9
OS

RE: Annoying KDE glitch

Mon Oct 27, 2008 12:38 am
I see this only on the first time using kickoff, then it works fine afterward. Sometimes I see it in a popup or similar, but like kickoff, ofter that it is all good.

I do get a brief, full-screen 'flash' (or screenshot) of my desktop as it was at logout when KDE4 restarts, sometimes corrupted but usually its 'normal'

kwin ON, older laptop with ati 7500 mobility


claydoh, proud to be a member of KDE forums since 2008-Oct, and KDE user since 2001
XiniX
Registered Member
Posts
217
Karma
1
OS

RE: Annoying KDE glitch

Mon Oct 27, 2008 6:47 pm
Sorry, looks like I was too hasty in my celebration. At first the problem seemed to have disappeared, but during the day it got worse as I was using my system more. Looks like Kwin has some rendering issue in specific configurations.

It only happens with Desktop Effects enabled. With these disabled everything draws fine, so I suspect an Open GL acceleration or compositing problem....


XiniX, proud to be a member of KDE forums since 2008-Oct.
bcroq
Registered Member
Posts
3
Karma
0

RE: Annoying KDE glitch

Thu Oct 30, 2008 7:11 pm
No desktop effects, no compositing, no firefox started... but the problem occures.
(Kubuntu 8.10, Sis drivers)
unimatrix
Registered Member
Posts
8
Karma
0

RE: Annoying KDE glitch

Thu Oct 30, 2008 9:36 pm
bcroq wrote:No desktop effects, no compositing, no firefox started... but the problem occures.
(Kubuntu 8.10, Sis drivers)


Are you sure Firefox wasn't started before? Did you test it after a clean reboot?


unimatrix, proud to be a member of KDE forums since 2008-Oct.
User avatar
s1300045
Registered Member
Posts
39
Karma
0
OS

RE: Annoying KDE glitch

Fri Oct 31, 2008 4:27 am
I am using kubuntu 8.10 and I have to sadly admit that the same problem exists on my machine. I was told that this is sort of a distro-related problem, the person told me that kubuntu just isn't a very implementation of kde anyhow. Is it so? I am really thinking about trying one Mandriva or opensuse.


Well, I am lost.
User avatar
Cypher
Registered Member
Posts
28
Karma
0
OS

RE: Annoying KDE glitch

Fri Oct 31, 2008 2:53 pm
s1300045 wrote:I am using kubuntu 8.10 and I have to sadly admit that the same problem exists on my machine. I was told that this is sort of a distro-related problem, the person told me that kubuntu just isn't a very implementation of kde anyhow. Is it so? I am really thinking about trying one Mandriva or opensuse.


I am seriously considering migrating to OpenSUSE as well. I'm fed up with (K)Ubuntu and their very own way of doing things... badly... For instance, in Ibex, the bluetooth stack is broken, but they released anyway... Screw them.

So, I'm waiting for OpenSUSE 11.1 that should be released in mid-December.


Cypher, proud to be a member of KDE forums since 2008-Oct.
Kryten2X4B
Registered Member
Posts
911
Karma
4
OS

RE: Annoying KDE glitch

Fri Oct 31, 2008 3:57 pm
Cypher wrote:I am seriously considering migrating to OpenSUSE as well. I'm fed up with (K)Ubuntu and their very own way of doing things... badly... For instance, in Ibex, the bluetooth stack is broken, but they released anyway... Screw them.

So, I'm waiting for OpenSUSE 11.1 that should be released in mid-December.


Agreed. There always seems to be way too many distro-specific bugs in Kubuntu. And I don't think it was very smart to keep KDE4 AND KDE3 settings in .kde. That's bound to cause problems sooner or later.

As far as OpenSUSE goes, I'm running the beta of 11.1 on my main machine right now. There are a couple of glitches here and there, but is generally rock-solid. That said, I will still do a clean install when it goes final since I've experimented quite a bit with this installation.


OpenSUSE 11.4, 64-bit with KDE 4.6.4
Proud to be a member of KDE forums since 2008-Oct.
XiniX
Registered Member
Posts
217
Karma
1
OS

RE: Annoying KDE Glitch

Fri Oct 31, 2008 4:04 pm
If you want to stick with an easy Debian like distro: I installed the latest MEPIS beta and then installed KDE4 from the Debian backports. It works splendidly!


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


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], rblackwell