If I use LXDE can Ubuntu be fast like Lubuntu? Or are there differences other than the desktop environment? If there are what changes can I make?
I ended up switching to Ubuntu because Lubuntu had some sound issues for me with programs I wanted to use and I already had an Ubuntu install disk handy. Maybe I was missing some drivers or something but I'd rather avoid formatting and/or installing another OS at this point
pulseaudio
andpavucontrol
. It should give you good quality of the sound. If there are problems with codecs and similar, you can installlubuntu-restricted-extras
. - You can try installing LXDE (program packagelxde
) into your Ubuntu, log out and at the log in screen select the LXDE 'session' by clicking of the Ubuntu icon. But be warned, there can be problems with Unity and another desktop environment, and it is difficult (maybe impossible) to remove LXDE without causing damage to the remaining system. – sudodus Apr 12 '17 at 18:20sudo apt-get install lubuntu-desktop
installs not only LXDE but also all the Lubuntu specific tweaks and program packages. Please tell us how it works! Installing lubuntu-desktop into standard Ubuntu is mixing the desktop environments. Dual booting is different:The two operating systems are separate and independent of each other and the performance of each of them is not affected by the other system (except that part of the disk space is occupied by the other operating system). – sudodus Apr 13 '17 at 05:55