~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/notes-freebsd

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
                                 FreeBSD notes
3
 
                                       
4
 
   WorkMan was ported to FreeBSD by Todd Pfaff
5
 
   ([1]todd@flex.eng.mcmaster.ca).
6
 
   
7
 
   This port was developed and tested on the following:
8
 
     * FreeBSD-1.1-BETA
9
 
     * XFree86-2.0
10
 
     * xview3.2 (from the FreeBSD ports collection)
11
 
     * Adaptec 1542C SCSI controller
12
 
     * Toshiba XM-3401B CDROM drive
13
 
       
14
 
Building from source
15
 
 
16
 
   If you have FreeBSD-1.1, XFree86-2.0 and xview3.2 installed you should
17
 
   be able to build and install workman with:
18
 
   
19
 
     xmkmf
20
 
     make
21
 
     make install
22
 
     make install.man
23
 
     
24
 
Known problems
25
 
 
26
 
   All CD drive IO is done using the FreeBSD CDIO interface defined in
27
 
   cdio.h. I didn't attempt to write the wm_scsi() SCSI interface code in
28
 
   plat_freebsd.c so direct SCSI support is not available. Implementing
29
 
   this would allow the SCSI drive specific routines from drv_*.c to be
30
 
   taken advantage of. Perhaps the SCSI user library submitted to the
31
 
   FreeBSD-hackers list by Peter Dufault (hd@world.std.com) could be used
32
 
   for this purpose.
33
 
   
34
 
   The CDIOREADTOCENTRYS fails if an attempt is made to read past the
35
 
   last track found with CDIOREADTOCHEADER and I couldn't figure out any
36
 
   way to get the length of the last CD track. If anyone fixes this
37
 
   please let me know how. I hardcoded the last track length as 10
38
 
   minutes which is obviously an ugly solution.
39
 
   
40
 
   The CDIOCEJECT ioctl doesn't eject the CD from my drive.
41
 
   
42
 
   The volume control isn't the greatest and I didn't spend any time
43
 
   trying to improve it.
44
 
   
45
 
   The balance control doesn't work very well.
46
 
   
47
 
     _________________________________________________________________
48
 
                                      
49
 
   [2]To the install page
50
 
   
51
 
      Last update: 02 Jun 1995
52
 
 
53
 
References
54
 
 
55
 
   1. mailto:todd@flex.eng.mcmaster.ca
56
 
   2. file://localhost/home/woodstock/koreth/wm/workman/HTML/install.html