You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, June 9th 2005, 8:45am

shadows in kde3.4

Hi there,
I have Suse 9.3 with kde3.4 and I wanna enable the nice shadows under windows. I modified xorg.conf adding the stuff in Section "Extensions". I was able to enable the shadows, however everything slowed down a lot. Took ages to drag a window form one location to another. My question is:

Is it something that I overlooked? Do I have to patch something (e.g. kwin,...)? I remotely heard about Kcompmgr or something like that. No idea what that is. I know xcompmgr. How can I use the shadows (no need of transparency) without slowing my system down?

Thank alot for any help.

m451

BTW: 3.7GHz, 1GB RAM, 128Mb video - NVidia GEForce 6600GT

kazim

Beginner

Posts: 9

Location: USA

Occupation: Librarian

  • Send private message

2

Saturday, June 11th 2005, 10:40pm

RE: shadows in kde3.4

In you xorg.conf, you need to enable RenderAccel under your nvidia "device" section.

It should read

Source code

1
Option       "RenderAccel" "true"


Do not use xcompmgr because KDE 3.4 has its own. Use kompmgr. Start it with Alt+F2, and it should run everytime you start KDE, after you go into the Control Center and enable drop shadows.

Also, if you want games, you'll need to enable:

Source code

1
Option       "AllowGLXWithComposite" "true"


I'm using it right now, and it's quick and stable. The only real drawback is that xvideo doesn't work. You'll have to use X11 video, which is a bit slower.

If you still need help, let me know.

3

Wednesday, June 15th 2005, 2:53pm

RE: shadows in kde3.4

Doesn't work. Or at least I don't know how to enable the shadowing. My "Device" section now looks like this

Source code

1
2
3
4
5
6
7
8
9
10
Section "Device"
 BoardName    "GeForce 6600 GT"
  BusID        "3:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "RenderAccel" "true"
  Screen       0
  Option       "Rotate" "off"
  VendorName   "NVidia"
EndSection


I typed kompmgr in a console just to see what's happening. It says:

Source code

1
2
3
trying '/home/morariu/.xcompmgrrc' as configfile
finished parsing the config file
No composite extension


My xcompmgrrc looks like

Source code

1
2
3
4
5
6
7
8
9
10
11
[xcompmgr]
Compmode=CompClientShadows
DisableARGB=false
FadeInStep=0.02
FadeOutStep=0.07
FadeTrans=false
FadeWindows=true
ShadowColor=0x000000
ShadowOffsetX=0
ShadowOffsetY=-80
ShadowRadius=6


I don't know what's the problem
Thanks for your help in the first place.

4

Monday, June 20th 2005, 11:15am

yeah, working baby

Hei, its working now like a charm.

Stupid me I forgot to enable the composite options.
Thanks alot.
M.