Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ET Won't start (glx module doesn't build)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Sat Sep 06, 2003 6:16 pm    Post subject: ET Won't start (glx module doesn't build) Reply with quote

I'm running the latest ATI Drivers (v3.2.5) and gnome and all works... But when i start Enemy Territory it tries to get into software rendering or something :?

Code:

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
Xlib:  extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect
 
 
***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...

I did opengl-update ati a few times but it doesnt matter (it used to fix things).
Please help me, i've searched the forums but i can't find anything usefull...


Last edited by BlueZeniX on Thu Sep 11, 2003 12:05 am; edited 1 time in total
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Sun Sep 07, 2003 10:10 pm    Post subject: Reply with quote

what does glxinfo say about this??? Does it also shows only software-OpenGL or does it say there is hardwareacceleration?
I got the same problems after upgrading from ati-driver 2.9.13 to 3.2.4, but if i remember right, a
Code:
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
in my XFree86Config "Module" Section solved the problem.
_________________
'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Wed Sep 10, 2003 9:43 am    Post subject: Reply with quote

This is what i get when i run glxinfo in a terminal.

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
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
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
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  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x24 24 tc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x25 24 tc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x26 24 tc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x27 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x28 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x29 24 dc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x2a 24 dc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None


I don't know what it all means :P

In my XF86Config-4 i have the same lines so i really don't know where the problem lies.
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Wed Sep 10, 2003 9:45 am    Post subject: Reply with quote

When i emerge my ati-drivers i get some stupid errors and the GLX module doesn't get build... Could this be (part of) the problem?
Back to top
View user's profile Send private message
kronon
Apprentice
Apprentice


Joined: 11 Aug 2003
Posts: 212
Location: NL

PostPosted: Wed Sep 10, 2003 10:36 am    Post subject: Reply with quote

It means you don't have direct rendering interface. No graphical exeleration. No 3d support. You got the wrong video cards settings or a crapy very old video card on a pentium 133.

I gues you have to change XF86Config ;)

You probably had have the same problem as I had with my ati driver.
Some tips

don't use fglrx with 2.6
2.6 radeon module works to some extends (I can play unreal tournament with 30fps and I got a ati M9)
fglrs didn't ant to work for me :evil:
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Wed Sep 10, 2003 11:08 am    Post subject: Reply with quote

BlueZeniX wrote:
When i emerge my ati-drivers i get some stupid errors and the GLX module doesn't get build... Could this be (part of) the problem?
Definitively correct...
No fglrx-module, no hardware-acceleration...
Try to switch opengl to xfree before emergeing the ati-drivers... And switch back afterwards...
You can do it with
Code:
opengl-update xfree && emerge ati-drivers && opengl-update ati

_________________
'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Wed Sep 10, 2003 11:45 am    Post subject: Reply with quote

I tried switching opengl a few times allready with no luck. allways get these errors:

Code:

root@danny / # emerge ati-drivers
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/ati-drivers-3.2.5 to /
>>> md5 src_uri ;-) fglrx-glc22-4.3.0-3.2.5.i586.rpm
>>> Unpacking source...
 
>>> Source unpacked.
 * building the glx module
ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
skipping patch for 'drm_os_linux.h', not needed
doing script based build for kernel 2.4.x and similar
compiling 'agpgart_be.c'...
agpgart_be.c: /lib/modules/2.5.75/build/include/linux/modversions.h: No such file or directory
In file included from /lib/modules/2.5.75/build/include/asm/semaphore.h:42,
                 from /lib/modules/2.5.75/build/include/linux/sched.h:17,
                 from /lib/modules/2.5.75/build/include/linux/module.h:10,
                 from agpgart_be.c:75:
/lib/modules/2.5.75/build/include/linux/rwsem.h: In function `down_read':
/lib/modules/2.5.75/build/include/linux/rwsem.h:43: warning: passing arg 1 of `__might_sleep' discards qualifiers from pointer target type
/lib/modules/2.5.75/build/include/linux/rwsem.h: In function `down_write':
/lib/modules/2.5.75/build/include/linux/rwsem.h:66: warning: passing arg 1 of `__might_sleep' discards qualifiers from pointer target type
In file included from /lib/modules/2.5.75/build/include/linux/sched.h:17,
                 from /lib/modules/2.5.75/build/include/linux/module.h:10,
                 from agpgart_be.c:75:
/lib/modules/2.5.75/build/include/asm/semaphore.h: In function `down':
/lib/modules/2.5.75/build/include/asm/semaphore.h:119: warning: passing arg 1 of `__might_sleep' discards qualifiers from pointer target type
/lib/modules/2.5.75/build/include/asm/semaphore.h: In function `down_interruptible':
/lib/modules/2.5.75/build/include/asm/semaphore.h:145: warning: passing arg 1 of `__might_sleep' discards qualifiers from pointer target type
In file included from /lib/modules/2.5.75/build/include/linux/pagemap.h:10,
                 from agpgart_be.c:86:
