Ubuntu :: "Pointer Can Be Controlled Using The Keypad" Keeps Enabling Itself

Oct 15, 2010

I'm running Maverick Beta and the keyboard setting "Pointer can be controlled using the keypad" keeps re-enabling itself seemingly randomly. It's not even when I restart/load up a new program. In the middle of typing a paragraph it sometimes re-enables.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Disable The 'Pointer Can Be Controlled Using The Keypad' Function?

Jan 3, 2010

how to permanently disable the 'Pointer can be controlled using the keypad' accessibility function?There was a post about it on launchpad, that I used before and since updating to 9.10 I can't find it.It may be a Gnome bug, and its getting very irritating - maybe 10 - 12 times a day...

View 1 Replies View Related

Programming :: Pointer To Pointer Segmentation Fault?

Jun 27, 2009

I have been googling trying to fix this ... basicly I have a (int **) variable, and when I try to pass a (int) value to a specific position, I have seg.fault.Resuming what I have is:

int ** p;
p[0][0] = 1; //segmentation fault

View 7 Replies View Related

Ubuntu :: Mpd Controlled From Another Windows Computer?

Nov 21, 2010

Is there a windows (XP) based program that will control mpd running on a different Linux server?

I have mpd and mpc working on my text only server playing stuff throughout the house. My wife (having no Linux experience) would like to select songs, volume, etc, Can someone suggest a client that will run on Windows that will control the mpd via the lan?

View 2 Replies View Related

Ubuntu :: List Of Apps That Can Be Controlled By A Remote Control?

Aug 2, 2010

Is there a list of apps in ubuntu that can be controlled by a remote control?

View 1 Replies View Related

Ubuntu :: Way To Have Each X Screen Own Seperate Cursor Controlled Exclusively By Its Own Mouse?

Feb 20, 2011

I currently have my computer connected to my main monitor, as well as my TV. I am using the Nvidia Driver and they are running as separate X screens. I have currently run into the problem that if my wife is watching videos on the TV while I am surfing the web or something on the other monitor, we really need 2 seperate cursors.Is there some way to have each X screen own a seperate cursor controlled exclusively by its own mouse? Or is there some other solution to this that anyone can think of?

View 2 Replies View Related

Ubuntu Networking :: Get The Asus N13 WiFi To Be Controlled By The Network Manager App

Mar 11, 2011

I have eventually (a week's work) got my Ubuntu 10.04 to recognise my Asus N13 WiFi dongle (had to compile the source from Ralink with the "y" against the two things it tells you to if you want network manager to work (source that came with dongle wouldn't compile) and then set up rules (for some reason the driver - rt2870sta - wouldn't recognise the dongle until the rule about the vendor and product ID was in place; and the drivers that come with Ubuntu wouldn't recognise it even with the rule in place)).

Big thank you to chilli555 for all of the posts that got me this far.I would like to use the Network Manager app that comes with Ubuntu, to control the dongle. At the moment it will aknowledge when the driver has been loaded (have to do a modprobe), but does not "see" any of the many WiFi routers around my house, so I can't click on one to select one.

My only guess on this is that, to get the dongle to work I copied the config file that is part of the driver source files into /etc/Wireless/RT2870, and this is getting in the way. However, I have tried removing it and the network manager still doesn't work. Or is it because the network manager needs the dongle to be called "wlan0" and it's called "ra0"? If so, can you aliase this?

View 3 Replies View Related

Ubuntu Servers :: Allow Users To Upload And Run Scripts In Controlled Environment?

Apr 22, 2011

I am setting up a small competition for a forum where there are a set of programming tasks to complete (in various languages). At the end of the allocated time, the fastest program that successfully completes the task wins.I would like to set up a server similar to the way the Google AI challenge works, where users can upload code to the server via an html page and the code is executed and profiled on the server.The problem is obviously security... so... how can I configure my server so that the uploaded scripts are run in a completely jailed environment and do not have access to anything outside their folder and cannot execute any commands on the server?The chain of events looks like this: User writes script on local machine -> user zips script -> user browses to server html page -> user uploads script -> script is compiled and executed on the server -> user is shown output from script

View 1 Replies View Related

Debian Hardware :: Digital Cameras That Can Be Controlled?

Apr 3, 2010

Does anybody know of any digital cameras that can be controlled via Debian? I'm not speaking of a webcam but a digital camera, and I'd like to be able to send commands to the camera via usb; perhaps by means of a bash script that would take snapshots every x seconds for a total duration of y seconds.

View 2 Replies View Related

OpenSUSE Install :: Windows XP On Lvm Controlled Disk?

Dec 2, 2010

My system, OpenSuSE 11.3 (box2), has two physical disks in one volume group. One disk is almost empty. Unfortunately I need to install Windows XP as dual boot. (Yes, I know it would be easier to do this the other way around.) I plan to repartition the almost empty disk to make room for a Windows XP partition. The disk is NOT the primary master disk, because that's where my OpenSuSE 11.3 resides.

