diff options
author | Dmitry Petrov <dpetroff@gmail.com> | 2021-12-13 23:22:28 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-20 10:37:52 +0100 |
commit | 166221373755503134716317a51762a5fbedf3a7 (patch) | |
tree | c7e5c2396144611c22dad9d749016b4151d1b0c3 /Meta | |
parent | d61cc47055e27b007005ac2355728ce54cbbb50b (diff) | |
download | serenity-166221373755503134716317a51762a5fbedf3a7.zip |
Userland: Add horizontal mouse scroll support
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 5a0ae0bfec..f02a7e05bc 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -214,6 +214,7 @@ if [ -z "$SERENITY_ETHERNET_DEVICE_TYPE" ]; then SERENITY_ETHERNET_DEVICE_TYPE="e1000" fi +# add -machine vmport=off below to run the machine with ps/2 mouse if [ -z "$SERENITY_MACHINE" ]; then if [ "$SERENITY_ARCH" = "aarch64" ]; then SERENITY_MACHINE="-M raspi3b -serial stdio" |