LoginSignup
0
0

More than 5 years have passed since last update.

Ubuntu 16.04 setup

Last updated at Posted at 2018-10-01

nvidia driver 375

sudo apt-get install nvidia-375
sudo service lightdm restart
reference

日本語入力

  • 不完全な〜〜〜のダイアログが表示されるのでインストール
  • 設定->テキスト入力-> 次のソースへ切り替え  半角全角キーを押す
  • 設定->言語サポート  すべて適用

デュアルブート -grub

sudo fdisk -l
sudo blkid /dev/sda
/dev/sda: PTUUID="dff0173d" PTTYPE="dos"
sudo gedit /etc/grub.d/40_custom

以下、記載して保存

menuentry “Microsoft Windows 10” {
search –fs-uuid –no-floppy –set=root dff0173d
chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi
}

sudo update-grub
reference

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0