Download Latest Version ddlabz04_macCapitan64.tar.gz (606.6 kB)
Email in envelope

Get an email when there's a new version of DDLab

Home / ddlab_compiled
Name Modified Size InfoDownloads / Week
Parent folder
ddlab_linux_May_2011.tar.gz 2011-05-27 473.6 kB
dd_linux_readme.txt 2011-05-27 2.1 kB
ddlab_mac_April_2011.tar.gz 2011-05-27 578.2 kB
mac_readme.txt 2011-05-27 111 Bytes
ddlab_dos_May_2011.tar.gz 2011-05-27 833.6 kB
dd_dos_readme.txt 2011-05-27 825 Bytes
ddlab_cygwin_May_2011.tar.gz 2011-05-27 537.0 kB
dd_cygwin_readme.txt 2011-05-27 880 Bytes
dd_extra.tar.gz 2011-03-07 1.7 MB
irix_readme.txt 2011-03-07 96 Bytes
ddlab_irix_m05.tar.gz 2011-03-07 725.1 kB
Totals: 11 Items   4.8 MB 0
This version of ddlabm07 was compiled for linux in Ubuntu 6.06

To run DDLab, open a terminal - from the directory with the DDLab files,
enter "ddlabm07_Linux &" (or "./ddlabm07_Linux &").

Alternatively, If the files in "ddextra" (a separate download) are in
a sub-directory called say "ddfiles" then from "ddfiles" enter
"../ddlabm07 &" to start DDLab. This will keep files generated by
DDLab in this separate directory.


linux things (updated Aug 2007)
------------------------------
You might need to modify (as root) the X11 config file,
which has a different name for different versions of Linux:  
SuSe (and RedHat?): /etc/X11/XF86Config
Ubuntu (Kubuntu):   /etc/X11/xorg.conf

1. FontPath:
   in section "Files"
   you will see various FontPath(s) listed.
   if any of the FontPath(s) below are missing, they
   must be added, otherwise DDLab could crash.
   Again, the path differs for different versions of Linux.

   for SuSe (and RedHat?), add the following (if missing)
   FontPath      "/usr/X11R6/lib/X11/fonts/misc"
   FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/100dpi"
   
   for Ubuntu (Kubuntu), add the following (if missing)
   FontPath      "/usr/share/X11/fonts/misc"
   FontPath      "/usr/share/X11/fonts/75dpi"
   FontPath      "/usr/share/X11/fonts/100dpi"

   also, for ddlab to work on the GNOME desktop, add (if missing) 
   FontPath      "unix/:7100"


2. BackingStore - to keep the contents of DDLab when changing/hiding 
   windows, the following should be in the config file,
   in Section "Device" (not Section "InputDevice")
   you will see various things listed,
   add: Option "BackingStore"
   i.e.
   Section "Device"
        Identifier   "Neomagic Corporation|NM2360 [MagicMedia "
        Driver       "neomagic"
        BoardName    "Unknown"
        Option       "BackingStore"
   EndSection

   However, if you switch workspaces (desktops) in KDE or GNOME
   the previous images in the DDLab window will be lost.
   In FVWM this problem does not occur.

---------------------------------------------------------------
Source: dd_linux_readme.txt, updated 2011-05-27