siemens_wei 发表于 2006-12-30 10:41:52

显卡驱动安装问题-via/s3g unichrome pro

大家好,装了linux后,在X界面下屏幕闪烁很厉害,改动分辨率和刷新频率也没有用。后来
发现是显卡驱动的问题。我的系统是RedHat9,显卡是VIA/S3G Unichrome Pro Integrated,
是VIA Technologies公司的。还有一个K8M800(可能是主板的型号?)
我从--http://unichrome.sourceforge.net -- 上下载了一个叫作xf86-video-unichrome-0.2.6.tar.gz
的文件,它里面的TEADME文件有一个地方看不懂:
................................
1) Monolithic X:
----------------

Applies to xfree86 4.3.0 through 4.6.0, and X.org 6.7, 6.8 and 6.9.

1.1) Against a full X tree:

This requires that a sufficiently built X tree is present (see 1.2
otherwise). The top level directory of an X tree tends to be named xc/.
Replace <path_to_xc> with whatever is suited for you.

From the top level, in xf86-video-unichrome/, (the same level as this
file) run:

# xmkmf <path_to_xc>
# make Makefiles
# make
# make install

"This requires that a sufficiently built X tree is present"---什么是x tree呢?
The top level directory of an X tree tends to be named xc/.----xc/在哪里呢?
是个什么目录?没有找到,也不懂。希望各位大侠指点迷津。

还有,按照这种方法装上驱动以后,接下来怎么做呢?直接去改/etc/X11/XF86Config吗?
还是在这之前还需要别的步骤?请高手指教。

完整的Readme文件可见附件--

lwf163 发表于 2007-1-5 20:54:20

1) Monolithic X:
----------------

    Applies to xfree86 4.3.0 through 4.6.0, and X.org 6.7, 6.8 and 6.9.
这是当你的x是单核x时的编译方法,适用于上面的版本
2) Modular X:
-------------

    适用版本 Xorg 7.0, 7.1.

这是当你的x是模块化x时的编译方法,适用上面写的版本。

先检测是什么版本的xorg,然后确定编译方法。

如果是第一种,要首先确认有编译过的x的完整目录树(This requires that a sufficiently built X tree is present),然后将这个目录树的根目录作为参数传递给xmkfs命令。这个命令是说编译时会假设你的系统中没有x存在,所有文件均来源于根的子目录中。

我想现在一般都是第二种方法的系统了。
页: [1]
查看完整版本: 显卡驱动安装问题-via/s3g unichrome pro