Click to See Complete Forum and Search --> : XF86Config Issue.... pls help!


LittleGreenGecko
06-02-2002, 08:32 PM
I am running a Micron monitor with a Diamond S540 (S3 Savage4) Graphics card. I have tweaked the file so many times, I have lost count. Would someone pls help me.


here is the "/var/log/XFree86.0.log" file listing that I get when I run "X -configure":

I get the same error when I manually configure the file and run "startx". I have been trying this for a while now.



XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.19-gentoo-r5 i686 [ELF]
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: Sun Jun 2 16:30:52 2002
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3





Pls let me know if I should post my XF86config file, I don't think that this error is in the configuration.


My Graphics Card @ Linux Hardware: http://lhd.datapower.com/db/dispproduct.php3?DISP?164

My Monitor:
Hsync: 30-69
Vsync: 50-160
MaxRes: 1280x1024 @ 60 Hz & 16 bit


Thank you for all of your help

Lorithar
06-04-2002, 09:54 AM
that log file looks incomplete to me.

One thing... did you build the drm into the kernel

(from usr/src/linux/.config)
# CONFIG_DRM is not set
^^^^ if as above, you need to turn it on.


from what I've been reading from Tim Roberts (http://www.probo.com/~timr/savage40) the most recent, bestest, hottest drivers for the savage chips is native to X4.2.0...

other thing .. did you build the AGP stuff?
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_I810=y
CONFIG_AGP_VIA=y
CONFIG_AGP_AMD=y
CONFIG_AGP_SIS=y
CONFIG_AGP_ALI=y
CONFIG_AGP_SWORKS=y

(again from usr/src/linux/.config ...
try grep AGP /usr/src/linux)
If not as above you need to turn that on too...

mdwatts
06-04-2002, 07:25 PM
Originally posted by LittleGreenGecko:
<STRONG>
I get the same error when I manually configure the file and run "startx". I have been trying this for a while now.
</STRONG>

As Lorithar posted... there is no error in the log your included.

What is the actuall error you are getting?

(and please don't say 'no screens found') :D