ubuntu 安装NVIDIA 显卡后分辨率改变成640*480解决办法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
ubuntu 安装NVDIA 显卡后分辨率改变成800*600。折腾了一下午各种方法都试了没成功,最后改了ubuntu 下的xorg.conf配置就ok了。
在终端输入:sudo gedit /etc/X11/xorg.conf
%后面是注释,表示修改的地方,在豆瓣中没有颜色标志什么的,只好出此下策。改了3个地方。前两个%的那个4个值是参考
http://linux.chinaunix.net/techdoc/system/2008/08/03/1023252.shtml
(可能不用该也是可以的,我改过之后忘了原来的值,只好如此保存)
Modes "1024×768" 是分辨设置。自行添加进去之后,重启即可。
以下是部分内容
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 61.0 %这个地方修改
VertRefresh 50.0 - 75.0 %这个地方修改
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024×768" % 原先没有这一句添加进去的
EndSubSection
EndSection
但是,在实际中可能出现gedit错误,这时可以用vim进行修改 xorg.conf里面的内容,命令: su vim gedit /etc/X11/xorg.conf 。修改完后然后再重启:reboot
xrandr 可看分辨率
在终端输入:sudo gedit /etc/X11/xorg.conf
%后面是注释,表示修改的地方,在豆瓣中没有颜色标志什么的,只好出此下策。改了3个地方。前两个%的那个4个值是参考
http://linux.chinaunix.net/techdoc/system/2008/08/03/1023252.shtml
(可能不用该也是可以的,我改过之后忘了原来的值,只好如此保存)
Modes "1024×768" 是分辨设置。自行添加进去之后,重启即可。
以下是部分内容
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 61.0 %这个地方修改
VertRefresh 50.0 - 75.0 %这个地方修改
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024×768" % 原先没有这一句添加进去的
EndSubSection
EndSection
但是,在实际中可能出现gedit错误,这时可以用vim进行修改 xorg.conf里面的内容,命令: su vim gedit /etc/X11/xorg.conf 。修改完后然后再重启:reboot
xrandr 可看分辨率
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)