It's been a few weeks since I got X running on z2buntu. These are the steps I went thru to get it to a usable state. You can install any window manager/desktop you want, but I went with matchbox and lxpanel (not full lxde). I hope I haven't forgotten anything.
Run the following commands:
sudo su
apt-get install xserver-xorg lxpanel matchbox-window-manager matchbox-common op rxvt
cd /usr/local/sbin
wget http://www.mozzwald.com/zipit/z2mouse-option
chmod +x z2mouse-option
edit (or create) with sudo /etc/X11/xorg.conf and add
Section "Device"
Identifier "Card0"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
VendorName "Unknown"
BoardName "Unknown"
Option "Rotate" "CCW"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Modes "240x320"
EndSubSection
EndSection
delete (or backup) then edit with sudo /etc/op/op.conf
PRIVILEGED=(user)
shell /bin/su -;
users=PRIVILEGED
Recent comments
15 weeks 5 days ago
15 weeks 5 days ago
15 weeks 5 days ago
15 weeks 5 days ago
15 weeks 6 days ago
15 weeks 6 days ago
15 weeks 6 days ago
15 weeks 6 days ago
17 weeks 12 hours ago
17 weeks 2 days ago