LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems with mouse and sound card. (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-mouse-and-sound-card-55866/)

oDin420 04-19-2003 06:01 PM

problems with mouse and sound card.
 
I am having a couple of problems with my install of linux.

First, my mouse. I have a Logitech cordless mouse. It has 4 buttons. I am ony able to get the right and left buttons, and the wheel, to work. I would like to bind the thumb button to alt-leftarrow, so I don't have to keep clicking the back arrow in mozilla. How do I go about doing that??? While searching these forums I have come across the xmodmap -e "pointer = 1 2 3 4" command. As I understand it that tells X that there are 4 buttons. What I need to know is how to go about binding actions to 3rd and 4th buttons.

Secondly, my sound card. I have a Creative Soundblaster Live. It works fine BUT I am unable to control the sound levels for the rear channel, bass or treble. If I open up the mixer I am only able to control the sound levels for the front, main, channel and PCM.I can however change the volume if I go through the YaST hardware control thinngy. Is there anyway for me to control the rear, base and treble from the mixer????

thanks.
oDin.

oDin420 04-21-2003 04:51 PM

anyone have any ideas???

whansard 04-21-2003 04:58 PM

are you talking about kmix not having the settings you
want

these are some mozilla keybindings.
i guess you could sub some names for mouse
button names.

bj@epoch:~$ cat /usr/lib/mozilla/res/builtin/userHTMLBindings.xml

<?xml version="1.0"?>
<bindings id="htmlBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="browserUser">
<handlers>
<handler event="keypress" key="h" command="cmd_scrollLeft"/>
<handler event="keypress" key="j" command="cmd_scrollLineDown"/>
<handler event="keypress" key="k" command="cmd_scrollLineUp"/>
<handler event="keypress" key="l" command="cmd_scrollRight"/>
<handler event="keypress" key="b" command="cmd_scrollPageUp" />
<handler event="keypress" keycode="VK_BACK" command="cmd_scrollPageUp" />
</handlers>
</binding>
</bindings>


This creates h, j, k, and l DTRT and b and backspace scroll a page up.

Parksy 04-21-2003 06:22 PM

Re: problems with mouse and sound card.
 
Quote:

Originally posted by oDin420
Secondly, my sound card. I have a Creative Soundblaster Live. It works fine BUT I am unable to control the sound levels for the rear channel, bass or treble. If I open up the mixer I am only able to control the sound levels for the front, main, channel and PCM.I can however change the volume if I go through the YaST hardware control thinngy. Is there anyway for me to control the rear, base and treble from the mixer????
Are you getting any audio out of the rear jack? I had that problem before and it was because of drivers. I have a SB Live card but it works best with audigy drivers (I was using the emu10k drivers before).

oDin420 04-21-2003 07:11 PM

Yes, I am getting sound out of the rear channel. But, the only way for me to hear it is if I go into the YaST control center and configure my sound card. There I can set the levels for bass, treble and the rear channel. I would like to be able to do that via the mixer.

In regards to whansards reply about my mouse problem. How do I find out the names of the mouse buttons??

Thanks for your help
oDin.

oDin420 04-22-2003 02:02 PM

hate to do this but.

bump

whansard 04-22-2003 02:24 PM

i could only guess at the names of the mouse buttons.
i found that config i posted, from the web. you might
search the mozilla site.
i might try mouse1 Mouse1 MOUSE1 or so on
for starters.
you did see that was a file in the mozilla directory right?
i think the name of the file was the first line.


All times are GMT -5. The time now is 04:53 AM.