Java Desktop System Release 3 Accessibility Guide

A.4.2 To Enable Full Screen Magnification Using One Video Card on Linux Systems

To enable full screen magnification on Linux systems using one physical video card and one virtual video card, perform the following steps:

  1. Open the file /etc/X11/XF86Config.

  2. Create a new section at the end of the file as follows:

    Section "Device"
    	Boardname "dummy"
    	Driver "dummy"
    	Identifier "dummy"
    	VendorName "dummy"
    EndSection                        
  3. Copy the Monitor section and paste it at the end of the file.

  4. In the new Monitor section, edit the Identifier line as follows:

    Identifier "MonitorD"

  5. Copy the Screen section and paste it at the end of the file.

  6. In the new Screen section, edit the Device, Identifier, and Monitor lines as follows:

    Device "dummy"
    Identifier "ScreenD"
    Monitor "MonitorD"

  7. Edit the ServerLayout section to change the Screen line as follows:

    Screen "Screen[0]" 0 0

  8. Insert the following line in the ServerLayout section:

    Screen "Screen[D]" RightOf "Screen[0]"

  9. Save the /etc/X11/XF86Config file.

  10. Restart the X Server.

  11. Start the Screen Reader and Magnifier application.

  12. Click on Startup Mode in the Gnopernicus menu window.

  13. Select the Magnifier option in the Startup Mode dialog.

  14. Click on Preferences in the Gnopernicus menu window.

  15. Click on Magnifier to open the Magnifier Preferences dialog.

  16. Click on the Add/Modify button to display the Zoomer Options dialog.

  17. In the Display Screen section, type :0.1 in the Source text box.

  18. In the Zoomer Placement section, set the value of the Left spin box to 0.

  19. Click Apply.

    The Screen Reader and Magnifier user interface is no longer visible.

  20. Log out of your session.

  21. Log in to a new session.

  22. Enter the following command to start Screen Reader and Magnifier in full screen magnification mode:

    gnopernicus -display :0.1

  23. When you log out of your session, select the Save current setup option.