Alright, so I followed these instructions
http://wiki.beryl-project.org/index....ntu/Dapper/XGL
and everything went smoothly until the very last line
Quote:
In KDE (Kubuntu), you can add a simple script to the "~/.kde/Autostart/" directory that activates those commands:
|
And I got confused. I ended up using sudo nano /home/xasz/.kde/Autostart/startxgl.sh (my user name is xasz)
And copied
Code:
#!/bin/sh
xprop -root -f _XKB_RULES_NAMES 8s -set _XKB_RULES_NAMES xorg
setxkbmap -model pc105 -layout us
if [ `ps aux | grep Xgl | grep -v grep | wc -l` -eq 1 ] ; then
beryl-manager
beryl-xgl
fi
into it and saved. Now, whenever I start, kate opens the file up... it's not executing it. It's simply opening it and I don't know why (I'm kinda noob)
I know it's got to be a simple problem, but I can't figure it out. typing
then waiting...
then typing
gets it to work perfectly, other than it crashing when I go to shutdown, but that doesn't bother me much. (I'd like to fix it if anyone knows how...)
Anyone have any idea?