Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-05-2012, 05:19 PM
|
#16
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
02:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5670]
02:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
and the 12.4 drivers
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
05-05-2012, 05:25 PM
|
#17
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
I have also an ATI 5000 series adapter. But I use the radeon-driver, not fglrx from ATI. And I don't use KDE but dwm, so I've no problems here.
You should reinstall the fglrx driver before you execute the "aticonfig --initial" command.
Markus
|
|
|
|
05-05-2012, 05:30 PM
|
#18
|
|
Senior Member
Registered: May 2008
Posts: 2,844
|
Just updated to latest current and found my mouse and keyboard unresponsive in X11..
Looks like anyone who is still using old style kbd or mouse drivers rather than evdev is going to hit this.
Code:
780.374] (II) LoadModule: "kbd"
[ 780.374] (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
[ 780.374] (II) Module kbd: vendor="X.Org Foundation"
[ 780.374] compiled for 1.9.5, module version = 1.6.0
[ 780.374] Module class: X.Org XInput Driver
[ 780.374] ABI class: X.Org XInput driver, version 11.0
[ 780.374] (EE) module ABI major version (11) doesn't match the server's version (16)
[ 780.375] (II) UnloadModule: "kbd"
[ 780.375] (II) Unloading kbd
[ 780.375] (EE) Failed to load module "kbd" (module requirement mismatch, 0)
[ 780.375] (II) LoadModule: "mouse"
[ 780.375] (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
[ 780.375] (II) Module mouse: vendor="X.Org Foundation"
[ 780.375] compiled for 1.9.5, module version = 1.7.0
[ 780.375] Module class: X.Org XInput Driver
[ 780.375] ABI class: X.Org XInput driver, version 11.0
[ 780.375] (EE) module ABI major version (11) doesn't match the server's version (16)
[ 780.375] (II) UnloadModule: "mouse"
[ 780.375] (II) Unloading mouse
[ 780.375] (EE) Failed to load module "mouse" (module requirement mismatch, 0)
Robby, Do input-keyboard and input-mouse need rebuilding/version bumping or are you planning to remove them in favour of evdev?
I originally stuck with the keyboard and mouse drivers because evdev was a little flakey for me when I originally tried it. It's probably improved a little by now though so I'll give it another try.
|
|
|
|
05-05-2012, 05:37 PM
|
#19
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
markush
"You should reinstall the fglrx driver before you execute the "aticonfig --initial" command"
i know but nothing happens, i will try radeon-drivers
|
|
|
|
05-05-2012, 05:41 PM
|
#20
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
If you experience that the KDE-eyecandy doesn't work properly with the radeon-driver, try to change Xrender to opengl, I once had success therewith.
Markus
|
|
|
|
05-05-2012, 05:47 PM
|
#21
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,218
|
Same issue with AMD driver here, installs fine, but segfaults when trying to startx (HD6870). Not really a problem for me, gaming is done under Windows and my wmii runs fine with the radeon driver. May be another incompatibility of AMD's driver with current software.
|
|
|
|
05-05-2012, 05:48 PM
|
#22
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
works with xrender and not with opengl ja!!
|
|
|
|
05-05-2012, 05:54 PM
|
#23
|
|
Member
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 616
Rep: 
|
Quote:
Originally Posted by specialized
works with xrender and not with opengl ja!!
|
You did the mesa upgrade and the freeglut new package?
Or does the ATI do the same as nvivida and bring it's own OpenGL library?
|
|
|
|
05-05-2012, 06:24 PM
|
#24
|
|
Member
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 213
Rep:
|
You did the mesa upgrade and the freeglut new package?
yes
Or does the ATI do the same as nvivida and bring it's own OpenGL library?
i gueeesss so
|
|
|
|
05-05-2012, 06:29 PM
|
#25
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,862
|
Quote:
Originally Posted by GazL
Just updated to latest current and found my mouse and keyboard unresponsive in X11..
Looks like anyone who is still using old style kbd or mouse drivers rather than evdev is going to hit this.
Code:
780.374] (II) LoadModule: "kbd"
[ 780.374] (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
[ 780.374] (II) Module kbd: vendor="X.Org Foundation"
[ 780.374] compiled for 1.9.5, module version = 1.6.0
[ 780.374] Module class: X.Org XInput Driver
[ 780.374] ABI class: X.Org XInput driver, version 11.0
[ 780.374] (EE) module ABI major version (11) doesn't match the server's version (16)
[ 780.375] (II) UnloadModule: "kbd"
[ 780.375] (II) Unloading kbd
[ 780.375] (EE) Failed to load module "kbd" (module requirement mismatch, 0)
[ 780.375] (II) LoadModule: "mouse"
[ 780.375] (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
[ 780.375] (II) Module mouse: vendor="X.Org Foundation"
[ 780.375] compiled for 1.9.5, module version = 1.7.0
[ 780.375] Module class: X.Org XInput Driver
[ 780.375] ABI class: X.Org XInput driver, version 11.0
[ 780.375] (EE) module ABI major version (11) doesn't match the server's version (16)
[ 780.375] (II) UnloadModule: "mouse"
[ 780.375] (II) Unloading mouse
[ 780.375] (EE) Failed to load module "mouse" (module requirement mismatch, 0)
Robby, Do input-keyboard and input-mouse need rebuilding/version bumping or are you planning to remove them in favour of evdev?
I originally stuck with the keyboard and mouse drivers because evdev was a little flakey for me when I originally tried it. It's probably improved a little by now though so I'll give it another try.
|
have you installed mtdev ?
|
|
|
|
05-05-2012, 06:45 PM
|
#26
|
|
Senior Member
Registered: May 2008
Posts: 2,844
|
Quote:
Originally Posted by willysr
have you installed mtdev ?
|
Thanks for taking an interest but I don't have a problem, I was just reporting the issue incase others hit it.
xf86-input-keyboard and xf86-input-mouse packages haven't been rebuilt/bumped for the new server as can be seen here:
Code:
gazl@darkstar:/local/mirrors/slackware64-current/slackware64/x$ ls -l *input*txz
-rw-r--r-- 1 build build 86100 May 4 04:45 inputproto-2.2-noarch-1.txz
-rw-r--r-- 1 build build 69624 Jun 10 2009 scim-input-pad-0.1.2-x86_64-4.txz
-rw-r--r-- 1 build build 24664 May 4 05:00 xf86-input-acecad-1.5.0-x86_64-1.txz
-rw-r--r-- 1 build build 27984 May 4 05:00 xf86-input-aiptek-1.4.1-x86_64-1.txz
-rw-r--r-- 1 build build 41736 May 4 05:00 xf86-input-evdev-2.7.0-x86_64-1.txz
-rw-r--r-- 1 build build 34400 May 4 05:00 xf86-input-joystick-1.6.1-x86_64-1.txz
-rw-r--r-- 1 build build 25072 Mar 20 2011 xf86-input-keyboard-1.6.0-x86_64-1.txz
-rw-r--r-- 1 build build 46692 Mar 20 2011 xf86-input-mouse-1.7.0-x86_64-1.txz
-rw-r--r-- 1 build build 17880 May 4 05:00 xf86-input-penmount-1.5.0-x86_64-1.txz
-rw-r--r-- 1 build build 69376 May 4 05:00 xf86-input-synaptics-1.6.0-x86_64-1.txz
-rw-r--r-- 1 build build 26060 May 4 05:00 xf86-input-vmmouse-12.8.0-x86_64-1.txz
-rw-r--r-- 1 build build 16124 May 4 05:00 xf86-input-void-1.4.0-x86_64-1.txz
-rw-r--r-- 1 build build 85176 May 4 05:00 xf86-input-wacom-0.15.0-x86_64-1.txz
-rw-r--r-- 1 build build 37372 May 4 04:58 xinput-1.5.99.901-x86_64-1.txz
...and don't work. I was still trying to use 'kbd' and 'mouse' in my xorg.conf which didn't work. Switching to 'evdev' sorts everything out..
As the slackware-current/source/x/ directory doesn't contain them, I'm guessing robby is planning to remove them and just make everyone use evdev, in which case these two packages need to be removed from slackware-current/slackware/x/
Last edited by GazL; 05-05-2012 at 06:51 PM.
|
|
|
|
05-05-2012, 06:58 PM
|
#28
|
|
Senior Member
Registered: May 2008
Posts: 2,844
|
Quote:
Originally Posted by willysr
|
At this point they're probably only intended for platforms that don't have evdev. As I said above, my guess is that robby is intending to drop them, but I could be wrong.
|
|
|
|
05-05-2012, 07:05 PM
|
#29
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,862
|
that would break some compatibility with older device
|
|
|
|
05-05-2012, 07:51 PM
|
#30
|
|
Member
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 616
Rep: 
|
Drivers need to be recompiled with every major version jump in the xserver.
This has not occurred this time with those 2 drivers hence the ABI error.
They just to be recompiled and then they will work again normally.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:07 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|