By default the xbacklight command does not work on Intel HD Graphics: Workaround: sudo nano /usr/share/X11/xorg.conf.d/10-intel.conf: insert: Section "Device" Identifier "Card0" Driver "intel" Option "Backlight" "/sys/class/backlight/intel_backlight" EndSection now add to startup / autostart (lxde) : xbacklight -set 30
Tag: LTS
Ubuntu Snap on Bionic 18.04 Reasons
If you upgrade or install Ubuntu to 18.04 the last and current LTS Version you have may asked yourself “what the hell is snap loop device?” Easy Snap was hidden built in to print MONEY, sure?? YES see manpage snap.. ” BUY A SNAP !!” .. its a new try to get money since Amazon Shop Link implementation.. like others from Appstores.. Howto get rid off? Removing of snapd with purge app Apps by deps.. # sudo apt-get remove snapd –purge Some may ask do i need snaps? No cause most packages still live at the debian apt repository Snap […]
Ubuntu 12.04 Bug High Prio : Grub 2 grub-pc hangs on reboot timeout not working
Prio 1: Set to Prio 1 cause it prevent a remote ubuntu Server from Boot without interactive root access to the Grub 2 Boot Screen !! Problem: If you do a release upgrade to ubuntu 12.04 use grub-pc and have a seperate /boot partition (sda1) then your server won’t boot without you pressing enter at the grub2 grub-pc menu. Background: this is a older known bug of a header skript template. Solution: for Servers you should remove grub2 and install grub or make changes with sudo nano /etc/grub.d/00_header make_timeout () { cat << EOF if [ "\${recordfail}" = 1 ]; […]