Ubuntu :: Disabling A Keyboard ?

Aug 27, 2010

Does anyone know how to disable a keyboard on Ubuntu?

View 4 Replies


ADVERTISEMENT

Ubuntu :: Key Gets Stuck When Disabling Keyboard?

Feb 21, 2011

I'm running into some weird behavior while using xinput to disable the keyboard that might be an underlying bug, and I'm wondering if anyone could reproduce it or provide any insight into what's causing it. I'm running Ubuntu desktop 10.10 64-bit in a VMware Workstation VM running on a Windows 7 64-bit host.First I use "xinput list" to find out which keyboards are present in the system. In my case there's only one with id=9. Next I execute "xinput set-prop 9 "Device Enabled" 0" to disable the keyboard at id=9. Now, if I type this into the terminal and hit enter, the keyboard gets disabled but at the same time the enter key becomes stuck. The system thinks the enter key is being held down.

However, if I make a script with the same command and execute it by clicking it in Nautilus, the keyboard gets disabled and no keys are stuck. It seems if the keyboard is disabled with a press of the keyboard, then whatever key was pressed to trigger the disabling of the keyboard becomes stuck.

You might ask why I would want to disable the keyboard in the first place. It's because I'm running Ubuntu in VMware Unity mode, where the system in the VM is integrated with the host desktop system, the VM's windows appear as individual windows on the host desktop,etc. In this mode, whenever I close a VM window by hitting a key on the keyboard (for example, hitting Ctrl+D while in gnome-terminal) and focus goes back to a host window, then that key becomes stuck the next time I open a VM window. If I close a VM window by clicking the mouse then there's no problem. I'm pretty sure now that this is caused by the above mentioned bug from disabling the keyboard. I think in Unity mode VMware workstation runs a script to disable the keyboard in the guest whenever VM windows lose focus, so key presses don't continue to be piped to the guest OS. However, if this action is triggered by a press of the keyboard, then that key becomes stuck in the guest OS.

View 3 Replies View Related

General :: Disabling Keyboard For Some Time?

Feb 23, 2010

I want my keyboard to be disabled for sometime say 5min or more. My keyboard gets loaded more than fingers it bears sometimes loads of books.So want to disable for a specific time

View 1 Replies View Related

Ubuntu :: Disabling Keyboard Repeat From The Command-line

Apr 11, 2010

Some Flash games don't work very well on Linux because when you hold down a key (such as one of the cursor keys) the Flash player sends the game multiple KeyDown and KeyUp events, leaving the game unable to tell the difference between a user holding a key or a user tapping a key quickly. (On other platforms it seems that typematic repeat generates multiple KeyDown events but not KeyUp events.)

Anyway, to work around this problem, I go to System->Preferences->Keyboard and disable "Key presses repeat when key is held down" when I want to play a Flash game, then put it back afterwards. I do this often enough that I'd like to set up some shortcut keys to change the setting. I figured out the following commands to turn it off and on again:

gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool false
gconftool-2 --set /desktop/gnome/peripherals/keyboard/repeat --type bool true

My problem is that when I have tried entering these on the command-line (in a gnome-terminal), X-windows seems to get confused and behaves as though I'm holding down the enter key. It doesn't stop if I press enter again. I tried pressing ctrl-alt-f1 to switch to a text console and it worked fine, but when I pressed ctrl-alt-f7 to go back to X it still behaved as though I was holding down enter. I had to press ctrl-alt-backspace to reset X before it would return to normal. I *think* it happens in particular when changing the setting from true to false. I'm running Karmic Koala with all the updates.

View 1 Replies View Related

Ubuntu :: Customized Keyboard Layout Isn't Listed In Preferences/Keyboard?

Mar 3, 2011

I defined a variant to my keyboard layout (Italian) editing the file/usr/share/X11/xkb/symbols/it and adding this block:

Code:
partial alphanumeric_keys
xkb_symbols "itaro" {

[code]....

View 1 Replies View Related

Ubuntu :: No Keyboard At Grub First Boot - Keyboard After Restart?

Jun 27, 2011

Computer: Toshiba Satellite Pro L510 laptop, 10.10.This has always happened but I have gotten around it by time-out and putting my menu.list in order. When I first boot the machine (switch on for the day from computer being off) I get to the grub options to select a kernel and I have no keyboard. No up/down arrows so have to go with the kernel on top of the list (not always desirable).

When I get to the log-in screen if I hit restart and go back to the grub screen I have a keyboard and can select any kernel. If I login to the kernel I have full keyboard, no problem. If I then restart, I have keyboard at the grub list.

Nutshell: It is only when starting the computer fresh that the keyboard is dead at grub menu (and then only). Any time after that, once the computer has been switched on, if I restart I have keyboard at grub menu and can select different kernels. (Of course, if I switch the computer off and back on again, no keyboard ...)

View 6 Replies View Related

Ubuntu :: Disabling Unity In 10.10?

Oct 17, 2010

I just installed the netbook remix 10.10 on my laptop. I have been using Unity and I would much rather prefer a standard GNOME desktop. I know there was a way to change the netbook interface to a standard GNOME one on the 8.04 remix. Anyone know if there's a way to do it in 10.10?

View 5 Replies View Related

Ubuntu :: Disabling The Rm Command?

Nov 3, 2010

I have a directory in which the files are stored. the users must be able to only read or add files to the directory. the users must not delete the files under the directory. how can i do this? is it possible to disable the rm command?

View 4 Replies View Related

Ubuntu :: Disabling Nolisten Tcp In 11.04 Gdm/X?

May 10, 2011

I upgraded a working Ubuntu system that I'd previously configured to accept tcp connections for the X server, which it's magically gone and added back in again. I can't now figure out how to disable it.

I've edited /etc/gdm/gdm.schemas and changed DisallowTCP to false. I've edited /etc/X11/xinit/xserverrc and removed the nolisten tcp line, but it still comes up with it.

The System->Administration->Login Screen has no option for security (pretty sure that's how I fixed it last time).

View 6 Replies View Related

Ubuntu :: How To Disabling New Panel

May 18, 2011

After installing the graphics card and restart , the left panel is activated! Ubuntu11.04) How to disabling this panel? and activate the last panel?

View 2 Replies View Related

Ubuntu :: Disabling Ipv6 In 8.08 Hardy LTS?

Mar 26, 2010

i have found the solution to disabling ipv6 but the command line is not recognised when i enter it.

i open terminal and input sudo gedit/etc/modprobe.d/bad-list/ but the command is not recognised

View 1 Replies View Related

Ubuntu :: Disabling Browsing History?

May 28, 2010

There is a string of commands in about:config in Firefo where you can disable the browsing history, but I cannot remember where it was

View 5 Replies View Related

Ubuntu :: Completely Disabling Touchpad

Sep 12, 2010

I have a faulty touchpad on a laptop (asus 1001) and want to completely disable it (using the machine with a mouse) - how do I do it? I can see that you can disable the touchpad for a couple of seconds but I want to switch the whole thing off.

View 9 Replies View Related

Ubuntu :: Screensver Locks Even After Disabling?

Nov 22, 2010

I have disabled the screensaver from locking the computer and asking for a password. I did this by unchecking the box in System > Preferences > Screensaver which says 'Lock screen when screensaver is active.'

However, the screensaver still locks the screen.

I'm running Ubuntu 10.10 64-bit on an HP Pavilion dv5.

View 2 Replies View Related

Ubuntu :: Enabling/disabling Touchpad With Fn+F9?

Mar 29, 2011

I am having a problem using my laptop's special keys to toggle my touchpad on and off on my ASUS G73JH laptop, running Ubuntu 10.10 (2.6.35-28-generic-pae).

First, some preliminaries:

My touchpad works just fine, but it does not respond to my laptop's special key, Fn+F9.

In /etc/acpi/events I have the following script, "asus-touchpad":

Code:
# /etc/acpi/events/asus-touchpad
# This is called when the user presses the touchpad button and calls
# /etc/acpi/asus-touchpad.sh for further processing.

[Code].....

View 1 Replies View Related

Ubuntu :: Disabling Desktop Effects In 11.04?

Apr 28, 2011

I've just upgraded to 11.04, but Unity is unfortunately not my cup of tea. I use the classic desktop but I cannot find a way to disable a certain graphical desktop effect... I'm thinking of how the current workspace quickly slides into the next when I choose a different workspace.

If my recollection is correct, you could turn effects like that off in 10.10. This makes me dizzy, does any of know how to turn this off?

View 8 Replies View Related

Ubuntu :: Disabling Zen Server At Boot?

Jun 6, 2011

I can't figure out how to prevent Zend Server starting at boot up. My temporary solution is to issue the following after boot-up:

Code:

sudo /usr/local/zend/bin/zendctl.sh stop

I'd like to:

1. Prevent it from starting during boot

2. Create two launcher icons to Start and Stop Zend Server

View 1 Replies View Related

Ubuntu :: Disabling Kernel Updates In 8.10?

Jan 6, 2010

have a custom kernel I compiled so hardware would all work properly under Ubuntu 8.10 if there is a way to disable it telling me I need to update my Kernel in the updates section just because my 2.6.27-11-generic is different from the one they have. For now I have just been unselecting it when I update everything else but I know myself and one day I will forgot to uncheck it and then I will be recompiling my kernel again.

View 11 Replies View Related

Ubuntu :: Disabling TTY Terminals Using Xubuntu 10.10?

Dec 1, 2010

How would one disable the additional TTY Terminals in Xubuntu 10.10 so that there are not to many additional logins? I believe there are 7 total. I am trying to harden my system.

View 3 Replies View Related

General :: Using Ubuntu Keyboard Layout In Mac OS X With A PC Keyboard?

Dec 24, 2010

I'm a used Ubuntu user on a pc, and I like the french keyboard layout because it allows me to type accentued characters easily.I found a win-fr keyboard layout but it's much like windows and not so good.I found xmodmap.fr keyboard layout and I'd like to know if it was possible use it with my Mac SL 10.6.5, maybe I could do xmodmap xmodmap.fr or a way to convert to mac layout file.

View 1 Replies View Related

Ubuntu :: Cant Find Keyboard Layout For Keyboard?

Nov 20, 2010

Recently i have bought a Dell Inspiron n5010 laptop and installed ubuntu 10.10. I have a windows 7 installed as well. In windows Us English Table for IBM Arabic 238_L keyboard layout works for my pc. But, i can not find this layout in my ubuntu.

View 2 Replies View Related

Slackware :: Installing / After Loading Kernel It Asks For Keyboard Configuration, But Keyboard (usb Wireless) Doesn't Work?

Jul 18, 2010

I'm trying to install slackware 32 bit 13.1.After loading kernel it asks for keyboard configuration, but keyboard (usb wireless) doesn't work.

Keyboard works on the old 13.0 installation, on bios and also in the boot options of 13.1 installation cd.

I've tried removing legacy usb support and changing usb2.0 speed from high to full. Nothing changed.

Anybody with this strange problem? (kernel of setup seems also to detect it correctly as a trust keyboard).

View 9 Replies View Related

Hardware :: Keyboard Keys Messed Up On Logitech Illuminated Keyboard

Mar 15, 2010

When I use the down arrow on my new keyboard it also does and enter key as well. When I use the left and right arrow keys and hold them it doesn't keep going. It just clicks once and I have to pressing it over and over again. Any one know the correct settings to setup my keyboard? It's a Logitech Illuminated Keyboard.

View 2 Replies View Related

Programming :: Read Keyboard Status (not: Wait For Keyboard Input)?

Jun 28, 2011

has bash a command that reads the keyboard status and exits? I want to write a loop of this form:

Code:
while [ 1 ] do
sleep (1)

[code]....

View 14 Replies View Related

General :: Ubuntu - Disabling Mouse Acceleration In X.Org?

Mar 18, 2011

This is the Linux version of my Disabling mouse acceleration in Mac OS X question. Hopefully I'll get an answer this time.I am tired of mouse acceleration and want to have a completely linear mouse response. This is easily achievable through any of the 5 or so methods (some subtly implied) on the X.Org wiki page on pointer acceleration. However, they also disable velocity scaling.I don't want a 1:1 mapping between device and screen coordinates. I want a 1:N mapping where N is a constant.

View 1 Replies View Related

Ubuntu Servers :: Disabling GUI From Init Scripts?

Jan 29, 2010

I have a headless Ubuntu computer which is primarily use as a server but which has Ubuntu desktop edition installed. I use X forwarding through SSH occasionally to use GUI programs so I am not looking to remove them. However, I would like to disable any GUI elements that would be started automatically when the computer is booted. Is the graphical login screen the only thing that would be run? or is nautilus, gnome-session etc. started as well? How would I go about removing the necessary entries from the init scripts?

View 2 Replies View Related

Ubuntu :: Remote Desktop *without* Disabling Compiz?

Feb 15, 2010

is there a way to have a graphical remote desktop connection without having to disable compiz effects or to have to replace it with metacity?

View 6 Replies View Related

Ubuntu :: Disabling Auto-login From The Terminal?

Mar 4, 2010

I enabled auto-login on my netbook without considering that my /home partition is encrypted, so now I can't log in. Is there any way I can disable auto-login without using the GUI?EDIT:I was able to get around this by going to a TTY, logging in, then killing X and starting GDM again. Still, this is not acceptable. Subscribe to the bug here, if you agree with me.

View 1 Replies View Related

Ubuntu :: Disabling The Low Power Beep On Installation?

Mar 11, 2010

It is extremely load and aggravating. My version 9.10. I am have no other issues with the internal speaker besides the low power beep. I have tried: blacklist pcspkr in /etc/modprobe.d/blacklist.conf (actually was already done in 9.10) in gconf-editor gone to apps gnome-power manager, unchecked low power notification

gone to sound preferences muted alert volume. If this was a desktop i would just physically disable the internal speaker, but i don't want to open up my laptop do to possible difficulty of reassembly.

View 4 Replies View Related

Ubuntu Security :: Crontab Disabling Internet From 7pm To 7am?

Apr 11, 2010

I administer a desktop computer with ubuntu 8.04 in an university library. Since it works almost all night, to enable students to study, after some time I noticed some misuses of the computer during the evening, when there isn't many students. My goal was to disable users from accessing internet from 7pm to 7am, but also enable it if certain user was logged in (I use that user for torrent, and I seed on that computers from time to time). So I created a script that's being called by root's crontab, and here is the script's code:

Code:
#!/bin/bash
NUM=`who|grep myuser|wc -l`
#echo $NUM
if [ $NUM -le 0 ]; then
/sbin/ifconfig eth0 down
else
/sbin/ifconfig eth0 up
fi

Since I created the script, I actually never seeded anything, so I'm wondering now if that's going to work at all, and (also) is there a better solution for this.

View 5 Replies View Related







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