System Administration This appendix describes some tasks that a system administrator needs to perform to enable an accessible login and to facilitate the use of the assistive technologies that are available in the GNOME Desktop. Enabling Full-Screen Magnification Screen Reader and Magnifier enabling full screen magnification The following sections describe the methods to enable full-screen magnification. Enabling Full-Screen Magnification with Two Video Cards To enable full-screen magnification in Screen Reader and Magnifier using two physical video cards, perform the following steps: Configure two video cards as :0.0 and :0.1. 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. Choose ApplicationsAccessibilityScreen Reader and Magnifier. Click on Preferences in the Gnopernicus menu window. Click on Magnifier to open the Magnifier Preferences dialog. Click on the Add/Modify button to display the Zoomer Options dialog. In the Display Screen section, type :0.0 in the Source text box. In the Display Screen section, type :0.1 in the Target text box. Set the Zoomer Placement values to be [0,0,1023,767]. These instructions assume a video resolution of 1024x768. Click Apply and Close to close the Zoomer Options dialog. The magnified view is displayed on the second display (0.1). Enabling 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: Open the file /etc/X11/XF86Config. Create a new section at the end of the file as follows: Section "Device" Boardname "dummy" Driver "dummy" Identifier "dummy" VendorName "dummy" EndSection Copy the Monitor section and paste it at the end of the file. In the new Monitor section, edit the Identifier line as follows: Identifier "MonitorD" Copy the Screen section and paste it at the end of the file. In the new Screen section, edit the Device, Identifier, and Monitor lines as follows: Device "dummy" Identifier "Screen[D]" Monitor "MonitorD" Edit the ServerLayout section to change the Screen line as follows: Screen "Screen[0]" 0 0 Insert the following line in the ServerLayout section: Screen "Screen[D]" RightOf "Screen[0]" Save the /etc/X11/XF86Config file. Restart the X Server. Start the Screen Reader and Magnifier application. Click on Startup Mode in the Gnopernicus menu window. Select the Magnifier option in the Startup Mode dialog. Click on Preferences in the Gnopernicus menu window. Click on Magnifier to open the Magnifier Preferences dialog. Click on the Add/Modify button to display the Zoomer Options dialog. In the Display Screen section, type :0.1 in the Source text box. In the Zoomer Placement section, set the value of the Left spin box to 0. Click Apply. The Screen Reader and Magnifier user interface is no longer visible. Log out of your session. Log in to a new session. Enter the following command to start Screen Reader and Magnifier in full-screen magnification mode: gnopernicus -display :0.1 When you log out of your session, select the Save current setup option. Enabling braille braille, enabling To enable your system to support braille output, you must configure the access rights to the serial port to which the braille device is connected: Log in as the root user. Enter the following command: chmod 777 /dev/ttyS0 Enter the following command: chmod 777 /dev/ttyS1 Configuring Alternative Pointer Devices configuring two pointer devices on Linux systems The following sections describe how to configure your system to use a standard physical mouse and another pointer device such as a single switch device or head tracker device, and how to configure On-Screen Keyboard to use the second pointer device. To configure an alternative pointer device, perform the following steps: Before you connect the alternative pointer device to your system, enter the following command to list the existing devices: ls -l /dev/usb/hid* Connect the alternative pointer device to your system. Enter the following command again to list the new device: ls -l /dev/usb/hid* Open the file /etc/X11/XF86Config. Edit the InputDevice section where the Driver value is set to mouse as follows: Change the Option Device line to the following: Option "Device" "/dev/input/mouse0" Comment out the Option Protocol line as follows: #Option "Protocol" "explorerps/2" If you are not using USB connections for your primary mouse device and other pointer device, you do not need to carry out this step. Create a new InputDevice section as follows: Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/input/mouse1" Option "Name" "Autodetection" Option "Vendor" "Sysp" EndSection If you are not using USB connections for your primary mouse device and other pointer device, you do not need to carry out this step. Edit the ServerLayout section as follows: Change the InputDevice "Mouse[1]" line to the following: InputDevice "Mouse[1]" "CorePointer" Create a new InputDevice line as follows: InputDevice "Mouse[3]" Remove any occurrences of the attributes SendCore or AlwaysCore from any of InputDevice lines. Ensure that only the device that you are using as the primary mouse device has the "CorePointer" attribute and ensure that the alternate input devices do not have the SendCore or AlwaysCore attributes. Save the /etc/X11/XF86Config file. Restart the X Server. Configuring the On-Screen Keyboard to Use an Alternative Pointer Device On-Screen Keyboard configuring for two pointer devices To configure the On-Screen Keyboard application to use an alternative pointer device, perform the following steps: Start the On-Screen Keyboard application. Click on GOK in the GOK - main window. Click on Preferences to open the Preferences dialog. Click on the Actions tab. In the Event Source options, select the Other input device option. On-Screen Reader displays the name of the input device that you configured in the text box next to the Other input device option. Click OK to close the GOK Preferences dialog.