Java Desktop System Release 3 Accessibility Guide

A.4 Enabling Full Screen Magnification

The following sections describe the methods to enable full screen magnification.

A.4.1 To Enable Full Screen Magnification Using Two Video Cards

To enable full screen magnification in Screen Reader and Magnifier using two physical video cards, perform the following steps:

  1. Configure two video cards as :0.0 and :0.1.


    Note –

    It is not essential that both video cards have the same resolution and bit depth. However, if the resolutions and bit depths of both cards differ greatly, the apparent magnification factor may differ slightly from the nominal magnification factor.


  2. Click Launch, then choose Applications -> Accessibility -> Screen Reader and Magnifier.

  3. Click on Preferences in the Gnopernicus menu window.

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

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

  6. In the Display Screen section, type :0.0 in the Source text box.

  7. In the Display Screen section, type :0.1 in the Target text box.

  8. Set the Zoomer Placement values to be [0,0,1023,767].


    Note –

    These instructions assume a video resolution of 1024x768.


  9. Click Apply and Close to close the Zoomer Options dialog.

    The magnified view is displayed on the second display 0.1.

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.