Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1058513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:02:16+00:00 2026-05-16T18:02:16+00:00

I want to work on an Xorg server module and I am wondering how

  • 0

I want to work on an Xorg server module and I am wondering how I can reload the module at runtime.

Also, maybe someone can give me some good tips about doing this (because I never have worked with Xorg server code before).


Esp. I am running the Ubuntu version of Xorg 7.5 (if that matters much — does it?).


What I want to do specifically is to implement mouse wheel acceleration in XInput.

I thought about adding a new option for this which can be set somewhere (I think xorg.conf is not anymore the place where you do the XInput configuration; where is it now and what would be the best way to introduce a new setting, i.e. MouseWheelAccel or sth like this?).

And then of course to implement the actual acceleration. As mouse wheel events are just like button press events, I thought of just increasing the rate of firing such events. How to implement this is actually really the minor problem. (I am actually thinking about it as being trivial. Let’s see if the Xorg code allows it to be so simple…)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T18:02:17+00:00Added an answer on May 16, 2026 at 6:02 pm

    So far, I have done this:

    Reports:

    • at Launchpad/(K)Ubuntu
    • at Ubuntu Brainstorm
    • at Ubuntu forums
    • at KDE
    • at Freedesktop/Xorg

    Check out Xorg via Git, prepare for compiling, and get the XServer code. Basically this:

    ...
    git clone git://anongit.freedesktop.org/git/xorg/util/macros
    ...
    sudo apt-get install xserver-xorg-dev
    sudo apt-get install x11proto-gl-dev x11proto-xf86dri-dev x11proto-fixes-dev x11proto-damage-dev x11proto-xcmisc-dev x11proto-bigreqs-dev x11proto-composite-dev x11proto-scrnsaver-dev x11proto-resource-dev x11proto-xinerama-dev x11proto-xf86dga-dev x11proto-record-dev x11proto-xf86vidmode-dev
    sudo apt-get install libxfont-dev libudev-dev
    git clone git://anongit.freedesktop.org/git/mesa/mesa
    git clone git://anongit.freedesktop.org/xorg/xserver
    cd xserver
    git checkout -b server-1.7-branch origin/server-1.7-branch -t
    # apply a bunch of Debian patches (apt-get source xserver-xorg-core && ls xorg-server-1.7.6/debian/patches)
    # esp., apply the config-libudev-backend and config-xorg-conf-d 
    ./autogen.sh --prefix=/opt/xorg --enable-xorg --disable-dmx --disable-xvfb --disable-xnes \
    --disable-xwin --disable-xprint --with-mesa-source=../mesa \
    --enable-dga --enable-glx --enable-aiglx --enable-glx-tls \
    --enable-dri --enable-dri2 \
    --enable-config-udev --enable-registry --enable-composite --enable-record \
    --enable-xv --enable-xvmc --enable-dga --enable-screensaver \
    --enable-xdmcp --enable-xdm-auth-1 --enable-xfree86-utils \
    --with-xkb-bin-directory=/usr/bin --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/dri \
    --with-default-font-path="/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,built-ins"
    sudo chmod o+w /var/lib/xkb # just to be able to proceed as user
    ... # work on it
    sudo /opt/xorg/bin/Xorg :1 vt8 # for testing
    sudo cp /opt/xorg/bin/* /usr/bin # temporarily install it as main Xserver
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to work with PE files in Perl and didn't find a module,
I want to work on the Rijndael algorithm using C#. Can anybody help me
I want to work on some Live Updates which is rendered in an iframe.
i want to work with 2 queue in the module where i change my
I want to work around the fact that my WCF servicelayer can not handle
I want to work with Asterisk and develop some Programs for working with that.
for some reason jGrowl does not want to work on my IIS 5 (live)
I want to work with data that I get from a SQL Server database
If I want to work with more than one database in rails how can
I have problem that on server include() function does not want to work and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.