summaryrefslogtreecommitdiff
path: root/community/qingy
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-03 13:57:40 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-03 13:57:40 -0300
commitcdd88c937bb1fd3bf6de0b847101524a2d5c9022 (patch)
tree3eeb67878db60db79eb21dc2232377e6b56a3add /community/qingy
parentb2e7dca27f9de046feecd59ecfc93cd17bca8356 (diff)
parentb618c3d0693aec564c6746238fd05d94e31d3b76 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/asciijump/PKGBUILD community/cairo-compmgr/PKGBUILD community/cwiid/PKGBUILD community/darcs/PKGBUILD community/gadmin-samba/PKGBUILD community/gstm/PKGBUILD community/haskell-dbus/PKGBUILD community/haskell-mmap/PKGBUILD community/lastfm-client/PKGBUILD community/libtar/PKGBUILD community/mget/PKGBUILD community/nexuiz/PKGBUILD community/pstreams/PKGBUILD community/pyglet/PKGBUILD community/python-html5lib/PKGBUILD community/python-pychm/PKGBUILD community/qoauth/PKGBUILD community/quilt/PKGBUILD community/stormbaancoureur/PKGBUILD community/winegame/PKGBUILD community/winestuff/PKGBUILD community/xdg-user-dirs/PKGBUILD core/libfetch/PKGBUILD extra/acpi/PKGBUILD extra/alex/PKGBUILD extra/allegro/PKGBUILD extra/capi4k-utils/PKGBUILD extra/erlang/PKGBUILD extra/ettercap/PKGBUILD extra/gftp/PKGBUILD extra/gimp-refocus/PKGBUILD extra/happy/PKGBUILD extra/haskell-cgi/PKGBUILD extra/haskell-deepseq/PKGBUILD extra/haskell-fgl/PKGBUILD extra/haskell-glut/PKGBUILD extra/haskell-haskell-src/PKGBUILD extra/haskell-html/PKGBUILD extra/haskell-hunit/PKGBUILD extra/haskell-opengl/PKGBUILD extra/haskell-parallel/PKGBUILD extra/haskell-platform/PKGBUILD extra/haskell-quickcheck/PKGBUILD extra/haskell-regex-base/PKGBUILD extra/haskell-regex-compat/PKGBUILD extra/haskell-regex-posix/PKGBUILD extra/haskell-stm/PKGBUILD extra/haskell-syb/PKGBUILD extra/haskell-xhtml/PKGBUILD extra/libnet/PKGBUILD extra/linux_logo/PKGBUILD extra/mailman/PKGBUILD extra/midori/PKGBUILD extra/ntrack/PKGBUILD extra/pwgen/PKGBUILD extra/qtcurve-gtk2/PKGBUILD extra/qtcurve-kde4/PKGBUILD extra/ristretto/PKGBUILD extra/rxvt-unicode/PKGBUILD extra/telepathy-sofiasip/PKGBUILD extra/tightvnc/PKGBUILD extra/vsftpd/PKGBUILD extra/windowmaker-crm-git/PKGBUILD libre/aufs2-libre/PKGBUILD libre/calibre-libre/PKGBUILD libre/calibre-libre/calibre-mount-helper libre/calibre-libre/calibre.install libre/calibre-libre/desktop_integration.patch libre/ffmpeg-libre/PKGBUILD mozilla-testing/iceweasel-libre/PKGBUILD mozilla-testing/iceweasel-libre/libre.patch mozilla-testing/iceweasel-libre/mozconfig ~lukeshu/openni-unstable/PKGBUILD
Diffstat (limited to 'community/qingy')
-rw-r--r--community/qingy/README77
1 files changed, 0 insertions, 77 deletions
diff --git a/community/qingy/README b/community/qingy/README
deleted file mode 100644
index aa5678475..000000000
--- a/community/qingy/README
+++ /dev/null
@@ -1,77 +0,0 @@
-Qingy README
-
-What is qingy?
---------------
-
-Qingy is a replacement for getty. It is using DirectFB to provide a
-fast, nice GUI without the overhead of the X Windows System. It allows
-the user to log in and start the session of his choice (text console,
-gnome, kde, wmaker, ...). Running several X sessions is also
-possible.
-
-How to get qingy?
------------------
-
-A package is available in the [community] repo. To install:
-
-# pacman -S qingy
-
-Several extra themes are also available. In [community] repo, there is
-an Arch specific theme:
-
-# pacman -S qingy-theme-arch
-
-A package of several various themes is available in AUR:
-
- * qingy-themes
-
-How to setup qingy?
--------------------
-
-To use qingy, you'll need to edit /etc/inittab.
-
-Replace:
-
-c1:2345:respawn:/sbin/agetty 38400 vc/1 linux
-c2:2345:respawn:/sbin/agetty 38400 vc/2 linux
-c3:2345:respawn:/sbin/agetty 38400 vc/3 linux
-c4:2345:respawn:/sbin/agetty 38400 vc/4 linux
-c5:2345:respawn:/sbin/agetty 38400 vc/5 linux
-c6:2345:respawn:/sbin/agetty 38400 vc/6 linux
-
-by:
-
-c1:2345:respawn:/sbin/qingy tty1
-c2:2345:respawn:/sbin/qingy tty2
-c3:2345:respawn:/sbin/qingy tty3
-c4:2345:respawn:/sbin/qingy tty4
-c5:2345:respawn:/sbin/qingy tty5
-c6:2345:respawn:/sbin/agetty 38400 tty6 linux
-
-Qingy's author suggest to keep agetty on a console (here on console 6)
-as a safety measure as qingy is still beta software.
-
-When logging in an X session, qingy doesn't source your profile. The
-best solution is to add:
-[ -f /etc/profile ] && . /etc/profile
-to your ~/.xinitrc and create a .xsession symlink:
-ln -s ~/.xinitrc ~/.xsession
-(or source the profiles in your ~/.xsession depending on your setup). Then
-login in the 'Your .xsession' session.
-Otherwise, add:
-[ -f /etc/profile ] && . /etc/profile
-to your ~/.bashrc so that the profile will be sourced for each
-terminal.
-
-
-Having problems with your Synaptics touchpad?
----------------------------------------------
-
-Qingy (and quite possibly other DirectFB applicationss) has some
-issues using Synaptics touchpad. This can be solved by adding:
-
-disable-module=linux_input
-
-to /etc/directfbrc. If the file does not exist, create it. This will
-enable you to use your touchpad, however some extra functionality like
-tapping or tap-dragging might not work.