安裝系統-UltraISO+Ubuntu18.04


1、下載安裝UltraISO軟件

2、在軟件中,打開Ubuntu18.04 ISO

3、選擇U盤:啟動->寫入硬盤映像,選擇USB-HDD+,隱藏

4、寫入,等待寫入成功

 

NVIDIA error:

禁用顯卡的方法這里在記一下:
在/etc/modprobe.d/blacklist.conf里添加,如下內容

blacklist nouveau
options nouveau modeset=0

並執行:

 sudo update-initramfs -u

重啟后用'lsmod | grep nouveau',如果沒有任何輸出說明禁用成功。

安裝顯卡的話:

sudo gedit /etc/gdm3/custom.conf

修改為以下情況:

# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

安裝驅動: 

方法一:

添加源:

$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt update
然后,在Update軟件里面直接升級430即可。

 
        

方法二:

install 顯卡 drivers, 直接輸入如下命令:

$ sudo ubuntu-drivers autoinstall

驗證是否安裝成功:
$ nvidia-smi

如果顯示顯卡相關信息則表示安裝成功

如果需要安裝新版本的驅動可以先添加源:

$ sudo add-apt-repository ppa:graphics-drivers/ppa $ sudo apt update 

然后執行:

$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:02.0/0000:05:00.0 == modalias : pci:v000010DEd00001C82sv000019DAsd00002456bc03sc00i00 vendor : NVIDIA Corporation model : GP107 [GeForce GTX 1050 Ti] driver : nvidia-driver-410 - third-party free driver : nvidia-driver-415 - third-party free driver : nvidia-driver-390 - distro non-free driver : nvidia-driver-418 - third-party free driver : nvidia-driver-396 - third-party free driver : nvidia-driver-430 - third-party free recommended driver : xserver-xorg-video-nouveau - distro free builtin Selecting previously unselected package nvidia-dkms-430. 

最后安裝

$ sudo apt install nvidia-driver-430

How to install chrome:

sudo gedit /etc/apt/sources.list.d/google-chrome.list
input in the text:
    deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
wget https://dl.google.com/linux/linux_signing_key.pub
sudo apt-key add linux_signing_key.pub
sudo apt update
sudo apt install google-chrome-stableTo start:
google-chrome-stable



Touchpad disable:

 使用gsettings命令

gsettings是GSettings的命令行界面,允許我們獲取、設置或監控單個密鑰以進行更改。

這是我能找到的最簡單直接的方法,你所要做的就是復制/粘貼以下命令以禁用觸控板:

$ gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled-on-external-mouse

如果插入了外接鼠標,此命令將立即禁用觸摸板。

要啟用它,只需執行以下操作:

$ gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled

可以使用以下命令查看當前設置:

$ gsettings get org.gnome.desktop.peripherals.touchpad send-events

 

 

Sogou Input 沒有候選項:

方法:重裝

$ killall fcitx
$ killall sogou-qimpanel

$ sudo apt remove fcitx* && sudo apt autoremove
$ sudo apt remove sogoupinyin

$ cd .config/
$ sudo rm -rf Sogou* sogou*

$ reboot

然后,進入搜狗輸入法下載最新的deb文件,雙擊安裝。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM