linux 1080ti显卡黑屏,Ubuntu 17.04+GTX1080Ti 安装辛酸之路
選擇“USB:Generic Flash Disk”, 回車Enter,在按e鍵,可進入到Ubuntu選擇安裝界面
選擇“Install Ubuntu”,并按F6(Other Options),出現可編輯內容
"Boot Options ed boot=... initrd=/casper/initrd.lz?quiet splash ---"
修改紅色部分(刪去“---”并添加“nomodeset”)如下
"Boot Options ed boot=... initrd=/casper/initrd.lz?nomodeset quiet splash"
編輯好后按Enter鍵,黑屏等待幾秒鐘順利的話即可進入Ubuntu安裝引導界面
二、當安裝結束后,啟動系統出現黑畫面
1.開機,進入grub畫面(如果硬碟沒有別的OS,請開機時按住shift不放才會有grub畫面)
2.按'''e''' 進入編輯開機指令的模式, 同樣找到'''quite splash''' 并在后面加上對應的“nomodeset”,即。
'''quite splash nomodeset'''
3.按 ''F10''啟動系統.
4.進去系統之后編輯'''/etc/default/grub''' :
Ubuntu>打開終端機,輸入
1
$sudo?vi?/etc/default/grub
5.找到這一行:
1
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
修改為:
1
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
6. 更新GRUB:
1
$sudo?update-grub
7.存檔,并重新開機。
VNC server
通過VNC server遠程登陸Ubuntu,設置方法如下
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
設置成功后,根據Ubuntu的ip通過VNC登陸
登陸后界面如下
在linux中執行?vncconfig -nowin&
在linux選中文字后,無需其他按鍵,直接在windows中可以黏貼。
在windows中選中文字,Ctrl+C,在linux中按中鍵黏貼。
總結
以上是生活随笔為你收集整理的linux 1080ti显卡黑屏,Ubuntu 17.04+GTX1080Ti 安装辛酸之路的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux移植会话层层协议,Linux内
- 下一篇: c语言的转义字符要求,C语言…转义字符的