|
|
发表于 2005-9-7 09:37:02
|
显示全部楼层
这个型号的显卡应该可以默认被redhat9支持。
直接使用redhat-config-xfree86配置,如果不行的话就只有直接修改配置文件了:
#vi /etc/X11/XF86Config
找到下面的端,并改成如下:
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Depth 24
- Modes "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1024x768" "800x600" "640x480"
- EndSubSection
- EndSection
复制代码 |
|