Installation
- Drive Partitions:
- /: 48GB
- swap: 4GB
- /home: Remaining space
Problems & Solutions
Problem 1: Pixelated Graphics Artifacts
Solution:
- Start Settings Editor (of Xfce4)
- Find
- Channel: xfwm4
- Property: general -> vblank_mode
- Set the value from auto to xpresent
Problem 2: Deactivate Bluetooth on System Startup
Sometimes it's not desirable to on the Bluetooth whenever the system boots up. To deactivate it on system startup:
- Create /etc/rc.local and put the following line.
echo disable > /proc/acpi/ibm/bluetooth - Make /etc/rc.local to be executable:
$ sudo chmod 755 /etc/rc.local
Problem 3: VirtualBox with Secure Boot
References:
Problem 4: UFRII Printer Driver for Canon imageCLASS MF244dw
Both Ubuntu and Canon imageCLASS MF244dw printers support IPP Everywhere protocol, so Ubuntu automatically adds the printer if it discovers it in the network.
You can also use the Canon proprietary printer driver UFR II (stands for "Ultra Fast Rendering II") for faster printer times. To do this:
You can also use the Canon proprietary printer driver UFR II (stands for "Ultra Fast Rendering II") for faster printer times. To do this:
- Download the latest UFRII driver (select Linux 64bit) from: https://www.usa.canon.com/internet/portal/us/home/support/details/printers/black-and-white-laser/imageclass-mf244dw/imageclass-mf244dw
- Uncompress the installation file and run sudo ./install.sh
- When asked about "Do you want to register the printer now? (y/n)", answer n.
- Run "Printers" and add the detected "Canon MF240 UFRII LT ..."
- The UFR II LT driver will be chosen automatically
Miscellaneous
Disable WiFi on Ethernet Connection
- Refer to: https://www.richud.com/wiki/Ubuntu_disable_wifi_on_ethernet_connection
- Change the 4th line from eth*) to eth*|usb*|en*)
No comments:
Post a Comment