Will I break LVM if I install Windows XP? Will XP boot under lvm? Do I need to remove the disk from of the volume group before installing XP?

Box 2: OpenSuSE 11.3 || KDE 4.4.4 || 2.6.34.7-0.5-default || i686 AMD Athlon(tm) XP 2400+

View 7 Replies View Related

Software :: Multi User Web Controlled Jukebox?

Jun 16, 2010

I have a Linux (Fedora) server up in the attic which is connected to the whole-house speaker system. It has all my MP3s, etc. I would love to be able to control the sound output of that machine from multiple computers. Subsonic ([URL]... comes close -- it has the base functionality that I need (web control of server sound) However, I'm looking for something that handles the multi-user part better. Specifically, would like my users (children, wife) to have their own play lists and ratings. Would love if the tool could select from all of our favorites when I wanted to play music with dinner (including vetoes for the stuff some of ushate). And it doesn't seem like Subsonic allows rating at the song level.

View 1 Replies View Related

Ubuntu :: Numeric Keypad Stopped Suddenly?

Apr 19, 2011

My ubuntu was working well for the past few months, and suddenly my numeric keypad wont work now. the num lock's light toggles, but there is no input on the screen while typing.

View 4 Replies View Related

Hardware :: How To Stop Device From Being Controlled By Specific Driver

Apr 5, 2011

I am working on getting into driver development in Linux, I am developing a driver for the Hanvon GraphicPal drawing tablet.I have started writing a driver that actually detects the device when it is plugged in, so far thats all it does, it needs a lot more work. However, testing it is really hard because when I plug in the device normally, it gets picked up by usbhid or hidraw (not sure which), so the only way to get my driver to pick it up is to unload usbhid ("sudo rmmod usbhid") and then plug in the device. However, unloading usbhid kills my usb keyboard... which, as you can imagine, makes typing difficult, making it hard to develop drivers or even to reload usbhid. So is it possible to stop that specific device from being picked up by usbhid or hidraw and only by my driver?

View 2 Replies View Related

General :: Changing The Property Of Inetd Controlled Service?

Jan 4, 2011

How to change the properties of inetd controlled services in Linux ? in linux it is xinetd controlled services.

View 3 Replies View Related

Ubuntu Installation :: Rhel-6 - KeyPad Doesn't Work

Apr 20, 2011

I am having issue with my keypad( place where we move the mouse pointer), after installing rhel-6

View 2 Replies View Related

Hardware :: Numeric Keypad Do Not Work

Jul 11, 2011

After changing the keyboard the numeric keys do not work using mandriva 2010.2. It works ok on windows xp and puppy linux.
Under puppy linux the setting is pc 101.
Mandriva the setting is Generic 105 key (intl) PC
Have tried a few different options.

View 6 Replies View Related

Server :: Individual User Controlled Spam Quarantine On Relay Svr?

Jan 12, 2010

I all ready have a Debian spam filter setup using Postgrey, Postfix, Amavis-new, spamassassin, and ClamAV this box is a relay spam filter server to our SBS Exchange Box. Currently all Virus laden email is disposed of, and all spam that is not thrown out gets sent to a spam filter account on the exchange server that I check periodically. This is inefficient and I'd rather not do this, additionally I'd like users to have control over their own white lists and so forth.

I am willing to start from scratch on this as the spam filter is running in a VM environment I can plug a new one in and be running in minutes. The issue I am having is that I cannot find any information on how to do this. Plenty, including HOWTOs, on how to do this with local users on the spam box and also have it relay to another server, but not how to make quarantine folders for relay recipients that are access

View 1 Replies View Related

Ubuntu :: Numeric Keypad Controls Mouse - No Digit Input

May 21, 2010

I've noticed a bit of a problem here in the last few days...after some point, my numeric keypad stops being a numeric keypad; instead, it controls the mouse (5 right clicks, and the outer keys move the cursor in the appropriate direction). It doesn't appear to happen on boot, as I generally type the numeric bits of my password with the keypad, but some point after. The only common events I can think of where this has occurred is either after connecting to the system via SSH, or after swapping to tty1 (which usually requires re-enabling of numberlock for the terminal to recognize digits, again for the password). No matter what state the NumLock is in (off or on) at this point, the keypad fails to function as a keypad.

View 2 Replies View Related

Fedora :: Keypad Not Working Anymore In Gnome

Aug 19, 2009

A couple of weeks ago, my keypad stopped working. Not only the numbers, but all keys there. I heard it is a setting in Gnome, but I can't seem to find it.

View 2 Replies View Related

General :: How Does One Set Keypad Mode For Jed Editor With EDT Emulation

Feb 24, 2010

How does one switch between command line and keypad modes when using the jed editor with EDT emulation?

OpenVMS User's Manual states that when using the EDT editor if the user wants to control EDT using the keypad, the mode needs to be set for keypad rather than command line input:

I am using:

with this .jedrc file:

Using the -batch shows that the .jedrc file is correctly located.

View 1 Replies View Related

Ubuntu Networking :: Rdesktop - Numeric Keypad Disables Caps Lock

Mar 22, 2010

The issue i found is that when i connect from ubuntu to windows 2003 server, through rdesktop, using the numeric keypad disables automatically the caps lock setting.To reproduce the problem :

- connect to a windows remote pc through rdesktop
- open notepad
- press caps lock to set the capital letters

[code]....

The result is :

ADKLEFL2390309ajkejkjf

The caps lock has been silently deactivated. Only ubuntu clients are affected by this. I think it's a bug of rdesktop.

View 1 Replies View Related

Debian Multimedia :: Press The NUM LOCK Key For Numeric Keypad?

Oct 13, 2010

I have a problem with GDM, I'll explain: When system boot up and GDM show up, always need to press the NUM LOCK key for numeric keypad, for any reason this is disable always

View 9 Replies View Related

Fedora :: 13 On Toshiba Laptop Keypad Stops Working

Jun 7, 2010

I did a clean install of Fedora 13 on my Toshiba A500 laptop. Suddenly the keypad stops working. no numbers?

View 2 Replies View Related

Hardware :: Write I2c Drver For Keypad For At91sam9261 Board?

Mar 8, 2011

i have to interface a keypad to at91sam9261 board in linux platform.

View 1 Replies View Related

General :: Interface GPIO Driven Matrix Keypad?

Dec 4, 2010

I want to interface GPIO driven matrix keypad(4X4) to my linux box.
I saw a driver source file
linux-2.6.32.2/drivers/input/keyboard/matrix_keypad.c

How can I use this to achieve what I want?

View 3 Replies View Related

Software :: Numeric Keypad On PackardBell Laptop Stopped Working?

Jan 20, 2011

I have a keypad with a numeric part to it (as well as the traditional numbers above the alpha keys)It stopped working after I installed Moonlight - and although I have uninstalled Moonlight it is still not working (I may be wrong that Moonlight was the problem, but I can't think of anything else)The number lock indicator still lights up, but there is no response to any numeric input. With the number lock key off, the alternative actions (cursor up, down, etc) work normally.

View 7 Replies View Related

Programming :: Implementing Matrix Based Keypad On X86 Processor Using GPIO's?

Feb 5, 2010

I need to control matrix 5x4 keypad, on a processor

i am doing by making one row low at a time, and keeping all other rows high,

by scaning coloums, the corresponding key value becomes low.

my problems is that it is taking much time to respond, like to make gpio

low to high and high to low...

View 1 Replies View Related

Ubuntu :: Changing "keypad Delete" From Comma To Period

Jan 10, 2010

I am using Ubuntu 9.10 in U.S. English with a German keyboard layout. Accordingly, pressing the delete button on the numeric keypad will produce a comma, which most applications do not recognize as a decimal. in order to have the key produce a period.

I have tried editing the /usr/share/X11/xkb/symbols/de and changing the line

Code:
include "kpdl(comma)"

in the "basic" section of the file to

Code:
include "kpdl(period)"

which seemed like the perfect solution, but upon restarting an error message pops up and the keyboard layout is changed to U.S. English.

Code:
cd /usr/share/X11/xkb/symbols
xkbcomp -lhlpR '*' -o ../symbols.dir

which does nothing at all if used with sudo and produces an error message if used without. Reverting changes to /usr/share/X11/xkb/symbols/de removes all errors.
Is there something else I need to do to have xkb accept my changes to the file?

Code:
include "kpdl(comma)"

does not specify a symbol to be mapped to the keypad delete key, but rather constitutes a command that integrates a pre-specified option into the layout file. Thus, simply removing the line works perfectly well, even without using the above suggestion to register the change to the file with xkb (or whatever it does).

View 7 Replies View Related

Slackware :: Konsole Does Not Recognize Keypad Arrow Keys On Slackware 13.0 / Fix It?

Jan 18, 2010

Konsole does not respond to the following keys on my stand-along usb
keypad:
rightarrow,leftarrow,uparrow,downarrow,home,end,pageup,pagedown

Both of the other terminal emulators on slack do recognize
these keys (xterm and xfce terminal emulator).

I can also confirm that xev, if launched from konsole will recognize
these keys.

Konsole is my terminal emulator of choice and it is really nice to
be able to use my left hand for navigation and command retrieval.

Also, keypad arrows work in X apps.

View 1 Replies View Related

Ubuntu :: Enabling CPU Frequency For 9.10?

Feb 20, 2010

I have a n2pap-lite motherboard with a AMD Sempron 2800+. My host clock is at 133mhz when it needs to at least be at 166mhz to be a AMD Sempron 2800+... I installed the system on 100mhz clock not thinking that it mattered.

I tried the following

sudo apt-get install rcconf
sudo rcconf
*Disabled "ondemand"

It says on guides that it will ask me to reboot but it doesn't, so I manually did it and put the CPU Frequency Monitor on my taskbar. It does not have the options like it shows in the screenshots to set my CPU frequency..

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved