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


ADVERTISEMENT

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 View Related

Programming :: Pointer As Function Return Doubt?

Jul 15, 2010

I'm getting some information about C language and this session of a C book (follow the above link) is using a bad example for me. When I'm trying this example of function returning a pointer, my compiler is stating a warning that I return a pointer to a local variable. I realized that it is error prone after all this variable may be override before the function has done his execution. And the author is fooling me saying that this example is "perfectly safe". I'm wrong? There is something that I don't got yet? Sorry but this site is preventing me to post the link of book cause I'm a newbie, so a need the hack it. Just strip out the question signs:

{LINK}
?w?w?w
?cs.cf.ac.uk?

[code]....

View 6 Replies View Related

Programming :: C++ Class Member Pointer Changes After Function Returns?

Mar 30, 2011

I'm venturing into the world of OpenGL, but in the process of writing my graphics library I ran into a problem... My code is:

Code:
#include <stdio.h>
#include <stdlib.h>

[code]...

View 5 Replies View Related

Ubuntu :: Disable Pointer Capture In Dockbarx?

Dec 10, 2010

After installing latest version of dockbarx(0.41) today my cursor pointer automatically captures the links in browser and other icons on my desktop and performs automatic closing or opening window. I want to disable that features. How to do that?

using Ubuntu 10.10 32 bit

View 1 Replies View Related

Programming :: Disable Int-to-pointer-cast Warnings In G++?

Feb 28, 2010

From "man gcc"
-Wno-int-to-pointer-cast (C and Objective-C only)
Suppress warnings from casts to pointer type of an integer of a different size.

[code]...

View 3 Replies View Related

Ubuntu :: 10.04 Disable Joystick As Mouse Function?

May 21, 2010

I am using ubuntu 10.04 and have a problem it seems no matter what joystick I plug into ubuntu it wants to treat it like a mouse. I have no idea as to why this is but it is quite annoying. I searched the menu and have yet to find the ability to disable using the joystick as a mouse function.

View 9 Replies View Related

Ubuntu :: Possible To Disable Keyring Query Function?

Sep 1, 2011

is it possible to disable keyring query function?

View 2 Replies View Related

Ubuntu :: Disable Just The Trackpad, But Not The Red Pointer Mouse Or The Buttons Above/below The Trackpad?

Jun 17, 2011

I'm using Ubuntu on my Lenovo laptop which has a pointer mouse and trackpadt looks exactly like this:How do I disable just the trackpad, but not the red pointer mouse or the buttons above/below the trackpad.I did do a search and found a file I can download, but isn't there a keystroke or something built into Ubuntu that would avoid me having to download a third party solution.

View 5 Replies View Related

Fedora :: Disable Mouse Center Button Paste Function?

Jun 2, 2010

I found the paste function of the center button is really annoying. Usually I use the center button to scroll up and down inside an editor, but when I scroll really fast occasionally I would press down the center button. The editor ended up paste whatever on the clipboard. Is there a way to disable it? I want the center button to function only like a scroll bar, no paste.

View 7 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 Networking :: Disable The "Delete" Function For Browsing History In Firefox?

Dec 3, 2010

I am running Ubuntu, and I was wondering if there are any settings that I can change in order to remove to make it so that users of the computer cannot delete the history in Firefox without a password. I am even willing to switch to another Internet browser if necessary.

View 1 Replies View Related

Ubuntu :: Disable "aero Snap" Function When Dragging Windows To Screen Edges?

May 2, 2011

i would like to disable the aero snap function when using the mouse to drag a window to screen edges... i like to keep multiple small windows with various sizes at the edges of the screen (i.e. with media players listening to music or watching videos to have the screen in one corner while using the remainder of the screen for something else)

i would still like to keep this function with hotkeys (<super> + up/down/left/right) is there any way to work around this?

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







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