分页: 1 / 1

915resolution-0.5.2是不是不支持Ubuntu 6.10?谢谢

发表于 : 2006-12-23 18:57
Ericzhao82
昨天firefox突然出现 一访问asp写成的网页,就自动退出。这样是我重装ubuntu的原因。

原先是6.06,安装,设置915resolution后,宽屏分辨率正常,又升级到6.10,也挺好。

今天重装系统,直接安装的6.10,昨晚,今天早,中午,下午,现在一共装了5边了……

还是宽屏分辨率的问题,该死没办法显示1280*800
ericzhao@laptop:~/915resolution-0.5.2$ sudo 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 915GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel
ericzhao@laptop:~/915resolution-0.5.2$

配置:

/etc/inittab
ericzhao@laptop:~$ cat /etc/inittab
915resolution 5c 1280 800 24
ericzhao@laptop:~$
xorg.conf
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

发表于 : 2007-01-12 23:37
aaronwong
你的Mode 5c是“1920x1440, 32 bits/pixel”,根本就不是1280×800吗! 而且在你可支持的MODE列表里也根本没有出现1280×800啊?

发表于 : 2007-01-15 0:21
chinese_ys
建议你修改8bits/pixel模式

代码: 全选

sudo 915resolution 38 1280 800 24
在/etc/init.d/bootmisc.sh里加上一行

代码: 全选

/directory/915resolution 38 1280 800 24
reboot

发表于 : 2007-01-31 15:10
FreemanGL
貌似有更简单的方法:
编辑etc/x11/xorg.conf文件把非你想要的分辨率删除,添加需要的分辨率,如下:
SubSection "Display"
Depth *
Modes "1440x900"
EndSubSection

发表于 : 2007-02-02 13:29
butterflyin
sudo 915resolution 38 1280*800