OpenSUSE :: Make Keycode 22 Have The Same Function As Button 1
Dec 19, 2010
I guess I would have to use xmodmap to do this. I already used XEV to find out that the button I need changed was keycode 22. I have a Dell Vostro 1500 and I want the remote control to have a different function.
suse 11.3 / x32 / kde4
View 1 Replies
ADVERTISEMENT
Jan 13, 2011
I have problem with my left cursor key on notebook (Toshiba l10-117) keyboard, I removed this key and checked if there is no dust or something but it didn't helped, probably i have to buy new keyboard in future.I'm wondering if it is possible to do something like this as temporary solution: if I use Alt+PageUp key it will work like left cursor key
View 2 Replies
View Related
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
Aug 28, 2011
I want to install Linux on my laptop. I started with Arch but 4 hours later, I'll take anything so now I'm trying Ubuntu.It appears that the keyboard function button that corresponds to my wireless does not work, and perhaps is windows dependent?Every time I try to interact with wlan0, I get the error "Operation not possible due to RF-kill". And as I've looked around online, it has been suggested in other forums that the only way to resolve this is to reinstall windows and dual boot, so the FN key will work.
I think this is ridiculous. There must be a way to persuade the RF-kill to be turned off again, shouldn't there?I don't have a recover disk for this laptop and I don't want to go through the trouble of requested one from acer. I reformatted the whole disk while attempted to install arch.
View 1 Replies
View Related
Mar 24, 2011
I bought a multifunction stylus sx218 Espon model and I can not run the scanner function. I did some research and found a few solutions and very functional. I hope someone solves the problem. My version of openSUSE 11.2.
View 9 Replies
View Related
Mar 30, 2011
I'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)
That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?
View 9 Replies
View Related
Jun 9, 2010
I am trying to unlink the action triggered by my fn-F5 key, which is a toggle wlan action.
I really don't know were this kind of action is defined, but I want to replace it by another one.
It should happen either by unlinking that action or by overriding.
The key is catched by HAL:
View 4 Replies
View Related
Mar 13, 2010
I am starting a project of my own (and learning C++ at the same time. I got my program to successfully scan a custom netmask, but it is REALLY slow. I want my program to do something similar to nmap -sP xxx.xxx.xxx.xxx-xxx. How to speed it up? Such as pinging more than one IP at a time...
Code:
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <sstream>
using namespace std;
int ip42;
string ip1, ip2, ip3, ip4, ipaddr;
int main() {
cout << endl << "Enter part 1: ";
cin >> ip1;
cout << endl << "Enter part 2: ";
cin >> ip2;
cout << endl << "Enter part 3: ";
cin >> ip3;
cout << endl << "Enter part 4: ";
cin >> ip4;
while(ip42 < 255){
ipaddr = string("ping -c 1 ").append(ip1);
ipaddr = string(ipaddr).append(ip2);
ipaddr = string(ipaddr).append(ip3);
ipaddr = string(ipaddr).append(ip4);
system(ipaddr.c_str());
ip42 = atoi(ip4.c_str());
ip42 += 1;
stringstream output;
output << ip42;
output >> ip4; } }
View 2 Replies
View Related
Apr 10, 2011
how to make a c function present in the library to execute in php and should be able to pass a any new argument back to the c library from php
View 2 Replies
View Related
Aug 23, 2010
The announcement of several new make scripts in the 2.6.32 release notes is very exciting.1.8. Easy local kernel configuration.Most people uses the kernel shipped by distros - and that's good. But some people like to compile their own kernels from kernel.org, or maybe they like following the Linux development and want to try it. Configuring your own kernel, however, has become a very difficult and tedious task - there're too many options, and some times userspace software will stop working if you don't enable some key option. You can use a standard distro .config file, but it takes too many time to compile all the options it enables.
To make easier the process of configuration, a new build target has been added: make localmodconfig. It runs "lsmod" to find all the modules loaded on the current running system. It will read all the Makefiles to map which CONFIG enables a module. It will read the Kconfig files to find the dependencies and selects that may be needed to support a CONFIG. Finally, it reads the .config file and removes any module "=m" that is not needed to enable the currently loaded modules. With this tool, you can strip a distro .config of all the unuseful drivers that are not needed in our machine, and it will take much less time to build the kernel. There's an additional "make localyesconfig" target, in case you don't want to use modules and/or initrds.
View 1 Replies
View Related
May 10, 2011
i'm using ASUS K40IE laptop, installed Ubuntu 10.10 and online upgraded to 11.04 (natty), and i have a problem about my wifi.This laptop using Fn+F2 to enable/disable wifi (using Windows work properly with driver from asus) and have a Led that trigger on/off.Using ubuntu, that's shortcut it's useless. i press Fn+F2 many times, but that led indicator never turn off. Is there a way to make that shortcut can function properly? Actually, i'm not often using wifi, so i want to make it default disable on start up. Both ubuntu 10.10 or 11.04 can't using this shortcut.
View 1 Replies
View Related
Jan 7, 2010
I'm running SuSe 11.2 32 bit. I noticed today that what ever program, window, or what have you I open there is no close "X" button or resize button in the top right corner.
View 9 Replies
View Related
Jun 1, 2011
Does anyone know of a way to make the 'activities' button go from scroll over to when clicked.is that even possible....
View 4 Replies
View Related
Oct 30, 2009
I have a template similar to the following.
Code:
template <charT>
virtual void do_get_date(charT* = "str")
{ ... }
As you can see we have a problem. If we use a wchar_t instead the string wont be formatted right we need to prefix L in front. If we use char16_t we need to prefix a u in front. Is there a was to make the generic without resorting the the std::string class?
View 2 Replies
View Related
Dec 31, 2010
How to setup LXDE (a linux desktop environment) to hibernate a PC after the power button on the computer is pressed?
View 1 Replies
View Related
May 19, 2010
I had been having problems with Thunderbird 3, so decided to install 2.0.0.24. I carefully cleaned out all the 3.0 files. So I downloaded it. Opened it with tar and can see that there is now a Thunderbird folder with all inside of it. But how do I make it run?
If I use "whereis" to locate the file to make it run, it says it is in /etc but i sure can't see it. There is a thunderbird file that seems to be the one in the thunderbird folder, but double clicking and mark "run" does nothing.
View 7 Replies
View Related
Nov 16, 2010
Code:
#include <iostream>
using namespace std;
[code]...
View 1 Replies
View Related
May 18, 2010
I am doing some Linux kernel programming for my research project. I need to record the timestamp (by using cpuid and rdtsc) when an interrupt handler (top half) is first invoked. Due to the time critical nature of the problem itself, I have to do the timestamping inside the interrupt handler itself (the first operation when the handler is called). However, I understand that tasks that are not so time critical should be deferred to a tasklet function (bottom half) for processing because other interrupts are disabled in a (top-half) interrupt handler. I am currently out of idea on how I can pass the timestamp information that I have obtained in the interrupt handler to the corresponding tasklet function.
View 2 Replies
View Related
Feb 21, 2010
the function terminates if no key is pressed for 10 consecutive seconds. I tried using the -t option as suggested in some forums, but my version of showkey doesn't have the option of changing the timeout. The options I get are:
-h --helpdisplay this help text
-a --asciidisplay the decimal/octal/hex values of the keys
-s --scancodesdisplay only the raw scan-codes
-k --keycodesdisplay only the interpreted keycodes (default).
Is it possible to write a script to use this function and still keep the function active until an interrupt is recieved?
View 6 Replies
View Related
Apr 1, 2011
While searching the net I found how to complete disable the functionality of the middle mouse button but I need this button for many other uses.I want to disable only it's paste action.
View 2 Replies
View Related
Mar 17, 2011
I know how to make another button act as the middle button but how can I map several mouse buttons to the middle button? xmodmap complains if I repeat button numbers in the pointer option.
View 2 Replies
View Related
Jan 20, 2010
So I have a intel wifi link 5100 , the drivers should work BUT iwconfig doesn't show my card ..
However doing a ' sudo lshw -C network ' command , it DOES show my wireless card is recognised but not enabled and here is where the problems start ..
I have a touch button on my laptop to enable/dissable it And when I touch it in Ubuntu it doesn't light up like in W7
How can I enable it :s? I really want to use ubuntu !
View 9 Replies
View Related
Jul 19, 2010
I briefly installed OpenSuSe 11.3 64 bit on my Lenovo laptop last night only to find an app critical to me would not run with Crossover Linux Pro on 11.3, so I reverted back to 11.2
That isn't a problem for me. What I could not find in 11.3 was SCPM. I use my laptop quite a bit and used scpm to set the nfs network up for each different site I logged into. I did not see how to do this with 11.3, but assume I looked in the wrong places. how to do this with 11.3?
View 7 Replies
View Related
Apr 19, 2011
i m using ubuntu 10 .10.for 2 weeks it was working fine yesterday onwards it changed.tried all themes but still i cant drag the window to make it small in sizethere is no close button minimize and maximize button in all the application and files[URL]
View 1 Replies
View Related
May 21, 2010
I've been Linux-only for several years, and (finally!) installed Suse 11.2; AMD 64-bit, 3Gb RAM.I'm getting random freezes, after I've pressed the Super (Windows) button; screen still visible, mouse pointer moves, but nothing happens, I have to restart. Really frustrating; it's my major complaint, otherwise 11.2 looks good.: I use super+scroll button for desktop zoom in Mint with no problem at all.
View 2 Replies
View Related
May 27, 2010
just installed this yesterday-there is no disconnect button for the wireless-the only way to disconnect is to disable the wireless altogether.Any else have this problem?
View 9 Replies
View Related
Jul 28, 2010
When I try to write email, and enter the first few letters of the recipient in the "to:" box, it sometimes but not always autocompletes. i.e., let's say my contact's name is Frederick, his address is e.g. robertsharry@snotmail.com. I enter Fred or fred or fre, a couple of addresses come in to the autocomplete drop-down, but not his. After searching all over over to find his address by other means, I start to write it in manually only to find that he IS in my address book (and also in recent addresses), listed under Freddie. I know that the word Freddie is not in his actual address, but what is the point of having a search function if you have to remember the address yourself? In other words surely the drop down search should show display names (as well as any other fields)?
View 5 Replies
View Related
Feb 3, 2010
I did a fresh install of 11.2 (giving OpenSUSE a try after being on Ubuntu for years). I then enabled the community and packman repos. Now, I have noticed that the eject button that normally appears on the Device Notifier plasmoid is gone. I can still click on where that button should be and the device (CD in this case) will still eject. It's just that the button is "invisible."
View 2 Replies
View Related
Mar 13, 2010
I really like to add some items under mouse right button menu. For example when i right-click on the desktop i like to have as first entry "open konsole".
View 7 Replies
View Related
Aug 2, 2010
I'm using openSUSE 11.3 with Gnome.I have installed Handbrake 0.9.4-1 from packman. After I installed it, I can choose the source, but Start, Pause and Add to Queue button are all grayed out.
View 9 Replies
View Related