# 查看所有显卡
# lshw -C display
# 安装驱动
「Install NVIDIA GPU Drivers on Kali Linux」
「Ubuntu Linux Install Nvidia Driver (Latest Proprietary Driver)」
TODO 安装英伟达驱动
# 查看显示器支持的分辨率
「How can I get the monitor resolution using the command line?」
「How can I list the available video modes for my screen?」
「How do I change the screen resolution using Ubuntu command line?」
# 如何持久化设置的模式
「How to debug xrandr not setting up the desired resolution?」
「How can I make xrandr customization permanent?」
# gtf 1920 1080 60
# cvt <h-resolution> <v-resolution> [refresh]
# vim /etc/X11/xorg.conf
# 生成xorg.conf文件
「How to make an xorg.conf file」
「How to create xorg.conf」
# nvidia-xconfig
# Xorg :1 -configure
# cp /root/xorg.conf.new /etc/X11/xorg.conf
相关链接
xrandr: where does VIRTUAL1 output come from?