LinuxQuestions.org
Visit Jeremy's Blog.
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 08-17-2003, 03:18 PM   #1
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Rep: Reputation: 0
radeon 9800 not detected by firegl-drivers


hi!

i'm having trouble getting my radeon 9800 graphics card to work with xfree86. i'm using it on an athlon xp2800+ with an nforce2-mainboard and suse8.0.

my problem: when i modprobe fglrx.o (which gets installed by ati's firegl drivers), there's just the message "insmod failed"... 'dmesg' just says 'firegl not detected'

the same happens when i try to start x with the xf86config created by fglrxconfig: the x server just bails out with 'no screen detected' (or similar... i'm forced to write this from my windows partition so i can't simply cut&paste )

i've also tried to compile a vanilla 2.4.21 kernel w/ nvidia's nforce2 agp patches... now i can at least insmod agpgart.o but the radeon still doesn't work

i hope someone of you can help me... if i'll have to run x with the fb-driver i'll get a serious headache (60hz )
ohoiza
 
Old 08-17-2003, 03:35 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
ATI FireGL cards are different than ATI desktop cards. No offense, but people here don't understand that.

You can try placing radeon in place of firegl in the xf86config file.

Go to Gatos site and download the drm and kernel packages for your version X Window Server. Read the instructions and install them.
 
Old 08-17-2003, 04:03 PM   #3
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Original Poster
Rep: Reputation: 0
well, i'll perhaps try those gatos drivers as a last option... but i thought the radeon 9800 would work fine with the official firegl drivers.

perhaps the reason for my error is the combination of an nforce2-mainboard with an ati gfx-card...

is there anyone who has succesfully set up a radeon (9800) with an nforce2-mainboard? and if so, what linux distribution/kernel did you use?
 
Old 08-17-2003, 06:30 PM   #4
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
That's right that the FireGL and Radeons are different beasts but the arch is close enough that the drivers do work on both, in fact the fglrx module is the only one that'll support 3d accel on the r300 family of cards.
Gatos won't be of any help I'm afraid.

That being said, I think you should supply info on how the actual install of the driver went.
Did you go into /lib/modules/fglrx/build_mod to build a custom fglrx.o modules ...etc ???
Patching your agpgart probably fixed the next problem you'd be facing anyway, but most distros do require that you build [...and install] the fglrx.o manually.
Code:
cd /lib/modules/fglrx/buil_mod
sh make.sh
cd..
sh make_install.sh
modprobe -v fglrx
startx
HTH
 
Old 08-18-2003, 12:58 PM   #5
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Original Poster
Rep: Reputation: 0
okay, here the outputs of those commands:

when i compile the module with
>./make.sh
it outputs:

ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
patching 'highmem.h'...
patching 'drmP.h'...
patching file drmP.h
Hunk #1 succeeded at 153 (offset -102 lines).
Hunk #2 succeeded at 164 (offset -102 lines).
compiling 'agpgart_be.c'...
compiling 'agp3.c'...
compiling 'i7505-agp.c'...
compiling 'firegl_public.c'...
linking of fglrx kernel module...
duplicating
results into driver repository...
done.
==============================
You must change your working directory to /lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==============================

./make_install.sh produces:

- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
Warning: loading /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: init_module: No such device
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o failed
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
failed.

when i now modprobe -v fglrx there's just the same:

/sbin/insmod /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o
Warning: loading /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
Using /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o
Symbol version prefix ''
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: init_module: No such device
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o failed
/lib/modules/2.4.18-4GB/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters

after running fglrxconfig and starting x with the xf86config produced by it there's:

XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 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: SuSE Linux [ELF] SuSE
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: Mon Aug 18 18:26:23 2003
(==) Using config file: "/root/XF86Config"
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) No devices detected.

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 feedback@suse.de.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

i really don't know why the card isn't detected...
 
Old 08-18-2003, 05:47 PM   #6
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
Is your card "powered by ATI" ...as opposed to "built by", I think there's issues with "powered by" since Catalyst Maker wanted owners of those, in particular, for his new beta testing program.

