设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Unix 技术讨论区 —— LinuxSir.cn
›
BSD 讨论专题
›
在Intel 810上成功配置FreeBSD 4.7的XFree86方法: ...
返回列表
查看:
2970
|
回复:
1
在Intel 810上成功配置FreeBSD 4.7的XFree86方法:
[复制链接]
哈蜜瓜
哈蜜瓜
当前离线
积分
2729
IP卡
狗仔卡
发表于 2002-11-6 22:14:06
|
显示全部楼层
|
阅读模式
1、修改/boot/default/loader.conf,找到代码行:
agp_load="NO"
改为:
agp_load="YES"
2、重启系统。
3、执行:/dev/MAKEDEV /dev/agpgart
4、执行:xf86cfg,选择你的显卡为intel 810-DC100或810E保存退出。
5、打开/usr/X11R6/lib/X11/XF86Config,找到以下代码行:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel"
BoardName "i810-dc100"
ChipSet "i810-dc100"
BusID "
CI:0:1:0"
EndSection
插入Option "NoDDC"后为:
Section "Device"
Identifier "Card0"
Driver "i810"
Option "NoDDC"
VendorName "Intel"
BoardName "i810-dc100"
ChipSet "i810-dc100"
BusID "
CI:0:1:0"
EndSection
6、如果你想在freebsd下用kde的话,用vi建立kde文件使之内容与以下相同:
kldload /modules/agp.ko
startx /usr/local/bin/startkde
把kde修改属性为可执行:
chmod o+x kde
chmod g+x kde
把kde拷入bin目录如/bin,/usr/bin均可。
7、重启后在shell下执行: kde 即可启动kde,但此时X分辨率及刷新率及顔色均不能达到要求。继续修改/usr/X11R6/lib/X11/XF86Config
这个范例将会设置成:800x600@85HZ,24Bit)
找到代码行:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
EndSection
注意HorizSync及VertRefresh参数,这是在运行xf86cfg时配置的。这两个参数很重要。
增加800x600显示参数:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
Mode "800x600"
DotClock 54.91
HTimings 800 800 912 1040
VTimings 600 600 608 626
EndMode
EndSection
最后的
Section "Screen"
... ... ...
EndSection
可修改为:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
大功告成,恭喜你!
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
yhcamel
yhcamel
当前离线
积分
95
IP卡
狗仔卡
发表于 2003-9-27 14:10:06
|
显示全部楼层
激动中!!!!好东西
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表