LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-30-2004, 09:46 PM   #1
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Rep: Reputation: 30
XFree86 wants libglide2x.so for Radeon?


I recently reinstalled XFree86-4.3.0 and it seemed to run smooth but when I tryied to run "XFree86 -configure" It failed. so I looked at /var/log.xfree86.0.log and I noticed it told me to:
Could not load the shared library file for Glide: "libglide2x.so"!

Why would it try to load Glide for a Radeon card, and how do I get around this?
 
Old 03-31-2004, 02:03 AM   #2
indeterminate
Member
 
Registered: Oct 2003
Location: Virginia, US
Distribution: Debian, Ubuntu, Knoppix.
Posts: 76

Rep: Reputation: 17
You probably need to edit your /etc/X11/XF86Config-4 file. I think ATI even has a driver installation text file that explains what lines should be edited.
 
Old 03-31-2004, 03:07 AM   #3
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Which Radeon card? Which drivers? It's quite possible that you're using the wrong driver for this card (there are several drivers-- even among the ones included with Mandrake), and all of them do not work on every card.
 
Old 03-31-2004, 07:08 AM   #4
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
XF86Config Graphics section (non commented)

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

Driver "vga"

XF86Config # === ATI device section ===
ection "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code
##more garbage below this thats really not necessary.


I have downloaded the driver for an ATI Radeon 9600SE (fglrx-4.3.0-3.7.6.i386.rpm)

What order should I install everything... (if its possibe there is a way I havent done it yet)
 
Old 03-31-2004, 07:48 AM   #5
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
You know what, we don't so much care why X thinks it needs the Glide driver. Let's just give it to it, shall we?
Quote:
> You need to have Glide installed to run the glide driver for Xfree86. Also
> you need to tell Xfree86 where the libglide2x.so file is placed by making a
> softlink in the /usr/X11R6/lib/modules directory that points to the
> libglide2x.so file. (if your libglide2x.so is in the /usr/lib)
>
> #ln -s /usr/lib/libglide2x.s0 /usr/X11R6/lib/modules
Probably when you reinstalled X the symlink got removed or broken. Maybe fixing it will solve that little problem, so find where your libglide2x.so actually is (locate libglide) and symlink it to the required directory.

But OK, I can't stand it, so I did check into what might be causing this. Since you definitely don't have a Voodoo card, the other two culprits seem to be:

Mesa

Quake (1 or 2, possibly also 3) for Linux, which also include Mesa.

So I'm figuring.... mesa. Did you ever have it? Did you uninstall it? Did you reinstall or upgrade it when you reinstalled X? It looks like you need it. And when you (re-)install it, I would also rebuild and reinstall the fglrx drivers, since in my experience (I have an AIW 9800 SE), if you so much as breathe on anything that affects this driver in even the remotest respect (and reinstalling X does not count as "the remotest respect" by any stretch of the imagination), the drivers get confused and need to be reinstalled.

You might want to build them against the kernel source if you did not do so previously, then do a make_install as instructed by the script. These operations (should you choose to perform them) should be done in another console login (ALT+F(1-6)) as root, after which you should type init 3 before cd-ing to /lib/modules/fglrx/build_mod and doing ./make.sh. As I said, you need to have the kernel source for your current kernel installed as well.

And what are you trying to configure in the X installation in the first place? You might as well just edit the config file directly, since you're already examining it-- it would probably be faster.

Hope this helps.
 
Old 03-31-2004, 08:33 AM   #6
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
WOW, thanks so much for all that...

ok I dont think I have ever installed mesa since I really dont know what it is... Im fairly new to Linux if you could tell by some stupid mistakes so other games and things such as quake have never been installed either.

I will definately try to build them again, but one "other" thing that seems quite strange is that after booting it it puts me into a failsafe mode of X (not KDE)(gray screen with big black X and options to load, delete, failsafe/default and cancel) if I cancel out of that then I go into the KDE logon manager..and it looks great! the only problem is that my keyboard doesnt work so I cant log in. So almost all of my work has to be done via SSH from my XP box on my network unless I boot into failsafe mode... but then not everything works the way it should. (again Im showing my lack of experience).

Is there a way I can get it to boot to a command prompt? This is kinda frustrating and normally I would reinstall but I have some production stuff on that box so I cant afford that much down time. I really do want to LEARN this too... if it wasnt for the production stuff I would give anyone a login assuming I could learn whats happening.

Last edited by ryedunn; 03-31-2004 at 08:36 AM.
 
Old 03-31-2004, 08:47 AM   #7
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
OK, something is definitely wrong with your X installation. My guess would be that you "reinstalled" (why did you do this?) the main X package, without also reinstalling or upgrading some additional packages which you may have previously had installed or.... something.

How did you "reinstall" X, and what package did you install. If you post the entire contents of /etc/XF86Config-4 we might be able to get the keyboard working again.

Booting to a command prompt won't help you if you have no keyboard.... or does the keyboard work until you try to start X? In that case, what you want is to edit /etc/inittab (that's where it is in Slack, under Mandrake it might be in /etc/rc.d somewhere, but find inittab and set your default runlevel to 3. That will keep X from trying to start at boot and leave you at a console login.

If I was you, I would try to get that production stuff off of the MDK box asap so you could reinstall, which may not be the most elegant solution but is ultimately the fastest. But if you really can't, we'll keep at trying to fix this box. .
 
Old 03-31-2004, 09:04 AM   #8
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
The keyboad works everywhere except for that KDE logon...

I reinstalled X because sometimes windows was taking minutes to bring up the easiest thing, such as my home dir. I bought a new video card, more memory, (a whole new box) reinstalled, tweaked my HD, reinstalled updated video drivers etc... finally someone said that they had the same problem and reinstalling XFree86 did the trick... well... I guess if he jumped off a cliff

but back to the problem:
I reinstall X I went to Xfree86.org and downloaded Xinstall.sh to find out what glib? I was running. Once I saw that I downloaded the packages
chkrootkit.tar* fglrx-4.3.0-3.7.6.i386.rpm Install Xetc.tgz Xinstall.sh Xmod.tgz
extract* gnu-tar* Xbin.tgz Xfenc.tgz Xlib.tgz Xvar.tgz
extract.1 httpd.conf* Xdoc.tgz Xfnts.tgz Xman.tgz Xxserv.tgz

ok so I followed the directions and here I am.

A friend of mine believes there was a link from kdm to xdm which launched my default window... when I re-installed X I overwrote the old xdm xdm-config and Xresource files... so that if I reinstalled KDE it would fix the problem...

XF86Config-4 coming....
 
Old 03-31-2004, 09:11 AM   #9
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
I removed huge sections of lines commented out. I fyou need these I will post the whole thing.

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
EndSection

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"

# This loads the GLX module
Load "glx" # libglx.a
Load "dri" # libdri.a

EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

FontPath "/usr/X11R6/lib/X11/fonts/local/"
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/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path. The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"


EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"


Option "XkbRules" "xfree86"
Option "XkbModel" "microsoft"
Option "XkbLayout" "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"


EndSection




# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 80.5
VertRefresh 60 - 100
Option "DPMS"



EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"


# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4151
Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
Identifier "Server Layout"

Screen "Screen0"

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###
 
Old 03-31-2004, 09:25 AM   #10
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
just an FYI
cat /var/log/syslog |grep kdm
Syslog errors:

Mar 30 21:06:59 x1-6-00-0e-a6-23-38-21 mdkkdm[2788]: Can't execute "/etc/X11/xdm/Xsetup": No such file or directory
Mar 30 21:07:08 x1-6-00-0e-a6-23-38-21 mdkkdm[2781]: Fatal X server IO error: Broken pipe
Mar 30 21:11:26 x1-6-00-0e-a6-23-38-21 mdkkdm[2732]: X server for display :0 terminated unexpectedly
 
Old 03-31-2004, 01:42 PM   #11
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Yes... no surprise there, now that you've told the story of your install.

What, by the way, is the output of the most recent XFree86 log (/var/log/XFree86.0.log)? Maybe it's not the keyboard that's the problem, but something else is (when something fails in XFree86, everything after it fails too, afaik; we already know that Screen0 works if you can see KDM, so the only thing before your keyboard which might be causing the keyboard to fail is your mouse)-- does your mouse work when X starts? If not, try changing your mouse device back to /dev/psaux and see if the keyboard works then. (Yes, I know it's supposed to be /dev/mouse under kernel 2.6.x, but I still use /dev/psaux and it works fine). Do you actually have a Microsoft keyboard? I don't see why the good old-fashioned

Option "XkbModel" "pc104"

shouldn't be adequate (unless it worked fine before with "microsoft", of course).

I think I've got a good idea of what went wrong, and I definitely have an idea of how to fix it, but it's probably going to be almost as bad as a reinstall (except that the system ought to be able to stay up, in console mode).

But first, a disclaimer: You have unwittingly stumbled upon a sore spot that I have with users of RPM distros in general, and (other) Mandrake users in particular, and so I will appear to be ranting at times (most likely because I'm ranting at the time). Don't take it personal; it's not really your fault, and even if it was, you've certainly explained that you're new to this often enough. If there is blame to be held for the condition that I will shortly go through the roof over, it should be accounted to the Linux community in general for acting like compiling from source is what everybody should automatically do, or Mandrake, for not putting their software installation tools in the position of prominence that they must hold in order to successfully install software under Mandrake.

Here's what you did wrong, in a nutshell:
You installed XFree86 from source on a binary distribution, instead of using the Mandrake binaries to install.


Why was this wrong?
Binary distributions (distributions with package management, such as RedHat, Mandrake, SuSE, and Debian) are binary for a reason. Binary installation files (*.rpms, *.debs) take the source code we know and love and pre-compile it, with the optimizations and paths needed for the particular quirks of the particular distribution.

When you get into the realm of commercial binary distributions, such as RedHat, Mandrake and SuSE, where their livelihood depends on everything working together perfectly (if it didn't, the user wouldn't buy it), binary installation files, and the repositories that hold them, become crucial. Unless you happen to be a kernel hacker who is intimate with all of the code tweaks Mandrake has done to the kernel, all of the optimizations added when compiling X needed to support those tweaks, and the internal Mandrake dependencies that must also be installed to make KDE (for example) look better and run faster on Mandrake (value added, you know?), then if you compile something integral like X from source, you're not going to get any of that right-- and as you have found, apparently some of "that" is crucial to running X on your system with all its internal tweaks and optimizations that X no longer supports, but Mandrake expects.

There is a reason that Mandrake hosts a repository of thousands of binaries pre-compiled for Mandrake, and users would do well to accept that as read and use said binaries.

OK I think that's the end of the rant, but be ready to hide again if necessary. This whole issue really gets on my nerves.

What should you do? (imo, of course.)
What I think you need to do is rip that installation of X out by the short hairs and reinstall a Mandrake binary-- not least because I have a violent nature -- but unfortunately a check of the XFree86 documentation does not indicate how to remove it, so we'll just have to try overwriting it with the Mandrake version of X (assuming that fixing /etc/X11/XF86Config-4 did not solve all your problems already, but then again, I'm thinking that even if it seemed to, there might well be further problems down the road).

I'm not all that familiar with the capabilities of your SSH session, so I'm not completely sure how many of the following instructions you're currently capable of performing (should you so choose, of course). Of course, if you have successfully set init 3 as your default runlevel, you should have no worries.

You have a couple of choices as well-- you could simply reinstall the version of X on the CDs, or you could add some external sources and install a possibly upgraded version.

You should be able to install the version on the CDs without any additional configuration, even from a console login (as root): urpmi XFree86 should get you the package and its dependencies; if you get an error due to the previously installed source package, try urpmi --allow-force XFree86 and hopefully that will let you overwrite the alien files (according to man urpmi, it will ask you if you want to do so, which is an improvement over its usual behaviour, which would be to say "sorry, I can't," and quit).

If you wanted to add external sources (assuming you have Internet), you should go to the Easy URPMI site at http://plf.zarb.org/~nanardon/ and follow the instructions there. If you want to collect the information from the website from within the Linux console session, just use CTRL+ALT+F(1-6) to start a second console sesson, login (as a user, please), and use links or lynx (console-based web browsers; you should have one or the other installed, if not, urpmi lynx ought to do the trick-- an Internet connection is truly essential for using Linux) to surf to the site (lynx http://plf.zarb.org/~nanardon/ would get you there). Lynx takes a little getting used to, but navigation instructions are at the bottom of the screen and it's quite a good browser. When you get the output to type into a console as root, use CTRL+ALT+F7 to return to the original console and paste the urpmi.addmedia commands into the console (I think you can copy and paste between console sessions; if not, you'll have to type ). You should see the repositories being added, so when you type urpmi XFree86 again, you will pull the rpms off the external repository as well as the CDs (the current version on the 10.0 repositories is 4.3-30mdk, which is a substantial revision from the 4.3-23 on the 9.2 repositories, but may be the same as what's on the CDs-- I don't have 10.0 as yet, so I don't know).

Once you have the system running properly again, you will want to go to EasyURPMI and add repositories to your Software Media Manager in any case. This is usually the very first thing one should do when installing Mandrake. Without the external sources (which by rights should be added by Mandrake during installation, or at least a link to EasyURPMI in the First-Time Wizard), you're limited to what's on the CDs, and so don't even necessarily know that you have an alternative (a preferred alternative, no less) to trawling the Internet for source code that-- even if it compiles successfully-- may well mess up the carefully-balanced system that Mandrake has crafted.

(Begin to see why this annoys me? I really like and admire Mandrake, but this is a serious mistake on their part, and since I've used it from 9.0 through 9.2, I may not have the most authority on the subject, but I've got enough to feel that I know what I'm talking about. I've seen waaay too many users encounter problems compiling source that was perfectly well available as mdk binaries-- except the users didn't know that-- to say otherwise).

Having done that, I would then edit my /etc/X11/XF86Config-4 to use the "vesa" driver rather than fglrx. At this point, fglrx might or might not work until you reinstall it, but vesa definitely will (albeit without hardware acceleration for the time being).

Then I would reboot and see if anything had improved in any way (i.e., can you at least log into an X session with the keyboard working, and reconfigure X if necessary using the internal tools without an error).

You can see why I said that this was almost as bad as reinstalling in terms of being a PITA, and when dealing with something as integral as X, it's hard to say with authority that it will work. It's up to you whether you'd rather not possibly endanger your current tenuous setup via SSH until you've reached a place in your work where you can spare the time. I don't see how really reinstalling X might do that, but I don't use SSH so I can't say what would endanger your ability to use it. If you want to wait anyway, I would suggest a full reinstall when you can do so, rather than this-- not because it's a bad strategy, but because your system is so "unclean" (for want of a better word), and the thing about these commercial binary distros is that they're already so tweaked and hacked and generally freaky that adding any measure of mess to them is not exactly adviseable-- you never know when it's going to come back and bite you in the butt. A "clean" reinstall (after you've had the chance to back up) would more likely insure the continued stability of your system as a whole.

As would using RPMDrake (Install Software) to install software, rather than compiling from anonymous source (unless absolutely necessary, which it rarely is under binary distros).

Whew!

Hope this helps. Really, I do.
 
Old 03-31-2004, 02:06 PM   #12
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
/var/log/XFree86.0.log

answers to your questions coming soon.

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.18-24.8.0smp i686 [ELF]
Build Date: 06 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: Tue Mar 30 21:25:36 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "microsoft"
(**) XKB: model: "microsoft"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 2

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(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.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000fd2c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1043,80f2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1043,80f3 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4151 card 148c,2075 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4171 card 148c,2074 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:03:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:04:0: chip 1106,3164 card 1043,80f4 rev 06 class 01,04,00 hdr 00
(II) PCI: 02:05:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 02:0d:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xb7f00000 - 0xf7efffff (0x40000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x4151) rev 0, Mem @ 0xe0000000/28, 0xfe9f0000/16, I/O @ 0xc000/8, BIOS @ 0xfe9c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x4171) rev 0, Mem @ 0xd0000000/28, 0xfe9e0000/16
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[1] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[2] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[3] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[4] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[5] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[6] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[8] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[10] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[11] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[15] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[16] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[17] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[18] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[19] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[21] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[23] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[24] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[25] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[26] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[27] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[28] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[1] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[2] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[3] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[4] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[5] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[6] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[8] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[10] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[11] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[14] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[15] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[16] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[17] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[18] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[19] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[21] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[23] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[24] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[25] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[26] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[27] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[28] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[29] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[6] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[7] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[8] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[9] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[10] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[11] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[16] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[17] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[22] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[23] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[24] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[25] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[26] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[27] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[28] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[29] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[30] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[31] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[32] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[33] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[34] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[35] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 2.0.2
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0.1, module version = 3.7.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4
(II) FireGL8700/8800: Driver for chipset: ATI RV250 Id (R9000),
ATI RV250 Ie (R9000), ATI RV250 If (R9000), ATI RV250 Ig (R9000),
ATI RV250 Ld (M9), ATI RV250 Le (M9), ATI RV250 Lf (M9),
ATI RV250 Lg (M9), ATI RV280 5960 (R9200 PRO),
ATI RV280 Ya (R9200LE), ATI RV250SE Yd (R9200SE),
ATI RV250 5C61 (M9+), ATI RV250 5C63 (M9+), ATI R200 QH (R8500),
ATI R200 QL (R8500), ATI R200 QM (R9100), ATI R200 QT (R8500),
ATI R200 QU (R9100), ATI R200 BB (R8500), ATI RV350 AP (R9600),
ATI RV350SE AQ (R9600SE), ATI RV350 AR (R9600 PRO),
ATI RV350 NP (M10), ATI R300 AD (R9500), ATI R300 AE (R9500),
ATI R300 AF (R9500), ATI R300 AG (Fire GL Z1/X1),
ATI R300 ND (R9700 PRO), ATI R300 NE (R9700/R9500 PRO),
ATI R300 NF (R9600 TX), ATI R300 NG (Fire GL X1),
ATI R350SE AH (R9800SE), ATI R350 AK (Fire GL unknown),
ATI RV350 AT (Fire GL T2), ATI RV350 AU (Fire GL T2),
ATI RV350 AV (Fire GL T2), ATI RV350 AW (Fire GL T2),
ATI R350 NH (R9800), ATI R350LE NI (R9800LE), ATI R350 NJ (R9800),
ATI R350 NK (Fire GL X2), ATI RV350 NT (WS/M10)
(II) Primary Device is: PCI 01:00:0
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI RV350SE AQ (R9600SE) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[6] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[7] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[8] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[9] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[10] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[11] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[16] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[17] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[22] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[23] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[24] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[25] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[26] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[27] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[28] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[29] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[30] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[31] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[32] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[33] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[34] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[35] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x81e76f8
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[6] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[7] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[8] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[9] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[10] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[11] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[16] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[17] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[24] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[25] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[26] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[27] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[28] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[29] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[30] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[31] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[32] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[33] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[34] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[35] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[36] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[37] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[38] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[39] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
***MORE COMING***
 
Old 03-31-2004, 02:07 PM   #13
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "MonitorLayout" "AUTO, AUTO"
(**) fglrx(0): Option "HSync2" "unspecified"
(**) fglrx(0): Option "VRefresh2" "unspecified"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "IgnoreEDID" "off"
(**) fglrx(0): Option "UseInternalAGPGART" "yes"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "NoTV" "yes"
(**) fglrx(0): Option "TVStandard" "NTSC-M"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(**) fglrx(0): Qbs disabled
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): initializing int10
(WW) fglrx(0): Bad V_BIOS checksum
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(**) fglrx(0): Option "mtrr" "off"
(--) fglrx(0): Chipset: "ATI RV350SE AQ (R9600SE)" (Chipset = 0x4151)
(--) fglrx(0): (PciSubVendor = 0x148c, PciSubDevice = 0x2075)
(--) fglrx(0): board vendor info: third party grafics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
(--) fglrx(0): MMIO registers at 0xfe9f0000
(--) fglrx(0): ROM-BIOS at 0xfe9c0000
(--) fglrx(0): ChipExtRevID = 0x00
(--) fglrx(0): ChipIntRevID = 0x0C
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.6
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): Connector Layout from BIOS --------
(II) fglrx(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(II) fglrx(0): Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
(**) fglrx(0): MonitorLayout Option:
Monitor1--Type AUTO, Monitor2--Type AUTO

(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 2 with Monitor Type 0
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): DDC detected on DDCType 3 with Monitor Type 1
(II) fglrx(0): Primary head:
Monitor -- NONE
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- DVI_DDC
(II) fglrx(0): Secondary head:
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
(II) fglrx(0): EDID data from the display on Secondary head ---------------------------
(II) fglrx(0): Manufacturer: OQI Model: 4a38 Serial#: 735
(II) fglrx(0): Year: 1999 Week: 20
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Signal levels configurable
(II) fglrx(0): Sync: Separate Composite SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 37 vert.: 28
(II) fglrx(0): Gamma: 2.60
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.365 redY: 0.333 greenX: 0.280 greenY: 0.595
(II) fglrx(0): blueX: 0.512 blueY: 0.062 whiteX: 0.283 whiteY: 0.298
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 720x400@88Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@87Hz (interlaced)
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) fglrx(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 135.0 MHz Image Size: 360 x 270 mm
(II) fglrx(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) fglrx(0): Serial No: 8J92000735
(II) fglrx(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 85 kHz, PixClock max 200 MHz
(II) fglrx(0): Monitor name: Q91
(II) fglrx(0):
(II) fglrx(0): DesktopSetup 0x0000
(**) fglrx(0): PseudoColor visuals disabled
(**) fglrx(0): Overlay disabled
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=20300
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total 6 valid mode(s) found.
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Default mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
(II) fglrx(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
(**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
(II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) fglrx(0): Default mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
(II) fglrx(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
(**) fglrx(0): Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
(II) fglrx(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
(II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(--) fglrx(0): Display dimensions: (370, 280) mm
(--) fglrx(0): DPI set to (87, 92)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.1.0
ABI class: XFree86 Video Driver, version 0.6
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.3.0.1, module version = 3.7.6
ABI class: XFree86 Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x8000001d
(**) fglrx(0): cpuSpeedMHz: 0x00000aee
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: yes
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(II) fglrx(0): using CAIL version [ATI LIB=CAIL.LIB,IA32,2.0024]
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
[1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfeaff400 - 0xfeaff7ff (0x400) MX[B]
[8] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
[9] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]
[10] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
[11] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
[12] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
[13] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[14] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[15] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
[16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[17] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
[18] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
[19] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[23] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[27] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[28] -1 0 0x0000df90 - 0x0000df9f (0x10) IX[B]
[29] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B]
[30] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B]
[31] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B]
[32] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
[34] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[35] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[38] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[39] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[40] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[41] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[42] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area: 0xe0700000 (size=0x07900000)
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(II) fglrx(0): detected XFree86 version: 4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] loaded kernel module for "fglrx" driver
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0a6b000
(II) fglrx(0): [drm] mapped SAREA 0xe0a6b000 to 0x40238000
(II) fglrx(0): [drm] framebuffer handle = 0xe0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 3.7.6
(II) fglrx(0): Date: Mar 5 2004
(II) fglrx(0): Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.3-4mdksmp
(II) fglrx(0): Build-Kernel MODVERSIONS: no
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0xfe9f0000
(II) fglrx(0): [agp] Mode=0x1f004a1b bridge: 0x8086/0x2570
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask 0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f004b1a
(II) fglrx(0): [agp] AGP protocoll is enabled for grafics board. (cmd=0x1f004312)
(II) fglrx(0): [agp] grafics chipset has AGP v3.0 (native mode)
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xe8cc3000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xe0000000 FBMappedSize: 0x00700000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1433)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 401
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe0a6b000 at 0x40238000
(WW) xf86OpenConsole: VT_ACTIVATE failed
(WW) xf86OpenConsole: VT_WAITACTIVE failed
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) fglrx(0): UMM area: 0xe0700000 (size=0x07900000)
(II) fglrx(0): driver needs XFree86 version: 4.3.x
(II) fglrx(0): detected XFree86 version: 4.3.0
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe0a6b000
(II) fglrx(0): [drm] mapped SAREA 0xe0a6b000 to 0x40238000
(II) fglrx(0): [drm] framebuffer handle = 0xe0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 3.7.6
(II) fglrx(0): Date: Mar 5 2004
(II) fglrx(0): Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.3-4mdksmp
(II) fglrx(0): Build-Kernel MODVERSIONS: no
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0xfe9f0000
(II) fglrx(0): [agp] Mode=0x1f004a1b bridge: 0x8086/0x2570
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask 0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f004b1a
(II) fglrx(0): [agp] AGP protocoll is enabled for grafics board. (cmd=0x1f004312)
(II) fglrx(0): [agp] grafics chipset has AGP v3.0 (native mode)
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xe8cc3000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xe0000000 FBMappedSize: 0x00700000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1433)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(II) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 401
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(==) RandR enabled
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
AUDIT: Wed Mar 31 09:20:20 2004: 1746 X: client 4 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
AUDIT: Wed Mar 31 09:21:45 2004: 1746 X: client 4 rejected from local host
Auth name: MIT-MAGIC-COOKIE-1 ID: -1
 
Old 03-31-2004, 03:03 PM   #14
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Well, fglrx is certainly loading OK, and so appears to be your mouse.

(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.4

Looks good so far.

What's odd is that the keyboard appears to be loading OK-- insofar as there's any mention of the keyboard at all, which there isn't, much-- except for

(II) Initializing built-in extension XKEYBOARD

(II) Keyboard "Keyboard1" handled by legacy driver

These are the same entries that appear in my log, but my keyboard works, and yours doesn't.

The only other gross difference in our X configurations as per the keyboard (heck, we both even have ATI cards!) is that I'm using pc104 and you're using microsoft.

So as far as that goes, it's hard to suggest much else than to change your Xkb Model in /etc/XF86Config-4 to pc104 and see if that works. Afaik the worst it could do is disable some extended functionality if you did have a Microsoft Super-Keyboard (or whatever they call those things, never had one), since pc104 is just the standard 104-key keyboard, without any extra buttons or whatever the microsoft kb driver is supposed to do different than the standard kb drivers.

We're winding up way out to sea, aren't we... ? Not to blame you or anything, but... what a mess. Over something ultimately so little. Bah.
 
Old 03-31-2004, 03:40 PM   #15
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
do you ever sleep? ok Im going home now to see what happens.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon 9600 and XFree86 Actionman Mandriva 9 12-22-2003 08:27 AM
libglide2x.so missing when configuring XFree86 rberry88 Linux - Newbie 2 09-18-2003 09:52 PM
Will ATI Radeon 8500 XFree86 4.2 driver work with Xfree86 4.3? Stevetgn Linux - Hardware 1 06-24-2003 06:16 PM
Radeon drivers @ XFree86-4.2.99.X m1-rail Linux - Hardware 5 01-19-2003 02:14 PM
Missing libglide2x.so spitfire Linux - Distributions 0 11-12-2002 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration