Category: GNU Linux and Mate Gnome2 Desktop

GNU Linux debian gnome2 mate with cups – adding new printer – automatic printer driver search – dysfunctional crash – how to set default (system wide) paper size and also in LibreOffice
15.06.2017

what printers have good GNU Linux support? https://dwaves.de/2022/05/19/gnu-linux-debian-11-brother-hl-5450dn-reliable-black-and-white-laser-printer-that-works-out-of-the-box-with-cups-filter-those-laser-printers/ how to set default paper size/format? how to set default (system wide) paper size? (creditz) theoretically it should be set here: (creditz) /etc/papersize simply by: echo “a4” > /etc/papersize thats how users […]

02.06.2017

you can use the command: xdpyinfo|less to get your X-server version: name of display: :0.0 version number: 11.0 vendor string: The X.Org Foundation vendor release number: 11604000 X.Org version: 1.16.4 maximum request size: 16777212 bytes motion buffer size: 256 bitmap […]

Debian8.7 vs CentOS7 vs. SUSE12 – kernel version – filesystem – directory structure – RAM memory usage
24.04.2017

it is interesting to see what kernel+filesystem the distributions rely on. Kernels: While CentOS is still on 3.10, Debian is believing in 3.16, and SUSE is “latest” with it’s 4.4 Version kernel. http://www.omgubuntu.co.uk/2015/04/linux-kernel-4-0-new-features https://www.heise.de/newsticker/meldung/Linux-Kernel-macht-Versionssprung-auf-4-0-2557302.html you can upgrade with Debian to […]

14.10.2014

vim /etc/lightdm/lightdm.conf [SeatDefaults] #xserver-command=X #xserver-layout= #xserver-config= xserver-allow-tcp=false #xdmcp-manager= #xdmcp-port=177 #xdmcp-key= greeter-session=lightdm-greeter greeter-hide-users=true #greeter-allow-guest=true #greeter-show-manual-login=false #login with LXDE as default (default xSession) user-session=LXDE #allow-guest=true #guest-session=UNIMPLEMENTED session-wrapper=/etc/X11/Xsession #display-setup-script= #greeter-setup-script= #session-setup-script= #session-cleanup-script= #autologin-guest=false ###################### > CHANGE THIS LINE TO THE USER THAT SHOULD […]