--- uae/docs/unix/README 2018/04/24 16:39:47 1.1.1.1 +++ uae/docs/unix/README 2018/04/24 16:48:28 1.1.1.3 @@ -16,17 +16,18 @@ These are the requirements for getting t higher if you want to use an Intel CPU. - an ANSI C compiler. Do not use a K&R compiler, otherwise you risk getting incorrect code. GCC is _strongly_ recommended. Don't use versions of GCC - older than 2.7.2. + older than 2.7.2. I wouldn't recommend 2.7.2 either. - Optionally, the gtk library, available from ftp.gimp.org, and a pthreads library. For reference, this is my system configuration: - OS: Linux 2.0.33 + OS: Linux 2.2.13 CPU: AMD-K6-233 - RAM: 32MB - X11: version 3.3.2 - Compiler: egcs-1.0.1 - Libraries: glibc-2.0.6 (includes libpthread), gtk-0.99.3 + RAM: 64MB + X11: version 3.3.4 + Compiler: gcc-2.95.1 + Libraries: glibc-2.1.1 (includes libpthread), gtk-1.2.3 + binutils: 2.9.1 If you have the same configuration, and it doesn't run, you're doing something wrong ;) @@ -116,7 +117,8 @@ The SVGAlib version understands the foll Keyboard mappings ================= -You can exit the SVGAlib (and the DGA) version by pressing the F12 key. + +You can exit the SVGAlib version by pressing the F12 key. PgUp/PgDn emulate the right/left Amiga keys. In the SVGAlib version, F11 will bring you back to the user interface screen so you can change disks during the emulation. @@ -126,6 +128,19 @@ tell it the keyboard language with the " languages ("us", "se", "de", "fr", "es", "it") are supported. If you have a different keyboard, patches to make UAE work with it are appreciated. +In the X11 version, there are several key combinations that invoke some +behaviour: + F12+'q': Quit the emulation. + F12+'g': "Grab" the mouse, so it won't leave the UAE window. Use the same + combination to ungrab the mouse. + F12+'i': Toggle graphics updates on/off. Same as ScrollLock. + F12+'p': Toggle sound interpolation method. This is useful for determining + the differences between interpolation methods. + F12+'m': Toggle between alternative mouse pointer emulation methods; either + follow-mouse or dont-care. + F12+'+' (keypad plus sign): Increase frame rate (fewer frames displayed). + F12+'-' (keypad minus sign): Decrease frame rate (more frames displayed). + Mouse and joystick emulation ============================