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


Reply
  Search this Thread
Old 08-22-2009, 10:37 AM   #1
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Rep: Reputation: 17
Mouse scroll problem


Uhm i think i tried every mouse option there is in pkgtool and i can`t seem to make my scroll work. Any idea?
 
Old 08-22-2009, 10:57 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
edit /etc/X11/xorg.conf
add
Code:
Option "ZAxisMapping" "3 4"
restart X Server
 
Old 08-22-2009, 11:39 AM   #3
windtalker10
Member
 
Registered: Nov 2007
Location: Kentucky
Distribution: Slackware13.1
Posts: 214

Rep: Reputation: 38
If that doesn't work you may also have to in your xorg.conf:

Quote:
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5 6 7"

Make sure there isn't a comment >#< at:

Options emulate 3 buttons
 
Old 08-22-2009, 11:45 AM   #4
forum1793
Member
 
Registered: May 2008
Posts: 312

Rep: Reputation: 34
You might also try removing all entries in your xorg.conf for the mouse and keyboard (maybe only works with slackware-current...not sure).
 
Old 08-22-2009, 11:57 AM   #5
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Are you sure these things won`t f**k up my X again?, seriously I can`t afford to lose another 2 hours reinstalling the whole thing #-o
 
Old 08-22-2009, 12:01 PM   #6
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Why don't you just make a copy of the working xorg.conf before you make the changes ? Something I always do just in case..
 
Old 08-22-2009, 12:01 PM   #7
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by willysr View Post
edit /etc/X11/xorg.conf
add
Code:
Option "ZAxisMapping" "3 4"
restart X Server
Where do i add this exactly, i have like sh*tloads of "Option" things in there.
 
Old 08-22-2009, 12:02 PM   #8
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by bgeddy View Post
Why don't you just make a copy of the working xorg.conf before you make the changes ? Something I always do just in case..
Well i am backing up the file, but i don`t know how to replace it back with the text terminal .
 
Old 08-22-2009, 12:13 PM   #9
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Quote:
Originally Posted by Bller View Post
Well i am backing up the file, but i don`t know how to replace it back with the text terminal .
http://en.wikibooks.org/wiki/Linux_G...e_Manipulation - note that "renaming" a file is the same thing as moving it.
 
Old 08-22-2009, 12:16 PM   #10
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
I take it you are booting to the CLI as in standard Slackware and running startx to run X. Just boot to the command line and make a copy as root:
Code:
su -c "cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak"
then switch back if needed:
Code:
su -c "cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf"
If you have setup Slackware to boot directly into X then I would set it back to boot to the command line while you fix stuff.
 
Old 08-22-2009, 02:09 PM   #11
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by bgeddy View Post
I take it you are booting to the CLI as in standard Slackware and running startx to run X. Just boot to the command line and make a copy as root:
Code:
su -c "cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak"
then switch back if needed:
Code:
su -c "cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf"
If you have setup Slackware to boot directly into X then I would set it back to boot to the command line while you fix stuff.
It is booting in command line,not directly into X. How is it possible to start X without typing startx in the command ?
 
Old 08-22-2009, 02:29 PM   #12
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
It is booting in command line,not directly into X. How is it possible to start X without typing startx in the command ?
By changing the runlevel in /etc/inittab to start at runlevel 4 or adding 'append="init = 4"' to the stanza in /etc/lilo.conf or just hit tab at lilo, enter the name of the label you want to boot (from /etc/lilo.conf) and add "init = 4" to the line. Lots of ways of doing this. Personally I wouldn't recomend any and prefer to boot to the command line.
 
Old 08-22-2009, 02:41 PM   #13
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
I prefer the command line too, i was just curious to know how it would be done. Thanks
 
Old 08-22-2009, 05:32 PM   #14
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Ok i added like this in my xorg file :
Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver    "mouse"
    Option  "ZAxisMapping"          "4 5"

.....
but still my scroll won`t work
 
Old 08-22-2009, 05:36 PM   #15
Bller
Member
 
Registered: Aug 2009
Location: Bucharest, Romania
Distribution: Slackware 14.1
Posts: 228

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by windtalker10 View Post
If that doesn't work you may also have to in your xorg.conf:
I did this too, like t his :
Code:
# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol"    "PS/2"
    Option "ZAxisMapping" "4 5 6 7"

....
still doesent work
 
  


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
Scroll mouse problem (yes...again) teufelhund Linux - General 3 01-12-2006 01:46 PM
mouse scroll problem blueprobe Linux - Newbie 2 02-22-2005 12:22 PM
Problem with SB Live and scroll on mouse. teekaay Slackware 11 01-09-2004 03:31 AM
Scroll mouse problem cyberswami Linux - Hardware 2 01-08-2004 06:51 AM
Scroll feature in Logitech Scroll mouse does not work ssmaitra Linux - Hardware 6 11-11-2003 07:43 AM

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

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