Ubuntu 17.04+GTX1080Ti install the bitter road

Select "USB: Generic Flash Disk", press Enter, and then press the e key to enter the Ubuntu installation interface

 

Select "Install Ubuntu", and press F6 (Other Options), the editable content appears

"Boot Options ed boot=... initrd=/casper/initrd.lz quiet splash ---"

Modify the red part (delete "---" and add "nomodeset") as follows

"Boot Options ed boot=... initrd=/casper/initrd.lz nomodeset quiet splash"

After editing, press Enter and wait for a few seconds on the black screen to enter the Ubuntu installation boot interface.

 

2. When the installation is finished, a black screen appears on the boot system

1. Boot, enter the grub screen (if there is no other OS on the hard disk, please hold down shift when booting to have the grub screen)

2. Press '''e' '' Enter the mode of editing the boot command, also find '''quite splash''' and add the corresponding "nomodeset" after it, ie.

'''quite splash nomodeset'''


3. Press ''F10'' to start the system.

4. After entering the system, edit '''/etc/default/grub''':
Ubuntu > open the terminal, enter

1

$sudo vi /etc/default/grub

5. Find this line:

1

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

change into:

1

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

6. Update GRUB: 

1

$sudo update-grub

7. Archive and reboot.

 

 

VNC server

Log in to Ubuntu remotely through VNC server, and the setting method is as follows

1

2

3

4

5

6

7

8

9

10

#!/bin/sh

export XKL_XMODMAP_DISABLE=1

unset  SESSION_MANAGER

unset DBUS_SESSION_BUS_ADDRESS

 

gnome-panel &

gnome-settings-daemon &

metacity &

nautilus &

gnome-terminal

  

After the setting is successful, log in through VNC according to the ip of Ubuntu

After login, the interface is as follows

 

Execute vncconfig -nowin& in linux

After selecting the text in linux, you can paste it directly in windows without any other keys.
Select the text in Windows, Ctrl+C, and press the middle button to paste in Linux.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325008090&siteId=291194637