PDA

View Full Version : [defect] Window decorators do not work


fromagxo
December 21st, 2007, 04:34 PM
Configuration that should work (and it was working):

xorg.conf:<...>
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
<...>
Section "ServerLayout"
<...>
Inputdevice "Generic Keyboard"
<...>
EndSection
<...>

...It worked before I installed Compiz :-( Now I've got the english keymapping only.

How will I get my russian letters back?

Versions:
Kubuntu 7.10 (kernel 2.6.22-14-generic)
X.org 1.3.0
Compiz 0.6.0

adamk
December 21st, 2007, 04:38 PM
You're using Xgl? Does it work if you use Xgl, but are in metacity? My guess is that this is actually a problem with Xgl and not with compiz.

Adam

fromagxo
December 21st, 2007, 04:51 PM
You're using Xgl?

I said apt-get install compiz-kde (and some other compiz packages), then tried to run compiz. It answered that cannot find Xgl.

Then I installed xserver-xgl. Don't remember why, but compiz failed again.

After that I changed default kubuntu driver setting 'nv' to 'nvidia', and it started to work! Later, when I needed to write something, I've noticed that cannot write a letter in russian.

So, how can I find, in which manner Compiz is launched?

adamk
December 21st, 2007, 04:59 PM
First, remove Xgl. The message that xgl isn't present is purely informational. Xgl is not required for almost all nvidia cards.

After uninstalling Xgl, restart your X server with control+alt+backspace. Then login, start up compiz, and see if russian works again.

fromagxo
December 21st, 2007, 05:56 PM
remove Xgl

Thanks! One problem has been solved!

But another raised.

559

Neither `kde-window-decoration --replace` nor `emerald --replace` don't have effect.

adamk
December 21st, 2007, 07:06 PM
Do you receive any error messages when you run those commands in a terminal?

Adam

some-guy
December 21st, 2007, 07:08 PM
run sudo nvidia-xconfig --add-argb-glx-visuals

fromagxo
December 23rd, 2007, 09:34 AM
run sudo nvidia-xconfig --add-argb-glx-visuals

big thanx!