WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xorg + Radeon working on Corepure64  (Read 2799 times)

Offline dentonlt

  • Sr. Member
  • ****
  • Posts: 318
    • the trombone analog
Xorg + Radeon working on Corepure64
« on: January 01, 2014, 01:32:53 AM »
After some hacking around, I put together xf86-video-ati on pure 64 for my older Compaq 6910p laptop. All up and running [whew!].

I'll properly pack up xf86-video-ati and misc unless there is already a team headed that way (Curaga, Juanito?).

If anyone else goes down this route, the X2300 dislikes (= panic/hang) the default KMS in Xorg-7.7. So:
* add "nomodeset" and "radeon.modeset=0" to kernel args
* reload the module at the end of bootsync.sh using "modprobe -r radeon" then "modprobe radeon modeset=1". The driver must be reloaded with KMS turned back on or Xorg falls back on VESA.

For reference:
3.8.13-tinycore64
HP/Compaq 6910p
AMD/ATI Mobility Radeon X2300 [RV516/M64-S]
Xorg 7.7

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Xorg + Radeon working on Corepure64
« Reply #1 on: January 01, 2014, 01:42:23 AM »
Not me, and IIRC Juanito didn't have AMD hardware. So please do.
The only barriers that can stop you are the ones you create yourself.

Offline dentonlt

  • Sr. Member
  • ****
  • Posts: 318
    • the trombone analog
Re: Xorg + Radeon working on Corepure64
« Reply #2 on: January 01, 2014, 01:46:42 AM »
That was quick to confirm - thanks! Reading up on the x86_64 repository now.

DLT

Offline zerophnx

  • Newbie
  • *
  • Posts: 24
Re: Xorg + Radeon working on Corepure64
« Reply #3 on: January 29, 2014, 07:24:48 AM »
Those steps (modprobe/modeset) were also required for an ATI RV620/Radeon HD 3450.

Thanks!

Offline nick65go

  • Hero Member
  • *****
  • Posts: 799
Re: Xorg + Radeon working on Corepure64
« Reply #4 on: September 07, 2014, 03:53:08 AM »
Feedback from my GPU as Mobility ATI X1400 (chip R515) run on core64:
the tcz runs OK out of the box, without modeset trick.
it also it makes use of /lib/firmware/radeon/R520_cp.bin for 3D acceleration with /usr/local/lib/dri/r300_dri.so
but if firmware is not loaded then Xorg still runs OK with /usr/local/lib/Xorg/modules/drivers/radeon_drv.so

dentonlt, thank you for the extension.
« Last Edit: September 07, 2014, 08:06:07 AM by nick65go »