The GNOME Magnifier includes a screen magnifier, which allows you to zoom in on portions of the desktop. It is expressly designed for users with low vision who wish to use the GNOME desktop.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-0.12.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-0.12.1.tar.bz2
Download MD5 sum: 8987cdd1034baeae4554ea50f82715aa
Download size: 332 KB
Estimated disk space required: 6 MB
Estimated build time: 0.2 SBU
Xdamage (requires XExtensions* then FixesExt then Xfixes then DamageExt)
* The XExtensions package is included with the BLFS XFree86 installation, but the pkgconfig .pc file FixesExt looks for is not installed. Satisfy the requirement by installing an xextensions.pc file:
As the root user:
cat > /usr/X11R6/lib/pkgconfig/xextensions.pc << "EOF" prefix=/usr/X11R6 exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: XExtensions Description: Sundry X extension headers Version: 1.0.1 Cflags: -I${includedir} EOF
Install GNOME Magnifier by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` && make
This package does not come with a test suite.
Now, as the root user:
make install
Last updated on 2005-08-01 13:29:19 -0600