|
|
发表于 2004-9-13 05:48:18
|
显示全部楼层
按照这个帖子装了sisctrl
http://www.winischhofer.net/linuxsis630.shtml
可是执行sisctrl,提示:
SiSCtrl interface disabled.
To enable the SiSCtrl interface, place
Option "EnableSiSCtrl" "true"
in the Device section of your XF86Config(-4) file.
自己试着修改XFree86.conf,总是不成功。我不知道应该以什么格式来设置。是EnableSiSCtrl=true 吗?
新升级了内核,现在是2.6.8.1 ,gcc 3.2,
附上配置文件/额条/etc/X11/XF86Config内容:
# XFree86 4 configuration created by redhat-config-xfree86
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 "/usr/share/fonts/simsun"
FontPath "unix/:7100"
EndSection
大家帮忙看看 |
|