Added Xfce workaround links.
[ikiwiki.git] / varialus / index.mdwn
1 # et
2 # Anisoptera
3 *The following is an unpaid personal wiki page. The views and opinions expressed herein do not necessarily reflect those of the DragonFly BSD mascot nor its management.*
4 ### Tidbits
5 * **Hammer** is hands down the best file system currently in existence. It has block level deduplication, it is supported out of the box by operating system with great underpinnings, and it runs great on regular hardware.
6 * **DragonFly BSD** is an awesome operating system for many reasons other than that it's the only OS with Hammer, but Hammer is why I'm making the switch. DragonFly's default GUI configuration is a bit rough around the edges for everyday use. But it's nothing that a little ironing can't fix.
7 * **[Dissonance](https://bitbucket.org/varialus/dissonance)** is my fork of Apache Harmony, which is a clean room implementation of Java with a permissive license. Sun and now Oracle refuse to license the TCK, a tool used to validate Java compatibility, for use with Harmony. As a result of the dissonance caused by this refusal to cooperate with the community, Apache retired Harmony and resigned from the Java Community Process Executive Committee. I would have preferred for Apache and the community to have instead just written their own TCK, but I don't know what effects the dissonance had on their organization and it was their decision to make, so I can't blame them. It's unfortunate that such a great project has been effectively abandoned, and so it it is with that in mind that I call on the community to support Dissonance; make your own TCK and make it so much better so as to make passing Oracle's TCK effectively meaningless.
8 * **[Jython](http://www.jython.org/)** is Python written in Java. It's not included in DragonFly BSD by default, but it's a great tool and I use it.
9 * **ee** is roughly equivalent to **nano**. They are both easy to use command line text editors. The exit option will ask you whether you want to save. You can get to the exit confirmation by pressing Ctrl-[ and selecting 'a) leave editor'.
10 * **pkgin** is roughly equivalent to **apt-get**. They are both fairly straightforward command line package management utilities.
11
12 ### Reminders
13 * If NetworkManager Applet is installed, use it to override an unreliable DNS server rather than editing /etc/resolv.conf directly. Observed in NetworkManager 0.8.1 on Debian Squeeze.
14
15 ### Issues
16 * Varialus should ensure that these issues are properly logged. Yes, I know that they should be properly logged and I intend to eventually get them all logged. In the mean time hopefully my notes will help someone still trying to find the answers to life's persistent questions.
17 * The installer should offer the Xfce desktop environment as a supported option. Observed in DragonFly 3.0.2.
18 * The installer should set the keyboard layout before any typing is required. Observed in DragonFly 3.0.2.
19 * The installer should set the keyboard layout for the GUI. Observed in DragonFly 3.0.2. See workaround below.
20 * The installer should set the keyboard layout for the encryption password prompt. Observed in DragonFly 3.0.2.
21 * The installer should configure the keyboard within the GUI to be able to use the caps lock key. Observed in DragonFly 3.0.2. See workaround below.
22 * When encrypting the swap partition, the installer should configure the boot loader to generate a random key each time the system is booted so that the password doesn't have to be typed twice when the system is booted. Observed in DragonFly 3.0.2.
23 * When configuring the system from the installer, if the system just finished installing with encryption, the hard drive should stay unlocked so that the user doesn't have to type in his password again. Observed in DragonFly 3.0.2.
24 * When configuring the system from the installer, if the system is encrypted but was not just barely installed, the user should only have to type in his password once, not twice. Observed in DragonFly 3.0.2.
25 * When installing from a USB device onto a USB device, the installer should ensure that installed media is named such that when booted without the USB installer, the installed device name doesn't change. Observed in DragonFly 3.0.2.
26 * When installing onto a 3TB+ hard drive, the default partition table should be able to handle that size. Observed in DragonFly 3.0.2. Fixed and tested in snapshot on 8/14/2012. See workaround below.
27 * After selecting to install using all of a 3TB+ hard drive that already has an MS-DOS/MBR partition table on it, the installer should overwrite the partition table with an adequate partition table such as GPT. Observed in snapshot on 8/14/2012.
28 * The default shell provided by the installer should list valid auto completion options after typing a partial command and then pressing tab two or more times. Observed in DragonFly 3.0.2.
29 * ->Excepting the bullet point, this syntax should center text in this wiki.<- Observed on 8/25/2012.
30 * The following errors should not occur when quitting from the GUI.
31
32         waiting for X server to shut down xterm: fatal IO error 35 (Resource temporarily unavailable) or KillClient on X server ":0.0"
33         xterm:  fatal IO error 35 (Resource temporarily unavailable) or KillClient on X server "0.0"
34         failed to unset mtrr: Device not configured
35         
36         
37         xauth: (argv):1:  bad display name "myhostname.mysubdomain.mytld:0" in "remove" command
38
39     Observed in DragonFly BSD 3.0.2 64-bit on VirtualBox 4.1.20 in Debian Squeeze.
40
41 ### Workarounds
42 **Enable the Caps Lock Key within the GUI**
43
44 Edit the file /etc/X11/xorg.conf.
45
46     ee /etc/X11/xorg.conf
47
48 Delete the ctrl:nocaps XkbOptions option from the InputDevice section with the identifier Keyboard0 of the xorg.conf file. Or comment it out by prefixing the line with the # symbol.
49
50     Section "InputDevice"
51         Identifier  "Keyboard0"
52         Driver      "kbd"
53         #Option      "XkbOptions" "ctrl:nocaps"
54     EndSection
55
56 Observed in DragonFly BSD 3.0.2.
57
58 **Install Non-GUI on 3TB+ Hard Drive**
59
60 *WARNING:* This workaround includes instructions which will delete all data from a hard drive.
61
62 Delete the partition table from the hard drive. There are various tools with which to do this, one particularly easy to use tool is the [GParted Live CD/USB](http://gparted.sourceforge.net/livecd.php).
63
64 Install from a [snapshot version of DragonFly](http://avalon.dragonflybsd.org/snapshots/). Be aware that snapshot versions are less thoroughly tested than stable releases.
65
66 Tested in snapshot on 8/14/2012.
67
68 **Install Xfce 4.6**
69
70 *WARNING:* This workaround is not yet complete. Contributions are welcome.
71
72     pkgin search xfce
73
74 * [XFCE based LiveDVD/IMG](http://leaf.dragonflybsd.org/mailarchive/users/2012-07/msg00123.html)
75 * [Installing a Desktop Environment: Xfce4](http://www.dragonflybsd.org/docs/how_to_get_to_the_desktop/#index11h3)
76 * [Desktop Environments: Xfce](http://www.dragonflybsd.org/docs/newhandbook/X/#index9h3)
77 * [Longest DragonFly BSD Review: Running Xfce in DragonFlyBSD 3.0.1](http://insidesocal.com/click/2012/04/review-dragonflybsd-301----the-5.html)
78 * [Instructions via Google Translate](http://www.google.com/translate_c?langpair=en&u=http://dragonflybsd.fr/index.php?page=Installation+de+Xfce4)
79 * [Installing pkgsrc](http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/#index2h2)
80
81 **Install Xfce 4.8**
82
83 *WARNING:* This workaround is not yet complete. Contributions are welcome.
84
85 * [Choosing between portability and innovation](http://lwn.net/Articles/430598/)
86 * [Xfce 4.8 on BSD flavors](http://gezeiten.org/post/2011/01/Xfce-4.8-on-BSD-flavors)
87 * [Xfce 4.8 tour](http://xfce.org/about/tour48)
88
89 **Install Xfce 4.10**
90
91 *WARNING:* This workaround is not yet complete. Contributions are welcome.
92
93 * [Xfce 4.10 released](http://www.xfce.org/about/news/?post=1335571200)
94 * [Xfce 4.10 tour](http://xfce.org/about/tour)
95
96 **Set the GUI Keyboard Layout**
97
98 Edit the file /etc/X11/xorg.conf.
99
100     ee /etc/X11/xorg.conf
101
102 Set the XkbVariant option to your keyboard variant.
103
104     Section "InputDevice"
105         Identifier  "Keyboard0"
106         Driver      "kbd"
107         Option      "XkbVariant" "dvorak"
108     EndSection
109
110 Valid keyboard options can be found by searching through /usr/pkg/share/X11/xkb/symbols/ for example to find references to the dvorak keyboard layout, run the following command.
111
112     grep --color -n -r dvorak /usr/pkg/share/X11/xkb/symbols
113
114 If too many lines scroll by, you can use your arrow buttons to scroll back within the non-graphical console screen by pressing the Scroll Lock button on your keyboard.
115
116 Tested in DragonFly 3.0.2.