WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing  (Read 3052 times)

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« on: November 25, 2010, 11:51:56 AM »
hello
trying to install ati-catalyst it stopped with error when trying to download 'fglrx-module...' extension. It's missing in the repository list too.

thank you.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« Reply #1 on: November 25, 2010, 03:01:05 PM »
hello
trying to install ati-catalyst it stopped with error when trying to download 'fglrx-module...' extension. It's missing in the repository list too.

thank you.

sorry i couldn't document installing ati drivers yet, i will get to it soon, though it is very easy

due to limitations in ATI LICENSE kernel module can not be distributed, to overcome this problem we distribute the source to build kernel module and an installer script to build kernel module so you need to build kernel module first

i have automated the process by writing a script, all you have to do:
load ati-fglrx-kernel-source.tcz extension
and execute ati-fglrx-kernel-module-installer with root priviliges

if everythin goes fine you will have your ati-fglrx-module-2.6.33.3-tinycore.tcz in your tce/optional folder
« Last Edit: November 25, 2010, 03:03:40 PM by Arslan S. »

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
Re: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« Reply #2 on: November 25, 2010, 04:13:04 PM »
thnx a lot for your quick reply I was eagerly waiting for it.

I guessed it was related to some kind of a proprietary nonsense limitation.

I will follow your explanation and get you informed.

thanks again a lot for beeing around.

Offline frimical

  • Jr. Member
  • **
  • Posts: 75
Re: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« Reply #3 on: January 16, 2011, 03:40:41 PM »
It worked pretty well as expected:
 1- fresh, right after building the module and
 2- after booting with a loop-loading install from my usb card (tce-load -il <my_usb_repo>)

but didn't work :
  3- after booting with a copy-install from my usb card (tce-load -ci <my_usb_repo>) which I usually use for all the other installed extensions without any problem
.
any hint?
thank you

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« Reply #4 on: January 17, 2011, 03:28:14 AM »
there are two important Xorg files that needs to be overwritten by ati-flgrx extension, this is done by tce.installed script in the case of mounting

mount ati-fglrx extension or make sure these two files belong to ati-fglrx

/usr/local/lib/libGL.so.1.2
/usr/local/lib/X11/modules/extensions/libglx.so

to permanently fix this issue either i have to rename these files and create symlinks to them on load time
or move them to another location and create symlinks
« Last Edit: January 17, 2011, 03:30:44 AM by Arslan S. »

Offline mguru

  • Newbie
  • *
  • Posts: 5
Re: ati-fglrx-module-2.6.33.3-tinycore.tcz is missing
« Reply #5 on: September 20, 2011, 10:34:35 AM »
I was able to install the ati-fglrx driver module(Followed the instructions of Arslan in this thread) . When I generated my xorg.conf file and put driver as "fglrx", it bombed out (the X server start), the Xorg.log says
Warning, couldn't open module fglrx
Failed to load module "fglrx" (module does not exist,0)

When I do lsmod, the kernel module fglrx does get listed.

Any ideas ?