Do you have something plugged into your tv-out, there are knowned issues with that for sure.

Also you could try to, either comment out the BusID line in your XF86Config-4 or make sure it's set correctly, IIANM the agp slot is usually BusID "PCI:1:0:0".
 
Old 08-21-2003, 02:50 PM   #7
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Original Poster
Rep: Reputation: 0
Smile

ok, problem solved!

browsing the gentoo forums i found the solution to my problem: i just have to disable DRI and DRM support in the kernel configuration menu and the card will be detected!

i'm now going to install gentoo1.4 on my box and compile their optimized kernel without those options...

thank you very much for your support

ohoiza
 
Old 09-08-2003, 01:01 PM   #8
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
Did you ever get your 9800 to work? I have "scrambled screen" problem with mine that I haven't been able to fix. I'll post my specs if you're interested...
 
Old 09-10-2003, 01:40 PM   #9
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Original Poster
Rep: Reputation: 0
yeah, i finally got the beast working... my problem was actually a prob with the chipset... it only had the wrong pci chipid 0x4e49 while the drivers were searching for 0x4e48... i merely had to hexedit the drivers a bit and it worked fine
you can see the exact solution for this problem at http://forums.gentoo.org/viewtopic.p...r=asc&start=25
but i don't think that's your problem... i experienced some "screen garbled" bugs, too, but only when switching from X to a tty and then back. but as soon as a window repaints (eg moving it around) its contents are readable again...
your prob might also be agp-related... do you have agp8x enabled in your bios? and if so, did you patch the ati-drivers to support your agp chipset in agp8x-mode?
you might also try adding the bootoption "mem=nopentium" (the driver always blurbs out warnings that i should do that... but evrything seems fine so why bother )
in every case you should read /var/log/XFree86.0.log, there are lotso useful msgs in there... you could also post it here...

good luck
ohoiza

ps: you could also try updating the drivers... a week ago revision 3.2.5 (or so) was released.
 
Old 09-10-2003, 02:43 PM   #10
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
Thanks for the info. My mainboard is only capable of 4X AGP. The chipid idea is also interesting: another post mentioned a similiar idea an advised setting the chipid to a particular value, which I did with no discernable change in behavior. I'll try that bootoption the next time I start Linux and see what that does. I'm pretty sure that I've got the latest drivers, but I'll also download again just to make sure.

How do I find out what chipid my card has?

Do you think that the problem might be sync related? When I use the script to config I specify my monitor's synch capabilities, but maybe I'm causing a poblem by doing that. I've also tried using some of the "conservative" value ranges provided by the script but this doesn't work either.

Here's the interesting thing: I can use Sax2 (an X config utility provided by Suse) to generate an XF86Config file that uses the 9800 in some lesser capability mode. This provides me with a 2-d display on which I can run KDE just fine.

I've also tried to gradually make the XF86Config generated by Sax2 look like the config generated by the fglrx script. But to no avail.

One other fact, perhaps pertinent: the mainboard has as Rage 128 chip on it that I used as the video card before getting the 9800. When I installed the 9800 I disabled the on board video so that it would't cause problems. D'you think that it could be a contributing factor?

BTW, I use a dual boot config with Suse 8.2 and W2K. The card works flawlessly under Windows.

The XFree86.0.log and it's companion kdm.log do indeed appear to contain some interesting info. Unfortunately, no fatal errors appear (like "no screens found"). So, given that I'm not an XFree86 developer, I can only guess at what relevence the logged info has.
 
Old 09-10-2003, 03:29 PM   #11
ohoiza
LQ Newbie
 
Registered: Aug 2003
Location: l0wer bavaria
Distribution: Gentoo 1.4, SuSE 8.0
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
How do I find out what chipid my card has?
just issue the command 'lspci -n' as root - it should output all your pci (and agp) chipIDs. use 'lspci' wtihout '-n' to display the names of the devices...

