[elrepo] Fglrx 11.5

Steve Cleveland stevec at engr.orst.edu
Wed Jun 15 14:21:07 EDT 2011


On 06/11/11 06:00, Phil Perry wrote:
> On 10/06/11 07:37, nux at li.nux.ro wrote:
>> Phil Perry writes:
>>>
>>> Hi,
>>>
>>> Thanks for testing and the feedback.
>>>
>>> We run aticonfig in the %post install scriptlet, which now seems to call
>>> a couple of additional scripts (new to 11.5) which we didn't package,
>>> hence the error above.
>>>
>>> With the ATI installer package installed, can you please show me:
>>>
>>> ll /usr/lib64/fglrx/
>>>
>>> and I'll try to get fixed packages available tomorrow (or over the weekend).
>>>
>>> Thanks.
>>
>> ll /usr/lib64/fglrx/
>> total 936
>> -rw-r--r--. 1 root root 945456 Jun  9 16:28 fglrx-libGL.so.1.2
>> -rwxr-xr-x. 1 root root   5262 Jun  9 16:28 switchlibGL
>> -rwxr-xr-x. 1 root root   2859 Jun  9 16:28 switchlibglx
>>
>> Thank you.
>
>
> Thanks for that.
>
> Updated packages are just uploading to the mirrors now that install the
> missing switchlib* scripts to /usr/lib(64)/fglrx
>
> kmod-fglrx-11.5-2.el6.elrepo.i686.rpm
> kmod-fglrx-11.5-2.el6.elrepo.x86_64.rpm
> fglrx-x11-drv-11.5-2.el6.elrepo.i686.rpm
> fglrx-x11-drv-11.5-2.el6.elrepo.x86_64.rpm
> fglrx-x11-drv-32bit-11.5-2.el6.elrepo.x86_64.rpm
> fglrx-kmod-11.5-2.el6.elrepo.nosrc.rpm
> fglrx-x11-drv-11.5-2.el6.elrepo.src.rpm
>
> Please test and let us know how you get on.

I had some time to test this new version out.  Not working for me:

(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
dlopen: libatiuki.so.1: cannot open shared object file: No such file or 
directory
(EE) Failed to load /usr/lib64/xorg/modules/linux/libfglrxdrm.so
(II) UnloadModule: "fglrxdrm"
(EE) fglrx: Failed to load module "fglrxdrm" (loader failed, 7)
(EE) fglrx(0): Failed to load DRM library
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [xdl_x750_atiddxPreInit] === end
SetVBEMode failed
(II) UnloadModule: "fglrx"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib64/xorg/modules/libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

# ll /usr/lib64/fglrx/libatiuki.so.1*
lrwxrwxrwx. 1 root root    16 Jun 15 10:59 
/usr/lib64/fglrx/libatiuki.so.1 -> libatiuki.so.1.0*
-rwxr-xr-x. 1 root root 44725 May 12 07:46 
/usr/lib64/fglrx/libatiuki.so.1.0*

The xorg.conf looks pretty simple. Do some paths need to be added?


Section "ServerLayout"
         Identifier     "aticonfig Layout"
         Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
         Identifier   "aticonfig-Monitor[0]-0"
         Option      "VendorName" "ATI Proprietary Driver"
         Option      "ModelName" "Generic Autodetecting Monitor"
         Option      "DPMS" "true"
EndSection

Section "Device"
         Identifier  "aticonfig-Device[0]-0"
         Driver      "fglrx"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "aticonfig-Screen[0]-0"
         Device     "aticonfig-Device[0]-0"
         Monitor    "aticonfig-Monitor[0]-0"
         DefaultDepth     24
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
         EndSubSection
EndSection

Section "Files"
EndSection


  - Steve



More information about the elrepo mailing list