October 11, 2020

Ubuntu 20.04 Change Default Login Screen to Primary Monitor

With a multi-monitor Ubuntu setup, Login screen may not display on the primary monitor as defined under Settings > Screen Display.

In order to make the necessary change in Ubuntu 20.04 LTS, make sure ~/.config/monitors.xml file exists.  If not, go to Settings > Screen Display, make some dummy changes then change back to the desire settings.  For example, adjusting one of screen orientation.  This action would generate montors.xml file.

In the console, execute the following command.

sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/

This would copy the file into gdm3 configuration folder.

Restart the machine and login screen would display on the primary monitor.


September 27, 2020

Ubuntu Chinese Input Method

Chinese input is non-existence out-of-box from Ubuntu (and up to 20.04 so far). More work is required to setup Chinese input support. While there are multiple variances out there, Chinese Intelligent Pinyin works best for me.

To install Chinese Intelligent Pinyin, search "ibus-libpinyin" online. Basically, update ibus then install ibus-pibpinyin.

sudo apt-get install -y ibus-libpinyin

Perform a reboot. Note, there is a way to refresh without a reboot but reboot is easier.

Then go to Settings > Language and Region, under Input Sources, click + then Other. Select "Chinese (Intelligent Pinyin)" from the list. Note, it is not "Chinese" in the list as it basically does nothing.

June 7, 2020

Switch Languages for iOS External Bluetooth Keyboard

Use the following steps to change languages with physical keyboard on iOS:

For Logitech K480, press the Language Switch key (F12).
For other Bluetooth keyboard, press Ctrl + Space.

Other notes:
For some messaging apps, press Command + Enter to send the message.

June 4, 2020

Microsoft All-in-One Media Keyboard Notes

The keyboard has new Fn keys enabled by default and missing a few physical keys compared to a regular keyboard.  The following note on how to access the missing keys.

Home key: Fn + Left arrow
End key: Fn + Right arrow
Page Up: Fn + Up arrow
Page Down: Fn + Down arrow
F1 ~ F12: Fn + selected key
Fn Lock Mode: Fn + Capital Lock
(Fn Lock does not affect Home/End keys)

March 16, 2020

FAT32 Format for Size Over 32GB

FAT32 can search up to 32GB.  In order to format a disk larger than 32GB, it would be exFAT format.

Windows does not have a default utility to perform this task.  Instead, search for guiformat.exe online.  Ridgecrop Consultants Ltd has a good alternative.