Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI radeon Sticky (part 3)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Sun Feb 26, 2006 1:29 pm    Post subject: Reply with quote

taipan67 wrote:

To my eyes, you have no 3d because the Xinit-process is unable to open the graphics-card's DRI-device. This could be for only two reasons that i can think of; The device doesn't exist, or the user starting X doesn't have read/write permission to access it. So based on that premise, here are some questions, in no particular order :-

Do you have a reasonably good idea of which packages were included in the update? Have you run 'revdep-rebuild -p' to see if any libraries are no longer linking correctly?


Sorry, but the update was over a month ago, so I have no idea what got updated and revdep-rebuild just tells me to re-emerge gaim and the obligate openoffice, so the libs should be just fine.

taipan67 wrote:

Do the entries in 'dmesg' contain anything regarding 'radeon', 'drm' or 'agpgart' that doesn't look right?

Quote:

valhalla loki # dmesg | grep radeon
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=265.00 Mhz, System=200.00 MHz
radeonfb: PLL min 20000 max 35000
radeonfb: Monitor 1 type CRT found
radeonfb: Monitor 2 type no found
radeonfb (0000:01:00.0): ATI Radeon QW
valhalla loki # dmesg | grep drm
[drm] Initialized drm 1.0.0 20040925
valhalla loki # dmesg | grep agpgart
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA Apollo Pro 133 chipset
agpgart: AGP aperture is 64M @ 0xe8000000


Seems ok to me.

taipan67 wrote:
Do you use the in-kernel DRM-support, or do you use 'x11-base/x11-drm' - if the latter, & a kernel-update was performed, or 'x11-drm' was updated, did you re-emerge 'x11-drm' against the new kernel source-tree?


I re-emerged everything from xorg over my kernel to x11-base/x11-drm, but to no avail.

taipan67 wrote:
Did 'udev' get updated? If so, does it now set the permissions or the device-name differently to before?


Yes, I think it was updated. Could you give me a hint how to ckeck whether something has changed? :?
Udev always worked right of the box for me, so I never invested much time into it. :oops:

Thanks for your time, btw! 8)
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Sun Feb 26, 2006 3:03 pm    Post subject: Reply with quote

Before i go any further, here's an overview of my setup, so you can better judge my point of referrence; Relevant hardware is VIA KT400A motherboard-chipset & Generic Radeon 9200SE graphics-card. I run two Gentoo installations, separately-bootable from 'grub', & i have all of my personal files stored on their own partition, & mounted at /home/<username>/files on both installations, so the config-files don't bugger each-other up.

One installation runs KDE on top of 'gentoo-sources-2.6.12', 'xorg-x11-6.8.2', & 'ati-drivers-8.22.5'. The other, which i'm in at the moment, is a freshly-built 'gnome-light-2.12.2' on 'gentoo-sources-2.6.15', 'xorg-x11-7.0-r1' & using the in-kernel 'radeon' driver built as a module, & 'vesa-tng' built-in for prettier console-output. :wink:

loki99 wrote:
taipan67 wrote:
Do the entries in 'dmesg' contain anything regarding 'radeon', 'drm' or 'agpgart' that doesn't look right?

Quote:
valhalla loki # dmesg | grep radeon
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=265.00 Mhz, System=200.00 MHz
radeonfb: PLL min 20000 max 35000
radeonfb: Monitor 1 type CRT found
radeonfb: Monitor 2 type no found
radeonfb (0000:01:00.0): ATI Radeon QW
valhalla loki # dmesg | grep drm
[drm] Initialized drm 1.0.0 20040925
valhalla loki # dmesg | grep agpgart
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA Apollo Pro 133 chipset
agpgart: AGP aperture is 64M @ 0xe8000000

Seems ok to me.

I'm not so sure about that...
Quote:
taipan@gentoo ~ $ dmesg | grep -i radeon
vesafb: ATI Technologies Inc., V280, 01.00 (OEM: ATI RADEON 9200)
[drm] Initialized radeon 1.19.0 20050911 on minor 0:
taipan@gentoo ~ $ dmesg | grep -i drm
[drm] Initialized drm 1.0.0 20040925
[drm] Initialized radeon 1.19.0 20050911 on minor 0:
[drm] Loading R200 Microcode
[drm] Loading R200 Microcode
[drm] Loading R200 Microcode

This suggests to me that your 'radeon' module isn't loading correctly. If it is, you should have a device created according to the 'udev-rules' located at /etc/udev/rules.d/50-udev.rules, which probably defines the device as /dev/dri/card*, with the asterisk representing numbers starting from zero. It's my guess that your device doesn't exist, which may be because of the 'radeonfb' device conflicting with the 'radeon' DRI-device... :?

loki99 wrote:
taipan67 wrote:
Do you use the in-kernel DRM-support, or do you use 'x11-base/x11-drm' - if the latter, & a kernel-update was performed, or 'x11-drm' was updated, did you re-emerge 'x11-drm' against the new kernel source-tree?

I re-emerged everything from xorg over my kernel to x11-base/x11-drm, but to no avail.

I'm sorry, your phrasing has me a bit confused - which DRM-drivers are you using at the moment, the kernel's version or the external 'x11-drm' package?

loki99 wrote:
taipan67 wrote:
Did 'udev' get updated? If so, does it now set the permissions or the device-name differently to before?

Yes, I think it was updated. Could you give me a hint how to ckeck whether something has changed? :?
Udev always worked right of the box for me, so I never invested much time into it. :oops:

