LinuxQuestions.org
Review your favorite Linux distribution.
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


Reply
  Search this Thread
Old 12-19-2005, 02:31 AM   #1
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Switched to Slack 10.2 Goodbye, Bill Gates!


Hey all-

I've used ALL versions of Windows (even 2.0!!), and even dabbled w/slackware many years ago(V 3, I think). Downloaded 10.0, tried it on my Gateway Solo laptop, with bad results. Came to find that it was a bad download, so the install wouldn't copy everything. Recently got DSL at 1.5, d/l'd 10.2, installed on same laptop, and IT ROCKS!!

Everything but the 'scroll switch'. Tried all the mods to the config, but it just won't work....too bad. The ethernet, sound, video, everything works without a hitch. Plug in my USB memory card, and BAM, sees it, reads it.

Found a site on geocities about linux on the Solo 1550LS, and it showed exactly how to get the system fan to work correctly.

Been running slack for 3 months now, and my wife complains that it's time to reimage her XP box because of spyware and a virus infestation....HA HA!

Now, if there was just better games written for Linux, and if I could play WMV files correctly, I'd switch all eight PCs on my network to 10.2...so far, only 3 have been so blessed.

Well, thanks to all in this forum for the install help ('specially shilo- that "How I Did It All" sticky should be on the distro cd).
 
Old 12-19-2005, 03:13 AM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
Well, if you like shoot 'em ups - I'm playing Quake 4 on Linux at the moment. And as far as WMV files goes, the mplayer codec list has a few different versions of the windows media player supported... I can't post URLs here yet, but have a look at http colon slash slash www dot mplayerhq dot hu slash DOCS slash codecs-status.html
 
Old 12-19-2005, 03:23 AM   #3
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Games are for my kids. And WMV can wait....Seems like I can play some, even with latest codecs for mplayer, but some just error out....too bad. No biggie, 'cuz I figure eventually, someone will figure out a way to get past the DRM on the WMV9 and 10 files. I can wait...lol
 
Old 12-19-2005, 03:25 AM   #4
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Thanks for the compliment.

Seems you have three issues:

1) You want to play WMV files:

Google MPlayer. Find their codecs package. Download it (I always get the "ALL" download). Unpack it to /usr/lib/codecs. Create a symlink from /usr/lib/codecs to /usr/lib/win32 (this isn't always recommended, but it may help with some older programs that expect codecs in the "old" standard location)

2) You need the scroll wheel to work

You can throw up a question on the forum, but there are a million already. All you really need to do is edit xorg.conf. If the generic advice given here (and EVERYWHERE on the net) doesn't work, it would be safe to assume that you don't have the same sort of generic mouse that most do. If that is the case, Google the name of your mouse along with "linux" and you will probably gfind someone wit hthe exact same model that made theirs work. Also, make sure that the changes you make are being used (restart X, or just go "Windows Style" like I do and reboot).

3) You want more games

Google the game you want. You may need to compile it yourself or use WINE, but there are many games that work for Linux. I'm not too helpful here, since I am not a PC gamer.
 
Old 12-19-2005, 03:41 AM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
if some wmv's still don't work, even with mplayer or mplayer plugin, you could install wmp thru wine and run it for those ones that don't play
 
Old 12-19-2005, 05:43 AM   #6
richcoosa19
Member
 
Registered: Nov 2002
Location: Rome, GA, USA
Distribution: Slackware 10.1 and Gentoo 2005.1 from Stage 1
Posts: 84

Rep: Reputation: 15
Hello all!

In order to get your scroll button (or whatever you want to call it) to work correctly in X you need to edit your /etc/X11/xorg.conf file and add to the mouse section
Code:
Option "ZAxisMapping" "4 5"
Don't ask me why the 4 space 5, but it just works. Now as for your movie player use xine or mplayer. Personnaly I prefer the xine player. If you need plugins for the thing you just simply go the their website. The supply of plugins is enormous, they even supply windows binaries you just throw in your /usr/local/lib/codecs/ I believe. If not that then it will be /usr/lib/xine. Do not use the package that comes with Slackware, use the source Luke!

Here is a helpful link http://www.mplayerhq.hu/homepage/design7/dload.html
Plugins are platform independent. After you unpack the plugins, run ldconfig as root of course.
Xine's website http://xinehq.de/index.php/releases

Last edited by richcoosa19; 12-19-2005 at 06:29 AM.
 
Old 12-19-2005, 09:44 AM   #7
alienDog
Member
 
Registered: Apr 2004
Location: Europe
Distribution: Debian, Slackware
Posts: 505

Rep: Reputation: 48
Quote:
Originally Posted by richcoosa19
Hello all!

In order to get your scroll button (or whatever you want to call it) to work correctly in X you need to edit your /etc/X11/xorg.conf file and add to the mouse section
Code:
Option "ZAxisMapping" "4 5"
Don't ask me why the 4 space 5, but it just works.
Because 4 and 5 are the mousebutton numbers to be assigned to Z-axis (scrolling, X and Y being moving the mouse). Scrolling wheel is 3 extra buttons from the system's point of view. I.e. button #1=left mouse button, #2=right mouse button, #3=middle mouse button (pressing down the wheel in wheelmouses), #4=scroll up, #5=scroll down.

On windowmanagers that let you assign functions to mouse buttons you could have button 4 shade the window and button 5 unshade it when clicked on the titlebar. This would shade your window when you scoll the wheel up and unshade it when you scroll down on titlebar. Switching workspaces is another popular way of using 4 and 5 mousebuttons (it's very handy indeed).

Last edited by alienDog; 12-19-2005 at 09:52 AM.
 
Old 12-19-2005, 10:06 AM   #8
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
if you want to play on Linux you would want to visit this page: loki installers for linux gamers

there are some other installers provided by the developers, like UT2004 has its own install.sh on the first CD, and this proyect allows you to install and play Doom3 on Linux

Anyway, one of the unique reasons I keep a windoze XP installation is to play from time on time
 
Old 12-19-2005, 11:29 AM   #9
richcoosa19
Member
 
Registered: Nov 2002
Location: Rome, GA, USA
Distribution: Slackware 10.1 and Gentoo 2005.1 from Stage 1
Posts: 84

Rep: Reputation: 15
Quote:
Because 4 and 5 are the mousebutton numbers to be assigned to Z-axis (scrolling, X and Y being moving the mouse). Scrolling wheel is 3 extra buttons from the system's point of view. I.e. button #1=left mouse button, #2=right mouse button, #3=middle mouse button (pressing down the wheel in wheelmouses), #4=scroll up, #5=scroll down.
I found this out about 2 minutes after posting this. Also I found out that 6 7 is for the same thing only for if you cursor in on a scroll bar.
 
Old 12-19-2005, 03:19 PM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Tried the "4 5" deal, it only changes my URL.....So i'll live without it.

Shilo-
Did what you said for the mplayer codecs, and most of the WMV's work....still not all, but I can accept that. Thanks again
 
Old 12-19-2005, 04:22 PM   #11
alienDog
Member
 
Registered: Apr 2004
Location: Europe
Distribution: Debian, Slackware
Posts: 505

Rep: Reputation: 48
Changes your URL? Perhaps your browser is configured in a way that mousewheel moves back and forth in history? Have you tried to see what it does in other applications?
 
Old 12-19-2005, 09:04 PM   #12
kfoster11
LQ Newbie
 
Registered: Jul 2005
Location: Texas
Distribution: Slackware 10.1
Posts: 4

Rep: Reputation: 0
ScrollMouse

In addition to the ZaxisMapping option in xorg.conf you should also change the "Protocol" entry as follows:

Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"

Kirby
 
Old 12-19-2005, 09:07 PM   #13
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
As I've stated, doesn't work. If I use the "IMPS/2" driver, mouse doesn't work at all.....No biggie, I can live and wait.
 
Old 12-19-2005, 09:31 PM   #14
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
A Slack package for w32 Codecs................

http://zchan.homeunix.net/pub/Slackw.../slackpkg.html

Scroll down the page, works like a charm.
 
Old 12-19-2005, 11:30 PM   #15
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
I just love Google.... if all else fails, READ

Fixed the scroll problem by getting the latest Synaptics driver, editing xorg.conf, and reading the install file, PLUS the readme.alps (Didn't try the alps one, and couldn't get xorg to start, always errored out.

Live and learn..... Now my touchpad/scroll works perfect, and can watch most WMV's

Thanks, all who contributed

Shilo- Thanks again...You da man!
Only one problem. Am now trying to compile 2.6.14, and always getting a kernel panic when it tries to load NFS volumes. Any ideas? Maybe me....gotta fix what ain't broke. Maybe that's why I'm in Tech Support (Just a thought)

Last edited by cwwilson721; 12-19-2005 at 11:33 PM.
 
  


Reply



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
Bill Gates Vlad_Einhorn General 12 05-28-2005 05:54 PM
Bill Gates says iPods on the way out AlexV General 6 05-13-2005 02:33 AM
Sir Bill Gates floppywhopper General 21 03-05-2005 11:25 PM
Bill Gates doodles indicate he is not a ... Lleb_KCir General 7 02-01-2005 01:43 PM
Bill Gates???? unwrittenlaw Linux - General 2 01-18-2005 07:06 AM

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

All times are GMT -5. The time now is 04:39 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