QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 597|回复: 6

Redhat 9.0 X配置.. ..请帮忙~~~

[复制链接]
发表于 2003-6-2 19:47:52 | 显示全部楼层 |阅读模式
我是新手.
买了一个正版redhat9.0...装上后.Xwindow显示只能有400*320..连800*600都不能用


显卡是sis300
在安装过程中有一个显卡配制选项,我选了sis300(能找得到).但装了后,还是不行.用vi 看
XF86Config文件中显示显卡还是识别不出.. ..

看说明书上说运行: redhat-config-xfree86 命令能配置,但我运行后,并不能配制啊...只是显示
说我机口器的显卡不能支持.. ...

以下是XF86Config文件内容:
# XFree86 4 configuration created by pyxf86config



Section "ServerLayout"

Identifier     "Default Layout"

Screen      0  "Screen0" 0 0

InputDevice    "Mouse0" "CorePointer"


InputDevice    "Keyboard0" "CoreKeyboard"

InputDevice    "DevInputMice" "AlwaysCore"

EndSection



Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the

# file minus the extension (like ".txt" or ".db").  There is normally

# no need to change the default.



# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Red Hat 6.0 and later now use a font server independent of

# the X server to render fonts.



RgbPath      "/usr/X11R6/lib/X11/rgb"


FontPath     "unix/:7100"


EndSection



Section "Module"

Load  "dbe"

Load  "extmod"


Load  "fbdevhw"

Load  "glx"

Load  "record"

Load  "freetype"

Load  "type1"

Load  "dri"

EndSection



Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

#Option"Xleds""1 2 3"


# To disable the XKEYBOARD extension, uncomment XkbDisable.

#Option"XkbDisable"


# To customise the XKB settings to suit your keyboard, modify the

# lines below (which are the defaults).  For example, for a non-U.S.

# keyboard, you will probably want to use:

#Option"XkbModel""pc102"

# If you have a US Microsoft Natural keyboard, you can use:

#Option"XkbModel""microsoft"

#

# Then to change the language, change the Layout setting.

# For example, a german layout can be obtained with:

#Option"XkbLayout""de"

# or:
#Option"XkbLayout""de"

#Option"XkbVariant""nodeadkeys"

#

# If you'd like to switch the positions of your capslock and

# control keys, use:

#Option"XkbOptions""ctrl:swapcaps"

# Or if you just want both to be control, use:

#Option"XkbOptions""ctrl:nocaps"

#

Identifier  "Keyboard0"

Driver      "keyboard"

Option    "XkbRules" "xfree86"

Option    "XkbModel" "pc105"

Option    "XkbLayout" "us"

EndSection


Section "InputDevice"

Identifier  "Mouse0"

Driver      "mouse"

Option    "Protocol" "PS/2"

Option    "Device" "/dev/psaux"

Option    "ZAxisMapping" "4 5"

Option    "Emulate3Buttons" "no"

EndSection


Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then

# this input device can be used in AlwaysCore mode to let you

# also use USB mice at the same time.

Identifier  "DevInputMice"

Driver      "mouse"

Option    "Protocol" "IMPS/2"

Option    "Device" "/dev/input/mice"

Option    "ZAxisMapping" "4 5"

Option    "Emulate3Buttons" "no"

EndSection


Section "Monitor"

Identifier   "Monitor0"

VendorName   "Monitor Vendor"

ModelName    "Unprobed Monitor"

HorizSync    31.5 - 37.9

VertRefresh  50.0 - 70.0

Option    "dpms"

EndSection


Section "Device"

Identifier  "Videocard0"

Driver      "vga"

VendorName  "Videocard vendor"

BoardName   "sis605 "


EndSection


Section "Screen"

Identifier "Screen0"

Device     "Videocard0"

Monitor    "Monitor0"

DefaultDepth    8 (这里改为16的时候不能进入X)

SubSection "Display"

Depth   8 (这里改为16的时候不能进入X)

Modes   "800x600" (改为1024x768时没反应.但能进X)

EndSubSection

EndSection


Section "DRI"

Group        0

Mode         0666

EndSection















还有我看到有文章说:lilo菜单中的safe_mode和consol_mode是什么?
与以往的系统不同,在桌面3.0的lilo菜单引导中除了linux外加入了safe-mode和consle_mode两
个登录选项,选择safe-mode可以重新配置硬件,选择consle_mode
就可以用字符登录方式进入系统。

可我没看到有选项啊,要怎样进入 safe_mode???

请大家帮帮我..留个QQ或加我QQ :7605757 谢谢了

回几个相应资料的网址给我也行啊..(我实在找不到了.. ..)
发表于 2003-6-3 09:38:35 | 显示全部楼层
看看有没有官方驱动
回复

使用道具 举报

 楼主| 发表于 2003-6-3 18:38:31 | 显示全部楼层
没有啊..找不到... ... .....
回复

使用道具 举报

 楼主| 发表于 2003-6-4 17:32:10 | 显示全部楼层
. .. ...
回复

使用道具 举报

发表于 2003-6-4 17:45:32 | 显示全部楼层
#########
Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "Unprobed Monitor"

HorizSync 31.5 - 37.9 //一般的都在30-60

VertRefresh 50.0 - 70.0 //一般在50-120

Option "dpms"

EndSection

########
看这里,就该里你看显示器的垂直和水平刷新频率没设置好吧!
回复

使用道具 举报

发表于 2003-6-4 17:54:04 | 显示全部楼层
我手上没有sis卡,没法给你试。
你把Driver "vga" 该成Driver "sis" 试试。
回复

使用道具 举报

发表于 2003-6-4 18:07:16 | 显示全部楼层
该成Driver "sisfb"试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-19 19:18 , Processed in 0.060159 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表