I'm seeing some new, unfamiliar behaviour on my system :-
Quote:
taipan@gentoo ~ $ ls -lF /dev/dri
total 0
crw-rw-rw- 1 root root 226, 0 Feb 26 12:29 card0

...which indicates that everyone has access to the device (this system is using 'udev-079-r1'). However, my udev-rules state that the device should have 'video' group-ownership, & the permissions are usually 0660, meaning access is limited to the 'root' owner & members of the 'video' group.

This might be due to the system having been booted straight to X, & xorg.conf listing the DRI-mode as 0666 - i'll have to re-start the system to check, but i'll post this stuff first, then give you a follow-up with my findings... :wink:
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"


Last edited by taipan67 on Sun Feb 26, 2006 4:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Sun Feb 26, 2006 3:47 pm    Post subject: Reply with quote

Follow-up:The determining factor in the permissions associated with /dev/dri/card* would appear to be the DRI-section of 'xorg.conf'. I've just tried starting X from the command-line with the default 0666 permissions, & /dev/dri/card0 was accessible to everyone. When i then edited 'xorg.conf' to read thus :-
Code:
Section "DRI"
    Group 27   #video
    Mode 0660
EndSection

...the permissions & ownership become :-
Quote:
taipan@gentoo ~ $ ls -lF /dev/dri
total 0
crw-rw---- 1 root video 226, 0 Feb 26 15:34 card0

...& that's regardless of whether i boot straight to X, or start it from the command-line...

...So the 'udev' theory probably isn't what's causing the problem. I'm leaning towards a conflict with the framebuffer-device, personally... :?
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Sun Feb 26, 2006 6:15 pm    Post subject: Reply with quote

taipan67 wrote:

I'm sorry, your phrasing has me a bit confused - which DRM-drivers are you using at the moment, the kernel's version or the external 'x11-drm' package?


To be honest, I was confused a little too! :P

It has been a while since I set up the 3d accel. on this box and I tend to foget things, that I'm not using regulary. I used to use the kernel drivers but forgot about it. So while trying to fix the prob I mixed up the two methods of getting the opensource drivers to work and emerged x11-drm. That probably didn't help much. :roll:

Now I tried to use the newest x11-drm (unmasked) and deleted the kernel modules, rebooted and tadaah....
Quote:

glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes


valhalla loki # glxgears
5330 frames in 5.0 seconds = 1066.000 FPS
6202 frames in 5.0 seconds = 1240.400 FPS
6243 frames in 5.0 seconds = 1248.600 FPS
6173 frames in 5.0 seconds = 1234.600 FPS
6177 frames in 5.0 seconds = 1235.400 FPS
Broken pipe


Thank you for putting up with my confused problem. :D
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Sun Feb 26, 2006 6:29 pm    Post subject: Reply with quote

loki99 wrote:
...Now I tried to use the newest x11-drm (unmasked) and deleted the kernel modules, rebooted and tadaah....
Quote:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes


valhalla loki # glxgears
5330 frames in 5.0 seconds = 1066.000 FPS
6202 frames in 5.0 seconds = 1240.400 FPS
6243 frames in 5.0 seconds = 1248.600 FPS
6173 frames in 5.0 seconds = 1234.600 FPS
6177 frames in 5.0 seconds = 1235.400 FPS
Broken pipe

Thank you for putting up with my confused problem. :D

Man, 'glxgears' figures really piss me off!! :evil: I keep seeing other people's results putting mine into the shade, but i know they can't be taken at face-value, because of different test-conditions...

...I might have to give 'x11-drm' a bash, though - the current in-kernel version, with 'page-flip' enabled in 'xorg.conf' gives me just a little bit less than 'ati-drivers', but it's still only 1082 FPS @ 1024x768 resolution, 24 bit depth. 8O

Glad you resolved your problem, though. :D
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
Garvonis
n00b
n00b


Joined: 04 Nov 2005
Posts: 61
Location: California

PostPosted: Sun Feb 26, 2006 10:30 pm    Post subject: Reply with quote

The only problem I'm having is that I can't get glxgears to show higher than 59 FPS... And WoW via Cedega has slowed to a crawl as well..

I can use opengl-update and that eselect opengl set ati and those both work just fine, at least that's what the output says. The only thing that I can tell is off (other than the insanely slow 3D accel) is this..

Code:
XXXXXX ~ # fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)


The gentoo-wiki HOWTO says it should say ATI Technologies in the vender string, but obviously it doesn't.

Also, how can I get that new 7.0 xorg-x11 installed? I can't find xauth in any of the (insanely numerous) package.mask files (that I have). Dunno if that new version of xorg-x11 will fix anything, but I'm hoping.

Before I had to reboot the other day, my kernel was still running on 2.6.14-gentoo-r2 and the opengl-update on an older ati-drivers version, but everything was working... Now it's not...
Back to top
View user's profile Send private message
Pistos
Apprentice
Apprentice


Joined: 29 Jul 2003
Posts: 175
Location: Canada

PostPosted: Sun Feb 26, 2006 10:39 pm    Post subject: Reply with quote

<bitter sarcasm>

I finally solved by 9200 + X woes! It was a solution I knew about for a long time, but I wanted to hold out, trying all the various other methods first. But this one really did the trick. Follow these steps in order to leave Anguishville:

1) Shutdown machine gracefully.
2) Pull out monitor cord from ATI card port.
3) Insert cord into on-board video port.
4) Boot up machine.
5) Change BIOS to use on-board video instead of PCI, if necessary.
6) Alter kernel config, etc. if necessary.
7) Alter xorg.conf as needed.

