Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
11/5/2013 7:41:14 PM EDT
Alright I'm running Mint 15 Cinnamon (64bit) in VirtualBox and so far I like most of what I'm seeing except the stupid mouse. How can I get the back/forward thumb buttons on my mouse to actually work? I see some posts where people are saying to modify the xorg.conf file but I don't see that file in the directory specified (etc/x11).
11/6/2013 8:13:05 AM EDT
[#1]
Bump
11/6/2013 8:14:53 AM EDT
[#2]
Have you checked /etc/X11 (capital X)?
11/6/2013 8:27:36 AM EDT
[#3]
Try:

/etc/X11/xorg.conf
/etc/xorg.conf
/usr/X11R6/lib/X11/xorg.conf

or try:

# find / -type f -name xorg.conf

in a terminal.
11/6/2013 8:53:32 AM EDT
[#4]
find /etc -name xorg.conf

save your time and only search / or /usr if it doesn't show up in /etc.

or if you have a *locate installed:

locate xorg.conf