Skip to content
Snippets Groups Projects

Draft: Re-wrap long lines

Closed Kian Kasad requested to merge kian/book:rewrap-long-lines into master
6 files
+ 12
16
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
1
@@ -27,7 +27,7 @@ to the name of the file you downloaded.
## Using the emulation
As the system boots, it will ask you for a screen resolution to use, e.g. `1024x768`. After selecting a screen size, the system will complete the boot, start the **Orbital** GUI, and display a Redox login screen. Login as user `user` with no password. The password for `root` is `password`. Use **Ctrl+Alt+G** to toggle the mouse behavior if you need to zoom out or exit the emulation. If your emulated cursor is out of alignment with your mouse position, type **Ctrl+Alt+G** to regain full cursor control, then click on your emulated cursor. **Ctrl+Alt+F** toggles between full screen and window views.
As the system boots, it will ask you for a screen resolution to use, e.g. `1024x768`. After selecting a screen size, the system will complete the boot, start the **Orbital** GUI, and display a Redox login screen. Login as user `user` with no password. The password for `root` is `password`. Use <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>G</kbd> to toggle the mouse behavior if you need to zoom out or exit the emulation. If your emulated cursor is out of alignment with your mouse position, type <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>G</kbd> to regain full cursor control, then click on your emulated cursor. <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F</kbd> toggles between full screen and window views.
See [Trying Out Redox](./ch02-04-trying-out-redox.md) for things to try.
Loading