my miix320 ubuntu setting

my miix320 ubuntu setting

how to install ubuntu

grub

https://esc.sh/blog/linux-on-lenovo-miix-320/

sudo nano /etc/default/grub

#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#GRUB_CMDLINE_LINUX="nomodeset fbcon=rotate:1"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="fbcon=rotate:1"
GRUB_GFXPAYLOAD_LINUX=keep

sudo update-grub

xwindow

Install xubuntu

solve orientation

https://askubuntu.com/questions/637911/how-to-run-xrandr-commands-at-startup-in-ubuntu

sudo gedit /etc/X11/Xsession.d/45custom_xrandr-settings

xrandr -o right

rust

install rust

install buildessential

install vscode

install rust plugin, lldb plugin

安装 Rust
安装 Visual Studio Code

codelldb(OS X/Linux)

还要继续安装Rust 扩展

http://llever.com/2019/08/30/如何用vscode调试rust译/

https://hoverbear.org/blog/setting-up-a-rust-devenv/

taskbar

image-20200613205221233

原文地址:https://www.cnblogs.com/cutepig/p/13121772.html