CSS3 @media Rule

The @media rule is used to define different style rules for different media types/devices. Example Change the background-color if the viewport is 480 pixels wide or wider: @media screen and (min-width: 480px) { body { background-color: lightgreen; }...

HP8440P laptop login loop on Ubuntu 16.04

If you’ve been successfully running 16.04 with your video driver before, but the login loop issue happens after the latest software update, try this, it worked for me after trying EVERYTHING else. This is the equivalent of searching for “additional...

HP 8440P laptop screen flickers on Ubuntu 16.04

This laptop has 2 graphic card options. NVIDIA NVS 3100MIntel Graphics Media Accelerator HD In order to know which one you have, open a terminal and type: sudo lshw -C display Please be aware that this answer may become slightly outdated. I will do my best to update...