Linux Mint 14.1 with Cinnamon - Mouse Sensitivity not Working












5














64-bit if that matters. My mouse sensitivity slider does nothing, but my acceleration slider works. I'd like acceleration off and sensitivity how I like it, but it refuses to work. I have tested the option on two computers, and both do not change the sensitivity. Any help?










share|improve this question














bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Tried a good ol' relogin?
    – schaiba
    Feb 15 '13 at 17:40










  • What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
    – terdon
    Feb 16 '13 at 0:24










  • A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
    – Elliot Yoon
    Feb 16 '13 at 0:57












  • Did one of the answers help?
    – ManuelSchneid3r
    Nov 16 '15 at 17:44
















5














64-bit if that matters. My mouse sensitivity slider does nothing, but my acceleration slider works. I'd like acceleration off and sensitivity how I like it, but it refuses to work. I have tested the option on two computers, and both do not change the sensitivity. Any help?










share|improve this question














bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Tried a good ol' relogin?
    – schaiba
    Feb 15 '13 at 17:40










  • What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
    – terdon
    Feb 16 '13 at 0:24










  • A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
    – Elliot Yoon
    Feb 16 '13 at 0:57












  • Did one of the answers help?
    – ManuelSchneid3r
    Nov 16 '15 at 17:44














5












5








5


1





64-bit if that matters. My mouse sensitivity slider does nothing, but my acceleration slider works. I'd like acceleration off and sensitivity how I like it, but it refuses to work. I have tested the option on two computers, and both do not change the sensitivity. Any help?










share|improve this question













64-bit if that matters. My mouse sensitivity slider does nothing, but my acceleration slider works. I'd like acceleration off and sensitivity how I like it, but it refuses to work. I have tested the option on two computers, and both do not change the sensitivity. Any help?







linux-mint mouse






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 15 '13 at 17:20









Elliot Yoon

2612




2612





bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 5 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Tried a good ol' relogin?
    – schaiba
    Feb 15 '13 at 17:40










  • What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
    – terdon
    Feb 16 '13 at 0:24










  • A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
    – Elliot Yoon
    Feb 16 '13 at 0:57












  • Did one of the answers help?
    – ManuelSchneid3r
    Nov 16 '15 at 17:44


















  • Tried a good ol' relogin?
    – schaiba
    Feb 15 '13 at 17:40










  • What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
    – terdon
    Feb 16 '13 at 0:24










  • A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
    – Elliot Yoon
    Feb 16 '13 at 0:57












  • Did one of the answers help?
    – ManuelSchneid3r
    Nov 16 '15 at 17:44
















Tried a good ol' relogin?
– schaiba
Feb 15 '13 at 17:40




Tried a good ol' relogin?
– schaiba
Feb 15 '13 at 17:40












What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
– terdon
Feb 16 '13 at 0:24




What's your hardware? Is this a mouse or a touchpad? Can you adjust the sensitivity using another Desktop Environment? A live session?
– terdon
Feb 16 '13 at 0:24












A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
– Elliot Yoon
Feb 16 '13 at 0:57






A relogin and reboots do not work. I've tried both a USB mouse and touchpad. Both don't work. Not a live session. I'll try a different desktop enviroment later.
– Elliot Yoon
Feb 16 '13 at 0:57














Did one of the answers help?
– ManuelSchneid3r
Nov 16 '15 at 17:44




Did one of the answers help?
– ManuelSchneid3r
Nov 16 '15 at 17:44










1 Answer
1






active

oldest

votes


















0














You have to modify linux X Window Server settings. If you want to do it system wide (I'd highly recommend this because this way the settings will be applied to the login screen also), then you need to modify one of the xorg.conf files. For example, the following one: /etc/X11/xonrg.conf. If there is no such file, you can create one by yourself.



You need to do all the things as described here except that if you want to disable acceleration, the text to put into xorg.conf is the following:



Section "InputClass"
Identifier "Razer" # Whatever you want.
MatchProduct "Razer Razer DeathAdder" # Product name from xinput list.
Option "AccelerationScheme" "none"
EndSection





share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f64888%2flinux-mint-14-1-with-cinnamon-mouse-sensitivity-not-working%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You have to modify linux X Window Server settings. If you want to do it system wide (I'd highly recommend this because this way the settings will be applied to the login screen also), then you need to modify one of the xorg.conf files. For example, the following one: /etc/X11/xonrg.conf. If there is no such file, you can create one by yourself.



    You need to do all the things as described here except that if you want to disable acceleration, the text to put into xorg.conf is the following:



    Section "InputClass"
    Identifier "Razer" # Whatever you want.
    MatchProduct "Razer Razer DeathAdder" # Product name from xinput list.
    Option "AccelerationScheme" "none"
    EndSection





    share|improve this answer




























      0














      You have to modify linux X Window Server settings. If you want to do it system wide (I'd highly recommend this because this way the settings will be applied to the login screen also), then you need to modify one of the xorg.conf files. For example, the following one: /etc/X11/xonrg.conf. If there is no such file, you can create one by yourself.



      You need to do all the things as described here except that if you want to disable acceleration, the text to put into xorg.conf is the following:



      Section "InputClass"
      Identifier "Razer" # Whatever you want.
      MatchProduct "Razer Razer DeathAdder" # Product name from xinput list.
      Option "AccelerationScheme" "none"
      EndSection





      share|improve this answer


























        0












        0








        0






        You have to modify linux X Window Server settings. If you want to do it system wide (I'd highly recommend this because this way the settings will be applied to the login screen also), then you need to modify one of the xorg.conf files. For example, the following one: /etc/X11/xonrg.conf. If there is no such file, you can create one by yourself.



        You need to do all the things as described here except that if you want to disable acceleration, the text to put into xorg.conf is the following:



        Section "InputClass"
        Identifier "Razer" # Whatever you want.
        MatchProduct "Razer Razer DeathAdder" # Product name from xinput list.
        Option "AccelerationScheme" "none"
        EndSection





        share|improve this answer














        You have to modify linux X Window Server settings. If you want to do it system wide (I'd highly recommend this because this way the settings will be applied to the login screen also), then you need to modify one of the xorg.conf files. For example, the following one: /etc/X11/xonrg.conf. If there is no such file, you can create one by yourself.



        You need to do all the things as described here except that if you want to disable acceleration, the text to put into xorg.conf is the following:



        Section "InputClass"
        Identifier "Razer" # Whatever you want.
        MatchProduct "Razer Razer DeathAdder" # Product name from xinput list.
        Option "AccelerationScheme" "none"
        EndSection






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:22









        Community

        1




        1










        answered May 28 '15 at 5:22









        Serge Mosin

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f64888%2flinux-mint-14-1-with-cinnamon-mouse-sensitivity-not-working%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            濃尾地震

            How to rewrite equation of hyperbola in standard form

            No ethernet ip address in my vocore2