Author Topic: Slackware 10.2  (Read 13893 times)

0 Members and 1 Guest are viewing this topic.

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Slackware 10.2
« on: October 27, 2005, 03:53:18 am »
I am here by making my first official post in slackware 10.2.

I'm using KDE, and my mouse scroll button doesn't work. Also, I want those stupid little bouncing animations to die.
I accidentally named my computer "Comcast" How can I change that?! <3

Well, that was one hell of a post! <3

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Slackware 10.2
« Reply #1 on: October 27, 2005, 09:27:20 am »
Taunt me why don't you.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: Slackware 10.2
« Reply #2 on: October 27, 2005, 10:31:06 am »
I am here by making my first official post in slackware 10.2.

I'm using KDE, and my mouse scroll button doesn't work. Also, I want those stupid little bouncing animations to die.
I accidentally named my computer "Comcast" How can I change that?! <3

Well, that was one hell of a post! <3
Change your hostname.... http://channels.lockergnome.com/linux/archives/20041019_changing_your_hostname.phtml
And like a fool I believed myself, and thought I was somebody else...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Slackware 10.2
« Reply #3 on: October 27, 2005, 11:56:07 am »
Or, if you don't feel like clicking on that link, you have two choices:
a) edit /etc/HOSTNAME and reboot
b) run netconfig
Both have to be done as root. 

Next, the mousewheel.  Make a backup of /etc/X11/xorg.conf, then open the original.  Find the section for the mouse, and change it to this:

Code: [Select]
[pre]Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ExplorerPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/mouse"
    Option "Emulate3Buttons"

EndSection
[/pre]

Then restart X.  If that doesn't work, restore the backup and Google for your exact mouse.  Slackware doesn't do the ZAxisMapping by default. 

If you have a Radeon video card, you should install the Radeon drivers (www.linuxquestions.org --> search for fglrx, under Slackware 10.1).  It will configure your card and, as a bonus, set your mouse up properly.  That's what I do now. 

I'm sure there's a setting somewhere for the bouncing animations.  KDE is pretty configurable.  I don't know where, though, because I don't use KDE; perhaps Ergot knows. 

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Slackware 10.2
« Reply #4 on: October 27, 2005, 06:57:12 pm »
Answered him this morning... I don't know if he got it though...
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Slackware 10.2
« Reply #5 on: October 27, 2005, 07:38:27 pm »
Awesome, I'll set theis things now!! And, a special thanks for Ergot for helping me last night with my idiotic quesions.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Slackware 10.2
« Reply #6 on: October 27, 2005, 08:20:25 pm »
Ergot is pro when it comes to doing that. 

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Slackware 10.2
« Reply #7 on: October 27, 2005, 08:30:38 pm »
Ergot is pro when it comes to doing that. 
Don't quit your day job ^_~
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Slackware 10.2
« Reply #8 on: October 27, 2005, 08:59:17 pm »
Or, if you don't feel like clicking on that link, you have two choices:
a) edit /etc/HOSTNAME and reboot
b) run netconfig
Both have to be done as root.

Next, the mousewheel. Make a backup of /etc/X11/xorg.conf, then open the original. Find the section for the mouse, and change it to this:

Code: [Select]
[pre]Section "InputDevice"

# Identifier and driver

 Identifier "Mouse1"
 Driver "mouse"
 Option "Protocol" "ExplorerPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Device" "/dev/mouse"
 Option "Emulate3Buttons"

EndSection
[/pre]

Then restart X. If that doesn't work, restore the backup and Google for your exact mouse. Slackware doesn't do the ZAxisMapping by default.

If you have a Radeon video card, you should install the Radeon drivers (www.linuxquestions.org --> search for fglrx, under Slackware 10.1). It will configure your card and, as a bonus, set your mouse up properly. That's what I do now.

I'm sure there's a setting somewhere for the bouncing animations. KDE is pretty configurable. I don't know where, though, because I don't use KDE; perhaps Ergot knows.

I got the bouncing icon thing to die ^_^ and I got the host name changed ^_^

But the mouse.. I'm not sure I entered it correctally. It glitched up and gave me an error when trying to startx. :-\ Maybe it'll help to know it's an old Microsoft two button + wheel button mouse.

I'll link you to an SS of what I had entered.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Slackware 10.2
« Reply #9 on: October 27, 2005, 09:06:25 pm »
Well, if it didn't work, then try Google.  Search for "mousewheel linux" or "mousewheel xorg.conf".  I'm sure something will turn up.  It's a common problem. 

Offline Super_X

  • I suck.
  • Hero Member
  • *****
  • Posts: 1340
  • I suck!
    • View Profile
Re: Slackware 10.2
« Reply #10 on: October 27, 2005, 09:11:08 pm »
Oh, okay. Also iago, you should be on AIM more :'(

[edit-z0r]

Code: [Select]
Section "InputDevice"

# Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option     "Protocol"      "Auto"

# 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"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate" "9600"
#    Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection
That's what's in my xorg.conf (in the mouse part)

When I tried what iago said, I had this:

Code: [Select]
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"

EndSection

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option     "Protocol"      "Auto"

# 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"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#   Option "Device"      "/dev/psaux"
#   Option "Device"      "/dev/ttyS0"
#   Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate" "9600"
#    Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection
« Last Edit: October 27, 2005, 09:17:58 pm by Super_X »

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Slackware 10.2
« Reply #11 on: October 27, 2005, 09:30:39 pm »
When you put mine in, you have to get rid of the rest of it. 

First, delete everything between
 Section "InputDevice"
and
 EndSection

Then paste in the code. 

Offline Quik

  • Webmaster Guy
  • x86
  • Hero Member
  • *****
  • Posts: 3262
  • \x51 \x75 \x69 \x6B \x5B \x78 \x38 \x36 \x5D
    • View Profile
Re: Slackware 10.2
« Reply #12 on: October 27, 2005, 09:45:48 pm »
This is a common issue. I believe the problem you are having may be related to "Emulate3Buttons", try taking that out and finding if it fixes the problem.
Quote
[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Slackware 10.2
« Reply #13 on: October 27, 2005, 10:01:28 pm »
This is a common issue. I believe the problem you are having may be related to "Emulate3Buttons", try taking that out and finding if it fixes the problem.
No.  Emulate3Buttons means that if you click both left and right at the same time, it counts at middle.  That has absolutely nothing to do with the wheel.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Slackware 10.2
« Reply #14 on: October 27, 2005, 10:06:46 pm »
This is a common issue. I believe the problem you are having may be related to "Emulate3Buttons", try taking that out and finding if it fixes the problem.
No.  Emulate3Buttons means that if you click both left and right at the same time, it counts at middle.  That has absolutely nothing to do with the wheel.
Own3D I don't have Emulate3Buttons because I have a third button. It gets annoying when you click the both and see something paste :(
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology