Ubuntu :: Why Does 'xset R 133' Not Work Permanently
Jun 11, 2010
I use 'xset r 133' to set autorepeat for the 'Windows key'.
But somehow after a while autorepeat does not work any longer and I have to redo the 'xset r 133'. I don't log out or so.
Ubuntu 10.04, gnome, compiz
View 2 Replies
ADVERTISEMENT
Apr 27, 2010
I have 2 Fedora 12 installs with this problem. Before installing FC 12, xset led 3 worked fine.
The command:
SHOULD turn on the scroll lock LED.
With FC 12, it doesn't.
In Xorg.log, I see: (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(I believe before FC12, I was using driver "kbd".) The man page for kbd shows the options needed for program control of the LEDs.
The new driver appears to be "evdev". I've read some of the HAL documentation and I think this driver uses the file: /usr/share/hal/fdi/policy/10osvendor/10-leds.fdi
I see nothing about program control in this file.
Anyway, anyone have any idea why xset led stopped working and how to go about fixing it?
View 2 Replies
View Related
May 16, 2011
The following script should make screen blanking work without disabling gnome-power-manager code...
This script can also be called from a panel launcher (with ./<scriptname> if it is in $HOME). It will not disable the power manager even though the process disappears from the system monitor. The "if" condition is necessary because SIGHUP will return an error if the process doesn't exist.
If you want a bash command, add this to $HOME/.bashrc:
# The following cannot be implemented as an alias
# and it cannot be called from a launcher, more's the pity
dark () code...
View 6 Replies
View Related
Mar 15, 2011
how to disable permanently the numlock event if the user press it don't work.
View 5 Replies
View Related
Jul 25, 2009
Debian Lenny on a Toshiba Portege 350000:08.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)kernel version 2.6.26-2-686On my system, "xset dpms force off" blanks the screen, but does not turn off the backlight. This means that the automated screen off in X does not actually save any power when it blanks the screen.I can turn off the backlight manually using the BIOS tool "vbetool dpms off" (but then I have to turn it back on again manually too).Question 1: is this a problem with the graphics driver interface, or with X, or with the power management driver interface?Question 2: as a workaround, is there any way for me to hook into the dpms off/on that X is doing, and run a script to call vbetool? The best workaround hack I have come across so far is to have a screensaver that calls vbetool, but I was hoping to find something that doesn't require me to run a daemon all the time.
View 4 Replies
View Related
Dec 4, 2009
With keyboard : Illuminant model SK-020EL See next post for a workaround.
ETA : Code now works for my keyboard.
View 1 Replies
View Related
Oct 30, 2010
I tried to log on to a remote computer using ssh, but I got an error:
xset: unable to open display
View 4 Replies
View Related
Nov 19, 2009
I recently did a clean install of Fedora 11 (from Fedora 10). In Fedora 9 and 10 I used a remote font server so that I could launch HP OpenView over a VPN tunnel. The procedure would go something like this:
*connect to VPN
*xset +fp tcp/<hp_ux_server>:7000
*ssh -X user@hp_ux_server
*launch OpenView
OpenView requires the fonts that are installed on the HP-UX server, hence the need for the xset command. Now since the installation of Fedora 11, I cannot get the xset command to work.
xset fp+ tcp/<hp_ux_server>:7000
xset: bad font path element (#23), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
I have turned off the firewall to make sure it wasn't blocking the request. But to no avail. I have also had two other people with Fedora 11 machines try this, they get the same error. Were there major changes in the X server from Fedora 10 to 11+?
View 4 Replies
View Related
Jan 1, 2010
The title pretty much describes the issue. The timespan is sometimes some minutes instead of some seconds. I've tried unplugging every peripherials and disabling the touchpad, killing every non-critical processes, disabling and enabling Compiz, but nothing has helped so far.
I'm running Karmic on an Acer Aspire 8935G-874G100BN laptop with a Radeon graphics chipset.
View 6 Replies
View Related
May 4, 2010
I recently upgraded to 10.04 Lucid. Before I had the command "xset led 3" mapped to my scroll lock button. This turned on the SunbeamTech Illuminated Keyboard. Now it does nothing even when typing it into the terminal. Has anyone had this problem after upgrading?
View 2 Replies
View Related
Apr 2, 2010
So I just installed Ubuntu on my second laptop, however I ran into a problem. The F9 key is going crazy. I'm not exactly sure what is causing it (I've already popped off and cleaned the keys) but if I could find a way to just disable it I'd be very happy.
View 3 Replies
View Related
Jan 3, 2010
So, here's my problem. Every time I'm trying to change my timezone, it last until I'm restarting my comp again, it seems like it doesn't save the changes permanently.I'm using Ubuntu v9.10 installed through Wubi. My timezone is set currently via BIOS.
View 8 Replies
View Related
Jan 14, 2010
How do I permanently add a location to my $PATH so it is always there when I open terminal?
Also is there a GUI for this?
View 2 Replies
View Related
Jan 21, 2010
i used to mount my drives in ubuntu..How to mount all the drives permanently?
View 2 Replies
View Related
Mar 6, 2010
My current alias'd commands are:
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias ls='ls --color=auto'
I'd like to change 'ls' and add a few more, is there a command to permanently do that, or a config file I need to edit somewhere?
View 2 Replies
View Related
Jun 14, 2010
I have upgraded to ubuntu 10.4 i have some issues with it, first how to disable service permanently using GUI, second how can i change root passwd i tried sudo passwd root does not work, third i have network shared driver i want to mount permanently and create short cut to desktop.
View 6 Replies
View Related
Nov 30, 2010
I am using Ubuntu 10.04 on Lenovo Thinkpad, and I have tree pointing devices:
- touchpad
- trackpoint
- mouse, that is connected only when I am home, so for around 50% of time.
I have downloaded a package "Pointing Devices" and tried to disable a touchpad, which annoys me. Sometimes new settings works, but each time I connect/disconnect mouse, the default settings (everything on) restores. It's even worse, because right now the touchpad works and annoys me, while it's written that it's disabled in "Pointing devices", so either the package is outdated, or it's a BUG.
How to permanently disable a touchpad?
View 7 Replies
View Related
Feb 20, 2011
I've tried all three options here to permanently disable the fn key (so that when I press F1 it'll bring up help and when I press fn+F1, it'll dim the screen, etc.).
These methods work upon reboot, but once the computer is put to sleep (i.e. I close my lid), the settings are reverted back to default and I must use fn+ for everything again.
How can I keep the fn key disabled?
And on another note, why use gksudo instead of just sudo?
View 1 Replies
View Related
Apr 23, 2011
I would like to mount a (ext4) drive permanently.I don like to use any additional packages to automount. Can anyone say me the manual way of entering the partition information into the fstab entry?Output: fdisk -l
Code:
karthick@karthick:~$ sudo fdisk -l
[sudo] password for karthick:
[code]....
View 3 Replies
View Related
May 4, 2011
What do I have to do to get some love from the Me Menu? It says "Offline". If I click "Available", then Empathy starts up, and I get Twitter/Gwibber notifications, but the Me Menu still says "Offline". If I click "Offline" (even though it's already selected), then Empathy disconnects. While I am connected to a chat room via Empathy, the little envelope thingy will turn blue or green if I have a new message. Basically, all seems normal except that Me Menu permanently says I'm Offline.
View 1 Replies
View Related
Jul 3, 2011
I created the swap partition, but the problem is, that i have to turn on swaf every time when i turn on my computer. How to turn swap on permanently?
View 9 Replies
View Related
Jul 7, 2011
I'm running both Ubuntu 11.04 and Windows XP Home Edition. I have my hard drive partitioned with 90 GB for Windows and 60 GB for Ubuntu. Here's the problem: When I booted up Ubuntu for the first time, the Windows file system appeared as a second HDD. My dad told me that I need to make it so that drive doesn't appear or be read only or else he will be uninstalling Ubuntu because of the risk that some program will write to the Windows file system. I personally am not worried about that happening, but he clearly is. Remember, I'm brand new to Linux so please make things simple for me to under stand!
View 9 Replies
View Related
Oct 27, 2010
Is there a way to permanently mess up a pre-made dvd?
i would like to be able to mess up a dvd through software, that way there would be no proof of tampering. (i want a few new movies on blueray )
i would like it to run in ubuntu, but a windows program is fine.
these are factory dvds btw, not dvdrw.
View 9 Replies
View Related
Feb 8, 2010
I wanted to mount a drive permanently that I see in my Places -> Network ->
I can add it no problem, but I want it to always mount it when it is available when I am not around.
Once I mount it in the GUI is there any way to make that mount a permanent one?
View 1 Replies
View Related
Feb 14, 2010
I don't use wireless on my desktop so i would like it permanently disabled...each time i boot up it's back and receving up to 80mb of data from an unknown connection via wireless (i dont use wireless) so, to avoid any weird connections to my neighboors house or some kid hacking the neighborhood driving by with a wireless router in his truck i'd like to permanently turn off wireless. this is kind of funny because i had a hard time getting wireless to work on my laptop, but this is my desktop where i do not want it. i looked it up and your forum back in 2007 said to type in iwconfig in the shell then get the nickname of the wireless card then to black list the wireless card. i did this but it didn't work, so what do i do now? i have ubuntu 9.10
View 9 Replies
View Related
May 18, 2010
I can put them on the right using gconf-editor. But every time I change theme, it goes back to the left. It's annoying. Is there a way to fix them permanently to the right?
View 6 Replies
View Related
Jun 4, 2010
permanently open BASH Shell open, on the side of the GUI. This would mean re-sizing the GUI... You would basically have a divider between the shell, and the GUI, so that you could resize either, depending on which you were working with more. For some programs, which open a new shell (aeroscript for example), that stays open behind the GUI, or has an ASCII "GUI", the program would simply open in a tab of the shell. The main shell would be dynamic; meaning that whenever you selected a new window in your GUI, the shell would automatically cd to that directory, in order to save some time. This would be especially useful when editing many files at once with a text editor such as Nano or VI. Alternatively, there could be a different shell tab open for each session of the file explorer. This however, could get quite cluttered. It's still a pretty raw idea. I did some Googling, and so far haven't come up with any similar ideas or actualities." This should also have options as to which shell you would like to install with it (BASH, KSH, ZSH, etc.)
View 1 Replies
View Related
Jun 11, 2010
i'm well versed with the fstab but i'm just curious if there is ubuntu way
View 3 Replies
View Related
Jul 23, 2010
I am new to Ubuntu 10.04 and so far I love it! I recently created a LiveUSB and I am running Ubuntu from my USB drive with preserve mode.
I changed the /etc/hostname and /etc/hosts files with my new hostname and everytime I reboot those files are going back to original state and change the hostname back to ubuntu...
The rest of my installed applications and settings are preserved... Is there a way to permanently change the host name?
View 7 Replies
View Related
Aug 7, 2010
I'm using Kwin desktop effects. I turn on some desktop effects and it worksbut after I reboot my PC, the desktop effects does not turn on automatically.I always need to turn it on again. I always resume the compositing every restart.Also, I can't find all the effects in kwin. I can only adjust the basic effects (the first tab) but when I tried to go to the all effects tab (the second tab) it is empty.
View 1 Replies
View Related