--- uae/docs/unix/README 2018/04/24 16:41:53 1.1.1.2 +++ uae/docs/unix/README 2018/04/24 16:52:41 1.1.1.4 @@ -21,13 +21,13 @@ These are the requirements for getting t library. For reference, this is my system configuration: - OS: Linux 2.0.33 + OS: Linux 2.2.13 CPU: AMD-K6-233 RAM: 64MB - X11: version 3.3.2 - Compiler: egcs-1.0.2 - Libraries: glibc-2.0.6 (includes libpthread), gtk-1.0.0 - binutils: 2.9 + 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 ;) @@ -60,7 +60,6 @@ Type "configure --help" to get a list of The following are likely to be useful: --without-x : Don't use X11 as target. --with-svgalib : Build a version that uses SVGAlib (Linux only) - --with-ggi : Build a version that uses GGI (Linux only) --with-asciiart : Build a version that uses ASCII "graphics" --enable-sound : If a sound system is found that UAE knows about, sound emulation will be compiled in. @@ -117,7 +116,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. @@ -127,6 +127,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 ============================