Quote:
Do you think that the problem might be sync related? When I use the script to config I specify my monitor's synch capabilities, but maybe I'm causing a poblem by doing that. I've also tried using some of the "conservative" value ranges provided by the script but this doesn't work either.
well, of course i don't know exactly how 'scrambled' your video output looks, but i think if there was a problem with sync rates the screen would just go black or the image would get distorted ... or the monitor would explode

perhaps you could try using options like "nodpms" or similar (man XF86Config) for your monitor... but i rather doubt that will help

Quote:
Here's the interesting thing: I can use Sax2 (an X config utility provided by Suse) to generate an XF86Config file that uses the 9800 in some lesser capability mode. This provides me with a 2-d display on which I can run KDE just fine.
hm, perhaps you selected just the vesa drivers (check your screen refresh rate - it would be 60hz if you used 'em) or the version of xfree included in suse8.2 already has radeon9800 2D support - version 4.3.11 (?) has...
if you're using the xfree-radeon drivers, you can probably skip the "chipID-solution" - on my box the xfree-drivers didn't detect my card, too.

Quote:
One other fact, perhaps pertinent: the mainboard has as Rage 128 chip on it that I used as the video card before getting the 9800. When I installed the 9800 I disabled the on board video so that it would't cause problems. D'you think that it could be a contributing factor?
i'm no hardware specialist at all but i think if you disabled the feature it shouldn't interfere with your agp card... unless it is a bios/mainboard bug. but why should the xfree-drivers work if this was the problem?

Quote:
The XFree86.0.log and it's companion kdm.log do indeed appear to contain some interesting info. Unfortunately, no fatal errors appear (like "no screens found"). So, given that I'm not an XFree86 developer, I can only guess at what relevence the logged info has.
just post it here, i'm no xfree-developer, too, but perhaps 4 (or more - perhaps someone else is reading this thread ) eyes can discover what 2 can't

i'll answer tomorrow... it's getting late over here in germoney and i gotta get up early tomorrow

ohoiza
 
Old 09-23-2003, 04:45 PM   #12
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
Sorry for the delay. Here's my XF86Config file:
=============================================
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
InputDevices "/dev/ttyS0"
InputDevices "/dev/ttyS1"
InputDevices "/dev/ttyS2"
InputDevices "/dev/ttyS3"
InputDevices "/dev/ttyS4"
InputDevices "/dev/ttyS5"
InputDevices "/dev/ttyS6"
InputDevices "/dev/ttyS7"
InputDevices "/dev/ttyS8"
InputDevices "/dev/psaux"
InputDevices "/dev/logibm"
InputDevices "/dev/sunmouse"
InputDevices "/dev/atibm"
InputDevices "/dev/amigamouse"
InputDevices "/dev/atarimouse"
InputDevices "/dev/inportbm"
InputDevices "/dev/gpmdata"
InputDevices "/dev/mouse"
InputDevices "/dev/usbmouse"
InputDevices "/dev/adbmouse"
InputDevices "/dev/input/mice"
InputDevices "/dev/input/event0"
InputDevices "/dev/pointer0"
InputDevices "/dev/pointer1"
InputDevices "/dev/pointer2"
InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "RandR" "on"
EndSection

Section "Module"
Load "dbe"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "speedo"
Load "type1"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Keyboard[0]"
Driver "Keyboard"
Option "MapName" "Standard Keyboard [ pc104 ]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Identifier "Mouse[0]"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons" "off"
Option "Name" "Autodetection"
Option "Protocol" "ps/2"
Option "Vendor" "Logitec"
EndSection


Section "Monitor"
Identifier "Monitor[0]"
Option "CalcAlgorithm" "CheckDesktopGeometry"
DisplaySize 380 290
HorizSync 30-96
VertRefresh 48-160
ModelName "seII"
Option "DPMS"
VendorName "Sony"
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 185.64 1280 1376 1600 2024 1024 1024 1028 1079
EndSection


Section "Device"
Identifier "Device[0]"
VendorName "ATI"
BoardName "Radeon 9800"
BusID "PCI:1:5:0"
Driver "fbdev"
Screen 0
EndSection


Section "Device"
Identifier "Device[1]"
VendorName "ATI"
BoardName "Radeon 9800"
BusID "PCI:1:5:0"
Driver "fglrx"
# === disable PnP Monitor ===
#
#Option "NoDDC"
# === disable/enable XAA/DRI ===
#
Option "no_accel" "no"
Option "no_dri" "yes"
# === 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"
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"
# === Misc Options ===
#
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
Screen 0
EndSection


Section "Screen"
Identifier "Screen[0]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
Device "Device[0]"
Monitor "Monitor[0]"
EndSection


Section "ServerLayout"
Identifier "Layout[0]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[0]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
=============================================

And my /var/log/XFree86.0.log:
=============================================
not enough room see the next post!
=============================================

Notes:

1) When I run using Device[0] (i.e. using the file "as is") evrything works OK, I get a 1280X1024 screen with 16-bit depth.

2) When I run with Device[1] and switch to 24-bit dept (the driver complains about 16-bit) I get a blank screen (kind of slate grey) with a cursor/pointer. The pointer "jiggles" implting the scrambled screen symptom.

3) The log file is from a run with Driver[1]

4) To switch between versions I edit the config file then switch to a console (ctl-alt-f1) and init 3 then init 5 to restart X.

Summary:

After much hunting on the web I've come to believe that only the Driver section should matter. That is to say that if everything else works--primarily Monitor, Modes and sections from Screen all that should be required is to switch Devices. Perhaps this is an invalid conclusion but it seem to make some sense.

Now notwithstanding all of that I guess that I somehow believe that my problem(s) is related to modes. The mode that I've using should be corect for all drivers whose dot clock rate can support 185.64 and I think that this is pretty conservative value anyway. The other values are kind of a function of the monitors capabilities and given that mine (a Sony 20 seII) is a standard VESA monitor they should work just fine. And with the fbdev driver they do indeed.

So what's the problem? I dunnno. Can you make any sense of this stuf.

BTW: all the stuff about chip ids and whatnot seems to be a bit of a red herring. The docs say that this stuff (and in general modelines for VESA monitors) can be successfully probed for. That leaves me to suspect that any overrides in the config file may in some cases be bogus and while they work for some they'll either be ignored by the driver or cause problems. Such is life with Linux.

So, if it's a valid driver and all the values in the config file are good and it doesn't work then there must be a conflict. Perhaps a kernel conflict?

So here's my kernel config file:
=============================================
not enough room see the next post!
=============================================

So what's the problem? I dunnno. Can you make any sense of this stuf.
 
