Ok, got the new 8.10 installed and I am liking it so far, however, I am unable to get the extra buttons on my Logitech mouse (MX-700) working as I had them working with the previous version.
So, I keep all my /etc config files from upgrade to upgrade and when I look at the new xorg.conf file for 8.10, there is only this in the file:
I need to add this section from my previous xorg.conf file to the new one to get my mouse buttons working:
However, I am not seeing any server layout section so I can add InputDevice.
Any help would be helpful so I can use all the functions of my mouse...
Thanks!!!
Joe
So, I keep all my /etc config files from upgrade to upgrade and when I look at the new xorg.conf file for 8.10, there is only this in the file:
Code:
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 EndSection Section "Module" Load "glx" EndSection Section "Device" Identifier "Configured Video Device" Driver "nvidia" Option "NoLogo" "True" EndSection
Code:
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7 4 5" EndSection
Any help would be helpful so I can use all the functions of my mouse...
Thanks!!!
Joe
Comment