LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-22-2005, 01:51 PM   #1
Noexit
LQ Newbie
 
Registered: Oct 2002
Distribution: Slackware, Fedora
Posts: 8

Rep: Reputation: 0
No new tabs in Firefox


I've just installed Slackware 10.1, I'm a Fedora refugee. I've had to do some adjusting to X to get my wheel mouse working right, but everything is good now, but I'm still unable to get Firefox to open new tabs. My mouse is a Logitech Optical, 2 buttons and a wheel. Center clicking the wheel won't open a link in a new tab, neither will Ctrl+click/Enter as I have setup in my Tabbrowser Preferences. I can Ctrl+t and open a new blank tab, and also double clicking on the tab bar opens a new blank. The middle button(wheel) on the mouse will turn on the autoscroll, and it works fine in other applications. I've tried a couple of the scripts that I found on this site but still no luck. I'm using the firefox I downloaded from slackware.com out of slackware-current. Does anybody have any more help or information? The other discussions I've found have been helpful, but haven't solved the problem yet.

thanks
 
Old 07-22-2005, 03:42 PM   #2
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
what does your mouse section look like in your xorg.conf?
 
Old 07-22-2005, 03:47 PM   #3
Noexit
LQ Newbie
 
Registered: Oct 2002
Distribution: Slackware, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
My xorg.conf

Here is the xorg.conf from /etc/X11. I don't at this time have one setup in my home directory. It took a little experimentation to get the config just right for the wheel to work correctly, which it does now.

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"

# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"

# 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
 
Old 07-22-2005, 03:57 PM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe try to uncomment :

# Option "ChordMiddle"

egag
 
Old 07-22-2005, 04:01 PM   #5
Noexit
LQ Newbie
 
Registered: Oct 2002
Distribution: Slackware, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
I had tried that earlier, but upon your suggestion I've done so again. Still no luck I'm afraid.
 
Old 07-22-2005, 04:07 PM   #6
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
what does xev say when you click each mouse button and use the scrollwheel?
 
Old 07-22-2005, 04:17 PM   #7
Noexit
LQ Newbie
 
Registered: Oct 2002
Distribution: Slackware, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
Never used xev before, but here's what I got:

Button 1 (left):
ButtonPress event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 670678, (72,118), root1049,140),
state 0x10, button 1, same_screen YES

ButtonRelease event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 671069, (72,118), root1049,140),
state 0x110, button 1, same_screen YES


Button 2 (middle):
ButtonPress event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 789055, (79,79), root1056,101),
state 0x10, button 2, same_screen YES

ButtonRelease event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 789251, (79,79), root1056,101),
state 0x210, button 2, same_screen YES

Button 3 (right):
ButtonPress event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 864753, (59,101), root1036,123),
state 0x10, button 3, same_screen YES

ButtonRelease event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 864852, (59,101), root1036,123),
state 0x410, button 3, same_screen YES


Wheel:
Down:
ButtonPress event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 947484, (49,155), root1026,177),
state 0x10, button 5, same_screen YES

ButtonRelease event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 947484, (49,155), root1026,177),
state 0x1010, button 5, same_screen YES

Up:
ButtonPress event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 1014617, (92,118), root1069,140),
state 0x10, button 4, same_screen YES

ButtonRelease event, serial 30, synthetic NO, window 0x3800001,
root 0x40, subw 0x0, time 1014617, (92,118), root1069,140),
state 0x810, button 4, same_screen YES
 
Old 07-22-2005, 04:50 PM   #8
Noexit
LQ Newbie
 
Registered: Oct 2002
Distribution: Slackware, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
Not sure which suggestion fixed it, but I'm getting new tabs when middle clicking now. Thanks for all the help.
 
  


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
Firefox Tabs! plutonas Linux - Newbie 5 11-16-2005 12:04 PM
Firefox - Open with multiple tabs hamstereater Linux - Software 2 09-26-2005 03:22 AM
Firefox does not open tabs s_araj Linux - Software 2 08-12-2005 12:44 PM
firefox + tabs alaios Linux - General 5 07-18-2005 01:22 PM
Konqueror opens new tabs in firefox - how do I stop this Ebel Linux - Software 2 06-09-2004 04:11 PM

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

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