Old 09-23-2003, 04:47 PM   #13
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
And my /var/log/XFree86.0.log (part 1):
=============================================

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: SuSE Linux [ELF] SuSE
Build Date: 11 September 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 Sep 23 15:48:05 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Layout[0]"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "Device[1]"
(**) |-->Input Device "Keyboard[0]"
(**) Option "Protocol" "Standard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse[0]"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) Input device list set to "/dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/ttyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atibm,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/mouse,/dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0,/dev/pointer0,/dev/pointer1,/dev/pointer2,/dev/pointer3"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama" "off"
(**) Option "RandR" "on"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(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 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,7440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7441 card 1022,7441 rev 04 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,7443 card 1022,7443 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 9005,0080 card 9005,e2a0 rev 02 class 01,00,00 hdr 00
(II) PCI: 00:0a:0: chip 9005,00cf card 10f1,2468 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:0a:1: chip 9005,00cf card 10f1,2468 rev 01 class 01,00,00 hdr 80
(II) PCI: 00:10:0: chip 1022,7448 card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 01:05:0: chip 1002,4e48 card 1002,0002 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:05:1: chip 1002,4e68 card 1002,0003 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:00:0: chip 1022,7449 card 1022,7449 rev 07 class 0c,03,10 hdr 00
(II) PCI: 02:05:0: chip 1102,0004 card 1102,1002 rev 04 class 04,01,00 hdr 80
(II) PCI: 02:05:1: chip 1102,7003 card 1102,0060 rev 04 class 09,80,00 hdr 80
(II) PCI: 02:05:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:07:0: chip 1002,4752 card 0000,0000 rev 27 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 10b7,9805 card 10f1,2462 rev 78 class 02,00,00 hdr 00
(II) PCI: 02:09:0: chip 10b7,9805 card 10f1,2462 rev 78 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: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
[3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe0100000 - 0xe01fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe8000000 - 0xf7ffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:16:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
[2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
[3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xe0200000 - 0xe1ffffff (0x1e00000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc unknown chipset (0x4e48) rev 0, Mem @ 0xe8000000/27, 0xe0100000/16, I/O @ 0x2000/8
(--) PCI: (1:5:1) ATI Technologies Inc unknown chipset (0x4e68) rev 0, Mem @ 0xf0000000/27, 0xe0110000/16
(--) PCI: (2:7:0) ATI Technologies Inc Rage XL rev 39, Mem @ 0xe1000000/24, 0xe0206000/12, I/O @ 0x3800/8
(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 0xe4000000 from 0xe7ffffff to 0xe3ffffff
(II) PCI Memory resource overlap reduced 0xe2200000 from 0xe2200fff to 0xe21fffff
(II) PCI I/O resource overlap reduced 0x00001c10 from 0x00001c13 to 0x00001c0f
(II) Active PCI resource ranges:
[0] -1 0 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[1] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[2] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[3] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[4] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[5] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[6] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[7] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[8] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[9] -1 0 0x00003080 - 0x000030ff (0x80) IX[B]
[10] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[11] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[12] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[13] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[14] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[16] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[17] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[18] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[1] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[2] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[4] -1 0 0x00003800 - 0x000038ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[1] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[2] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[3] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[4] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[5] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[6] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[7] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[8] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[9] -1 0 0x00003080 - 0x000030ff (0x80) IX[B]
[10] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[11] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[12] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[13] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[14] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[15] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[16] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[17] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[18] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[1] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[2] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[3] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[4] -1 0 0x00003800 - 0x000038ff (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 - 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) All system 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 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[6] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[7] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[8] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[9] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[10] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[11] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[12] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[15] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[16] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00003080 - 0x000030ff (0x80) IX[B]
[21] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[22] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[23] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[24] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[25] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[26] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[27] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[28] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[30] -1 0 0x00003800 - 0x000038ff (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 XFree86-DGA
(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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(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: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(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: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.0.1
ABI class: XFree86 Video Driver, version 0.6
(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, module version = 2.9.13
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) v4l driver for Video4Linux
(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 (R9200),
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 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 R350 AK (Fire GL unknown),
ATI R350 NH (R9800), ATI R350 NK (Fire GL unknown)
(II) Primary Device is: PCI 01:05:0
(WW) fglrx: No matching Device section for instance (BusID PCI:1:5:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:2:7:0) found
(--) Chipset ATI R350 NH (R9800) found
(II) resource ranges after xf86ClaimFixedResources() call:
[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 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[6] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[7] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[8] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[9] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[10] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[11] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[12] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[15] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[16] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00003080 - 0x000030ff (0x80) IX[B]
[21] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[22] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[23] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[24] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[25] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[26] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[27] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[28] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[30] -1 0 0x00003800 - 0x000038ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x08208268
(II) resource ranges after probing:
[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 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[6] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[7] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[8] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[9] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[10] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[11] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[12] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[15] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[16] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[17] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) 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 0x00003080 - 0x000030ff (0x80) IX[B]
[24] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[25] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[26] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[27] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
=============================================
 
Old 09-23-2003, 04:48 PM   #14
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
And /var/log/XFree86.0.log part 2:
=============================================
[28] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[29] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[30] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[31] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[32] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[33] -1 0 0x00003800 - 0x000038ff (0x100) IX[B](B)
[34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [x]
(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 5 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" "yes"
(**) 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 "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(==) 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
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "ATI R350 NH (R9800)" (Chipset = 0x4e48)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0002)
(--) fglrx(0): board vendor info: original ATI grafics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xe8000000
(--) fglrx(0): MMIO registers at 0xe0100000
(--) fglrx(0): ChipRevID = 0x01
(--) fglrx(0): VideoRAM: 131072 kByte (64-bit SDR SDRAM)
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(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): 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 0
(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):
(II) fglrx(0): DesktopSetup 0x0000
(**) fglrx(0): Overlay disabled
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=33800
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(II) fglrx(0): Monitor[0]: Using hsync range of 30.00-96.00 kHz
(II) fglrx(0): Monitor[0]: Using vrefresh range of 48.00-160.00 Hz
(II) fglrx(0): Clock range: 20.00 to 400.00 MHz
(II) fglrx(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1792x1344" (hsync out of range)
(II) fglrx(0): Not using default mode "896x672" (hsync out of range)
(II) fglrx(0): Not using default mode "1856x1392" (hsync out of range)
(II) fglrx(0): Not using default mode "928x696" (hsync out of range)
(II) fglrx(0): Not using default mode "1920x1440" (hsync out of range)
(II) fglrx(0): Not using default mode "960x720" (hsync out of range)
(II) fglrx(0): Not using default mode "1920x1440" (hsync out of range)
(II) fglrx(0): Not using default mode "960x720" (hsync out of range)
(II) fglrx(0): Not using default mode "2048x1536" (hsync out of range)
(II) fglrx(0): Not using default mode "1024x768" (hsync out of range)
(II) fglrx(0): Not using default mode "2048x1536" (hsync out of range)
(II) fglrx(0): Not using default mode "1024x768" (hsync out of range)
(II) fglrx(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) fglrx(0): Not using default mode "1400x1050" (width too large for virtual size)
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Mode "1280x1024": 185.6 MHz, 91.7 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1280x1024" 185.64 1280 1376 1600 2024 1024 1024 1028 1079
(**) fglrx(0): Default mode "1280x960": 148.5 MHz, 85.9 kHz, 85.0 Hz
(II) fglrx(0): Modeline "1280x960" 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
(**) fglrx(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
(**) fglrx(0): Default mode "1152x864": 108.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 "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) fglrx(0): Modeline "1152x768" 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 94.5 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 "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) fglrx(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
(**) fglrx(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(**) fglrx(0): Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "1024x768" 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync
(**) fglrx(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) fglrx(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync
(**) fglrx(0): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "960x720" 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync
(**) fglrx(0): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) fglrx(0): Modeline "928x696" 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync
(**) fglrx(0): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "896x672" 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync
(**) fglrx(0): Default mode "832x624": 57.3 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, 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 "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) fglrx(0): Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "800x600" 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync
(**) fglrx(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(**) fglrx(0): Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(II) fglrx(0): Modeline "800x600" 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync
(**) fglrx(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(II) fglrx(0): Modeline "800x600" 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync
(**) fglrx(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) fglrx(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "800x600" 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync
(**) fglrx(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(**) fglrx(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) fglrx(0): Modeline "700x525" 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync
(**) fglrx(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(II) fglrx(0): Modeline "640x512" 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "640x512" 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) fglrx(0): Modeline "640x480" 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x480": 36.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): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(**) fglrx(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(**) fglrx(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(**) fglrx(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync
(**) fglrx(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) fglrx(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync
(**) fglrx(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) fglrx(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync
(**) fglrx(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) fglrx(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync
(**) fglrx(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) fglrx(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync
(**) fglrx(0): Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) fglrx(0): Modeline "576x384" 32.50 576 589 657 736 384 385 388 403 doublescan +hsync +vsync
(**) fglrx(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) fglrx(0): Modeline "512x384" 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync
(**) fglrx(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) fglrx(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync
(**) fglrx(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) fglrx(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync
(**) fglrx(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) fglrx(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync
(**) fglrx(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) fglrx(0): Modeline "512x384" 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync
(**) fglrx(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) fglrx(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync
(**) fglrx(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) fglrx(0): Modeline "400x300" 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync
(**) fglrx(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync
(**) fglrx(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) fglrx(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync
(**) fglrx(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) fglrx(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
(**) fglrx(0): Display dimensions: (380, 290) mm
(**) fglrx(0): DPI set to (85, 89)
(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): NoDRI = YES
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): cpuFlags: 0x4000000f
(**) fglrx(0): cpuSpeedMHz: 0x00000682
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): using built in AGPGART module: yes
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(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 0xe0100000 - 0xe010ffff (0x10000) MX[B]
[1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) 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 0xe0205c00 - 0xe0205c7f (0x80) MX[B]
[8] -1 0 0xe0205800 - 0xe020587f (0x80) MX[B]
[9] -1 0 0xe0200000 - 0xe0203fff (0x4000) MX[B]
[10] -1 0 0xe0205000 - 0xe02057ff (0x800) MX[B]
[11] -1 0 0xe0204000 - 0xe0204fff (0x1000) MX[B]
[12] -1 0 0xe2200000 - 0xe21fffff (0x0) MX[B]O
[13] -1 0 0xe4000000 - 0xe3ffffff (0x0) MX[B]O
[14] -1 0 0xe0100000 - 0xe010ffff (0x10000) MX[B](B)
[15] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[16] -1 0 0xe0206000 - 0xe0206fff (0x1000) MX[B](B)
[17] -1 0 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[18] -1 0 0xe0110000 - 0xe011ffff (0x10000) MX[B](B)
[19] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) 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 0x00002000 - 0x000020ff (0x100) IX[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00003080 - 0x000030ff (0x80) IX[B]
[27] -1 0 0x00003000 - 0x0000307f (0x80) IX[B]
[28] -1 0 0x00003440 - 0x00003447 (0x8) IX[B]
[29] -1 0 0x00003400 - 0x0000343f (0x40) IX[B]
[30] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[31] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[32] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[33] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[34] -1 0 0x00001c10 - 0x00001c0f (0x0) IX[B]O
[35] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[36] -1 0 0x00003800 - 0x000038ff (0x100) IX[B](B)
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(WW) fglrx(0): Cannot read colourmap from VGA. Will restore with default
(WW) fglrx(0): DRI initialization disabled!
(II) fglrx(0): FBADPhys: 0xe8000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xe8000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(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 7163
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "CalcAlgorithm" is not used
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(II) Loading extension FGLRXEXTENSION
(**) RandR enabled
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AGPAcquire from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpGetMode from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpVendorId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpDeviceId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpEnable from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpSize from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpBase from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpRelease from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_QueryHwCaps from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDeviceInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDrawableInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
(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
(II) Keyboard "Keyboard[0]" handled by legacy driver
(**) Option "Protocol" "ps/2"
(**) Mouse[0]: Protocol: "ps/2"
(**) Option "CorePointer"
(**) Mouse[0]: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Emulate3Buttons" "off"
(==) Mouse[0]: Buttons: 3
(II) XINPUT: Adding extended input device "Mouse[0]" (type: MOUSE)
(II) Mouse[0]: ps2EnableDataReporting: succeeded
=============================================
 
Old 09-23-2003, 04:50 PM   #15
dalkeith
LQ Newbie
 
Registered: Sep 2003
Distribution: Suse 8.2
Posts: 19

Rep: Reputation: 0
And finally my kernel config file part 1:
=============================================
#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_CMPXCHG8=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_OMNIBOOK is not set
# CONFIG_I8K is not set
# CONFIG_THINKPAD is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB is not set
# CONFIG_05GB is not set
CONFIG_HIGHIO=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_SMP=y
# CONFIG_X86_NUMA is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_MXT is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_EVLOG=y
CONFIG_EVLOG_BUFSIZE=128
CONFIG_EVLOG_FWPRINTK=y
# CONFIG_EVLOG_PRINTKWLOC is not set
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
# CONFIG_HOTPLUG_PCI_AMD is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_MAX_USER_RT_PRIO=100
CONFIG_MAX_RT_PRIO=0
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_PM is not set
# CONFIG_APM is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set

#
# Binary emulation of other systems
#
# CONFIG_ABI is not set
# CONFIG_ABI_SVR4 is not set
# CONFIG_BINFMT_COFF is not set
# CONFIG_BINFMT_XOUT is not set
# CONFIG_BINFMT_XOUT_X286 is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
CONFIG_PARPORT_SERIAL=y
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
CONFIG_PARPORT_OTHER=y
CONFIG_PARPORT_1284=y

#
# Plug and Play configuration
#
CONFIG_PNP=y
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_CIPHER_TWOFISH is not set
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=64000
CONFIG_BLK_DEV_INITRD=y
CONFIG_BLK_STATS=y

#
# Enterprise Volume Management System
#
# CONFIG_EVMS is not set
# CONFIG_EVMS_LOCAL_DEV_MGR is not set
# CONFIG_EVMS_DOS_SEGMENT_MGR is not set
# CONFIG_EVMS_GPT_SEGMENT_MGR is not set
# CONFIG_EVMS_SNAPSHOT is not set
# CONFIG_EVMS_DRIVELINK is not set
# CONFIG_EVMS_BBR is not set
# CONFIG_EVMS_LVM is not set
# CONFIG_EVMS_MD is not set
# CONFIG_EVMS_MD_LINEAR is not set
# CONFIG_EVMS_MD_RAID0 is not set
# CONFIG_EVMS_MD_RAID1 is not set
# CONFIG_EVMS_MD_RAID5 is not set
# CONFIG_EVMS_AIX is not set
# CONFIG_EVMS_OS2 is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_TUX=y
CONFIG_TUX_EXTCGI=y
CONFIG_TUX_EXTENDED_LOG=y
# CONFIG_TUX_DEBUG is not set
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_LARGE_TABLES=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE=y
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_PSD=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_IPLIMIT=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_STRING=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
# CONFIG_IP_NF_NAT_LOCAL is not set
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y

#
# IP: Virtual Server Configuration
#
CONFIG_IP_VS=m
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_FTP=m
# CONFIG_IPV6 is not set
# CONFIG_SHARED_IPV6_CARDS is not set
# CONFIG_KHTTPD is not set
CONFIG_ATM=y
CONFIG_ATM_CLIP=y
CONFIG_ATM_CLIP_NO_ICMP=y
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
# CONFIG_IDE is not set
# CONFIG_BLK_DEV_IDE_MODES is not set
# CONFIG_BLK_DEV_HD is not set

#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_SR_EXTRA_DEVS=4
# CONFIG_CHR_DEV_SCH is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_SCSI_DEBUG_QUEUES is not set
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
CONFIG_AIC7XXX_PROBE_EISA_VL=y
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_MEGARAID2 is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS_OLD is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_PPSCSI is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLOGIC_QLA2XXX is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x_TRMS1040 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=y
CONFIG_TYPHOON=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_SK9DLIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_NET_BROADCOM is not set
# CONFIG_FDDI is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPPOE=y
CONFIG_PPPOATM=y
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# ATM drivers
#
# CONFIG_ATM_TCP is not set
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E_MAYBE is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

=============================================
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 9800 drivers in Fedora Core 2 haggard Fedora 1 06-05-2004 06:04 PM
Radeon 9800 Pro Drivers and 3D Acceleration Xerop Linux - Software 3 04-12-2004 11:43 PM
Radeon 9800 drivers won't install iceaway Linux - Hardware 3 10-16-2003 02:23 PM
Ati Radeon 9800 (non-pro) Drivers guest Linux - Hardware 12 10-09-2003 10:48 AM
FireGL/Radeon Drivers DaOne Linux - General 7 04-05-2003 11:29 PM

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

All times are GMT -5. The time now is 05:53 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