You are not logged in.
Pages: 1
fglrxinfo gives me:
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  139 (ATIFGLEXTENSION)
  Minor opcode of failed request:  66 ()
  Serial number of failed request:  13
  Current serial number in output stream:  13sudo fglrxinfo gives me:
fglrxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directorySame for more or less any program that requires direct rendering. Any ideas? What further information should I provide? I haven't found much about this via searches.
Last edited by tsc (2011-08-05 01:18:50)
Offline
Anyone? Anyone? Bueller?
Offline
Which catalyst packages did you install?
Offline
catalyst-total with libgl/lib32-libgl/xf86-video-ati removed (as catalsyt-total supplants these).
Last edited by tsc (2011-08-04 19:43:58)
Offline
Is the kernelmodule loaded and did you add "nomodeset" to your kernel line?
Offline
As far as I can tell the kernel module is loaded. 'nomodeset' is definitely on the kernel line.
Offline
One odd thing is some compositing, like translucent terminals, works perfectly fine while 3D and SDL apps don't launch.
Offline
You don't have /usr/lib/libGL.so.1 at all on your system? If so you either didn't install the correct catalyst packages, or the one you installed is broken (or you ran out of disk space/killed pacman)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Is isn't in /usr/lib
$ ls /usr/lib | grep libGL
libGLEWmx.so
libGLEWmx.so.1.6
libGLEWmx.so.1.6.0
libGLEW.so
libGLEW.so.1.6
libGLEW.so.1.6.0
libGLU.so
libGLU.so.1
libGLU.so.1.3.071100
libGLw.so
libGLw.so.1
libGLw.so.1.0.0Whereas catalyst-total puts libGL.so.* in /usr/lib/catalystpxp:
$ ls /usr/lib/catalystpxp
fglrx  libGL.so  libGL.so.1  libGL.so.1.2Should I symlink them to /usr/lib? Change something in ld.so.conf?
#
# /etc/ld.so.conf
#
include /etc/ld.so.conf.d/*.conf
# End of fileLast edited by tsc (2011-08-04 21:55:42)
Offline
ls /usr/lib | grep libGL.so.1
fglrx-libGL.so.1.2
libGL.so.1
libGL.so.1.2catalyst and catalyst-utils ...
Install these packages and you will be fine.
Offline
Doing that I now have libGL.so.1 and its variants in /usr/lib but I still get the
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  139 (ATIFGLEXTENSION)
  Minor opcode of failed request:  66 ()
  Serial number of failed request:  13
  Current serial number in output stream:  13error whenever I try to use anything requiring rendering. I have catalyst, catalyst-utils and lib32-catalyst-utils installed....
Offline
OK more fun:
$ lsmod
Module                  Size  Used by
usbhid                 35140  0 
hid                    79075  1 usbhid
fuse                   67290  1 
snd_hda_codec_hdmi     22784  1 
snd_hda_codec_realtek   297871  1 
ohci_hcd               21754  0 
snd_hda_intel          22186  0 
radeon                989827  0 
snd_hda_codec          77543  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
ttm                    54496  1 radeon
snd_hwdep               6342  1 snd_hda_codec
ehci_hcd               39359  0 
snd_pcm                73736  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
drm_kms_helper         27529  1 radeon
usbcore               142192  4 usbhid,ohci_hcd,ehci_hcd
firewire_ohci          29381  0 
r8169                  41003  0 
snd_timer              19488  1 snd_pcm
firewire_core          50055  1 firewire_ohci
psmouse                54752  0 
evdev                   9530  5 
drm                   181991  3 radeon,ttm,drm_kms_helper
edac_core              37646  0 
sg                     25621  0 
i2c_algo_bit            5239  1 radeon
i2c_piix4               8296  0 
snd                    57256  7 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
pcspkr                  1891  0 
soundcore               6178  1 snd
crc_itu_t               1337  1 firewire_core
sp5100_tco              4608  0 
i2c_core               20165  5 radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_piix4
mii                     4003  1 r8169
k10temp                 2923  0 
serio_raw               4366  0 
edac_mce_amd           13159  0 
snd_page_alloc          7161  2 snd_hda_intel,snd_pcm
ext3                  128061  1 
jbd                    48632  1 ext3
mbcache                 5793  1 ext3
sr_mod                 14663  0 
cdrom                  36393  1 sr_mod
sd_mod                 27379  3 
pata_acpi               3448  0 
pata_atiixp             3968  0 
ahci                   20905  2 
libahci                18925  1 ahci
libata                173061  4 pata_acpi,pata_atiixp,ahci,libahci
scsi_mod              130020  4 sg,sr_mod,sd_mod,libata>radeon                989827  0
wtf
$ sudo modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.39-ARCH/video/fglrx.ko): No such deviceOffline
Just a suggestion  but look under /etc/modprobe.d/   to see if you have blacklisted any thing related .
My wireless driver was blacklisted by default , it may  be that fglrx is black listed in your case.
Offline
fglrx is not blacklisted. blacklisting radeon and inserting fglrx in any of the myriad places either can be done results in nothing. doing the same without blacklisting radeon results in nothing. this is getting frustrating.
Last edited by tsc (2011-08-05 07:04:55)
Offline
Did you use "aticonfig --initial"?
Offline
Yes.
Offline
If you will blacklist radeon,ttm,drm_kms_helper do you also see those modules in lsmod? (please remember that adding ! before module name in MODULES array does not work anymore)
This modules should NOT be loaded and i believe this is causing your problem - i can even confirm this cuz i was experiencing this when radeon module was loaded and then xserver was starting with fglrx inside xorg.conf.
For me simple adding fglrx into MODULES in rc.conf is making whole magick...
Offline
I had the same problem>
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  139 (ATIFGLEXTENSION)
  Minor opcode of failed request:  66 ()
  Serial number of failed request:  13
  Current serial number in output stream:  13One odd thing is some compositing, like translucent terminals, works perfectly fine while 3D and SDL apps don't launch.
Exactly the same situation.
...during catalyst install i noticed
WARNING: Couldn't open directory /lib/modules/3.1.1-1-ARCH: No such file or directoryso I googled and found https://bbs.archlinux.org/viewtopic.php?pid=1021975
where the guy solved the problem by using catalyst-generator.
Dunno if this helps in your case but now when i type fglrxinfo i get:
$fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Radeon HD 3600 Series      
OpenGL version string: 3.3.11251 Compatibility Profile Contextand everything works.
PS.
Warsow now works on my PC with 128 FPS (open-source driver gave me 20 FPS)
Last edited by Ultrak1ll (2011-12-04 23:33:20)
Offline
Pages: 1