Note: You are viewing an old version of this page. View the current version.

Differences between version 7 and previous revision of CyberLeo/Projects/CTAWallboard.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 7 Last edited on Thursday, 8 March 2012 16:22:44 by CyberLeo Revert
Older page: version 6 Last edited on Wednesday, 7 March 2012 22:30:43 by CyberLeo Revert
@@ -1,39 +1,66 @@
 FreeBSD ports: 
 <code brush="plain"> 
+B::  
+archivers/unzip  
+devel/autoconf213  
+devel/bison  
+devel/gmake  
+devel/gperf  
+devel/imake  
+devel/libcheck  
+devel/libtool  
+devel/xorg-macros  
+devel/yasm  
+textproc/intltool  
+textproc/libxslt  
+x11-fonts/bdftopcf  
+x11-fonts/xf86bigfontproto  
+x11/bigreqsproto  
+x11/evieext  
+x11/glproto  
+x11/luit  
+x11/resourceproto  
+x11/scrnsaverproto  
+x11/trapproto  
+x11/xcb-proto  
+x11/xcmiscproto  
+x11/xf86dgaproto  
+x11/xf86driproto  
+x11/xkbcomp  
+  
+R::  
+  
 # Base 
-ports-mgmt /portmaster  
+devel /git  
 misc-cdn/bash-config 
 misc-cdn/flag 
+misc/unclutter  
 net/rsync 
+net/x11vnc  
+ports-mgmt/portmaster  
 security/sudo 
-shells/bash-completion  
-sysutils/pv  
-sysutils/screen  
-devel/git  
  
 # X 
-  
-x11/xauth  
+x11-drivers/xf86-input-keyboard  
+x11-drivers/xf86-input-mouse  
+x11/nvidia-driver  
+x11/nvidia-settings  
+x11/nvidia-xconfig  
 x11/xbindkeys 
 x11/xhost 
 x11/xinit 
 x11/xrandr 
 x11/xrdb 
 x11/xset 
+x11/xsetroot  
+x11/xterm  
+x11/xtrans  
  
-x11/nvidia-driver  
-x11/nvidia-settings  
-x11/nvidia-xconfig  
-  
+# DE  
 x11-wm/icewm 
-  
-net/x11vnc  
-misc/unclutter  
-  
-  
 www/firefox 
-  
+www/libxul  
 </code> 
  
 /usr/local/etc/wallboard.sh 
 <code brush="bash"> 

version 7

FreeBSD ports:

B::
archivers/unzip
devel/autoconf213
devel/bison
devel/gmake
devel/gperf
devel/imake
devel/libcheck
devel/libtool
devel/xorg-macros
devel/yasm
textproc/intltool
textproc/libxslt
x11-fonts/bdftopcf
x11-fonts/xf86bigfontproto
x11/bigreqsproto
x11/evieext
x11/glproto
x11/luit
x11/resourceproto
x11/scrnsaverproto
x11/trapproto
x11/xcb-proto
x11/xcmiscproto
x11/xf86dgaproto
x11/xf86driproto
x11/xkbcomp

R::

# Base
devel/git
misc-cdn/bash-config
misc-cdn/flag
misc/unclutter
net/rsync
net/x11vnc
ports-mgmt/portmaster
security/sudo

# X
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
x11/nvidia-driver
x11/nvidia-settings
x11/nvidia-xconfig
x11/xbindkeys
x11/xhost
x11/xinit
x11/xrandr
x11/xrdb
x11/xset
x11/xsetroot
x11/xterm
x11/xtrans

# DE
x11-wm/icewm
www/firefox
www/libxul

/usr/local/etc/wallboard.sh

#!/bin/sh -e

export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

tty="${1}"

logger -t wallboard "Spawning wallboard${tty:+ on ${tty}}"

su -l wallboard -c '. ~/.bash_profile; exec startx' 2>&1 | logger -t wallboard

/etc/ttys:

ttyv8   "/usr/local/etc/wallboard.sh"   xterm   on  secure