Nvidia
教程
CUDA 教程
驱动下载
参考:
- 下载页面:Official Drivers | NVIDIA
- linux 安装指南:NVIDIA Driver Installation Quickstart Guide :: NVIDIA Tesla Documentation
- linux CUDA 安装教程:CUDA Installation Guide for Linux
下载结果:
- Nvidia-<os-name>-<arch>-<version>.run 文件
注意:
可能存在,选择列表中没有给定的型号,但是有类似型号,详情页支持要搜索的型号的情况
Rust Examples Ex
format
| |
hello
binary, hex
| |
ob10000, oxF
Xrdp
连接失败出现蓝绿色空白屏
处理方法:
https://gist.github.com/valorad/7fd3e4a7fb4481f1eb77ded42a72537d
- arch linux + gnome + qtile 验证有效
wsl + arch linux
注意:
- 需要安装
xorg-server
- 需要安装
依赖:
1 2sudo pacman -S xorg-server yay -S xrdp xorgxrdp
Wayland
应用
原生支持
- emacs-pgtk (emacs-wayland on arch linux)
- firefox
vscode
code --ozone-platform=wayland
Xorg
Xorg 简介
Xephyr 设置第二个 x server
使用步骤:
使用 Xephyr 启动一个 x server
Xephyr -screen 1600x900 :1
启动 gui 程序
DISPLAY=:1 gvim