分页: 1 / 1

在windows7下成功暗转ubuntu之后 分辨率最高1152*864

发表于 : 2010-11-07 13:45
angle222
在windows7下成功暗转ubuntu之后 进入ubuntu更新了显卡驱动 之后进入nvidia控制面板 最高分辨率 只有1152*864 字体看着很是别扭 我的显示器分辨率1280*1024 看了许多帖子 也没有能够成功的 系统无法识别我的显示器 不知道哪位高人能够指点迷津 先在这里感谢了

Re: 在windows7下成功暗转ubuntu之后 分辨率最高1152*864

发表于 : 2010-11-15 14:25
angle222
:em20 :em20 :em20 这么多天还没人回帖啊

Re: 在windows7下成功暗转ubuntu之后 分辨率最高1152*864

发表于 : 2010-11-15 15:30
Boneflame
自己改修改/etc/X11/xorg.conf

给个例子:
Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"

Modeline "1024x600_60.00" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync
Modeline "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "640x480" "1024x600" "1280x768" "1440x900" "1680x1050"
EndSubSection
EndSection

modeline用命令gtf+想要的分辨率+刷新率,如

代码: 全选

gtf 1280 1024 60