Linux 版 (精华区)
发信人: hbt (Country Roads), 信区: Linux
标 题: FreeBSD下i740卡的解决方案
发信站: 紫 丁 香 (Sat Dec 26 20:01:55 1998), 转信
发信人: supergod ( 刹帝利), 信区: Linux
标 题: FreeBSD下i740卡的解决方案
发信站: BBS 水木清华站 (Sat Dec 26 17:41:45 1998)
由于万恶的intel不公布技术资料,i740的Xserver只有XBF的binary-release.
(for Linux).(M$下的driver略去不提)(网上还称华硕的driver比intel的牛)
BSD下借用Linux的Xserver解决:
1.ftp.redhat.com/pub/XBF/ 用libc5 version !
2. BSD root下: ln -s /dev/ttyv0 /dev/tty0
ln -s /dev/ttyv3 /dev/tty4
3. 装入linux-lib,pkg_add ./packages/all/linux_lib<version>.tgz.
run linux (或改rc.conf文件,在启动时就运行)
4. XF86Config. 设置/etc/XF86Config文件.(我的附后)
5. type "startx" and be happy :-)
6. 如有问题请在此讨论.
BTW:感谢Jean-Michel DRICOT的帮助,希望更多的人知道此法.
________________________________________________________________________
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "be"
EndSection
# **********************************************************************
# Pointer section
# **********************************************************************
Section "Pointer"
Protocol "SysMouse"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50
Buttons 3
Resolution 100
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "Targa TM 4267-1"
VendorName "Targa"
ModelName "TM 4267-1"
HorizSync 30-70
VertRefresh 50-150
# 640x400 @ 85 Hz, 37.86 kHz hsync
Modeline "640x400" 31.5 640 672 736 832 400 401 404 445
# 640x480 @ 72 Hz, 36.5 kHz hsync
Modeline "640x480" 31.5 640 680 720 864 480 488 491 521
# 640x480 @ 75 Hz, 37.50 kHz hsync
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600" 40 800 840 968 1056 600 601 605 628
# 640x480 @ 85 Hz, 43.27 kHz hsync
Modeline "640x400" 36 640 696 752 832 480 481 484 509
# 800x600 @ 72 Hz, 48.0 kHz hsync
Modeline "800x600" 60.75 800 864 928 1088 600 616 621 657
# 1024x768 @ 75 Hz
#Modeline "1024x768" 80.00 1024 1040 1204 1322 768 769 774 810
+hsync +vsync
# 1024x768 @ 85 Hz, 70.24 kHz hsync
#Modeline "1024x768" 98.90 1024 1088 1248 1384 768 782 788 822
-hsync -vsync
Modeline "1024x768" 80.00 1024 1052 1216 1322 768 769 774 810
+hsync +vsync
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "i740"
VendorName "Intel"
BoardName "Expert Color 3URAnus DIT 5740"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Driver "svga"
Device "i740"
Monitor "Targa TM 4267-1"
Subsection "Display"
Depth 8
Modes "1024x768" "640x480" "800x600" # "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" # "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
--
书 中 自 有 黄 金 屋 ,
网 络 更 胜 千 本 书 .
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: hs8.hit.edu.cn]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.045毫秒