Yesterday I did a full system upgrade, and now the GUI has changed in a way that makes the system very difficult to operate.
- On the top bar of the windows there are no longer the close, expand, minimize buttons.
- I am no longer able to drag individual windows around the desktop.
- I an unable to resize any windows.
- When a new window or program is opened, it always opens in the top-left corner of the desktop.
- Moving my mouse cursor to the far top-left corner does not show all open windows like it used to.
I checked all the themes, windows behaviors, hot-corners, etc. etc. that I could think of and everything is set to the way it was before the upgrade.
I am at a loss. If I could figure out how to safely just downgrade to the way things were that'd be great. Any help will be greatly appreciated. I am new to these forums, and Ubuntu, but have been tinkering with Debian for six years now so any instructions given clearly will be followed to the letter. Thank you for your time. ~Ken
Addendum / machine info: The hardware is as follows -- ASUS ROG-G75VW laptop; 8GB RAM; 750GB HHD; Nvidia GeForce GTX 660M; Intel i7-3630QM processor (8 threads @ 2.40GHz) OS -- Ubuntu 13.10 'Saucy' (x86-64); Linux kernel: 3.11.0-15-generic
Note -- The machine originally came with Windows 8 pre-installed. I absolutely hated it so after careful study installed Ubuntu alongside it, which didn't last long. Eventually, I completely ditched Windows and just installed Ubuntu. The HDD is formatted LVM (can't remember why I decided to do that and now wish I hadn't) so partitioning and manipulating the existing partitions is difficult. Also, the BIOS has both EFI and SecureBoot. The machine will not boot to a harddrive unless BOTH are enabled.
kde-window-manager
package. Try setting other window decorations. – warvariuc Dec 26 '13 at 09:46bumblebee
to disable your NVidia card:sudo add-apt-repository ppa:bumblebee/stable
thensudo apt-get update
thensudo apt-get install --no-install-recommends bumblebee
. After Linux restart this will disable the discrete NVidia video card. See if this will improve the situation. – warvariuc Feb 02 '14 at 05:45display
environment variable? – warvariuc Feb 04 '14 at 00:49sudo su
enter passwordapt-get --purge remove nvidia*
apt-get --purge remove bumblebee
apt-add-repository ppa:xorg-edgers/ppa
apt-get update
apt-get install nvidia-331
Rebootsudo su
enter passworddpkg-reconfigure xserver-xorg
nvidia-xconfig
update-grub
. There were a bunch of otherdpkg-reconfigure
's I did but can't remember them all. Okay, so I removed KDM and made sure LightDM was the only display manager running, rebooted the system and now have lightdm. – user187612 Feb 04 '14 at 06:14dpkg-reconfigure
on the Kwin package) – user187612 Feb 04 '14 at 19:08kwin
running (ps cax | grep kwin
). Maybe you have another window manager installed and running? This could be useful. – warvariuc Feb 05 '14 at 05:18kubuntu-desktop
lubuntu-desktop
andxubuntu-desktop
on that account. I then installed Gnome MATE using the instructions found here: link Under MATE, the system is running fine and I have access to all my K programs. This is just taking a very long time and I need to focus my attention elsewhere. I'll come back to fixing KDE later, but until then let's consider this matter suspended. Sorry we didn't get it going yet. – user187612 Feb 10 '14 at 17:48