Sponsored Content
Full Discussion: Xmms Crash in Red Hat 8
Top Forums UNIX for Dummies Questions & Answers Xmms Crash in Red Hat 8 Post 34455 by comadreja on Friday 21st of February 2003 02:13:32 PM
Old 02-21-2003
CPU & Memory

Have you seen the news in xmms.org?
I have a porblema my self with xmms on redhat8, a segmentation fault message.
I delete and install all the packages of xmms fro freshrpms and it's working now.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Red Hat 7.2.....

I just installed red hat 7.2 on my laptop. it's dual booted with xp and red hat. when i boot in to linux it boots up to the screen to ask me my name and pass....i put in root and my password. after this it goes to a blue screen and sits there. the after about 2 minutes it comes up with a fatal... (1 Reply)
Discussion started by: muzscman
1 Replies

2. Linux

Red Hat?

I have a Red Hat upgrade disk. I installed it and it corrupted my entire hard drive! I had gotten the disks out of a Dummy's book at my local library. Trying to install 'Red Hat', has cost me $100.00 in damages. (The cool part is my friend gave me that $100.00 part) Ah...A 120gig Hard Drive. Just... (3 Replies)
Discussion started by: hdk_mkr
3 Replies

3. UNIX for Dummies Questions & Answers

Red Hat 9 help

please help me how to install softwares in linux.i have a ethernet internet connection.i try to open the site on LAN to download internet client.but i cannot as our lan supports only internet explorer....i downloaded the linux client by booting thru XP......but i cannot c my NTFS partition thru... (0 Replies)
Discussion started by: shobhit143
0 Replies

4. Linux

red hat ee 2.6.9-42

hello. I would be greatfull if someone could tell me how will i see what dns server and gateway my red hat server uses. I tryied to find out by typing ifconfig command but i got : -bash: ifconfig: command not found , although man ifonconfig gives output with info about using that command. Is... (3 Replies)
Discussion started by: tonijel
3 Replies

5. Red Hat

red hat 4 crash

Hi All, If red hat 4 crash. How do I find out the error info or the last log info? I tried dmesg and /var/log/messages, it's not there. Thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

6. Linux

crash dump server for red hat ent 4

Is it true that you can't have the crash dump server/client on the same server? I know I've installed Nagios open source before, I though it's only for that kind of thing. I never though that Red hat ent 4 would be like client/server on the crash dump. if someone is having problem with high... (0 Replies)
Discussion started by: itik
0 Replies

7. Red Hat

Red Hat E 3

I'm am working with a Red Hat Enterprise 3 server. This is a dedicated server that is supposedly dedicated to one domain, but I have been tasked with trying to figure out if there are files on this system that are being accessed by other IP's. Does anyone know if how I would go about finding... (0 Replies)
Discussion started by: chrisPlusPlus
0 Replies

8. Red Hat

Red-hat

Hello, How do I see what IP addresses are connected to my machine? thanks (2 Replies)
Discussion started by: sonomao
2 Replies

9. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies
HOTKEYS(1)						      General Commands Manual							HOTKEYS(1)

NAME
hotkeys - A hotkeys daemon for your Internet/multimedia keyboard in X SYNOPSIS
hotkeys [options...] DESCRIPTION
This program sits at the back and listens for the "special" hotkeys that you won't normally use on your Internet/Multimedia keyboards. The buttons perform their intended behaviors, such as volume up and down, mute the speaker, control the backlight, launch applications, etc. The functions are completely programmable. It has On-screen display (OSD) to show the volume, program that's being started, etc. Most importantly it looks cool. It features an XML-based keycode configuration file format, which makes it possible to define the hotkeys to launch any programs you want. OPTIONS
-h, --help Prints a usage message. -t, --type=TYPE Specify the keyboard type. -l, --kbd-list Show all supported keyboards, and the code needed for the -t option. -o, --osd=STATE Turn off or on the on-screen display, default is on if OSD support is compiled with the program. Valid values for STATE are off/0/no/on/1/yes. -L, --loglevel=LEVEL Set the log level in syslog. LEVEL is a value from 0 to 7. 7 will log all messages. -d, --cdrom-dev=DEVICE Specify the device of your CDROM drive, default to /dev/cdrom. If you give 'none', CDROM related functions will all be disabled. You probably need to define it if you are using devfs. -b, --no-background Tells hotkeys NOT to fork itself and run in the background. The short option -b is not backward compatible to version 0.5.6 or before, -b in these versions means run in the background. -F, --fix-vmware=TIME This option is mainly for users who run both hotkeys and VMware at the same time. Since VMware will delete some of the information from the memory of the X keyboard configuration due to reasons that I don't understand, a thread will be created to restore the necessary information regularly. The default time interval is 10 seconds. You can specify a time interval as you like, the value is in seconds. I don't think this option will have any side-effect to the operation of VMware, but if you find that this is not true, please file a bug report. (This option is just a hack, I will implement a nicer method to replace it.) -Z, --no-splash Do not display the splash screen. SUPPORTED KEYBOARDS
1. Acer Airkey III Wireless keyboard 2. Microsoft Internet, Internet Pro, and Natural Pro 3. Memorex MX1998, MX2500 and MX3000 keyboard 4. SK-2500, SK-2501a, SK-2505, SK-2800c, SK-7100, SK-9925 USB (partial) 5. Logitech cordless iTouch, Internet, Cordless Desktop keyboard 6. Chicony KBP-8993 7. Compaq KB-9963 8. Polypix 9. BTC 9000 10. Process MCK-800 And more... As I have only the Acer wireless keyboard, you can help me to support other keyboards by sending me the list of keycodes of the hotkeys on your keyboard. You can do this by using xev. Contact me for the details. KEYBOARD DEFINITION FILES
Keycodes and the behavior of the hotkeys are stored in a Keyboard definition files. Each supported keyboard has such a file placed in either /usr/local/share/hotkeys or /usr/share/hotkeys, depending on the installation configuration. For instance, the data of the Acer Wireless keyboard is stored in the file acerwl.def. Note that the part of the filename without the extension is the name you give to the -t option. Keyboard definition files are in XML format, which should be self-explanatory. You can create your own definition file and placed it in $HOME/.hotkeys. Just take the file def/sample.xml or an existing definition file as an example. User definition files override any system defaults. CONFIGURATION FILE
The configuration file is named hotkeys.conf. By default it is installed in /usr/local/etc (or /etc on Debian). You can also put one into $HOME/.hotkeys/, which will override the settings in the global file if one exists. In other words, the order of parsing is the global file first and then the private one. The syntax of the file uses the simple key=value pairs. Blank lines and lines starting with # are ignored. The followings are the valid keys and their default values (they are subjected to be changed without prior notice =): Key Default --------------- ------------------------------------------ Kbd (no default) # CDROM device CDROM /dev/cdrom # ALSA card ALSAcard default # List of ALSA control names, separated by "|" ALSAcontrols Master # audio actions PrevTrack xmms --rew Play xmms --play Stop xmms --stop Pause xmms --pause NextTrack xmms --fwd Rewind (no default yet, suggestion welcome) # applications WebBrowser mozilla Email mozilla -mail Calculator xcalc FileManager gmc MyComputer gmc MyDocuments gmc Favorites gnome-moz-remote --remote=openBookmarks Transfer gftp Record grecord Shell xterm -rv ScreenSaver xscreensaver-command -activate NewsReader mozilla -news Communities mozilla -remote 'openURL(http://slashdot.org)' Search mozilla -remote 'openURL(http://google.com)' Idea mozilla -remote 'openURL(http://sourceforge.net)' Shopping mozilla -remote 'openURL(http://thinkgeek.com)' Go mozilla -remote 'openURL(http://linux.com)' Print lpr # OSD stuffs osd_font lucidasanstypewriter-bold-24 (should be aliased to -*-lucidatypewriter-bold-r-normal-*-*-240-*-*-*-*-*-*) osd_color LawnGreen osd_timeout 3 osd_position bottom osd_offset 25 NOTES
Do not disable the XKEYBOARD extension. For XFree86 3.x, make sure XkbDisable is not set. The ALSA control names have to be set to enable using ALSA. Otherwise, it defaults to using OSS volume control. The ALSA control names are the same as those used by the amixer(1) program, use "amixer scontrols" to list. All listed controls will be adjusted at the same time by hotkeys. TODO
Please consult the TODO file. BUGS
Please inform me if some of your normal keys lose functionalities after running hotkeys. APM support is highly experimental. I only tested on my desktop and sometimes it can't go out from Suspend mode, no response from the key- board, mouse, nor the suspend button on the case. Not tested on notebook (I don't have one). Note that you need root priviledge to use the APM functions. There are probably bugs in the configure.in script. The error "X Error of failed request: BadValue (integer parameter out of range for operation)" should have been fixed finally in version 0.5.2. Please report if it spits out this error on your system. COPYRIGHT
Copyright 2000-2002, Anthony Y P Wong <ypwong@ypwong.org> Licensed under GNU GPL version 2 or later. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. AUTHOR
Anthony Y P Wong, Debian GNU/Linux 0.5.7 4 December 2002 HOTKEYS(1)
All times are GMT -4. The time now is 11:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy