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


ADVERTISEMENT

Slackware :: Mouse Acceleration - On Boot The Mouse Is Too Fast

Dec 13, 2010

Iv'e got an issue with mouse speed, on boot the mouse is to fast, so I found that the command

Quote:

slows it down the way I need. But now, each boot I need to run it again. Is there a place where I can put it so it runs every time X starts? Also, googling a bit I found that udev rules can be used instead, but I don't know how to write it as a rule.

View 1 Replies View Related

Ubuntu :: Set The Mouse Acceleration / Sensitivity

Dec 22, 2010

I'm using ubuntu. Is it possible to set the mouse acceleration/sensitivity to a value beyond the maximum that is available through System->preferences->mouse ?

View 4 Replies View Related

Ubuntu Multimedia :: Wacom - Xsetwacom And Mouse Acceleration

Mar 4, 2010

I'm trying to configure my Wacom tablet in Ubuntu (9.4) and it's working pretty well!

I have one issue though.

In Windows (with the Wacom drivers) I have the option to set both Mouse Speed and Mouse Acceleration (see attached screen shot). I normally like to increase acceleration and decrease speed.

In Linux (with xsetwacom) I can only find one, SpeedLevel. Is it so, or are there any other way to configure it?

View 1 Replies View Related

Ubuntu :: Modify Mouse To Not Use Acceleration / Adjust Speed Of Cursor?

Jun 21, 2011

I just installed Ubuntu 11.04 and I have a Logitech MX518 mouse. I see that the Logitech SetPoint software is only for Windows, but I am not able to get the exact mouse behavior that I want through the Mouse settings in Ubuntu.

I want acceleration disabled, so I put the slider all the way to the left for acceleration. I then move the slider for mouse sensitivity, but I didn't notice a change in cursor speed. How can I modify my mouse to not use acceleration but adjust the speed of the cursor? Is there a special app I can install for this?

View 1 Replies View Related

Debian Hardware :: Unable To Disable Mouse Acceleration

Oct 30, 2015

I'm using Debian Jessie with nvidia, and i am unable to disable mouse acceleration.

I have tried using this config in xorg.conf.d but without success.

Code:
Select all Section "InputClass"
   Identifier "Cooler Master Storm Havoc Mouse"
   MatchIsPointer "yes"
   Option "AccelerationProfile" "-1"
   Option "AccelerationScheme" "none"
EndSection

In the xorg log it seems as if the devices are incorrectly recognized

Code:
Select all[     6.786] (II) config/udev: Adding input device Cooler Master Storm Havoc Mouse (/dev/input/event9)
[     6.786] (**) Cooler Master Storm Havoc Mouse: Applying InputClass "evdev keyboard catchall"
[     6.786] (II) Using input driver 'evdev' for 'Cooler Master Storm Havoc Mouse'
[     6.786] (**) Cooler Master Storm Havoc Mouse: always reports core events
[     6.786] (**) evdev: Cooler Master Storm Havoc Mouse: Device: "/dev/input/event9"
[     6.786] (--) evdev: Cooler Master Storm Havoc Mouse: Vendor 0x2516 Product 0x1d
[     6.786] (--) evdev: Cooler Master Storm Havoc Mouse: Found 1 mouse buttons

[Code] ....

Here it seems as if the mouse is recognized twice, once as a mouse and once as a keyboard, where it says "Cooler Master Storm Havoc Mouse: (accel) keeping acceleration scheme 1" so I'm wondering if this is what causing the problem with mouse acceleration not working.

However my USB headset also seems to be recognized as a keyboard in the xorg log, but it works just fine. In xinput list and xfce mouse settings, the mouse is listed twice and even the keyboard is listed as a mouse.

Code:
Select allVirtual core pointer                       id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                 id=4   [slave  pointer  (2)]
⎜   ↳ Cooler Master Storm Havoc Mouse            id=9   [slave  pointer  (2)]
⎜   ↳ Cooler Master Storm Havoc Mouse            id=10   [slave  pointer  (2)]
⎜   ↳ Logitech USB Keyboard                      id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3   [master keyboard (2)]

[Code] ....

in dmesg, the mouse is also listed twice, once as a mouse and once as a keyboard

Code:

Select all[    5.891478] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:1d.2/usb6/6-1/6-1:1.0/0003:2516:001D.0002/input/input11
[    5.891586] hid-generic 0003:2516:001D.0002: input,hidraw1: USB HID v1.11 Mouse [Cooler Master Storm Havoc Mouse] on usb-0000:00:1d.2-1/input0
[    5.896154] input: Cooler Master Storm Havoc Mouse as /devices/pci0000:00/0000:00:1d.2/usb6/6-1/6-1:1.1/0003:2516:001D.0003/input/input12
[    5.896236] hid-generic 0003:2516:001D.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Cooler Master Storm Havoc Mouse] on usb-0000:00:1d.2-1/input1

View 2 Replies View Related

General :: Xorg - Possible To Have HW Acceleration

Oct 6, 2010

What means there exists to have three monitors, all controlled by Xmonad and have hardware 3D acceleration as well? I had the pleasure of using three monitors earlier this year, and while Xmonad and Xinerama handle three monitors easily, I had to throw in an extra display driver, and also let go of Nvidia's own TwinView (which is a hack on Xinerama). This left me with no HW acceleration and some flickering as double buffering wouldn't work with certain applications. However, the three monitors handle so beautifully that I had hard time coming back to two. I understand the easiest way to achieve HW-accelerated tri-head combo is to split into two Xorgs.

I wouldn't be able to switch windows between the Xorgs, so I'm not really into this solution. What's more, having a cheap and old PCI card along with even slightly better PCIe seemed to slow things down. Even if I occasionally disabled the third monitor from Xorg configure, I couldn't get HW acceleration to work. Only after I physically disconnected the old PCI card, I could get the games back in business. Would a Matrox Dual/Tri-head2go and a powerful Nvidia GPU do the trick? I understand Xmonad can be configured to "believe" that a "single" (as Dualhead2Go will merge) 3360x1050 display is actually two different ones? So that Xmonad's Mod-w and Mod-e would work properly there.

View 1 Replies View Related

General :: Get 3D Acceleration With A Nvidia Card Without X?

Mar 2, 2010

I like Linux.

I like OpenGL.

I don't like X.

On Linux, is there anyway to get 3D acceleration from my Nvidia card without X? Ideally, I'd have the kernel boot, get to a console, then somehow get into a "graphics mode", where my entire monitor is just a single OpenGL screen ... and I draw stuff to it with OpenGL. Without X.

View 4 Replies View Related

General :: Enabling And Disabling DCA ?

Mar 31, 2010

I'm using Linux Kernel version 2.6.33 on a server with Intel Xeon X5570.

I assume that Intel's DCA is already enabled on my system, because I see

Code:

I would like to test the effects of with and without DCA. How can I disable DCA?

View 2 Replies View Related

General :: Disabling USB Automount (KDE)?

Jul 14, 2011

When I plug in a removable device, KDE automounts it, but I prefer to do this manually (also perhaps not liking the idea that any user could plug a device in and have it mounted). I've searched around and looked at KDE -> System Settings -> Removable Devices, and "Enable automatic mounting of removable devices" is already unchecked

View 3 Replies View Related

General :: What Harm Can Come From Disabling Postfix

Feb 28, 2010

I have a netbook running opensuse 11.2 I'm trying to make it run faster by disabling services, and I would like to kill off postfix as I don't ever use it (As far as i actually know) What harm could come from disabling postfix, if any?

View 3 Replies View Related

General :: Disabling Start Up Items?

May 24, 2010

I'm currently using Debian 5.04 Lenny, and I trying to figure out how I stop things running at boot time, in the simplest way, if possible.

In Redhat/SuSE all I had to do was 'chkconfig xxx off' and it was done, is there an equivalent in Debian? A tool or something.

To find a list of items in Redhat/SuSE all I had to do was 'chkconfig --list' and it displayed a list, is there also an equivalent for this? A tool or something.

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

General :: Disabling The Constrailnts On A Table?

Feb 1, 2011

How can I disable the PK,UK and FK constraints on all tables in oracle DB.

View 2 Replies View Related

General :: Audio - Disabling Built-in Speaker?

Jan 28, 2010

My workstation has a built-in speaker that, surprisingly, plays audio very well. I also have external speakers hooked up to the audio out jack which are easier to hear. Unfortunately, when I try to play some audio material, sound comes out of both the external speakers and the built-in speaker on the workstation.

I'd like to disable the speaker inside the machine, and just plug in head-phones to the external speaker so I can listen to training material at work without bothering my office mate. I'm not sure how to do this in Linux (Suse Enterprise Desktop 11). Fiddling around with the Gnome audio tools doesn't list two different audio devices on the machine.

From what I can tell, sound is played through the ALSA system. I looked in my home directory and there is no .asoundrc controlling configuration.

I should also add that I check in the BIOS for a way to disable the built-in speaker, but I could not find such a setting.

View 3 Replies View Related

General :: Can't Enable Wireless Again After Disabling It By Accident

Oct 13, 2010

My Acer notebook has a button that can disable the wireless network device when pressed. Since it is near the ESC key, sometimes I press it on accident, especially when editing something with Vim. When I press the wireless switch to enable the device again, nothing happens. Using the command ifconfig wlan0 up results in the following error:

SIOCSIFFLAGS: Unknown error 132

Rebooting and logging on linux again didn't solve anything. I had to log into windows. The device started out disabled, then pressing the button reenabled the device. I'd like to be able either to reenable wireless at will, or outright disable the wireless switch button.

View 2 Replies View Related

General :: Removing / Disabling Firewall Happens Temporarily

Apr 16, 2011

I tried following the instructions in this link to disable and remove iptables firewall using commands:

# service iptables save
# service iptables stop
# chkconfig iptables off
# iptables -F
# iptables -X
# iptables -t nat -F
# iptables -t nat -X
# iptables -t mangle -F
# iptables -t mangle -X
# iptables -P INPUT ACCEPT
# iptables -P OUTPUT ACCEPT

Its seems to work temporarily and then the firewall gets enabled again by itself even without restarting.

View 1 Replies View Related

General :: Disabling Interactive Boot In Red Hat / CentOS

Feb 12, 2010

How can I disable the interactive boot up process? Also what is the pros and cons to doing this? Will this affect my being able to get to runlevel 1?

I have been googling it but not really clear on the pros/cons etc.

I am talking about a server class machine that is in a locked room, not a desktop.

I know it can be turned off in /etc/sysconfig/init # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes

View 4 Replies View Related

General :: Firefox: Disabling Spelling Checking.

Jun 19, 2011

Kernel 2.6.21.5, slackware 12.0
(Mozilla) Firefox 2.0.0.4

where the option to disable spelling checking is in FF? I think Edit>Preferences contains all of the settable options.

View 3 Replies View Related

General :: Execute .jar At Startup & Disabling Xwindow Also?

Aug 31, 2010

i want to run a jar file at the start up..and only that application will work at the start up..other all are blocked..after giving input to the application the xwindow will enabled..otherwise it remains same.

View 1 Replies View Related

General :: Windows - Linux Virtualization Choices With Graphic Acceleration / Video Card Support

Jun 5, 2011

I am in the process of building a new desktop machine for work and fun. I am looking to run a undecided flavor of Linux (guessing Ubuntu) as my primary OS and several Windows installs with a Windows 7 install for .net development and gaming as virtualized environments.

From my previous experiences with virtualization software in Linux I was never able to find an application that offered descent video card support / graphic acceleration etc. to be capable of playing any games within one of the virtualized environments. And since I will be investing quite a bit of money into this system for gaming I would naturally want to find the best option available to achieve this setup.

So Onto my question: Is there any virtualization software available for Linux that has full video card support, graphic acceleration and capable of taking advantage of everything the video cards have to offer within the virtualized environments?

Or am I stuck with running Windows 7 as my primary OS and using virtualization for Linux and the other OS's?

Also I have no preference on open/closed source and price range would be up to $175.00 to support at least 3 virtualized environments.

View 4 Replies View Related

General :: Disabling Cut And Paste - Renaming In Samba Server

Feb 4, 2010

We are having 12 windows computers xp which are connected to a linux machine which has samba server installed on it for backup purposes of these 12 windows users. We want the like this , that a user copy a folder from their local machine and paste it to the samba server . but they cannot delete this folder once the backup is there at linux machine.

So this is working fine. But our users are able to Rename the folder they have pasted at linux machine which we dont want . and even they are able to cut and paste files from 1 folder to another folder in the samba server. We just want them to copy a file or folder from their local windows machine and paste to samba server and they can also read it (copy and paste back to their windows computer)whenever they want . but we dont want them to cut and paste within linux machine and rename that file as well.

View 1 Replies View Related

OpenSUSE Network :: IPV6 Disabling In Suse In General?

Apr 10, 2011

I've had a hell of a time with this and now all but YAST2 are ok. Going back some time to 10.0 this could be used to disable it very completely.

open terminal and run
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf

restart computer. Has anyone used this on more recent issues even 11.4 and are there any repercussions?I assume that the inverse will but it back on ie off's just become on's? I will be using cups when I install my printer which is one concern and I am not at all sure that modprobe will do anything anymore?

I also recollect that there is a command to cause the kernel to effectively reboot which would save restarting. Can't remember what it is. Maybe some one can refresh my memory.

View 9 Replies View Related

General :: Configure Command For Enabling And Disabling Options?

Jul 10, 2011

I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?

View 4 Replies View Related

General :: Debian - Manually (command Line) Disabling USB Automounts?

Jan 30, 2011

I know that I can use the GUI (gnome-volume-properties) enable/disable the USB sticks/disks automount features, by checking/unchecking the pertinent options.My question is: how can I obtain the same results from the command line (that is, without using any GUI frontend)?

View 5 Replies View Related

General :: Old File System Discovered After Disabling Ext4 Journaling

May 7, 2011

I bought a ssd drive for my laptop, installed it, installed Windows 7, installed Kubuntu 11.04. Till then everything worked fine, and I had following partitions on my disc:

Code:

/dev/sda1 ntfs ~100MB win boot,
/dev/sda2 ntfs ~170GB win main,
/dev/sda3 extended

[code]....

It worked fine. While using 11.04 I encountered a serious bug in nvidia 270.41.06, and decided to switch to Kubuntu 10.10. I installed 10.10 on the very same /dev/sda5 (clicking a checkbox to format it). Everything worked fine, grub was installed and pointing to win7, and kubuntu 10.10. I disabled ext4 journaling as above, rebooted, and found, that grub now points to win7 and 11.04, and that system (which should have been removed during installation of 10.10) loads perfectly fine. I checked where 11.04 had been installed - still /dev/sda5. Win7 loads fine as well, so no linux on /dev/sda2 I checked if there was 10.10 kernel in /boot - no. File system on sda5 had no trace of 10.10.

I formatted sda5 with gparted, installed 10.10 again, disabled journaling and situation repeated, whole file system on sda5 changed. Enabling journaling did nothing, 10.10 didn't come back. I deleted sda3, sda5, sda6, made them again, installed 10.10, disabled journaling, and finally had my 10.10 on ext4 without journaling. So this is kind of solved, but I would still like to know that the hell happend? For the moment it looked like two file systems coexistened on one partition.

View 6 Replies View Related

General :: Enabling / Disabling Specific Priority In Syslog.conf?

May 11, 2011

Trying to figure out why the following two are treated differently...

Code:
*.warn;
kern.!=debug;auth.none;
authpriv.none;cron.none;mail.none;news.none -/var/log/syslog
and

[Code]....

According to man syslog.conf "You can specify multiple facilities with the same priority pattern in one statement using the comma (``,'') operator. You may specify as much facilities as you want. Remember that only the facility part from such a statement is taken, a priority part would be skipped."

Can someone confirm that this statement means that kern.!=debug is ignored in the first part because it's priority is not the same as the trailing facilities ending in .none?

View 1 Replies View Related

General :: Kernel: JBD: Barrier-based Sync Failed On Dm-0 - Disabling Barriers

Sep 28, 2010

hi this is madhu,i came across with this problem in my daily aminstration issues,so plese let me know about why this error occur.

View 1 Replies View Related

Ubuntu :: Set Up Hardware Acceleration?

Jul 28, 2010

i noticed that some of the games i want to play do not run well on my system. and i looked somewhere and heard someone say that if hardware acceleration is not enabled then it will not run well...

my graphics are by intel
965 express chipset family (aka X3100)

and everything i came across didnt really help my particular display driver or graphics maker.

View 3 Replies View Related

General :: Possible Disabling Crontab Job Without Deleting Crontab Description Entry

Jun 23, 2011

is it possible disabling a crontab job without deleting the crontab description entry (by crontab -e)?I could also accept to change the entry itself. Now it's:0 0 * * 0-6 /home/me/cron/script.csh

View 4 Replies View Related







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