Set viewsonic as main, then hp:
xrandr --auto --output eDP-1 --mode 1920x1080 --right-of HDMI-1-2
Set hp as main, then viewsonic:
xrandr --auto --output HDMI-1-2 --mode 1920x1080 --right-of eDP-1
Turn off hp:
xrandr --auto --output eDP-1 --off --right-of HDMI-1-2
Turn off viewsonic:
xrandr --auto --output HDMI-1-2 --off --right-of eDP-1
2019年8月20日 星期二
2019年8月19日 星期一
setup nvidia for hp pavilion gaming 15
- Reboot
- F10 enter BIOS
- System Configureation -> power -> Security Boot
- disable
- Follow the screen message, enter 4-digit then press enter
- boot into ubuntu
- sudo apt purge nvidia*
- sudo apt update
- sudo apt-add-repository ppa:graphics-drivers/ppa
- Run 額外驅動程式,click Nvidia-430
- Reboot
2019年8月17日 星期六
software-properties-gtk no working 無: 套件庫 額外驅動程式
cf: https://askubuntu.com/questions/789966/software-updates-crashes-and-will-not-open
Reinstall with this line:
Reinstall with this line:
sudo aptitude reinstall apt apt-utils aptdaemon aptdaemon-data update-manager update-manager-core dbus
2019年8月16日 星期五
accented european letter in bibtex
{\"a} {\^e} {\`i} {\.I} {\o} {\'u} {\aa} {\c c} {\u g} {\l} {\~n} {\H o} {\v r} {\ss}

2019年8月11日 星期日
Enable HP Pavilion HDMI for Ubuntu
- 額外的驅動程式,click 430
- 輸入 security password
- reboot
- enroll emks ( something like this ?), DO NOT just click continue, Have to enroll first !
- reboot
- HDMI should be ok.
- check if the module is enabled by issuing:
lsmod | grep nvidia
or
run nvidia-settings
2019年8月1日 星期四
Install operation system on SD fron linux
sudo dd bs=4M if=ubuntu-18.04.2-preinstalled-server-arm64+raspi3.img of=/dev/sdX status=progress conv=fsync
訂閱:
意見 (Atom)
-
cf: https://www.tenforums.com/tutorials/101274-uninstall-printer-driver-windows-10-a.html Open cmd in administer mode Run printmanagement...
-
cf: https://forums.raspberrypi.com/viewtopic.php?t=278033 For linux: First run the command: route -n It will show the metrics of the i...
-
cf: https://askubuntu.com/questions/1276111/error-upgrading-grub-efi-amd64-signed-special-device-old-ssd-does-not-exist sudo mv /var/cache...