-
Notifications
You must be signed in to change notification settings - Fork 116
build/quake: Lower resolution to speed up game execution #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
You should make use of |
You should run |
I am trying to use it |
If I use riscv-none-embed-strip -s or riscv64-unknown-elf-strip -s to quake or doom, the game will not display when runing on rv32emu-next, it seems the program stuck in somwhere。 |
It would be great if we can look into this later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run resolve the conflicts and do git push --force
change resolution form 800x480 to 400x240,speed up from 15s/frame to 7s/frame
Recently, we have been transitioning from using curl to wget for downloading files from remote hosts. However, the version of wget provided by Alpine Linux is actually a Busybox implementation, which lacks many features found in the full wget package. Error messages: #15 [linux/amd64 base_gcc 5/6] RUN make ENABLE_SDL=0 #15 0.207 Check the file build/.config for configured items. #15 0.360 Fetching prebuilt executables from "rv32emu-prebuilt" ... #15 0.361 wget: unrecognized option: show-progress This commit attempts to install wget package instead.
The resolution of Quake has been changed form 800x480 to 400x240, resulting speedup from 15s/frame to 7s/frame.
Recently, we have been transitioning from using curl to wget for downloading files from remote hosts. However, the version of wget provided by Alpine Linux is actually a Busybox implementation, which lacks many features found in the full wget package. Error messages: sysprog21#15 [linux/amd64 base_gcc 5/6] RUN make ENABLE_SDL=0 sysprog21#15 0.207 Check the file build/.config for configured items. sysprog21#15 0.360 Fetching prebuilt executables from "rv32emu-prebuilt" ... sysprog21#15 0.361 wget: unrecognized option: show-progress This commit attempts to install wget package instead.
change resolution from 800x480 to 400x240, speed up from 15s/frame to 7s/frame