diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-05 15:57:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-05 15:57:24 +0800 |
commit | ad4a88bc569d06d9cc7caa2576b56bfcbfbef125 (patch) | |
tree | c138d4c0242760f352d940114a6c98441128cbe1 /x11/Makefile | |
parent | 1c0f604121197a7b1e1fb775f706d8400c95a63d (diff) | |
download | freebsd-ports-gnome-ad4a88bc569d06d9cc7caa2576b56bfcbfbef125.tar.gz freebsd-ports-gnome-ad4a88bc569d06d9cc7caa2576b56bfcbfbef125.tar.zst freebsd-ports-gnome-ad4a88bc569d06d9cc7caa2576b56bfcbfbef125.zip |
kX Generator is a utility to modify X server configuration file.
It provides nice, user-friendly GUI.
The main goal of the is to simplify configuration of X server
(e.g. changing server layout from dual head to single head).
kX Generator supports:
- adding mouse, keyboard and video drivers
- managing server layouts
- managing modules
- editing RGB, font and module paths
- managing extensions
- configure drivers (e.g. NVIDIA driver)
- edit monitor properties
- managing screens
WWW: http://kxgenerator.xt.pl/
PR: ports/107463
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4b4dcf060ffa..e0d18a2334b7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -129,6 +129,7 @@ SUBDIR += kdelibs3 SUBDIR += kdelibs3-nocups SUBDIR += keylaunch + SUBDIR += kxgenerator SUBDIR += libGL SUBDIR += libICE SUBDIR += libSM |