+ -
当前位置:首页 → 问答吧 → 为什么我的82845G显卡安装Xfree86-4.3不能使用呢?

为什么我的82845G显卡安装Xfree86-4.3不能使用呢?

时间:2003-11-27

来源:互联网

我的配置如下
升技BG7-1
C41.7
40G
Dlink530
8139
当我安装完Freebsd4.8后安装了Xfree86-4.3但是当我用图形界面配置显卡和显示器的时候就黑屏幕了。
不知道是什么原因郁闷不是说Xfree86-4.3支持82845G吗。怎么会黑屏呢!
我的显卡在COMS里面只能化分8兆的显存。希望朋友们能告诉我这是什么原因!

作者: Ghost_Vale   发布时间: 2003-11-27

check /var/log/XFree86.log...

作者: werix   发布时间: 2003-11-27

It is /var/log/XFree86.0.log!
Please try xf86cfg -textmode..........

作者: Freebird   发布时间: 2003-11-27

thanks for the correction and welcome back.

作者: werix   发布时间: 2003-11-27

xf86config == xf86cfg -textmode

作者: rainren   发布时间: 2003-11-28

I have intel 82845G/GL graphics controller also, it works.
the black screen may occurs during probe, don't panic, just ctrl-alt-backspace or restart your pc... I'd prefer to do it with XFree86 -configure....

作者: werix   发布时间: 2003-11-28

那位老大能够告诉我那里有textmode配置的详细说明吗?
或者是有82845G的详细配置说名也可以

作者: Ghost_Vale   发布时间: 2003-11-28

xf86config照看提示一步一步做, 使用google查一查82845G的资料, 感觉重要的记下来, 在配置时对问着做!

作者: rainren   发布时间: 2003-11-28

我在用xf86cfg -textmode设置显示卡的时候.需要输入一个什么东西我直接回车个去了.但是还是无法正常启动图形截面.后来我有用了VGA0 和AGP0 都无法正常显示.希望用过的朋友能告诉我我在那步因该输入什么东西?

作者: Ghost_Vale   发布时间: 2003-11-29

我一般使用xf86config, 你可以试试这个命令!

作者: rainren   发布时间: 2003-11-29

我在选择完心片后提示如下
"You normally does not need to fill this field if you have only one video card: "

我该在那里输入什么东西呀?


当我输入startx后出现如下错误.

你先看看显存是多少?少于8M的话,先到INTEL的
网站更新一下VGABIOS,然后更新XFree86 到4.3.0 版本。
http://www.freebsdchina.org/forum/vi...highlight=845G

IEServer# startx
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority
Using authority file /root/.Xauthority
Writing authority file /root/.Xauthority


XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF]
Build Date: 23 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Nov 29 00:00:19 2003
(==) Using config file: "/etc/X11/XF86Config"
(EE) Unable to find a core pointer device
(EE) Unable to determine the screen layout
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [email protected].

giving up.
xinit: Broken pipe (errno 32): unable to connect to X server
xinit: No such process (errno 3): unexpected signal 13.

配置文件如下我的显卡只能分8M显存是不是和这个有关系呢?

IEServer#vi XF86Config.new
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "FZC"
ModelName "FOUNDER CM765"
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" #
#Option "CacheLines" #
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" #
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

作者: Ghost_Vale   发布时间: 2003-11-29

谢谢各位的帮组现在我一经在freebsd上面给你们回贴了。
具体步骤等我整理后在贴上来
在此我中心的感谢这几天帮组过我的朋友。

作者: Ghost_Vale   发布时间: 2003-12-01