After these simple steps, I was up and running in no time! And I was able to experience these astounding and marvellous features of Linux:

- ability to logout of X without a hard crash
- ability to change X resolutions (ctrl-alt-+ or -) without a hard crash
- ability to start a new concurrent X session as another user without a hard crash

Patches that implement this fix are in transit to ATI Technologies.

</bitter sarcasm>
Back to top
View user's profile Send private message
Garvonis
n00b
n00b


Joined: 04 Nov 2005
Posts: 61
Location: California

PostPosted: Sun Feb 26, 2006 11:38 pm    Post subject: Reply with quote

I'm wondering what the specific problem is that hit us in this new update of either xorg-x11 or ati-drivers...

Will using the ati drivers from ati's official site cure it?
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Tue Feb 28, 2006 10:54 am    Post subject: Reply with quote

all right, I've freshly installed Gentoo using the stage3 amd64 2006.0 tarball, X 6.8.2, and GNOME 2.12
when emerging ati-drivers everything seems fine, and
Code:
eselect opengl set ati

doesn't give me any errors, neither does
Code:
modprobe fglrx

but when starting X using the edited Xorg.conf, edited by executing:
Code:
aticonfig --initial

it doesn't start up and the X log states these errors:
Code:
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset RADEON X550 (RV370 5B63) 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   0xdd004000 - 0xdd005fff (0x2000) MX[B]
   [6] -1   0   0xdd000000 - 0xdd003fff (0x4000) MX[B]
   [7] -1   0   0xdd006000 - 0xdd0067ff (0x800) MX[B]
   [8] -1   0   0xde000000 - 0xde000fff (0x1000) MX[B]
   [9] -1   0   0xde001000 - 0xde001fff (0x1000) MX[B]
   [10] -1   0   0xde002000 - 0xde002fff (0x1000) MX[B]
   [11] -1   0   0xde003000 - 0xde003fff (0x1000) MX[B]
   [12] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [13] -1   0   0xde005000 - 0xde005fff (0x1000) MX[B]
   [14] -1   0   0xdc030000 - 0xdc03ffff (0x10000) MX[B](B)
   [15] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [16] -1   0   0xdc020000 - 0xdc02ffff (0x10000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [20] -1   0   0x0000d500 - 0x0000d50f (0x10) IX[B]
   [21] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [22] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [23] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [24] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [25] -1   0   0x0000da00 - 0x0000da0f (0x10) IX[B]
   [26] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [27] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [28] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [29] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [30] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [31] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [32] -1   0   0x0000db00 - 0x0000dbff (0x100) IX[B]
   [33] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [34] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [35] -1   0   0x0000df00 - 0x0000df1f (0x20) IX[B]
   [36] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x719be0
(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   0xdd004000 - 0xdd005fff (0x2000) MX[B]
   [6] -1   0   0xdd000000 - 0xdd003fff (0x4000) MX[B]
   [7] -1   0   0xdd006000 - 0xdd0067ff (0x800) MX[B]
   [8] -1   0   0xde000000 - 0xde000fff (0x1000) MX[B]
   [9] -1   0   0xde001000 - 0xde001fff (0x1000) MX[B]
   [10] -1   0   0xde002000 - 0xde002fff (0x1000) MX[B]
   [11] -1   0   0xde003000 - 0xde003fff (0x1000) MX[B]
   [12] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [13] -1   0   0xde005000 - 0xde005fff (0x1000) MX[B]
   [14] -1   0   0xdc030000 - 0xdc03ffff (0x10000) MX[B](B)
   [15] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [16] -1   0   0xdc020000 - 0xdc02ffff (0x10000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [23] -1   0   0x0000d500 - 0x0000d50f (0x10) IX[B]
   [24] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [25] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [26] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [27] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [28] -1   0   0x0000da00 - 0x0000da0f (0x10) IX[B]
   [29] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [30] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [31] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [32] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [33] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [34] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [35] -1   0   0x0000db00 - 0x0000dbff (0x100) IX[B]
   [36] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [37] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [38] -1   0   0x0000df00 - 0x0000df1f (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]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(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): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON X550 (RV370 5B63)" (Chipset = 0x5b63)
(--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x1500)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd8000000
(--) fglrx(0): MMIO registers at 0xdc030000
(==) fglrx(0): ROM-BIOS at 0x000c0000
Symbol vgaHWGetIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWUnlock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWSave from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWLock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWFreeHWRec from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol vgaHWGetIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWUnlock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWRestore from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWLock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWGetHWRec from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbPictureInit from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_InitIrq from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol vgaHWGetIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWUnlock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWRestore from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWLock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_InitIrq from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol vgaHWGetIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWUnlock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWRestore from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWLock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol vgaHWGetIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWUnlock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWRestore from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWFreeHWRec from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmOpen from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmClose from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol vgaHWLock from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmAddMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDeviceInfo from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmAddMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpGetMode from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpVendorId from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpDeviceId from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpRelease from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpEnable from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpSize from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpBase from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDrawableInfo from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Required symbol __glXActiveScreens from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol __glXActiveScreens from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol fbGetWinPrivateIndex from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol xf86InterpretEDID from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!
Symbol xf86PrintEDID from module /usr/lib64/modules/drivers/fglrx_drv.o is unresolved!

Fatal server error:
Some required symbols were unresolved

_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Tue Feb 28, 2006 1:03 pm    Post subject: Reply with quote

CloudBolt, i might not have had enough tea & cigarettes to be thinking clearly, yet, so if this post turns out to be complete nonsense, apologies in advance... :lol:

First, 'unresolved symbols' is usually related to 'ati-drivers' having been emerged against a kernel source-tree that differs from the kernel being run. It may be necessary to ensure that the /usr/src/linux symlink is pointing to the correct tree, & that the '.config' file in that tree matches the kernel you want the 'fglrx-module' to work with, then re-emerge the drivers... :?

Second, i've never used a 64-bit system, so i have no personal experience of this, but some users have found that they needed the 'libstdc++-v3' package installed for 'ati-drivers' to work. This is to do with the version of 'gcc' that the system was built with; 64-bit Gentoo-systems use 'gcc-3.4.4', which shouldn't need the backward-compatability of that extra library, but as the 'ati-drivers' package is a 'pre-compiled binary package', it's theoretically possible that it was built by an earlier gcc-version, & still needs it... 8O

Lastly, i only have the older 'ati-drivers' installed at the moment, so i can't check to make certain, but i don't think that the command :-
Code:
aticonfig --initial

...actually does anything - it needs an extra option to know where the existing xorg.conf is that it should be editing. It's something like :-
Code:
aticonfig --initial --source=/etc/X11/xorg.conf

...As such, you might not have a correctly-configured file for X to load against. Try running just 'aticonfig' or 'aticonfig --help' to see the correct syntax. :wink:
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
Garvonis
n00b
n00b


Joined: 04 Nov 2005
Posts: 61
Location: California

PostPosted: Tue Feb 28, 2006 1:47 pm    Post subject: Reply with quote

I have the latest ati-drivers from portage, and I still have to use fglrxconfig... There's no aticonfig for me...
Back to top
View user's profile Send private message
Strowi
l33t
l33t


Joined: 19 Aug 2003
Posts: 656
Location: Bonn

PostPosted: Tue Feb 28, 2006 1:52 pm    Post subject: Reply with quote

hi,

i have an x850xt running on amd64 just fine on xorg-x11 (not modular).
As i'm in linx now, i cannot c&p my config, but check the following (don't know if you're card is PCIE or AGP?):

After checking your kernel/symlink, check this:
Code:

Character-Devices:
- /dev/agpgart enabled in kernel (even for PCIE!)
- DRM disabled


and here is the relevant part of my xorg.conf:
Code:

Section "Module"

#       Load  "record"
        Load  "dri"
        Load  "dbe"
        Load  "extmod"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
        Load  "glx"
#       Load  "xtrap"
        Load  "type1"
        Load  "freetype"
EndSection

Section "Device"

    #Option                              "NoDDC"
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
        Identifier  "x800xl"
        Driver      "fglrx"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
        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" "0x06419064"
        Option      "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
        Option      "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
        Option      "VideoOverlay" "on"
# === OpenGL Overlay ===
        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" "no"
        Option      "ForceGenericCPU" "no"
    BusID "PCI:1:0:0"    # no device found at config time
EndSection

You need to change the Identifier to match yours...

Finally, which version of ati-driver are you using? Try 8.22.5 (Masked ~amd64)
EDIT: Woah, c&p works even in links;)
_________________
--
Linux & such ...
http://blog.hasnoname.de
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Tue Feb 28, 2006 2:39 pm    Post subject: Reply with quote

Garvonis wrote:
I have the latest ati-drivers from portage, and I still have to use fglrxconfig... There's no aticonfig for me...

The latest 'stable' version, at least in the 'x86' branch of portage, is 8.14.13-r3, & performs equally as well as the 'keyword-masked' 8.22.5 version did for me.

Every version after 8.14.13-r3 uses 'eselect-opengl', which is itself keyword-masked, hence the drivers are, too.

I'm not sure precisely which version started using 'aticonfig', or dropped 'fglrxconfig', but in my opinion you're better off with the older standard, particularly if you're building a system from scratch, as 'aticonfig' doesn't appear to have the capability to create a new xorg.conf file, it can only edit an existing one. :roll:
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Tue Feb 28, 2006 2:45 pm    Post subject: Reply with quote

taipan67 wrote:
CloudBolt, i might not have had enough tea & cigarettes to be thinking clearly, yet, so if this post turns out to be complete nonsense, apologies in advance... :lol:

First, 'unresolved symbols' is usually related to 'ati-drivers' having been emerged against a kernel source-tree that differs from the kernel being run. It may be necessary to ensure that the /usr/src/linux symlink is pointing to the correct tree, & that the '.config' file in that tree matches the kernel you want the 'fglrx-module' to work with, then re-emerge the drivers... :?

Second, i've never used a 64-bit system, so i have no personal experience of this, but some users have found that they needed the 'libstdc++-v3' package installed for 'ati-drivers' to work. This is to do with the version of 'gcc' that the system was built with; 64-bit Gentoo-systems use 'gcc-3.4.4', which shouldn't need the backward-compatability of that extra library, but as the 'ati-drivers' package is a 'pre-compiled binary package', it's theoretically possible that it was built by an earlier gcc-version, & still needs it... 8O

Lastly, i only have the older 'ati-drivers' installed at the moment, so i can't check to make certain, but i don't think that the command :-
Code:
aticonfig --initial

...actually does anything - it needs an extra option to know where the existing xorg.conf is that it should be editing. It's something like :-
Code:
aticonfig --initial --source=/etc/X11/xorg.conf

...As such, you might not have a correctly-configured file for X to load against. Try running just 'aticonfig' or 'aticonfig --help' to see the correct syntax. :wink:


right, I'm recompiling the kernel, just to be sure, I had to change a few options anyway(like adding the Event Interface, nothing important for the ati drivers, that was all configured properly).
and by the way, aticonfig --initial does work, because the default location where it looks for xorg.conf is /etc/X11/xorg.conf. I'll let you know what happens

edit: well, recompiling the kernel didn't work, neither did emerging libstdc++(as I already have the latest version), and my symlink IS correct. any suggestions? :?
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.


Last edited by CloudBolt on Tue Feb 28, 2006 4:04 pm; edited 2 times in total
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Tue Feb 28, 2006 4:02 pm    Post subject: Reply with quote

taipan67 wrote:
Garvonis wrote:
I have the latest ati-drivers from portage, and I still have to use fglrxconfig... There's no aticonfig for me...

The latest 'stable' version, at least in the 'x86' branch of portage, is 8.14.13-r3, & performs equally as well as the 'keyword-masked' 8.22.5 version did for me.

Every version after 8.14.13-r3 uses 'eselect-opengl', which is itself keyword-masked, hence the drivers are, too.

I'm not sure precisely which version started using 'aticonfig', or dropped 'fglrxconfig', but in my opinion you're better off with the older standard, particularly if you're building a system from scratch, as 'aticonfig' doesn't appear to have the capability to create a new xorg.conf file, it can only edit an existing one. :roll:


the latest stable amd64 release is 8.18.8, but that doesn't work anyhow. even though it still has fglrxconfig
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Tue Feb 28, 2006 4:25 pm    Post subject: Reply with quote

CloudBolt, could you please post the output of these commands (EDIT: with 'fglrx' loaded) :-
Code:
grep -i -e agp -e drm /usr/src/linux/.config
...and...
Code:
dmesg | grep -i -e agp -e fgl

...and also your xorg.conf (i think you can safely edit out all of the comments & unused input-devices for the benefit of the thread). :wink:
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
Strowi
l33t
l33t


Joined: 19 Aug 2003
Posts: 656
Location: Bonn

PostPosted: Tue Feb 28, 2006 5:24 pm    Post subject: Reply with quote

hi,

on a sidenote: don't let the ati-drivers ebuild fool you, it won't do "eselect opengl set ati" for you, even if it says so, afterwards a "eselect opengl list" still shows xorg being used! You have to do that by yourself.
_________________
--
Linux & such ...
http://blog.hasnoname.de
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Tue Feb 28, 2006 5:45 pm    Post subject: Reply with quote

Strowi wrote:
hi,

on a sidenote: don't let the ati-drivers ebuild fool you, it won't do "eselect opengl set ati" for you, even if it says so, afterwards a "eselect opengl list" still shows xorg being used! You have to do that by yourself.


yeah I know, I had the drivers working with the 2005.1 stage3 tarball :wink:
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Tue Feb 28, 2006 5:53 pm    Post subject: Reply with quote

taipan67 wrote:
CloudBolt, could you please post the output of these commands (EDIT: with 'fglrx' loaded) :-
Code:
grep -i -e agp -e drm /usr/src/linux/.config
...and...
Code:
dmesg | grep -i -e agp -e fgl

...and also your xorg.conf (i think you can safely edit out all of the comments & unused input-devices for the benefit of the thread). :wink:


Code:
The_Dark_Side vince # grep -i -e agp -e drm /usr/src/linux/.config
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_DRM is not set


Code:
The_Dark_Side vince # dmesg | grep -i -e agp -e fgl
Linux agpgart interface v0.101 (c) Dave Jones
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 426 MBytes.
[fglrx] module loaded - fglrx 8.22.5 [Feb  7 2006] on minor 0


Code:
Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
        Identifier     "Simple Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "mx500" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "Radeon X550"
        Monitor    "Compaq S720"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


right, these are the results, including the (what I believe are the) most important sections of my xorg.conf
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 866
Location: England (i'm told...)

PostPosted: Tue Feb 28, 2006 7:03 pm    Post subject: Reply with quote

CloudBolt wrote:
...these are the results, including the (what I believe are the) most important sections of my xorg.conf

Thanks - here's what they're telling me (any other readers who have better knowledge, please jump in & correct me, if necessary)...

Having no personal experience with 64-bit architecture, i'm not sure whether you only need 'agpgart' & 'agp_amd64', or whether you also need an additional chipset-driver for your motherboard. A look through the Gentoo Radeon FAQ didn't help me, so if you read this, Wedge_, perhaps an update might be good for it's clarity..? :roll:

One way to tell if your motherboard's chipset has any influence over the AGPGart-slot is to run :-
Code:
lspci | grep -i -e agp

...If the output says anything about a 'Host bridge', then you probably need another kernel-option added to match said host-bridge's manufacturer...

...That being said, i suspect there'd be some error-messages in 'dmesg' if the 'fglrx' module needed any kernel-support that wasn't there, but it looks okay to me. :wink:

Regarding your xorg.conf, there are a few things that you need that aren't present in the posted version - that may be because they're currently commented-out, or because you didn't know they were important for my assessment :-
Code:
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 27    # video
    Mode 0660
EndSection

...I've posted this exactly as it is in my version - you can either set your's up the same & put your username in the video-group, or comment-out 'Group 27' & 'Mode 0660', & uncomment 'Mode 0666'.
Code:
Section "Module"

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

EndSection

...You need both of those 'Load' options to be un-commented. There's some other important stuff in the 'Module' section, also, but it doesn't pertain to DRI, so i left it out of my example. I mention this just so you or anybody else reading this doesn't just copy 'n' paste it straight into their xorg.conf - i'm not sure what would happen if you had two module-sections... :twisted:

If those settings differ from your's, try editing them, & if any 64-bit users are reading this, can they clear up the kernel-options situation, please? :D
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Wed Mar 01, 2006 11:58 am    Post subject: Reply with quote

taipan67 wrote:
CloudBolt wrote:
...these are the results, including the (what I believe are the) most important sections of my xorg.conf

Thanks - here's what they're telling me (any other readers who have better knowledge, please jump in & correct me, if necessary)...

Having no personal experience with 64-bit architecture, i'm not sure whether you only need 'agpgart' & 'agp_amd64', or whether you also need an additional chipset-driver for your motherboard. A look through the Gentoo Radeon FAQ didn't help me, so if you read this, Wedge_, perhaps an update might be good for it's clarity..? :roll:

One way to tell if your motherboard's chipset has any influence over the AGPGart-slot is to run :-
Code:
lspci | grep -i -e agp

...If the output says anything about a 'Host bridge', then you probably need another kernel-option added to match said host-bridge's manufacturer...

...That being said, i suspect there'd be some error-messages in 'dmesg' if the 'fglrx' module needed any kernel-support that wasn't there, but it looks okay to me. :wink:

Regarding your xorg.conf, there are a few things that you need that aren't present in the posted version - that may be because they're currently commented-out, or because you didn't know they were important for my assessment :-
Code:
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 27    # video
    Mode 0660
EndSection

...I've posted this exactly as it is in my version - you can either set your's up the same & put your username in the video-group, or comment-out 'Group 27' & 'Mode 0660', & uncomment 'Mode 0666'.
Code:
Section "Module"

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

EndSection

...You need both of those 'Load' options to be un-commented. There's some other important stuff in the 'Module' section, also, but it doesn't pertain to DRI, so i left it out of my example. I mention this just so you or anybody else reading this doesn't just copy 'n' paste it straight into their xorg.conf - i'm not sure what would happen if you had two module-sections... :twisted:

If those settings differ from your's, try editing them, & if any 64-bit users are reading this, can they clear up the kernel-options situation, please? :D


Code:
lspci | grep -i -e agp
returns nothing at all, and here are the requested sections of my xorg.conf:
Code:
Section "DRI"
Mode 0666
Group "video"
EndSection


Code:
Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
#    Load        "speedo"
        Load  "freetype"
#    Load        "xtt"
        Load  "dri"
        Load  "glx"
EndSection

_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Wed Mar 01, 2006 1:33 pm    Post subject: Reply with quote

Did anyone get ati-drivers running with 2.6.16-rc2 or 2.6.16-rc3. I get no_iommu problems when modprobing fglrx.

#modprobe fglrx wrote:
FATAL: Error inserting fglrx (/lib/modules/2.6.16-rc3-nitro1/video/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)


#dmesg tail wrote:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol no_iommu


Are there any patches for it to make it work?
_________________
http://en.wikipedia.org/wiki/Cell_(microprocessor)
Back to top
View user's profile Send private message
Izarilun
n00b
n00b


Joined: 10 Feb 2006
Posts: 31

PostPosted: Wed Mar 01, 2006 11:15 pm    Post subject: Reply with quote

I use VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] and I managed to get direct rendering using FREE radeon drivers following this guide: http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers

Now my system hangs constantly (for example, each time I run glxgears and tvtime together) . I don't understand the reason and even worst I don't know how to continue in the way to solve it. So I need help desperatedly!!

I'm running 2.6.15-r1 Kernel.

Now, I'll post my .config, xorg.conf and some other info:

Code:

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.15-gentoo-r1
# Wed Mar  1 22:07:29 2006
#
CONFIG_X86_32=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# Block layer
#
# CONFIG_LBD is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# 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_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
CONFIG_MPENTIUM4=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_HPET_TIMER=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
CONFIG_X86_MCE_P4THERMAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=m
# CONFIG_X86_CPUID is not set

#
# Firmware Drivers
#
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_PHYSICAL_START=0x100000

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCIEPORTBUS=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set

#
# PCI Hotplug Support
#

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=m
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
# CONFIG_IP_PNP_DHCP is not set
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
# CONFIG_IPV6 is not set
# CONFIG_NETFILTER is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
CONFIG_LLC2=m
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

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

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
# CONFIG_IEEE80211_CRYPT_TKIP is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m

#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=m

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

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_UB=m
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set

#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA24XX is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set

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

#
# I2O device support
#
CONFIG_I2O=m
# CONFIG_I2O_EXT_ADAPTEC is not set
CONFIG_I2O_CONFIG=m
# CONFIG_I2O_CONFIG_OLD_IOCTL is not set
CONFIG_I2O_BUS=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_NET_SB1000 is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# PHY device support
#
# CONFIG_PHYLIB is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_NET_PCI is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
CONFIG_S2IO=m

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set

#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set

#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_HOSTAP is not set
CONFIG_NET_WIRELESS=y

#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=m
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=m
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# TPM devices
#

#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=m
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set

#
# Hardware Monitoring support
#
CONFIG_HWMON=m
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Misc devices
#

#
# Multimedia Capabilities Port drivers
#

#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m

#
# Video For Linux
#

#
# Video Adapters
#
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_SAA6588 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_VIDEO_OVCAMCHIP is not set

#
# Radio Adapters
#
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_BUF=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=m
CONFIG_VIDEO_TVEEPROM=m

#
# Graphics support
#
CONFIG_FB=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
CONFIG_FB_VGA16=m
# CONFIG_VIDEO_SELECT is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set

#
# Logo configuration
#
# CONFIG_LOGO is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
CONFIG_SPEAKUP_DEFAULT="none"

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_GENERIC_DRIVER=y

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
CONFIG_SND_EMU10K1=m
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set

#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_ITMTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set

#
# USB Imaging devices
#
# CONFIG_USB_MICROTEK is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_PWC is not set

#
# USB Network Adapters
#
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_MON is not set

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_SISUSBVGA is not set

#
# USB DSL modem support
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# CONFIG_MMC is not set

#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set

#
# SN Devices
#

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=m
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
# CONFIG_RELAYFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_HFSPLUS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y

#
# Native Language Support
#
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m

#
# Kernel hacking
#
# CONFIG_PRINTK_TIME is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_TEST=m

#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set

#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y




Code:

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 font modules
        Load        "type1"
        #    Load        "speedo"
        Load        "freetype"
        #    Load        "xtt"
        # This loads the GLX module
        Load        "glx"
        # This loads the DRI module
        Load        "dri"
        #    Load        "speedo"
        #    Load        "xtt"
EndSection


Section "Files"
    RgbPath    "/usr/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    #    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    #    FontPath   "/usr/share/fonts/Speedo/"
    #    FontPath   "/usr/share/fonts/TrueType/"
    #    FontPath   "/usr/share/fonts/freefont/"

    # The module search path.  The default path is shown here.
    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection


Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "logicdp"
    Option "XkbLayout"  "es"

EndSection


Section "InputDevice"


    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"

EndSection


Section "Monitor"

    Identifier  "Philips"
    HorizSync   30-82
    VertRefresh 56-76

EndSection


Section "Device"
        Identifier  "ATI Radeon VE/7000 QY"
        Driver      "radeon"
        VideoRam    32768
        Option      "DPMS"
        Option      "VideoOverlay"          "on"
        # Insert Clocks lines here if appropriate
EndSection


Section "Screen"
    Identifier  "Screen1"
    Device      "ATI Radeon VE/7000 QY"
    Monitor     "Philips"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

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


Now, some other relevant info:

Code:

gentoo ibai #        lsmod | grep 'drm\|agp\|rad'
radeon                107040  1
drm                    64148  2 radeon
radeonfb               85824  0
fb                     42920  1 radeonfb
i2c_algo_bit            9096  2 bttv,radeonfb
cfbcopyarea             3840  1 radeonfb
cfbimgblt               3072  1 radeonfb
cfbfillrect             3712  1 radeonfb
i2c_core               16912  6 tuner,bttv,tveeprom,radeonfb,i2c_algo_bit,i2c_i801
intel_agp              19996  1
agpgart                28872  2 drm,intel_agp


Code:

gentoo ibai # glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI Radeon 20040929 AGP 1x x86 NO-TCL
OpenGL version string: 1.2 Mesa 6.2.1
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
    GL_EXT_draw_range_elements, GL_EXT_histogram, GL_EXT_packed_pixels,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_subtexture, GL_EXT_texture,
    GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square,
    GL_NV_light_max_exponent, GL_NV_texture_rectangle,
    GL_NV_texgen_reflection, GL_SGI_color_matrix, GL_SGI_color_table,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow



Ask for more info if needed please!!
Back to top
View user's profile Send private message
LonelyStar
Guru
Guru


Joined: 06 Dec 2005
Posts: 390

PostPosted: Thu Mar 02, 2006 2:02 am    Post subject: Reply with quote

Hello together,
I have just managed to install ati-drivers on my Laptop with a Radeon Mobility 9000. I am using Xorg 7 (Modular X).
In the X log it says:

(--) Chipset MOBILITY RADEON 9000 (M9 4C66) found

So I guess my card was detected correctly.
Later on it says:

(WW) fglrx(0): Specified desktop setup not supported: 8

... No Idea what it means. Just a warning?
The rest of the Xlog contains no warning.

Ok, I execute startx!

/opt/ati/fglrxinfo
OpenGL vendor string: ATI Technologies Inc.
OpenGL render string: FireMV 2400 PCI DDR Generic
OpenGL version string: 1.3.1050 (X4.3.0-8.22.5)

I find the render sting strange, but besides that, it looks good to me.

fgl_glxgears
Using GLX_SGIX_pbuffer
909 frames in 5.0 seconds = 181.800 FPS

and I see ... a window with a blue cube in it (the cube is changing color a bit) ...
That is not right, is it?

But!

glxgears
7590 frames in 5.0 seconds = 1537.874 FPS

and I see the very familar spinning gears, as they should be!

I am a little bit worried about the blue cube! What can I do? Thanks for any help!
Nathan

EDIT: I tried to start fgl_glxgears with the -fbo option. Now the cube is white instead of blue :)
Also, some distortions on the whole screen appear, going away when I close the window.
Back to top
View user's profile Send private message
ne0_2k
Apprentice
Apprentice


Joined: 26 Nov 2005
Posts: 243

PostPosted: Thu Mar 02, 2006 8:47 am    Post subject: Reply with quote

hi i'm having a big problem with setting up my card properly. i have an ati radeon 9100 (running xorg7).
whenever i log into an x session , shortly after loading a window my whole desktop freezes (if i try to move the window around the desktop it freezes much faster). and i'm forced to reset.
i followed the ati-wiki and searched the forum. i have "InternalAgp" set to "no" in xorg.conf (and using the lastest ati drivers ~x86)
i am able to run glxinfo and glxgears and get 2000+ fps.
i'd appreciate any help i'm pretty lost with what to do from here.
this is the output from dmesg:

Code:

Linux version 2.6.14-gentoo-r4 (root@nir) (gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #5 SMP PREEMPT Tue Feb 28 20:06:59 IST 2006
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
 BIOS-e820: 000000000fff0000 - 000000000fff3000 (ACPI NVS)
 BIOS-e820: 000000000fff3000 - 0000000010000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
255MB LOWMEM available.
found SMP MP-table at 000f4c90
On node 0 totalpages: 65520
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61424 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 GBT                                   ) @ 0x000f6560
ACPI: RSDT (v001 GBT    AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x0fff3000
ACPI: FADT (v001 GBT    AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x0fff3040
ACPI: MADT (v001 GBT    AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x0fff72c0
ACPI: DSDT (v001 GBT    AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:4 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
Built 1 zonelists
Kernel command line: root = /dev/hda3
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 1339.776 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 254580k/262080k available (3063k kernel code, 6996k reserved, 941k data, 224k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2683.98 BogoMIPS (lpj=5367967)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183fbff c1c7fbff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183fbff c1c7fbff 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0183fbff c1c7fbff 00000000 00000020 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
CPU0: AMD Athlon(tm) processor stepping 04
Total of 1 processors activated (2683.98 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
Brought up 1 CPUs
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfa010, last bus=1
PCI: Using configuration type 1
ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.
ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0, disabled.
ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0, disabled.
ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 15 devices
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
pnp: 00:01: ioport range 0x4000-0x407f could not be reserved
pnp: 00:01: ioport range 0x40f0-0x40ff could not be reserved
pnp: 00:01: ioport range 0x5000-0x500f has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: c000-cfff
  MEM window: e8000000-e9ffffff
  PREFETCH window: d0000000-dfffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
audit(1141294154.648:1): initialized
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
PCI: Bypassing VIA 8237 APIC De-Assert Message
lp: driver loaded but no devices found
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ACPI: CPU0 (power states: C1[C1])
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
lp0: using parport0 (interrupt-driven).
mice: PS/2 mouse device common for all mice
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 16
eth0: RealTek RTL8139 at 0xe800, 00:0d:61:19:5c:e3, IRQ 16
eth0:  Identified 8139 chip type 'RTL-8101'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:0f.0
ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 17
PCI: Via IRQ fixup for 0000:00:0f.0, from 255 to 1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0
    ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:pio, hdd:DMA
Probing IDE interface ide0...
input: AT Translated Set 2 keyboard on isa0060/serio0
input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
hda: Maxtor 5T030H3, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdd: IDE/ATAPI CD-ROM 52XS, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: Host Protected Area detected.
   current capacity is 60028319 sectors (30734 MB)
   native  capacity is 60030432 sectors (30735 MB)
hda: Host Protected Area disabled.
hda: 60030432 sectors (30735 MB) w/2048KiB Cache, CHS=59554/16/63, UDMA(100)
hda: cache flushes not supported
 hda: hda1 hda2 hda3
hdd: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
libata version 1.12 loaded.
ieee1394: raw1394: /dev/raw1394 device initialized
usbmon: debugfs is not available
ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
PCI: Via IRQ fixup for 0000:00:10.4, from 11 to 2
ehci_hcd 0000:00:10.4: EHCI Host Controller
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.4: irq 18, io mem 0xea000000
ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v2.3
ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
PCI: Via IRQ fixup for 0000:00:10.0, from 5 to 2
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.0: irq 18, io base 0x0000d400
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
PCI: Via IRQ fixup for 0000:00:10.1, from 5 to 2
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.1: irq 18, io base 0x0000d800
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
PCI: Via IRQ fixup for 0000:00:10.2, from 11 to 2
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.2: irq 18, io base 0x0000dc00
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12 08:13:09 2005 UTC).
ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [ALKC] -> GSI 22 (level, low) -> IRQ 19
PCI: Via IRQ fixup for 0000:00:11.5, from 11 to 3
PCI: Setting latency timer of device 0000:00:11.5 to 64
ALSA device list:
  #0: VIA 8237 with ALC655 at 0xe400, irq 19
oprofile: using NMI interrupt.
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 196608 bytes)
TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
ip_conntrack version 2.3 (2047 buckets, 16376 max) - 216 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>.  http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: replayed 17 transactions in 0 seconds
ReiserFS: hda3: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 224k freed
Adding 506036k swap on /dev/hda2.  Priority:-1 extents:1 across:506036k
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: AGP aperture is 128M @ 0xe0000000
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 197 MBytes.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 20
[fglrx] module loaded - fglrx 8.22.5 [Feb  7 2006] on minor 0
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[fglrx] Kernel AGP support doesn't provide agplock functionality.
[fglrx] AGP detected, AgpState   = 0x1f000217 (hardware caps of chipset)
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
[fglrx] AGP enabled,  AgpCommand = 0x1f000314 (selected caps)
[fglrx] free  AGP = 121909248
[fglrx] max   AGP = 121909248
[fglrx] free  LFB = 122679296
[fglrx] max   LFB = 122679296
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 32768
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 3 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum