Sponsored Content
Full Discussion: *nix Desktops
The Lounge What is on Your Mind? *nix Desktops Post 57246 by norsk hedensk on Thursday 21st of October 2004 10:56:28 AM
Old 10-21-2004
suse does include a gkrellm package i believe.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies

2. Solaris

sun-solalris for intel desktops

Hi, i have a pentium-4 desktop with intel Motherboard and processor, which version of solaris i can install , Please refer. Thanks Vijayq8.:b: (6 Replies)
Discussion started by: vijayq8
6 Replies

3. What is on Your Mind?

radio/airwaves *nix?

hey there, new to the forums here. long story short, i have interests in both HAM radio and *nix OS's and want to start a project that will combine the two. so, the question is: are there any *nix flavors or other distros that were specifically designed for radio/airwave communications, or... (0 Replies)
Discussion started by: BartlettMagic
0 Replies

4. UNIX for Advanced & Expert Users

Which is the most secure *nix?

Which is the most secure *nix for home business/ office use? Would have to be fairly well up to date browser and drivers wise. Myself I seem to have settled on RedHat - I've trialled the Desktop, and am part-way through a server trial. I've essentially not managed to keep the browser as secure... (2 Replies)
Discussion started by: GSO
2 Replies

5. Hardware

Desktops that provide virtualization support.

Hi all, I want to buy a desktop/workstation, load Red Hat 6 and create some virtual machines to work with. Does anyone currently have systems at home that you have virtual machines on? Remember, I am not talking about server class systems, but just the ordinary desktops. I see a lot of 64-bit... (1 Reply)
Discussion started by: geelsu
1 Replies

6. What is on Your Mind?

Funny *NIX commands

Hello All, Just want to share some funny *NIX commands :). $ make love make: *** No rule to make target `love'. Stop. On a FreeBSD make: $ make love Not war. $ \(- bash: (-: command not found $ man woman No manual entry for woman $ touch /me touch: cannot touch `/me':... (5 Replies)
Discussion started by: RavinderSingh13
5 Replies

7. What is on Your Mind?

Regarding guidance to learn *NIX more and more

Hello All, This Poll/thread is for views of all forum user regarding following point: There are many people in this forum who are actually not actually working on *NIX(admin or real scripting/automation part) but they are/have learnt scripting and trying to help/guide/advice/sharing... (11 Replies)
Discussion started by: RavinderSingh13
11 Replies
EVTEST(1)																 EVTEST(1)

NAME
evtest - Input device event monitor and query tool SYNOPSIS
evtest /dev/input/eventX evtest --query /dev/input/eventX <type> <value> DESCRIPTION
The first invocation type displayed above ("capture mode") causes evtest to display information about the specified input device, including all the events supported by the device. It then monitors the device and displays all the events layer events generated. In the second invocation type ("query mode"), evtest performs a one-shot query of the state of a specific key value of an event type. type is one of: EV_KEY, EV_SW, EV_SND, EV_LED (or the numerical value) value can be either a decimal representation (e.g. 44), hex (e.g. 0x2c), or the constant name (e.g. KEY_Z) of the key/switch/sound/LED being queried. If the state bit is set (key pressed, switch on, ...), evtest exits with code 10. If the state bit is unset (key depressed, switch off, ...), evtest exits with code 0. No other output is generated. evtest needs to be able to read from the device; in most cases this means it must be run as root. evtest is commonly used to debug issues with input devices in X.Org. The output of evtest shows the information presented by the kernel; based on this information it can be determined whether a bug may be a kernel or an X.Org issue. DIAGNOSTICS
If evtest does not show any events even though the device is being used, the device may be grabbed by a process (EVIOCGRAB). This is usually the case when debugging a synaptics device from within X. VT switching to a TTY or shutting down the X server terminates this grab and synaptics devices can be debugged. EXIT CODE
evtest returns 1 on error. When used to query state, evtest returns 0 if the state bit is unset and 10 if the state bit is set. SEE ALSO
inputattach(1) AUTHOR
evtest was written by Vojtech Pavlik <vojtech@suse.cz[1]>. This manual page was written by Stephen Kitt <steve@sk2.org[2]>, based on that present in the lineakd package, for the Debian GNU/Linux system (but may be used by others). NOTES
1. vojtech@suse.cz mailto:vojtech@suse.cz 2. steve@sk2.org mailto:steve@sk2.org 05/21/2012 EVTEST(1)
All times are GMT -4. The time now is 05:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy