You are not logged in.

#1 2007-08-30 21:14:56

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

[SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

I use KDEmod 3.5.7 and have a problem which you can see on an attached image:

zajac10qs2.th.png

The problem doesn't occur when dragging windows... only dragging icons action is affected...


I use "nvidia" kernel module and my Device Section looks like this:

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"
        BoardName   "GeForce 6600 GT"
    Option "DPI" "96x96"
        Option "TripleBuffer" "True"
    Option "AllowGLXWithComposite" "True"
        Option "AddARGBGLXVisuals" "True"
    Option "RenderAccel" "True"
    Option "Coolbits" "1"
    Option "NoLogo" "True"
EndSection

Any ideas how to fix it?

Last edited by saneone (2007-09-10 23:10:43)


I never sleep, cause sleep is the cousin of death

Offline

#2 2007-08-31 04:17:35

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

this also happened to me.. i just updated and now everything's fine

Offline

#3 2007-08-31 06:24:33

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

this still happens to me also..


The ultimate Archlinux release name: "I am your father"

Offline

#4 2007-08-31 07:07:02

intsarts
Member
From: Viljandi, Estonia
Registered: 2006-05-18
Posts: 31
Website

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

maybe adding some modules in xorg?
example:

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

Last edited by intsarts (2007-08-31 07:07:12)


Mmm... Doughnuts....

Offline

#5 2007-08-31 08:10:40

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

intsarts wrote:

maybe adding some modules in xorg?
example:

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

I've got them all except for "vbe" and "int10" (which is actually needed only be "vbe")... I don't exactly know what "vbe" is for, but its work is rather similiar to "ddc" (Vesa BIOS Extensions), so dragging icons doesn't depend on it...

"dbe" stands for double buffer and i load this module...

Last edited by saneone (2007-08-31 08:57:14)


I never sleep, cause sleep is the cousin of death

Offline

#6 2007-08-31 08:47:57

zebani
Member
Registered: 2007-07-29
Posts: 7

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

This happens to me too. Using ARCH x64.
You should open a bug at http://kdemod.ath.cx/bugs/

Offline

#7 2007-08-31 08:48:29

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

I'd recommend that you ask this question on the KDEmod-BBS on http://kdemod.ath.cx/ I guess that the Maintainers will lurk more there than here. smile


Todays mistakes are tomorrows catastrophes.

Offline

#8 2007-08-31 10:29:52

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

mucknert wrote:

I'd recommend that you ask this question on the KDEmod-BBS on http://kdemod.ath.cx/ I guess that the Maintainers will lurk more there than here. smile

Thx for advice...

I created similiar topic on that forum, so I'll keep you posted if I receive any reply...


I never sleep, cause sleep is the cousin of death

Offline

#9 2007-09-01 02:26:40

abhidg
Member
From: City of Kol
Registered: 2006-07-01
Posts: 184
Website

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

offtopic: saneone, could you tell me what icon theme you use?
Hope your problem has been solved.

Offline

#10 2007-09-01 10:12:39

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

abhidg wrote:

offtopic: saneone, could you tell me what icon theme you use?

My own icon set based on Ekisho Project.

Hope your problem has been solved.

Unfortunately no. It hasn't been solved but it was confirmed by "funkyou".


I never sleep, cause sleep is the cousin of death

Offline

#11 2007-09-09 18:30:07

eldarion
Member
From: Santarém - Portugal
Registered: 2006-08-01
Posts: 71

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

The same here... Strange is since i first start using kdemod, this issue hapened. I don't remember if this hapened with the "vanilla" kde.

And it's not related to the icon themes.

Last edited by eldarion (2007-09-09 18:33:16)

Offline

#12 2007-09-09 19:12:14

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

fixed for me by adding the vbe int10 modules in xorg.conf


The ultimate Archlinux release name: "I am your father"

Offline

#13 2007-09-09 19:31:47

dunkelstern
Member
From: Augsburg, Germany
Registered: 2007-02-08
Posts: 68
Website

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

Can't say that this works for me too.
Could you check what else has changed around the time you changed this.
VBE stands vor "Vesa Bios Extension" and has something to do with powersaving as i know... int10 is the reset interrupt for pci devices, so it won't affect that either.

Please look at your pacman.log

Thanks

Offline

#14 2007-09-10 20:37:00

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

Fixed with qt-enhanced 3.3.8-12

Just update smile


want a modular and tweaked KDE for arch? try kdemod

Offline

#15 2007-09-13 20:31:39

gkal
Member
From: Athens-Greece
Registered: 2006-09-09
Posts: 38

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

I have the same problem with KDE 3.5.7 (not kdemod)and haven't found a solution so far even with any of the suggestions above.

However when running Beryl the issue disappears, no problem!!  What do you think?

Offline

#16 2007-09-13 22:23:31

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

Are you using archs qt or qt-enhanced from KDEmod?

The problem was a patch for caching/buffering qiconviews applied to qt-enhanced. When i searched for a solution i also tried it with vanilla KDE and an installed qt-enhanced and had the same problem....


want a modular and tweaked KDE for arch? try kdemod

Offline

#17 2007-09-15 08:39:26

gkal
Member
From: Athens-Greece
Registered: 2006-09-09
Posts: 38

Re: [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

I'm using qt ...

Offline

Board footer

Powered by FluxBB