LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-19-2005, 03:06 PM   #1
borchen
Member
 
Registered: Feb 2005
Posts: 57

Rep: Reputation: 15
ATI drivers 8.16.20 working under FC4 x86_64


Hi,

I just succesfully installed the newest 64bit drivers from ATI on my FC4 installation, kernel version 2.6.12-1.1398_FC4, on a ATI x800XL

How to:

- download the rpm: fglrx64_6_8_0-8.16.20-1.x86_64.rpm
- open terminal and become root with: su -
- install the rpm with: rpm -ivh --force fglrx64_6_8_0-8.16.20-1.x86_64.rpm
- go to runlevel 3 with: init 3
- go to: /lib/modules/fglrx/build_mod
- change the following line in the file 'firegl_public.c' :
#include "asm/ioctl32.h"
into
#include "asm/ioctl.h"
- run the script: make.sh
- go up one dir-level and run script: make_install.sh
- load driver with: modprobe fglrx
- check if driver was loaded with: lsmod | grep fglrx
- unload driver with: modprobe -r fglrx
- go to /etc/lib/X11 and make copy of xorg.conf to xorg.conf.org
- go to /usr/X11R6/bin and run: fglrxconfig
- go to runlevel 5 to test the driver: init 5
- open terminal and run: /usr/X11R6/bin/fglrxinfo
- output should be something like:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XL Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
- now run: /usr/X11R6/bin/fgl_glxgears

enjoy !

EDIT: I changed '#include "linux/ioctl32.h"' into '#include "asm/ioctl.h"',
since I cannot find the file 'ioctl32.h' anywhere, dunno why I put it there in the first place...DOH! (the module was compiled anyway...weird)

Last edited by borchen; 09-11-2005 at 04:52 AM.
 
Old 09-02-2005, 05:40 PM   #2
hey560
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
I have the exact same setup as you. I have been searching for a solution for a week now. You just made me very very happy!!!! I followed your instructions exactly and IT WORKED!!!

I've tried installing the ati drivers using the ".run" package off their website as well as using yum. I think the --force option is important as it overwrites the Mesa files that fedora uses as a default.
Quote:
rpm -ivh --force fglrx64_6_8_0-8.16.20-1.x86_64.rpm
I have no clue what this does but it seems to have done the trick. Maybe someone will care to elaborate?
Quote:
- change the following line in the file 'firegl_public.c' :
#include "asm/ioctl32.h"
into
#include "linux/ioctl32.h"
Well thank you so much for posting. I guess my post can be a confirmation of the above method to get an X800XL working with the ATI proprietary drivers on FC4 x86_64.
 
Old 09-09-2005, 04:26 PM   #3
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
@hey560: good to hear the description of the install procedure was helpfull...

B.T.W: it also works on kernel version 2.6.12-1.1447_FC4

I must admit that the 64bit drivers are slow: I get a humble 1350 FPS with 'glxgears' on a X800XL
 
Old 09-09-2005, 09:45 PM   #4
axial
LQ Newbie
 
Registered: Sep 2005
Location: Monroe, WI
Distribution: Slackware, Bluewhite64
Posts: 11

Rep: Reputation: 0
humble fps

Unfortunately, I also have extremely low fps, though my problem is a bit different.

I'm using the Slamd64 distro and when I run fglrxinfo it says that I am using Mesa even though I have replaced the libs, correct permissions & DRI enabled in /var/log/Xorg.0.log. Interestingly it doesn't say 'direct rendering disabled' (even though it mentions Mesa), except when I disable it in xorg.conf. When disabled in xorg.conf it drops to a painful frame rate. (accelerated for `sproingies -fps -delay 0` is ~50fps whereas under a 32bit install its about 350fps.)

Any ideas what the problem would be? Much Thanks!

Weird, accelerated Mesa!?
 
Old 09-10-2005, 04:34 AM   #5
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
If you type 'fglrxinfo' it should say something like:
Quote:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XL Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
otherwise there is NO 3D acceleration from the fglrx-module

if you type: 'lsmod | grep fglrxinfo' it should say something like:
Quote:
fglrx 295184 7
this means the driver module is loaded ok.

maybe it's a good idea to start from scratch: go to runlevel 3 with 'init 3' (its even better to change the default-runlevel line in /etc/inittab)
then remove the drivers alltogether with 'rpm -e <driver>'. make a backup of your /etc/X11/xorg.conf and follow the procedure above.

B.T.W. with the previous drivers from ATI (the one before the latest) I had this problem too:
the 'fglrx' module got loaded perfeclty, but there was NO 3D-acceleration somehow...

the --force option while installing the rpm is VERY important.
 
Old 09-10-2005, 04:34 PM   #6
hey560
LQ Newbie
 
Registered: Sep 2005
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by borchen
@hey560: good to hear the description of the install procedure was helpfull...

B.T.W: it also works on kernel version 2.6.12-1.1447_FC4

I must admit that the 64bit drivers are slow: I get a humble 1350 FPS with 'glxgears' on a X800XL
Hmm.. 1350fps is kinda low. I get 7000fps on it. You sure you're not on some weird resolution or something?
 
Old 09-11-2005, 04:04 AM   #7
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
@hey560: i'm running on 1280x1024x24bit.

when I run 'glxgears' I do NOT change anything (e.g. changing the opengl-window-size); I just run the command and watch the output..

when I run 'glxinfo' I get the following output:
Code:
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: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XL Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    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_transpose_matrix,
    GL_ARB_vertex_blend, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program,
    GL_ARB_vertex_shader, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_element_array, GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader,
    GL_ATI_map_object_buffer, GL_ATI_separate_stencil,
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_ATI_vertex_array_object, GL_ATI_vertex_attrib_array_object,
    GL_ATI_vertex_streams, GL_ATIX_texture_env_combine3,
    GL_ATIX_texture_env_route, GL_ATIX_vertex_shader_output_point_size,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, 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_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
    GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
the 'dmesg' output shows:
Quote:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 917 MBytes.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 201
[fglrx] module loaded - fglrx 8.16.20 [Aug 16 2005] on minor 0
[fglrx] free PCIe = 51118080
[fglrx] max PCIe = 51118080
[fglrx] free LFB = 116322304
[fglrx] max LFB = 116322304
[fglrx] free Inv = 134217728
[fglrx] max Inv = 134217728
[fglrx] total Inv = 134217728
[fglrx] total TIM = 0
[fglrx] total FB = 0
[fglrx] total PCIe = 16384
When I run the ATI Control Panel is says 'Transfermode: PCI', while the card is a AGP 8x...weird

Last edited by borchen; 09-11-2005 at 04:23 AM.
 
Old 09-24-2005, 05:20 AM   #8
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
Thanks borchen - that little hack works for me on opensuse 64bit too.

L
 
Old 10-06-2005, 03:54 AM   #9
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
Doesn't work for me :-(

I was exicted to read the headline of this thread and gave it a shoot right away. I've had issues with installing the ATI driver and as pointed out here there is a silly conflict with ATI and the pre installed MESA drivers (which cant be removed cleanly without uninstalling alot of stuff...).

Using the --force I managed to install the ATI rpm package (http://planet64bit.de/node/784) and changed my xorg.conf to load the glx module and use the fglrx driver.

But still all I get is a X crash when starting x...

From the log it seems to be a issue regarding the libglx.a module - has anyone had the same problem and found a way around ?

My kernel is:
2.6.13-1.1526_FC4smp

dmesg report when modprobing fglrx:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 918 MBytes.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[fglrx] module loaded - fglrx 8.16.20 [Aug 16 2005] on minor 0

Location of libglx.a:
/usr/X11R6/lib64/modules/extensions/libglx.a


Last edited by slott_hansen; 10-06-2005 at 04:02 AM.
 
Old 10-09-2005, 02:52 AM   #10
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
@slott_hansen

Could you post the compete error that occures with the 'libglx.a' ?

Just to be sure: it's very important to download the right rpm from ATI; in your case the X.ORG one

Could you show me the complete 'dmesg' output ? As you can see in a previous post from myself there should be some
additional info (about PCIe) after the 'module loaded'-line
 
Old 10-10-2005, 02:08 AM   #11
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
my Xorg log

Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.21-27.EL x86_64 [ELF] 
Current Operating System: Linux localhost.localdomain 2.6.13-1.1526_FC4smp #1 SMP Wed Sep 28 19:28:24 EDT 2005 x86_64
Build Date: 16 June 2005
Build Host: crowe.devel.redhat.com
 
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.13-1.1526_FC4smp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Wed Sep 28 19:28:24 EDT 2005 
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 10 08:40:33 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Multihead layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Videocard1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib64/modules"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2584 card 1028,0175 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2585 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2662 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1028,0175 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1028,0175 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1028,0175 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1028,0175 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1028,0175 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1028,0175 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2640 card 0000,0000 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 1028,0175 rev 03 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2652 card 1028,0175 rev 03 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1028,0175 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5b60 card 196d,1010 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5b70 card 196d,1011 rev 00 class 03,80,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,1677 card 1028,0175 rev 01 class 02,00,00 hdr 00
(II) PCI: 04:02:0: chip 5333,8811 card 0000,0000 rev 40 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdfd00000 - 0xdfefffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xdfc00000 - 0xdfcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xdfb00000 - 0xdfbfffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xd8000000 - 0xdfafffff (0x7b00000) MX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0x40000000 - 0x400fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5b60) rev 0, Mem @ 0xd0000000/27, 0xdfde0000/16, I/O @ 0xdc00/8, BIOS @ 0xdfe00000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5b70) rev 0, Mem @ 0xdfdf0000/16
(--) PCI: (4:2:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 64, Mem @ 0xd8000000/26, BIOS @ 0xdfa00000/16
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xdfcf0000 - 0xdfcfffff (0x10000) MX[B]
	[1] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[2] -1	0	0xdffff900 - 0xdffff9ff (0x100) MX[B]
	[3] -1	0	0xdffffa00 - 0xdffffbff (0x200) MX[B]
	[4] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[5] -1	0	0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B)
	[6] -1	0	0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B)
	[7] -1	0	0xdfde0000 - 0xdfdeffff (0x10000) MX[B](B)
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x0000e8a0 - 0x0000e8bf (0x20) IX[B]
	[10] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[11] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[12] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[13] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[14] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[15] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[16] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[17] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[18] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x0000e8c0 - 0x0000e8ff (0x40) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[22] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[23] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[24] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[25] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[26] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xdfa00000 - 0xdfa0ffff (0x10000) MX[B](B)
	[1] -1	0	0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdfcf0000 - 0xdfcfffff (0x10000) MX[B]
	[1] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[2] -1	0	0xdffff900 - 0xdffff9ff (0x100) MX[B]
	[3] -1	0	0xdffffa00 - 0xdffffbff (0x200) MX[B]
	[4] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[5] -1	0	0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B)
	[6] -1	0	0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B)
	[7] -1	0	0xdfde0000 - 0xdfdeffff (0x10000) MX[B](B)
	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x0000e8a0 - 0x0000e8bf (0x20) IX[B]
	[10] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[11] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[12] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[13] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[14] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[15] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[16] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[17] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[18] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x0000e8c0 - 0x0000e8ff (0x40) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[22] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[23] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[24] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[25] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[26] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xdfa00000 - 0xdfa0ffff (0x10000) MX[B](B)
	[1] -1	0	0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdfcf0000 - 0xdfcfffff (0x10000) MX[B]
	[6] -1	0	0xdffffc00 - 0xdfffffff (0x400) MX[B]
	[7] -1	0	0xdffff900 - 0xdffff9ff (0x100) MX[B]
	[8] -1	0	0xdffffa00 - 0xdffffbff (0x200) MX[B]
	[9] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[10] -1	0	0xdfdf0000 - 0xdfdfffff (0x10000) MX[B](B)
	[11] -1	0	0xdfe00000 - 0xdfe1ffff (0x20000) MX[B](B)
	[12] -1	0	0xdfde0000 - 0xdfdeffff (0x10000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xdfa00000 - 0xdfa0ffff (0x10000) MX[B](B)
	[15] -1	0	0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000e8a0 - 0x0000e8bf (0x20) IX[B]
	[19] -1	0	0x0000fea0 - 0x0000feaf (0x10) IX[B]
	[20] -1	0	0x0000fe30 - 0x0000fe33 (0x4) IX[B]
	[21] -1	0	0x0000fe20 - 0x0000fe27 (0x8) IX[B]
	[22] -1	0	0x0000fe10 - 0x0000fe13 (0x4) IX[B]
	[23] -1	0	0x0000fe00 - 0x0000fe07 (0x8) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[29] -1	0	0x0000e8c0 - 0x0000e8ff (0x40) IX[B]
	[30] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
	[31] -1	0	0x0000ff20 - 0x0000ff3f (0x20) IX[B]
	[32] -1	0	0x0000ff40 - 0x0000ff5f (0x20) IX[B]
	[33] -1	0	0x0000ff60 - 0x0000ff7f (0x20) IX[B]
	[34] -1	0	0x0000ff80 - 0x0000ff9f (0x20) IX[B]
	[35] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib64/modules/extensions/libglx.a

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support 
	 at http://wiki.X.Org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
 
Old 10-10-2005, 02:10 AM   #12
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
my dmesg

Code:
Bootdata ok (command line is ro root=LABEL=/ rhgb quiet)
Linux version 2.6.13-1.1526_FC4smp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Wed Sep 28 19:28:24 EDT 2005
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003fe8ac00 (usable)
 BIOS-e820: 000000003fe8ac00 - 000000003fe8cc00 (ACPI NVS)
 BIOS-e820: 000000003fe8cc00 - 000000003fe8ec00 (ACPI data)
 BIOS-e820: 000000003fe8ec00 - 0000000040000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
ACPI: RSDP (v000 DELL                                  ) @ 0x00000000000febf0
ACPI: RSDT (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fcc57
ACPI: FADT (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fcc97
ACPI: SSDT (v001   DELL    st_ex 0x00001000 MSFT 0x0100000d) @ 0x00000000fffcabfe
ACPI: MADT (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fcd0b
ACPI: BOOT (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fcd7d
ACPI: ASF! (v016 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fcda5
ACPI: MCFG (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fce0c
ACPI: HPET (v001 DELL    WS 370  0x00000007 ASL  0x00000061) @ 0x00000000000fce4a
ACPI: DSDT (v001   DELL    dt_ex 0x00001000 MSFT 0x0100000d) @ 0x0000000000000000
No NUMA configuration found
Faking a node at 0000000000000000-000000003fe8a000
Bootmem setup node 0 0000000000000000-000000003fe8a000
On node 0 totalpages: 261674
  DMA zone: 4000 pages, LIFO batch:1
  Normal zone: 257674 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:1
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:4 APIC version 16
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, 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 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Setting APIC routing to flat
ACPI: HPET id: 0x8086a201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
Checking aperture...
Built 1 zonelists
Kernel command line: ro root=LABEL=/ rhgb quiet
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 131072 bytes)
time.c: Using 14.318180 MHz HPET timer.
time.c: Detected 2992.619 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Memory: 1024564k/1047080k available (2307k kernel code, 0k reserved, 1348k data, 216k init)
Calibrating delay using timer specific routine.. 5991.15 BogoMIPS (lpj=11982300)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 256
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
using mwait in idle threads.
CPU: Physical Processor ID: 0
CPU0: Thermal monitoring enabled (TM1)
mtrr: v2.0 (20020519)
Using local APIC timer interrupts.
Detected 12.469 MHz APIC timer.
Booting processor 1/2 APIC 0x1
Initializing CPU#1
Calibrating delay using timer specific routine.. 5984.99 BogoMIPS (lpj=11969996)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU1: Thermal monitoring enabled (TM1)
              Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 03
APIC error on CPU1: 00(40)
CPU 1: Syncing TSC to CPU 0.
CPU 1: synchronized TSC with CPU 0 (last diff 6 cycles, maxerr 788 cycles)
Brought up 2 CPUs
time.c: Using HPET/TSC based timekeeping.
testing NMI watchdog ... OK.
checking if image is initramfs... it is
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using configuration type 1
PCI: Using MMCONFIG at e0000000
ACPI: Subsystem revision 20050408
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 9 devices
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
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 69ns tick, 3 64-bit timers
PCI-DMA: Disabling IOMMU.
pnp: 00:00: ioport range 0x800-0x85f could not be reserved
pnp: 00:00: ioport range 0xc00-0xc7f has been reserved
pnp: 00:00: ioport range 0x860-0x8ff has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: d000-dfff
  MEM window: dfd00000-dfefffff
  PREFETCH window: d0000000-d7ffffff
PCI: Bridge: 0000:00:1c.0
  IO window: disabled.
  MEM window: dfc00000-dfcfffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
  IO window: disabled.
  MEM window: dfb00000-dfbfffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
  IO window: disabled.
  MEM window: d8000000-dfafffff
  PREFETCH window: 40000000-400fffff
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
Simple Boot Flag value 0x87 read from CMOS RAM was invalid
Simple Boot Flag at 0x7a set to 0x1
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
audit: initializing netlink socket (disabled)
audit(1128931284.156:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
SELinux:  Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 604C0B2AE9AB4E0
- User ID: Red Hat, Inc. (Kernel Module GPG key)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie03]
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie02]
Allocate Port Service[pcie03]
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[pcie00]
Allocate Port Service[pcie02]
Allocate Port Service[pcie03]
ACPI: CPU0 (power states: C1[C1])
ACPI: CPU1 (power states: C1[C1])
Real Time Clock Driver v1.12
hpet_acpi_add: no address or irqs in _CRS
Linux agpgart interface v0.101 (c) Dave Jones
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH6: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 169
ICH6: chipset revision 3
ICH6: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
Probing IDE interface ide0...
hda: SONY CD-RW/DVD-ROM CRX330E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hda: ATAPI 48X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
mice: PS/2 mouse device common for all mice
md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 3.38
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Freeing unused kernel memory: 216k freed
SCSI subsystem initialized
libata version 1.12 loaded.
ata_piix version 1.04
ACPI: PCI Interrupt 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 217
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0xFE00 ctl 0xFE12 bmdma 0xFEA0 irq 217
ata2: SATA max UDMA/133 cmd 0xFE20 ctl 0xFE32 bmdma 0xFEA8 irq 217
ata1: dev 0 cfg 49:2f00 82:346b 83:7f01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata1: dev 0 ATA, max UDMA/133, 312500000 sectors: lba48
ata1: dev 0 configured for UDMA/133
scsi0 : ata_piix
ATA: abnormal status 0x7F on port 0xFE27
ata2: disabling port
scsi1 : ata_piix
  Vendor: ATA       Model: ST3160023AS       Rev: 8.12
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB)
SCSI device sda: drive cache: write back
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
tg3.c:v3.37 (August 25, 2005)
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 169
PCI: Setting latency timer of device 0000:02:00.0 to 64
eth0: Tigon3 [partno(BCM95751) rev 4001 PHY(5750)] (PCIX:100MHz:32-bit) 10/100/1000BaseT Ethernet 00:13:20:18:6d:8c
eth0: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] Split[0] WireSpeed[1] TSOcap[1] 
eth0: dma_rwctrl[76180000]
ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 23 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1e.2 to 64
intel8x0_measure_ac97_clock: measured 59763 usecs
intel8x0: clocking to 48000
hw_random: RNG not detected
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 21 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: irq 233, io mem 0xffa80800
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
USB Universal Host Controller Interface driver v2.3
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 21 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 233, io base 0x0000ff80
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 22 (level, low) -> IRQ 50
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 50, io base 0x0000ff60
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 58
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 58, io base 0x0000ff40
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 23 (level, low) -> IRQ 225
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 225, io base 0x0000ff20
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-8: new high speed USB device using ehci_hcd and address 4
hub 1-8:1.0: USB hub found
hub 1-8:1.0: 4 ports detected
usb 2-2: new low speed USB device using uhci_hcd and address 2
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
usb 4-1: new low speed USB device using uhci_hcd and address 2
NET: Registered protocol family 10
Disabled Privacy Extensions on device ffffffff804432e0(lo)
IPv6 over IPv4 tunneling driver
input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.2-1
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-1
tg3: eth0: Link is up at 1000 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [VBTN]
ibm_acpi: ec object not found
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
cdrom: open failed.
cdrom: open failed.
EXT3 FS on sda5, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 2096440k swap on /dev/sda6.  Priority:-1 extents:1
eth0: no IPv6 routers present
lp: driver loaded but no devices found
NET: Registered protocol family 4
NET: Registered protocol family 5
usb 3-2: new full speed USB device using uhci_hcd and address 2
cdc_acm 3-2:1.1: ttyACM0: USB ACM device
cdc_acm 3-2:1.3: ttyACM1: USB ACM device
usbcore: registered new driver cdc_acm
drivers/usb/class/cdc-acm.c: v0.23:USB Abstract Control Model driver for USB modems and ISDN adapters
Initializing USB Mass Storage driver...
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
  Vendor: Sony Eri  Model: Memory Stick      Rev: 0000
  Type:   Direct-Access                      ANSI SCSI revision: 00
SCSI device sdb: 126912 512-byte hdwr sectors (65 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 6a 00 00
sdb: assuming drive cache: write through
SCSI device sdb: 126912 512-byte hdwr sectors (65 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 6a 00 00
sdb: assuming drive cache: write through
 sdb: sdb1
Attached scsi removable disk sdb at scsi2, channel 0, id 0, lun 0
usb-storage: device scan complete
application kaffeine uses obsolete OSS audio interface
application mplayer uses obsolete OSS audio interface
 
Old 10-10-2005, 02:33 PM   #13
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
@slott_hansen

Code:
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5b60) rev 0, Mem @ 0xd0000000/27, 0xdfde0000/16, I/O @ 0xdc00/8, BIOS @ 0xdfe00000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5b70) rev 0, Mem @ 0xdfdf0000/16
(--) PCI: (4:2:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 64, Mem @ 0xd8000000/26, BIOS @ 0xdfa00000/16
I see you have two GFX-cards installed...maybe you should remove the S3 inc. one and see what happens.

B.T.W: apparently you're using an 'unknown' type of ATI card.

Looking at your complete 'dmesg' output shows nothing about your GFX-card at all.

The 'libglx.a' is NOT part of the ATI drivers, but is part of the x.org package.
 
Old 10-12-2005, 12:39 AM   #14
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
Removed the S3 card

I have now removed to S3 card to eliminate one possible source of failure...

Heres is some more system info:

Code:
lspci -v
01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] (prog-if 00 [VGA])
        Subsystem: Unknown device 196d:1010
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at d0000000 (32-bit, prefetchable) [size=128M]
        I/O ports at dc00 [size=256]
        Memory at dfde0000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at dfe00000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Express Endpoint IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
        Capabilities: [100] Advanced Error Reporting

01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b70
        Subsystem: Unknown device 196d:1011
        Flags: bus master, fast devsel, latency 0
        Memory at dfdf0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Express Endpoint IRQ 0
I asume that the second entry is due to the dual output of the card. I currently have two monitors attached - which is working fine with the basic ati/radeon drivers.


If I modprobe the fglrx drivers I see the following in my dmesg
Code:
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 918 MBytes.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
[fglrx] module loaded - fglrx 8.16.20 [Aug 16 2005] on minor 0
For some odd reason dmesg no longer shows my ATI gfx card
Code:
[root@localhost ~]# dmesg|grep -i ATI
No NUMA configuration found
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
Calibrating delay using timer specific routine.. 5991.14 BogoMIPS (lpj=11982293)
Calibrating delay using timer specific routine.. 5985.04 BogoMIPS (lpj=11970094)
PCI: Using configuration type 1
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
ICH6: not 100% native mode: will probe irqs later
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
 
Old 10-12-2005, 12:44 AM   #15
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
my Xorg Device section

xorg.conf
Code:
Section "Device"
        # vendor=1002, device=5b60
        Driver      "radeon"
        Identifier  "Videocard0"
#       Driver      "fglrx"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9200"
        Option      "DDCMode" "on"
        Option      "DPMS"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "mtrr" "off"
        Option      "DesktopSetup" "Horizontal"
        Option      "ScreenOverlap" "0"
        Option      "GammaCorrectionI" "0x06419064"
        Option      "GammaCorrectionII" "0x06419064"
        Option      "Capabilities" "0x00000000"
        Option      "CapabilitiesEx" "0x00000000"
        Option      "VideoOverlay" "off"
        Option      "OpenGLOverlay" "off"
        Option      "CenterMode" "off"
        Option      "PseudoColorVisuals" "off"
        Option      "Stereo" "off"
        Option      "StereoSyncEnable" "1"
        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"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "no"
        Option      "ForceGenericCPU" "no"
        Option      "VideoOverlay" "off"
        Option      "OpenGLOverlay" "off"
        Option      "CenterMode" "off"
        Option      "PseudoColorVisuals" "off"
        Option      "Stereo" "off"
        Option      "StereoSyncEnable" "1"
        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"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "no"
        Option      "ForceGenericCPU" "no"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
#       Driver      "fglrx"
        Identifier  "Videocard1"
        Driver      "radeon"
        VendorName  "Videocard Vendor"
        BoardName   "ATI Radeon X300"
        Option      "DDCMode" "on"
        Option      "DPMS"
        Option      "VideoOverlay" "off"
        Option      "UseInternalAGPGART" "no"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI x86_64 proprietary drivers fail to start direct rendering svenwinkle Linux - Hardware 3 09-20-2005 01:15 PM
ATI drivers in FC4 thanto_ Fedora 7 09-17-2005 02:19 AM
[Help: fc4 ]USB Modem + ATI drivers zackthehack Linux - Newbie 1 08-03-2005 06:40 PM
Monitor not working in FC2 x86_64 with ATI 9600 PolishSausageof Fedora 8 09-02-2004 07:36 PM
ATI New Drivers = No working Micro420 Linux - Hardware 7 11-07-2003 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:17 PM.

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