mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Add a troubleshooting page
This commit is contained in:
parent
88e99353d4
commit
cc89d43661
19
docs/docs/troubleshooting.md
Normal file
19
docs/docs/troubleshooting.md
Normal file
@ -0,0 +1,19 @@
|
||||
## Windows Performance Considerations
|
||||
|
||||
### Integrated vs Discrete GPU
|
||||
|
||||
In some systems you may have both integrated and discrete GPUs. By default, xemu
|
||||
will request the high-performance discrete GPU. However, system configuration
|
||||
and your graphics driver ultimately decide which GPU xemu is initialized with.
|
||||
|
||||
In Windows, you can specify which GPU should be used for a particular
|
||||
application by navigating to <kbd>Display settings</kbd>→<kbd>Graphics settings</kbd>.
|
||||
|
||||
You can confirm which GPU xemu is actually using by looking at the "xemu.log"
|
||||
file.
|
||||
|
||||
### nVidia Settings
|
||||
|
||||
It is recommended to **disable** "Multi-threaded Optimizations" in the nVidia
|
||||
Control Panel. This feature has been known to negatively impact xemu
|
||||
performance.
|
@ -82,6 +82,7 @@ nav:
|
||||
- Input Devices: input.md
|
||||
- Networking: networking.md
|
||||
- Dashboard: dashboard.md
|
||||
- Troubleshooting: troubleshooting.md
|
||||
- Reference:
|
||||
- Command Line Arguments: cli.md
|
||||
- HDD Access via FTP: ftp.md
|
||||
|
Loading…
Reference in New Issue
Block a user