On your Java Desktop System software, you cannot set up the following:
Full-screen magnification
Keyboard accessibility features
Workaround: Perform the following steps:
Open the /etc/X11/gdm/gdm.conf file.
Depending on your system's platform, perform the following:
On SPARC based systems:
Look for the line in the file that begins as follows:
command=/usr/openwin/bin/Xsun |
Append the following modification to the line:
+kb +accessx -dev framebuffer1 -dev framebuffer2 |
For example:
+kb +accessx -dev /dev/fbs/pfb1 -dev /dev/fbs/pfb0 |
On x86 based systems:
Look for the line in the file that begins as follows:
command=/usr/X11R6/bin/Xorg |
Append the following modification to the line:
+kb +accessx |