LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-20-2015, 10:29 AM   #1
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Lightbulb Xorg has some new drivers available.


I was nosing around the good ol' Xorg ftp and noticed recently they've added two new drivers to the mix.

xf86-video-amdgpu
xf86-input-libinput

Now the xf86-input-libinput is a evdev-like driver for input (mouse, keyboard, joystick) and actually, has support (if enabled) in xfce4-settings-4.12.0's design. I tested it, and it's a fairly decent driver, but the mouse movements are a bit raw and leave your muscle memory a bit off. I actually tested it and it's okay. In case, you might be wondering, libinput is the new input API layer for usage with Wayland.

Now xf86-video-amdgpu is a total newbie to me. I'm not sure what this does (if it works with xf86-video-ati or replaces it for certain GPUs is unknown to me as I can't test it). I did try and build it, and it builds, but as far as what it targets, I don't know yet, but all it says in the manpages is it's for Radeon based cards.

Figured a few Slackware users might find this interesting.

Last edited by ReaperX7; 11-20-2015 at 10:30 AM.
 
Old 11-20-2015, 01:08 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by ReaperX7 View Post
Now xf86-video-amdgpu is a total newbie to me. I'm not sure what this does (if it works with xf86-video-ati or replaces it for certain GPUs is unknown to me as I can't test it). I did try and build it, and it builds, but as far as what it targets, I don't know yet, but all it says in the manpages is it's for Radeon based cards.
Hi...

Although I don't use Slackware, thank you for your post. I did find a couple of pages regarding "amdgpu," if it helps any...

http://www.phoronix.com/scan.php?pag...MDGPU-Released

http://lists.freedesktop.org/archive...il/081501.html

Regards...
 
Old 11-20-2015, 01:10 PM   #3
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,496

Rep: Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443Reputation: 8443
The amdgpu driver is going to require a newer (4.2.x+) kernel. It's in source/x/x11/src/driver/ in -current, but is blacklisted for now.

The libinput driver has been around for a while. It doesn't seem to work as well as the existing input drivers (yet).
 
1 members found this post helpful.
Old 11-20-2015, 05:38 PM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558

Original Poster
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
It does seem to capture about any event button that is in the system. Right now on my BLFS box, libinput is loaded for my X session as it seems to be a more preferred default driver. Evdev is there but seems lower on the priority list. So far it seems to have mapped my keyboard, mouse, joystick, and system power buttons. If I'm not mistaken, evdev's driver does this too.

I don't want to assume, but it seems the libinput driver is more for Xorg + Wayland setups. I do find it interesting Xfce4 would support it directly with the xorg driver though. I wonder if this is a hint at eventual Wayland support coming, or just tapping into new device drivers and interfaces?

Last edited by ReaperX7; 11-20-2015 at 05:40 PM.
 
Old 11-21-2015, 01:48 AM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558

Original Poster
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I found out what the amdgpu driver is for. Apparently from an article on Phoronix I saw earlier, it's a new driver to specifically target AMD R9 series GPUs.
 
Old 11-21-2015, 03:35 AM   #6
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by ReaperX7 View Post
I found out what the amdgpu driver is for. Apparently from an article on Phoronix I saw earlier, it's a new driver to specifically target AMD R9 series GPUs.
More precise, the AMDGPU is for AMD R9 series GPUs and beyond, while the "classic" Radeon driver is "deprecated" right now, as LEGACY. Similar with what happenend to R128 video driver.

So, the ATI's X.org graphics stack is, today, something like:

R128 -> ATI -> AMDGPU
 
Old 11-21-2015, 07:02 AM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558

Original Poster
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
The ati driver isn't deprecated. The only AMD/ATI driver that did get deprecation status was xf86-video-radeonhd. The xf86-video-r128 driver is a stub driver that works off xf86-video-ati, however it is a DRI1 generation driver that runs off the driver core library use by the xf86-video-ati driver which is DRI2 based.

The xf86-video-ati and xf86-video-amdgpu drivers work off two very different code banks and are not related, and there was no mentioning anywhere I found of xf86-video-ati being classed as deprecated, or becoming a stub driver to xf86-video-amdgpu any time in the future.

Last edited by ReaperX7; 11-21-2015 at 12:02 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Xorg Drivers devilboy09 Linux From Scratch 5 12-09-2011 08:03 AM
[SOLVED] Some drivers don't start in Xorg 7.4 on LFS 6.3 with installed Xorg 6.9 10110111 Linux From Scratch 1 10-29-2010 03:55 AM
Xorg goes black on boot, using Xorg's radeon drivers Wingzero138 Linux - Desktop 4 05-10-2007 09:37 AM
Xorg and VIA drivers mikz Slackware 6 02-14-2006 03:29 AM
ATI Drivers 3.12.0 with Xorg 6.7, Xorg 6.8 Gary987 Linux - Hardware 0 09-15-2004 07:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration