Ubuntu安裝teamviewer記錄

ssh安裝teamviver

https://blog.csdn.net/qianchenglenger/article/details/51885122
https://blog.csdn.net/yusiguyuan/article/details/24269129
https://blog.csdn.net/xiaojun13355/article/details/79873284

錯誤
E: Sub-process /usr/bin/dpkg returned an error code (1)
https://blog.csdn.net/yusiguyuan/article/details/24269129

錯誤
W: GPG error: http://linux.teamviewer.com/deb stable InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 6AF0E1940624A220 # 後面這一串是要的key

錯誤
systemctl start teamviewerd.service
Failed to start teamviewerd.service: Unit teamviewerd.service not found.
fail
sudo /opt/teamviewer/tv_bin/teamviewerd -d重啓

錯誤
teamviewer

Init…
xprop: unable to open display ”
CheckCPU: SSE2 support: yes
Checking setup…
Launching TeamViewer …
Launching TeamViewer GUI …
Aborted

卸載軟件
dpkg -l | grep virtualbox
sudo apt-get remove virtualbox-5.2

藍屏
sudo apt-get install xserver-xorg-lts-utopic
sudo dpkg-reconfigure xserver-xorg-lts-utopic
sudo reboot
sudo dpkg –configure -a

重裝
sudo apt-get update
sudo apt-get install –reinstall ubuntu-desktop
sudo apt-get install unity
sudo shutdown -r now

sudo apt-get remove ubuntu-desktop

圖形界面
輸入top觀看cpu值最高的
sudo apt-get remove xorg
sudo apt-get install xorg
sudo apt-get remove compiz
Window manager error: Unable to open X display

重置
錯誤
Cannot autolaunch D-bus without X11 $DISPLAY
解決
sudo apt-get remove –purge fglrx*
sudo apt-get remove –purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install –reinstall xserver-xorg-core libgl1-mesa-glx libgl1-mesa-dri
sudo rm /etc/X11/xorg.conf.o* /etc/X11/xorg.conf.0* /etc/X11/xorg.conf.f*
sudo rm -rf /etc/ati

接受那個協議
[int32] EulaAccepted = 1
[int32] EulaAcceptedRevision = 6

改分辨率
xrandr 可選
xrandr –output Virtual1 –mode 2560x1600
Virtual1是screen0下面那行的開頭

發佈了96 篇原創文章 · 獲贊 100 · 訪問量 26萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章