patch/include/linux/highmem.h: In function `kmap':
patch/include/linux/highmem.h:25: warning: passing arg 1 of `__might_sleep' discards qualifiers from pointer target type
agpgart_be.c: In function `agp_free_memory_phys_list':
agpgart_be.c:382: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:493)
agpgart_be.c: In function `__fgl_agp_allocate_memory_phys_list':
agpgart_be.c:416: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:481)
agpgart_be.c:426: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:493)
agpgart_be.c: In function `__fgl_agp_free_memory':
agpgart_be.c:479: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:493)
agpgart_be.c: In function `__fgl_agp_allocate_memory':
agpgart_be.c:508: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:481)
agpgart_be.c:519: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:493)
agpgart_be.c: In function `intel_i810_alloc_by_type':
agpgart_be.c:1605: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:481)
agpgart_be.c:1627: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:481)
agpgart_be.c: In function `intel_i810_free_by_type':
agpgart_be.c:1662: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:493)
agpgart_be.c: In function `intel_i830_alloc_by_type':
agpgart_be.c:1934: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /lib/modules/2.5.75/build/include/linux/module.h:481)
compiling failed - object file was not generated
 * glx module not built
 * building the fgl_glxgears sample


Im using the development-sources-2.5.75 (2.6 kernels didnt work with my keyboard for some strange reason :? )
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Wed Sep 10, 2003 11:49 am    Post subject: Reply with quote

kronon wrote:
...don't use fglrx with 2.6
2.6 radeon module works to some extends (I can play unreal tournament with 30fps and I got a ati M9)
fglrs didn't ant to work for me :evil:


I didn't read this reply before my last post, but i "need" to use a kernel higher then 2.4 because 2.4 kernels won't detect my dvd drive togheter with my burner properly :?

rebooting just to play a game aint pretty... :roll:
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Wed Sep 10, 2003 12:10 pm    Post subject: Reply with quote

Gentoo contains some patches to use fglrx with Kernel 2.6 but not with Kernel 2.5.x
But i didn't test them 'cause i'm still happy with my 2.4.20 :)
Maybe it's easier to fix the keyboard problem with 2.6 and try again...
_________________
'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Wed Sep 10, 2003 2:26 pm    Post subject: Reply with quote

Thanks for the info, but what patches? How do i get them (and install them...) I'll try to find them :)

EDIT: oh ofcourse, inside the ebuild LoL... I'm merging the latest 2.6 kernel now so maybe ill have more luck with it then last time :D
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 12:03 am    Post subject: Reply with quote

Okey i got the mm-sources and they work! 8) Now if only this wouldnt happen . . .

Code:
root@danny / # emerge ati-drivers
Calculating dependencies ...done!
>>> emerge (1 of 1) media-video/ati-drivers-3.2.5 to /
>>> md5 src_uri ;-) fglrx-glc22-4.3.0-3.2.5.i586.rpm
>>> Unpacking source...
 
 * creating Makefile for kernel 2.6
patching file Makefile
 * applying fglrx-2.6-amd-adv-spec-fix.patch
patching file firegl_public.c
Hunk #1 succeeded at 3101 (offset 51 lines).
 * applying fglrx-2.6-vmalloc-vmaddr
patching file firegl_public.c
>>> Source unpacked.
 * building the glx module
make: Entering directory `/usr/src/linux-2.6.0-test5-mm1'
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
*** Warning: Overriding SUBDIRS on the command line can cause
***          inconsistencies
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/agpgart_be.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/agp3.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/i7505-agp.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/nvidia-agp.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.o
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c: In function `firegl_stub_open':
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c:423: error: called object is not a function
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c: In function `__ke_inode_rdev_minor':
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c:849: warning: implicit declaration of function `minor'
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c: At top level:
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c:3099: warning: `have_cpuid_p' defined but not used
make[1]: *** [/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.o] Error 1
make: *** [/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod] Error 2
make: Leaving directory `/usr/src/linux-2.6.0-test5-mm1'
 * glx module not built


I really dont see the problem :cry:
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Thu Sep 11, 2003 10:08 am    Post subject: Reply with quote

Maybe this Thread at Rage3d might help you with your problem...
http://www.rage3d.com/board/showthread.php?s=29a83dac75f61705d583e944cea32b09&threadid=33709633
_________________
'Cynic' is a word invented by optimists to criticize realists. - Nigel. In the ocean of Night by Gregory Benford
"Zyniker" ist ein Wort das Optimisten erfunden haben um Realisten zu kritisieren. - Nigel. Im Meer der Nacht von Gregory Benford
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 10:23 am    Post subject: Reply with quote

The patch in that thread on Rage3D should fix this problem. It is in Bugzilla, but there appear to be several ways to fix this particular problem, so the guy who maintains the ati-drivers ebuilds is working out which one will work best before he adds it. bug 28288 and bug 28318.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 4:02 pm    Post subject: Reply with quote

Okey now i got it patched, and the module gets built... but NooOoO still no luck :(

opengl-update ati still uses the Mesa Software renderer for some reason. Even re emerging with opengl-update xfree and afterwards back to ati doesnt do anything...

Sorry im still bothering you guys :oops: but i really want to play games again :wink:
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 4:20 pm    Post subject: Reply with quote

From a console, try:
Code:
rmmod fglrx
emerge -C ati-drivers
opengl-update xfree
ACCEPT_KEYWORDS="~x86" emerge ati-drivers
opengl-update ati
modprobe fglrx
fglrxconfig
startx


Post any errors you get (check your XFree log if you haven't already).
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 4:27 pm    Post subject: Reply with quote

root@danny / # rmmod fglrx
ERROR: Module fglrx does not exist in /proc/modules

hmm thats not a good start :P

Just a warning:
Code:

* building the glx module
make: Entering directory `/usr/src/linux-2.6.0-test5-mm1'
  CHK     include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/asm-i386/asm_offsets.h
*** Warning: Overriding SUBDIRS on the command line can cause
***          inconsistencies
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/agpgart_be.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/agp3.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/i7505-agp.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/nvidia-agp.o
  CC [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.o
/var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/firegl_public.c:3103: warning: `have_cpuid_p' defined but not used
  LD [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/fglrx.o
  Building modules, stage 2.
  MODPOST
  CC      /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/fglrx.mod.o
  LD [M]  /var/tmp/portage/ati-drivers-3.2.5/work/lib/modules/fglrx/build_mod/fglrx.ko
make: Leaving directory `/usr/src/linux-2.6.0-test5-mm1'


And et wont start again...
Code:

bluezenix@danny bluezenix $ et
ET 2.55 linux-i386 May 27 2003
----- FS_Startup -----
Current search path:
/home/bluezenix/.etwolf/etmain
/opt/enemy-territory/etmain/pak0.pk3 (3725 files)
/opt/enemy-territory/etmain/mp_bin.pk3 (4 files)
/opt/enemy-territory/etmain
 
----------------------
3729 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
 
------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
Xlib:  extension "XFree86-DGA" missing on display ":0.0".
Failed to detect XF86DGA Mouse
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect
 
 
***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting...


EDIT2: Oops i pasted from an old log...

Code:

(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe19d3000
(II) fglrx(0): [drm] mapped SAREA 0xe19d3000 to 0x40225000
(II) fglrx(0): [drm] framebuffer handle = 0xd0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 3.2.5
(II) fglrx(0):     Date: Aug  6 2003
(II) fglrx(0):     Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.0-test5-mm1
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xdfef0000
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"
(EE) fglrx(0): cannot init AGP
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe19d3000 at 0x40225000
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x08000000
(WW) fglrx(0): Failed to set up write-combining range (0xd0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,960) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 960)
(II) fglrx(0): Largest offscreen area available: 1280 x 7227
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   Solid Horizontal and Vertical Lines
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled


Last edited by BlueZeniX on Thu Sep 11, 2003 4:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 4:42 pm    Post subject: Reply with quote

BlueZeniX wrote:
root@danny / # rmmod fglrx
ERROR: Module fglrx does not exist in /proc/modules

hmm thats not a good start

Yup. No fglrx module = no 3D accel. The compile warning is nothing to worry about.

BlueZeniX wrote:
Where do i find my X logs btw

Your XFree log is /var/log/XFree86.0.log.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 4:44 pm    Post subject: Reply with quote

I'm going to try using Xfree 4.3.0 instead. Thanks alot for helping me out :!:

:D
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 4:54 pm    Post subject: Reply with quote

You were using 4.2.0? That would be a problem :) All the drivers in portage are for 4.3.0 IIRC, so unless you want to change one of the ebuilds to install the 4.2.0 version then you may as well upgrade.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 4:56 pm    Post subject: Reply with quote

You were using 4.2.0? That would be a problem :) All the drivers in portage are for 4.3.0 IIRC, so unless you want to change one of the ebuilds to install the 4.2.0 version then you may as well upgrade.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 4:58 pm    Post subject: Reply with quote

no some weird version : xfree-4.3.99.11

I guess fglrx didnt recognize it.


Last edited by BlueZeniX on Thu Sep 11, 2003 5:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 5:07 pm    Post subject: Reply with quote

I think it would still cause the same kind of problem. If your version of X doesn't match 4.3.0, it probably won't work.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 6:48 pm    Post subject: Reply with quote

Well it still doesnt work, when xfree-4.3.0-r3 was emerged i unmerged the ati drivers, merged them again with the patch, opengl updated, ran fglrxconfig, modprobed via-agp, started X and still i get this error in the log:

Code:

(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xe19cd000
(II) fglrx(0): [drm] mapped SAREA 0xe19cd000 to 0x40214000
(II) fglrx(0): [drm] framebuffer handle = 0xd0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 3.2.5
(II) fglrx(0):     Date: Aug  6 2003
(II) fglrx(0):     Desc: ATI Fire GL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.0-test5-mm1
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xdfef0000
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"
(EE) fglrx(0): cannot init AGP
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe19cd000 at 0x40214000
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x08000000
(WW) fglrx(0): Failed to set up write-combining range (0xd0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,960) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 960)
(II) fglrx(0): Largest offscreen area available: 1280 x 7227


Is there something wrong with my kernel config? I'm getting pretty tired of this :cry:
Back to top
View user's profile Send private message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Sep 11, 2003 7:08 pm    Post subject: Reply with quote

Is the fglrx module loaded properly?
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
BlueZeniX
n00b
n00b


Joined: 28 Jun 2003
Posts: 52
Location: The Netherlands

PostPosted: Thu Sep 11, 2003 7:30 pm    Post subject: Reply with quote

Yup...

(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"
(EE) fglrx(0): cannot init AGP

...why..? I just recompiled my kernel without drm support and agpgart. Makes no difference.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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