Re: Please help, after upgrading from 9.04 to 9.10, kwin unstable and keyboard no go
Another way to disable desktop effects from LXDE is
And check the compositing section, make sure it is disabled (enabled=false or disabled=true, can't remember which way it goes).
Another recommendation is to force a filesystem check on next reboot as I mentioned above I think (maybe you did it already)
If that fails, maybe we can get the binary driver to run (Warning: it can be painful)
And if all that fails, I think you'll have to either live with LXDE or reinstall from scratch for now. We are running out of ideas!
But please try these things one by one and report. Cheers!
Another way to disable desktop effects from LXDE is
Code:
kate ~/.kde/share/config/kwinrc
Another recommendation is to force a filesystem check on next reboot as I mentioned above I think (maybe you did it already)
Code:
sudo touch /forcefsck
And if all that fails, I think you'll have to either live with LXDE or reinstall from scratch for now. We are running out of ideas!
But please try these things one by one and report. Cheers!
Comment