
MX 19.2 KDE
- dolphin_oracle
- Developer
- Posts: 22178
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX 19.2 KDE
well if Uncle Mark is happy, then so am I 

http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
- uncle mark
- Posts: 854
- Joined: Sat Nov 11, 2006 9:42 pm
Re: MX 19.2 KDE
Oh, I'm sure I'll be able to find something to whine about.
While I've got your attention, care to refresh my memory on how to write a boot stanza in menu.lst in grub-legacy for a chainload from a standalone boot partition?
This is what I have currently for the Mint KDE I'm running now on sdc:
Code: Select all
title mint18kde SSD at sdc1
root (hd2,0)
kernel /boot/grub/i386-pc/core.img
Code: Select all
title MX-KDE SSD at sdd1
root (hd3,0)
kernel /boot/grub/i386-pc/core.img
When installing, I should tell grub the boot drive is sdd and to install grub to root, correct?
It been a looong time since I was installing distros regularly for testing or just for fun. Old age has done a number on my enthusiasm and attention span.
Last edited by uncle mark on Mon Aug 24, 2020 8:19 pm, edited 1 time in total.
Custom build Asus/AMD/nVidia circa 2011 -- MX 19.2 KDE
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
Acer Aspire 5250 -- MX 21 KDE
Toshiba Satellite C55 -- MX 18.3 Xfce
Assorted Junk -- assorted Linuxes
Re: MX 19.2 KDE
Remarkable tidbit: if I want to get rid of the 'Hibernate' button in the menu (because hibernation never worked for me anyway), I have to do exactly the same as in a systemd distro: adding the following lines to /etc/systemd/sleep.conf :
Logout + login and the button is gone. And I'm definitely using Sysvinit here.
Talking about systemd, my impression is that it is a full 4 seconds faster in booting than sysvinit over here. Maybe KDE is better optimised to work with systemd?
I found one annoyance using systemd (but already I can't reproduce it anymore): when Konsole is open when I do a shutdown I get a message saying: Konsole closed unexpectedly, to file a bug report ... etc.
Code: Select all
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
Talking about systemd, my impression is that it is a full 4 seconds faster in booting than sysvinit over here. Maybe KDE is better optimised to work with systemd?
I found one annoyance using systemd (but already I can't reproduce it anymore): when Konsole is open when I do a shutdown I get a message saying: Konsole closed unexpectedly, to file a bug report ... etc.