LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 04-07-2016, 03:29 PM   #751
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

xf86-video-amdgpu-1.1.0

This version add support for "polaris" , next AMD graphics cards (arrive this summer)

http://xorg.freedesktop.org/releases...u-1.1.0.tar.gz
 
Old 04-08-2016, 02:22 AM   #752
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
setup.mouse needs an update.

Here is the sorted list of mouse types from setup.mouse:
Code:
atibm     ATI XL busmouse (mouse card) 
bare      2 button Microsoft compatible serial mouse 
exps2     Intellimouse Explorer PS/2 
genitizer Genitizer tablet (relative mode) 
imps2     Microsoft PS/2 Intellimouse 
inportbm  Microsoft busmouse (mouse card) 
js        Use a joystick as a mouse 
logi      Some serial Logitech devices 
logibm    Logitech busmouse (mouse card) 
logim     Make serial Logitech behave like msc 
mman      Logitech serial MouseMan and similar devices 
ms        3 button Microsoft compatible serial mouse 
ms3       Microsoft serial Intellimouse 
msc       MouseSystems serial (most 3 button serial mice) 
ncr       A pointing pen (NCR3125) on some laptops 
netmouse  Genius Netmouse on PS/2 port 
pnp       Plug and Play (serial mice that do not work with ms) 
ps2       PS/2 port mouse (most desktops and laptops) 
twid      Twiddler keyboard, by HandyKey Corp 
usb       USB connected mouse 
wacom     Wacom serial graphics tablet
And here is the same list, from "gpm -t help"
Code:
acecad    Acecad tablet absolute mode(Sumagrapics MM-Series mode)
bare      Unadorned ms protocol. Needed with some 2-buttons mice.
bm        Micro$oft busmice and compatible devices.
brw       Fellowes Browser - 4 buttons (and a wheel) (dual protocol?)
cal       Calcomp UltraSlate
calr      Calcomp UltraSlate - relative mode
etouch    EloTouch touch-screens (only button-1 events, by now)
evdev     Linux Event Device
exps2     IntelliMouse Explorer (ps2) - 3 buttons, wheel unused
genitizer "Genitizer" tablet, in relative mode.
gunze     Gunze touch-screens (only button-1 events, by now)
imps2     Microsoft Intellimouse (ps2)-autodetect 2/3 buttons,wheel unused
js        Joystick mouse emulation
logi      Used in some Logitech devices (only serial).
logim     Turn logitech into Mouse-Systems-Compatible.
mm        MM series. Probably an old protocol...
mman      The "MouseMan" and similar devices (3/4 bytes per packet).
ms        The original ms protocol, with a middle-button extension.
ms+       Like 'ms', but allows dragging with the middle button.
ms+lr     'ms+', but you can reset m by pressing lr (see man page).
ms3       Microsoft Intellimouse (serial) - 3 buttons, wheel unused
msc       Mouse-Systems-Compatible (5bytes). Most 3-button mice.
mtouch    MicroTouch touch-screens (only button-1 events, by now)
ncr       Ncr3125pen, found on some laptops
netmouse  Genius NetMouse (ps2) - 2 buttons and 2 buttons 'up'/'down'.
pnp       Plug and pray. New mice may not run with '-t ms'.
ps2       Busmice of the ps/2 series. Most busmice, actually.
summa     Summagraphics or Genius tablet absolute mode(MM-Series)
sun       'msc' protocol, but only 3 bytes per packet.
syn       The "Synaptics" serial TouchPad.
synps2    The "Synaptics" PS/2 TouchPad
twid      Twidddler keyboard
vsxxxaa   The DEC VSXXX-AA/GA serial mouse on DEC workstations.
wacom     Wacom Protocol IV Tablets: Pen+Mouse, relative+absolute mode
wp        Genius WizardPad tablet
In the former are missing the post-2008 devices.

On the other hand, some devices listed in setup.mouse are not (maybe, no more) available through gpm.

Honestly, I have no idea which of these devices can be managed by udev beyond those connected through USB.

Also, auto-detection scanning /proc/bus/usb/devices doesn't work anymore as USBFS is gone from recent kernels.

Last edited by Didier Spaier; 04-08-2016 at 03:38 AM.
 
Old 04-08-2016, 03:02 AM   #753
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
A suggestion, if it is available:

Rebuild video device driver xf86-video-intel with glamor egl acceleration for extended compatibility where uxa and sna acceleration methods might be problematic.
 
3 members found this post helpful.
Old 04-08-2016, 04:27 AM   #754
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
Could we have a compiled version of the "ifenslave" utility (for Ethernet bonding) from:

/usr/src/linux/Documentation/networking/ifenslave.c

in /sbin ?

Thanks in advance.
Marc
 
Old 04-08-2016, 04:30 AM   #755
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
nmap 7.12 is out

https://nmap.org/changelog.html
 
1 members found this post helpful.
Old 04-08-2016, 08:06 AM   #756
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by MarcT View Post
Could we have a compiled version of the "ifenslave" utility (for Ethernet bonding) from:

/usr/src/linux/Documentation/networking/ifenslave.c
As far as I know the source is actually removed in the newer kernels and no longer needed. It might be worth looking at this topic where I had a similar problem that normally needed ifenslave. See: http://www.linuxquestions.org/questi...ow-4175562859/
 
1 members found this post helpful.
Old 04-08-2016, 09:13 AM   #757
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
While I am thinking of it, it might be proactive to have the Intel Gallium drivers i915 and ilo enabled in Mesa. This would avoid issues of having to rebuild Mesa for Intel gallium support to use additional packages like Wine with Nine support.

If I've read it right the gallium drivers do require some additional configuration in xorg.conf to use as the drivers will default to the standard Tungsten drivers.
 
1 members found this post helpful.
Old 04-08-2016, 02:01 PM   #758
DarkVision
Member
 
Registered: Jul 2007
Posts: 199

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
A suggestion, if it is available:

Rebuild video device driver xf86-video-intel with glamor egl acceleration for extended compatibility where uxa and sna acceleration methods might be problematic.
Don't think that will happen... glamor was removed from the intel driver years ago. Here is the commit. The current intel driver does not have the --enable-glamor option anymore.

P.S. Not sure if a simple revert of the commit would allow the driver to include glamor... Maybe some1 can test that.

Last edited by DarkVision; 04-08-2016 at 02:07 PM. Reason: Added P.S.
 
Old 04-08-2016, 06:13 PM   #759
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
If it was removed then it's fine.
 
Old 04-08-2016, 06:37 PM   #760
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
Quote:
Originally Posted by moesasji View Post
As far as I know the source is actually removed in the newer kernels and no longer needed. It might be worth looking at this topic where I had a similar problem that normally needed ifenslave. See: http://www.linuxquestions.org/questi...ow-4175562859/
Good to know! I needed it on a Slack 14.1 box, so thought I'd request it for -current, but seems it's not needed with later kernels.
 
Old 04-09-2016, 12:16 AM   #761
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
SQLite Release 3.12.1:

http://www.sqlite.org/releaselog/3_12_1.html

http://www.sqlite.org/download.html
 
Old 04-09-2016, 05:58 AM   #762
hadack
LQ Newbie
 
Registered: Jun 2006
Posts: 25

Rep: Reputation: 8
ConsoleKit2-1.0.2

https://github.com/ConsoleKit2/Conso...-1.0.2.tar.bz2

This release fixes the
Code:
Cannot register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: User of caller and user of subject differs.
error when starting /usr/libexec/polkit-gnome-authentication-agent-1, which makes gparted_polkit work again.
 
1 members found this post helpful.
Old 04-09-2016, 12:01 PM   #763
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by hadack View Post
https://github.com/ConsoleKit2/Conso...-1.0.2.tar.bz2

This release fixes the
Code:
Cannot register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: User of caller and user of subject differs.
error when starting /usr/libexec/polkit-gnome-authentication-agent-1, which makes gparted_polkit work again.
gparted_polkit works here, and I see no such errors in the logs or the starting console.

I'll see what rworkman has to say about this, but it strikes me as a risky update.
 
Old 04-09-2016, 03:17 PM   #764
kkady32
Member
 
Registered: Dec 2010
Distribution: Slackware64-current
Posts: 115

Rep: Reputation: 42
mplayer1.3.0 compiled with the latest ffmpeg 3.0

Last edited by kkady32; 04-09-2016 at 03:43 PM.
 
1 members found this post helpful.
Old 04-09-2016, 04:58 PM   #765
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by kkady32 View Post
mplayer1.3.0 compiled with the latest ffmpeg 3.0
ffmpeg is now in 3.0.1

i request this at least 2 or 3 times, without lucky...good luck then.
 
1 members found this post helpful.
  


Closed 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

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] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

All times are GMT -5. The time now is 03:10 AM.

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