Hallo,
brauche da ein bisschen Hilfe, mein Problem ist, nutze ich bei mein KDE 4.12.3 kdm läuft alles sauber, Fenster schließen ohne ruckeln. Sowie ich aber nur startx nutze, ruckelt es sehr stark.
Meine HW ist optimus Nvidia / Intel i7 8GB Arbeitsspeicher SSD 256GB, die Intel GK ist aktiv.
In meiner .xinitrc steht folgendes:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# exec xterm
# exec gnome-session
exec startkde
# exec startxfce4
# exec icewm
# .or the Window Manager of your choice
und in der .bash_profile steht:
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ "$(tty)" = "/dev/tty1" ]; then
startx
fi
wäre toll wenn da jemand eine Idee hätte.
Gruß