x86下
用kdmconfig调整
如果您用的是一个新卡,请访问下 载并安装"x86 Video Driver Upadte",VDU装好后会自动运行kdmconfig。将Xwindow设为 640 * 480的分辨率后,关机,换新的显示卡然后重新启动,再用kdmconfig进行相关设置。
sparc下
(命令行方式)
1.Creator和Creator 3D系列
#/usr/sbin/ffbconfig -res 1600x1200x75
把分辨率改为1600X1200。刷新频率为75HZ。
临时改变:
#/usr/sbin/ffbconfig -res 1600x1200x75 try
可以有5秒钟的确认时间,按 y 确认。
查看当前显示卡和显示器所支持的分辨率:
# ffbconfig -res \?
也可以用
#ffbconfig –prconf
其输出如下:
--- Hardware Configuration for /dev/fbs/ffb0 ---
Type: double-buffered FFB2+ with Z-buffer
Board: rev 2 (Vertical)
PROM Information: @(#)ffb2p.fth 2.6 97/10/02
FBC: version 0x3241906d
DAC: Brooktree 9070, version 1 (Pac2)
3DRAM: Mitsubishi 130a, version 1
EDID Data: Available - EDID version 1 revision 2
Monitor Sense ID: 2 (Sun 40x30cm RGB color monitor)
Monitor possible resolutions: 1024x768x60, 1024x768x70, 1024x768x75,
1152x900x66, 1152x900x76, 1280x1024x67, 1280x1024x76, 640x480x60
Current resolution setting: 1280x1024x76
或着查看第2块显示卡
#ffbconfig -dev /dev/fbs/ffb1 –prconf
上面输出中有一个Monitor Sense ID,其对照表如下:
CodeScreen Resolution
71152 900 at 66 Hz
61152 900 at 76 Hz
51024 768 at 60 Hz
41280 1024 at 67 Hz
31152 900 at 66 Hz
21280 1024 at 76 Hz
11152 900 at 66 Hz
01024 768 at 77Hz
如果使用了非SUN的显示器,CREATOR显示卡检测不到显示器类型,就把显示设置为1152X900 ,刷新频率为66HZ
2.PGX显示卡
PGX显示卡的命令是/usr/sbin/m64config
显示PGX的硬件信息命令:
#/usr/sbin/m64config -prconf
3.PGX32显示卡
该显示卡使用的命令是 GFXconfig
用法: #GFXconfig -i
# GFXconfig -res 1152x900x66 try -dev /dev/fbs/gfxp0
4.Elite3D系列显示卡
该卡使用afbconfig命令,显示卡文件位置/dev/fbs/ifb0,其Monitor Sense Codes表和creatoe系列相同。
比如:Ultra10,Ultar60等
不同的工作站的显卡不同,比如Ultar10,使用的是PGXm64显卡
所以,可以执行:
#man m64config
查看你的显卡所能适应的分辨率
让后
#m64config -res 1280x1024x76 -depth 24
后面的depth 24为显卡设为24位颜色
阅读(803) | 评论(0) | 转发(0) |