This annoying feature came back into version 11.1 of GhostBSD after being away for a couple of releases. Now that I use GhostBSD more it really bothers and I have not been able to find out how to correct it yet. In all versions of 11.1 that I have tried of Mate including Betas etc is that the Mouse Scroll wheel works properly when scrolling down but if you scroll up it is configured as a Backspace key. Behaviour is that when on a Web page instead of scrolling to the top of the page it goes to the previous page. When in other non Web Browser apps or on the Desktop the same thing happens when using the scroll up to get to the top of the list it goes back to the previous page, app, etc.
How do I turn off this behaviour? It was in 10.3 I believe and then was fixed until 11.1. I looked in Mouse and Keyboard settings and can not find where this is configured. I am using 11.1 64bit Mate install.
How to Fix Mouse Scrolling
Re: How to Fix Mouse Scrolling
Remove moused in /etc/rc.conf that is the problem.
Re: How to Fix Mouse Scrolling
I had the same issue. See here:viewtopic.php?f=59&t=928&start=10. The tip of ericbsd has solved my problem.fmh wrote:This annoying feature came back into version 11.1 of GhostBSD after being away for a couple of releases. Now that I use GhostBSD more it really bothers and I have not been able to find out how to correct it yet. In all versions of 11.1 that I have tried of Mate including Betas etc is that the Mouse Scroll wheel works properly when scrolling down but if you scroll up it is configured as a Backspace key. Behaviour is that when on a Web page instead of scrolling to the top of the page it goes to the previous page. When in other non Web Browser apps or on the Desktop the same thing happens when using the scroll up to get to the top of the list it goes back to the previous page, app, etc.
How do I turn off this behaviour? It was in 10.3 I believe and then was fixed until 11.1. I looked in Mouse and Keyboard settings and can not find where this is configured. I am using 11.1 64bit Mate install.
Re: How to Fix Mouse Scrolling
I do have a problem when trying to do this. The rc.conf file is Read Only.
What I did was to go into the terminal and go to the /etc folder
I typed sudo chmod +w rc.conf
get prompted for the password and enter it in successfully
but the rc.conf is still Read Only.
I also tried sudo chmod u+w rc.conf
but that did not add Write access.
Obviously Unix 101 here but what am I missing?
What I did was to go into the terminal and go to the /etc folder
I typed sudo chmod +w rc.conf
get prompted for the password and enter it in successfully
but the rc.conf is still Read Only.
I also tried sudo chmod u+w rc.conf
but that did not add Write access.
Obviously Unix 101 here but what am I missing?
Re: How to Fix Mouse Scrolling
It is read only because you don't have rights to write to it with your account.
Type the following:
sudo ee /etc/rc.conf
Escape brings up a menu so you can save it.
Type the following:
sudo ee /etc/rc.conf
Escape brings up a menu so you can save it.
Re: How to Fix Mouse Scrolling
Thank You that did it.
I thought I had to change the file to Write status before I could call it up to change it. All is good now.
I thought I had to change the file to Write status before I could call it up to change it. All is good now.
Re: How to Fix Mouse Scrolling
Same for me, running in Virtualbox 6.1 (host system Linux Mint). Scroll up causes page back if positioned at the top of the page. Positioned further down it usually works correctly. I have also noticed that the Backspace key causes a page back if the cursor is in the search box. Makes it hard to correct typos when typing in search criteria...
:-\
:-\
Re: How to Fix Mouse Scrolling
Forgot to mention I also don't have moused in the /etc/rc.conf file.
Re: How to Fix Mouse Scrolling
GhostBSD does not start services in /etc/rc.conf. GhostBSD is not FreeBSD. It is base on FreeBSD.
To remove moused do:
Code: Select all
rc-update delete moused