| View previous topic :: View next topic |
| Author |
Message |
Eventreur n00b

Joined: 16 Apr 2006 Posts: 6
|
Posted: Sat Apr 29, 2006 11:46 am Post subject: |
|
|
I have updated my modular X a few days ago, and I have a weird message when I'm doing startx. Here it is :
"dlopen: /usr/lib/xorg/modules/drivers/fglrx_drv.so: undefined symbol: __glXActiveScreens"
After that, my fglrx module fail to load and X won't start. I will be glad if you can have the idea that will fix my issue because I'm trying a lot of things but I simply can't find the origin of that bug.
Thanks a lot for your help. |
|
| Back to top |
|
 |
lnxz Guru

Joined: 03 Jul 2005 Posts: 472 Location: Earth
|
Posted: Sat Apr 29, 2006 12:47 pm Post subject: |
|
|
| You aren't by any chance using the -Wl,-z,now ld flag? |
|
| Back to top |
|
 |
ChaoticCoyote n00b

Joined: 13 Dec 2002 Posts: 8
|
Posted: Sat Apr 29, 2006 6:13 pm Post subject: |
|
|
I'm getting another problem. From the tail of my /ver/log/Xorg.0.log:
| Code: |
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x82) [0x4772b2]
1: /lib/libc.so.6 [0x2aaaab6cb640]
2: /lib/libc.so.6(strlen+0x30) [0x2aaaab70bdc0]
3: /usr/X11R6/bin/X(xf86XVScreenInit+0x7ba) [0x4892aa]
4: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(KaleidoscopeInitVideo+0x8a) [0x2aaaac7f9c0a]
5: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(R200ScreenInit+0xb4a) [0x2aaaac7cd83a]
6: /usr/X11R6/bin/X(AddScreen+0x236) [0x432386]
7: /usr/X11R6/bin/X(InitOutput+0x237) [0x460d37]
8: /usr/X11R6/bin/X(main+0x269) [0x432b79]
9: /lib/libc.so.6(__libc_start_main+0xf4) [0x2aaaab6b9134]
10: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xa1) [0x432059]
Fatal server error:
Caught signal 11. Server aborting
|
I'm running an X1300 card on a dual processor AMD Thunder K8w (2885) motherboard, kernel 2.6.15.-gentoo-r7, with xorg 7.0 and xorg-server 1.0.2-r3. The crash can be eilimated by commenting out the line that loads the "dri" module -- but then I don't have accelerated 3D/OpenGL.
Any suggestions? _________________ Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Software Invention for High-Performance Computing |
|
| Back to top |
|
 |
christschn n00b

Joined: 26 Aug 2003 Posts: 4
|
Posted: Mon May 01, 2006 11:11 am Post subject: |
|
|
| ChaoticCoyote wrote: | I'm getting another problem. From the tail of my /ver/log/Xorg.0.log:
| Code: |
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x82) [0x4772b2]
1: /lib/libc.so.6 [0x2aaaab6cb640]
2: /lib/libc.so.6(strlen+0x30) [0x2aaaab70bdc0]
3: /usr/X11R6/bin/X(xf86XVScreenInit+0x7ba) [0x4892aa]
4: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(KaleidoscopeInitVideo+0x8a) [0x2aaaac7f9c0a]
5: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(R200ScreenInit+0xb4a) [0x2aaaac7cd83a]
6: /usr/X11R6/bin/X(AddScreen+0x236) [0x432386]
7: /usr/X11R6/bin/X(InitOutput+0x237) [0x460d37]
8: /usr/X11R6/bin/X(main+0x269) [0x432b79]
9: /lib/libc.so.6(__libc_start_main+0xf4) [0x2aaaab6b9134]
10: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xa1) [0x432059]
Fatal server error:
Caught signal 11. Server aborting
|
I'm running an X1300 card on a dual processor AMD Thunder K8w (2885) motherboard, kernel 2.6.15.-gentoo-r7, with xorg 7.0 and xorg-server 1.0.2-r3. The crash can be eilimated by commenting out the line that loads the "dri" module -- but then I don't have accelerated 3D/OpenGL.
Any suggestions? |
I have got the same problems. I've also got an X1300, but on an Asus board with Intel Pentium D. X just crashes when DRI is enabled. I have tried different kernel versions but nothing worked so far. I can live without 3D, but no xvideo in mplayer really sucks. Perhaps some of you guys know an answer. |
|
| Back to top |
|
 |
ChaoticCoyote n00b

Joined: 13 Dec 2002 Posts: 8
|
Posted: Mon May 01, 2006 2:00 pm Post subject: |
|
|
| christschn wrote: | | I have got the same problems. I've also got an X1300, but on an Asus board with Intel Pentium D. X just crashes when DRI is enabled. I have tried different kernel versions but nothing worked so far. I can live without 3D, but no xvideo in mplayer really sucks. Perhaps some of you guys know an answer. |
At least you've confirmed for me that it isn't a motherboard bug.
I've tried all sorts of changes the the ATI "tweak" settings, and still can't get it to run.  _________________ Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Software Invention for High-Performance Computing |
|
| Back to top |
|
 |
HomerJ n00b


Joined: 12 Sep 2003 Posts: 34
|
Posted: Tue May 02, 2006 12:41 am Post subject: |
|
|
Thanks to the instructions here, I installed the driver and it works fine. I get > 1500fps with glxgears, which seem to indicate dri works, but any of the kde opengl screensavers don't work. They simply show a black screen, with no fancy colors or trippy shapes...
Am I missing something obvious?
USE="-gnome -gtk -esd qt daap ipod kde acpi alsa cdr cups dvd dvdr howl java kde kdeenablefinal opengl dri vorbis samba sse3 threads wifi win32codecs zeroconf aac mp3 lame" _________________ * Inspiron 6400/e1505
* Intel Core Duo CPU 2.00 GHz
* ATI X1400 |
|
| Back to top |
|
 |
jarealist Apprentice

Joined: 07 Oct 2002 Posts: 224
|
Posted: Tue May 02, 2006 12:48 am Post subject: |
|
|
HomerJ -- If you switched over from using the internal radeon driver you might want to
run revdep-rebuild. kdebase probably needs to be recompiled. |
|
| Back to top |
|
 |
HomerJ n00b


Joined: 12 Sep 2003 Posts: 34
|
Posted: Tue May 02, 2006 12:50 am Post subject: |
|
|
| jarealist wrote: | HomerJ -- If you switched over from using the internal radeon driver you might want to
run revdep-rebuild. kdebase probably needs to be recompiled. |
Pardon my ignorance, but is this a shell command? I don't appear to have it...
Thanks.
Answered my own question. It's part of gentoolkit
Ran it, and the command reports that "Dynamic linking on your system is consistent... All done." _________________ * Inspiron 6400/e1505
* Intel Core Duo CPU 2.00 GHz
* ATI X1400 |
|
| Back to top |
|
 |
stiwi Apprentice

Joined: 20 Mar 2003 Posts: 266 Location: hamburg - germany
|
Posted: Tue May 02, 2006 9:45 am Post subject: |
|
|
| im using this driver with my ibm thinkpad t60p with integrated v5200 ab chipID x1600. my gnome is working fine with 3d support, but when i execute the command "/etc/init.d/xdm stop" my system crashes with a stacktrace and error in fglrx and i can only power off. my kernel is gentoo-2.6.16-r3 but the error is also with gentoo-2.6.15-r8. has anybody the same? |
|
| Back to top |
|
 |
HomerJ n00b


Joined: 12 Sep 2003 Posts: 34
|
Posted: Tue May 02, 2006 10:51 pm Post subject: |
|
|
| HomerJ wrote: |
Ran it, and the command reports that "Dynamic linking on your system is consistent... All done." |
Well, there was a new version of Xorg in portage today (6.8.2-r7), and emerging it "repaired" my opengl... Good enough for me. _________________ * Inspiron 6400/e1505
* Intel Core Duo CPU 2.00 GHz
* ATI X1400 |
|
| Back to top |
|
 |
Erlend Guru

Joined: 26 Dec 2004 Posts: 483
|
Posted: Mon May 08, 2006 6:57 pm Post subject: Error on OpenGL |
|
|
This is with the 8.24.8 driver from portage.
On running fgl_glxgears I get:
| Code: |
Using GLX_SGIX_pbuffer
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 32
Current serial number in output stream: 32
|
And glxinfo gives:
| 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_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_hyperpipe, GLX_SGIX_swap_barrier,
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
... |
Direct rendering has broken . Anybody know why please?
I'm running Xorg-7 and 2.6.15 kernel.
Thanks,
Erlend |
|
| Back to top |
|
 |
razlix n00b

Joined: 15 May 2006 Posts: 2
|
Posted: Mon May 15, 2006 11:00 am Post subject: |
|
|
Hi all !
For the problems christschn and ChaoticCoyote have:
| Quote: | *** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x82) [0x4772b2]
1: /lib/libc.so.6 [0x2aaaab6cb640]
2: /lib/libc.so.6(strlen+0x30) [0x2aaaab70bdc0]
3: /usr/X11R6/bin/X(xf86XVScreenInit+0x7ba) [0x4892aa]
4: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(KaleidoscopeInitVideo+0x8a) [0x2aaaac7f9c0a]
5: /usr/lib64/xorg/modules/drivers/fglrx_drv.so(R200ScreenInit+0xb4a) [0x2aaaac7cd83a]
6: /usr/X11R6/bin/X(AddScreen+0x236) [0x432386]
7: /usr/X11R6/bin/X(InitOutput+0x237) [0x460d37]
8: /usr/X11R6/bin/X(main+0x269) [0x432b79]
9: /lib/libc.so.6(__libc_start_main+0xf4) [0x2aaaab6b9134]
10: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xa1) [0x432059]
Fatal server error:
Caught signal 11. Server aborting |
The solution is described in this thread:
http://www.rage3d.com/board/showthread.php?t=33847016
Hope this helps
Bye |
|
| Back to top |
|
 |
__g_blade Tux's lil' helper


Joined: 13 Jan 2006 Posts: 101 Location: paderborn, germany
|
Posted: Mon May 15, 2006 11:28 am Post subject: |
|
|
have trouble to emerge it
every time it stops after "man:"
| Code: |
ncompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3599: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3600: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3601: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3603: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3613: warning: function declaration
isn't a prototype
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function 'test_inter_module_interface':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3618: warning: assignment from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_allocate_memory_phys_list':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3943: warning: passing argument 3 of 'im_fglrx_agp_stub->allocate_memory_phys_list' makes integer from pointer without a cast
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_bind_memory':/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3982: warning: passing argument 1 of 'im_fglrx_agp_stub->bind_memory' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_unbind_memory':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3995: warning: passing argument 1 of 'im_fglrx_agp_stub->unbind_memory' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_smp_call_function':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:4224: warning: passing argument 1 of 'smp_call_function' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_available':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3709: warning: 'retval' is used uninitialized in this function
LD [M] /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.o
Building modules, stage 2.
MODPOST
CC /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.mod.o
LD [M] /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.ko
make: Leaving directory `/usr/src/linux-2.6.17-rc3-no2'
>>> Source compiled.
>>> Test phase [not enabled]: x11-drivers/ati-drivers-8.24.8
>>> Install ati-drivers-8.24.8 into /var/tmp/portage/ati-drivers-8.24.8/image/ category x11-drivers
* Installing fglrx module
>>> Completed installing ati-drivers-8.24.8 into /var/tmp/portage/ati-drivers-8.24.8/image/
man:
|
nothing happens _________________ --eof-- |
|
| Back to top |
|
 |
razlix n00b

Joined: 15 May 2006 Posts: 2
|
Posted: Mon May 15, 2006 11:30 am Post subject: how long did you wait? |
|
|
| __g_blade wrote: | have trouble to emerge it
every time it stops after "man:"
| Code: |
ncompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3599: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3600: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3601: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3603: warning: initialization from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3613: warning: function declaration
isn't a prototype
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function 'test_inter_module_interface':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3618: warning: assignment from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_allocate_memory_phys_list':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3943: warning: passing argument 3 of 'im_fglrx_agp_stub->allocate_memory_phys_list' makes integer from pointer without a cast
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_bind_memory':/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3982: warning: passing argument 1 of 'im_fglrx_agp_stub->bind_memory' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_unbind_memory':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3995: warning: passing argument 1 of 'im_fglrx_agp_stub->unbind_memory' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_smp_call_function':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:4224: warning: passing argument 1 of 'smp_call_function' from incompatible pointer type
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c: In function '__ke_agp_available':
/var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/firegl_public.c:3709: warning: 'retval' is used uninitialized in this function
LD [M] /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.o
Building modules, stage 2.
MODPOST
CC /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.mod.o
LD [M] /var/tmp/portage/ati-drivers-8.24.8/work/common/lib/modules/fglrx/build_mod/fglrx.ko
make: Leaving directory `/usr/src/linux-2.6.17-rc3-no2'
>>> Source compiled.
>>> Test phase [not enabled]: x11-drivers/ati-drivers-8.24.8
>>> Install ati-drivers-8.24.8 into /var/tmp/portage/ati-drivers-8.24.8/image/ category x11-drivers
* Installing fglrx module
>>> Completed installing ati-drivers-8.24.8 into /var/tmp/portage/ati-drivers-8.24.8/image/
man:
|
nothing happens |
I'm asking because it take some time at this stage .. I guess you should wait al little longer  |
|
| Back to top |
|
 |
__g_blade Tux's lil' helper


Joined: 13 Jan 2006 Posts: 101 Location: paderborn, germany
|
Posted: Mon May 15, 2006 11:43 am Post subject: |
|
|
yeah my fault,
waited and solved _________________ --eof-- |
|
| Back to top |
|
 |
akb Guru

Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Mon May 15, 2006 1:53 pm Post subject: |
|
|
| akb wrote: | | one quick question by the way: is this driver able to render correctly when using antialiasing within Xgl? with the current official ebuilds version you get a crappy screen as long as the desktop "stands still" and when moving some 3d object (rotating the cube and things like that [compiz]) it gets okay for a few seconds, but then falls back to a crappy screen. |
anyone?  |
|
| Back to top |
|
 |
__g_blade Tux's lil' helper


Joined: 13 Jan 2006 Posts: 101 Location: paderborn, germany
|
Posted: Mon May 15, 2006 5:47 pm Post subject: |
|
|
have ati-drivers running
but
| Code: |
omerta ~ # startx
xauth: creating new authority file /root/.serverauth.6109
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.
X Window System Version 7.0.99.903 (7.1.0 RC 3)
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.0.99.903
Build Operating System: Linux 2.6.17-rc3-no2 i686
Current Operating System: Linux omerta 2.6.17-rc3-no2 #1 SMP PREEMPT Sun May 14 14:11:50 CEST 2006 i686
Build Date: 14 May 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon May 15 19:46:26 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
|
that's something with the new xorg-server i know but xorg-x11-7.1_rc2 depends on the newer xorg server so i can't use the old (working?) xorgserver (?)
need urgent help _________________ --eof-- |
|
| Back to top |
|
 |
christschn n00b

Joined: 26 Aug 2003 Posts: 4
|
Posted: Wed May 17, 2006 8:08 am Post subject: |
|
|
Thanks, razlix.
That really was the solution. I finally got acceleration working and can now watch videos in fullscreen again. I hope this matter gets fixed with the next driver version.
christschn |
|
| Back to top |
|
 |
GenPetr n00b

Joined: 24 Apr 2006 Posts: 2
|
|
| Back to top |
|
 |
mb.Tab n00b


Joined: 07 May 2006 Posts: 44 Location: /home/mb.Tab
|
Posted: Wed May 24, 2006 11:09 pm Post subject: |
|
|
*woot* Yeah pls someone, make an ebuild afap .... _________________ [center]~*It´s mb.Tab*~[/center] |
|
| Back to top |
|
 |
akb Guru

Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Thu May 25, 2006 12:10 am Post subject: |
|
|
YEEEHAW )
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_8.25.18.html#178987
->
| Quote: | # Running two X servers simultaneously no longer results in the system failing to respond. Further details can be found in topic number 737-220
# Toggling between console mode and X Server graphical mode no longer results in a system hang. Further details can be found in topic number 737-22058 |
nice one is the second one even that one which occurs when shutting down X for whatever reason? this is a well known problem and when this release fixes this, i think there are thousands of linuxers kissing their feet  |
|
| Back to top |
|
 |
hiroki Guru

Joined: 29 Jul 2003 Posts: 327 Location: @home in germany
|
Posted: Thu May 25, 2006 7:54 am Post subject: Re: ATI drivers 8.25.18 is out with Xorg 7.0 support !!! |
|
|
| GenPetr wrote: | | ATI drivers 8.25.18 is out with Xorg 7.0 support !!! |
Unfortunately I'm using Xorg 7.1. now
 |
|
| Back to top |
|
 |
mb.Tab n00b


Joined: 07 May 2006 Posts: 44 Location: /home/mb.Tab
|
Posted: Fri May 26, 2006 9:06 pm Post subject: |
|
|
Is someone workin´ on it *?*...ebuild or installed it successfuly _________________ [center]~*It´s mb.Tab*~[/center] |
|
| Back to top |
|
 |
|