summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-07 22:41:32 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-07 22:41:32 -0700
commitbb669aab658da95c0a1bc327986a53049529cc84 (patch)
tree389ede93d51b416ca3663ed96d158692685ba7e8
parent6f4b72e1b92ea23edd10244f02467e0f761d9eab (diff)
moin2mdwn: convert page xf86-driver-displaylink
-rw-r--r--xf86-driver-displaylink.mdwn18
-rw-r--r--xf86-driver-displaylink.moin18
2 files changed, 18 insertions, 18 deletions
diff --git a/xf86-driver-displaylink.mdwn b/xf86-driver-displaylink.mdwn
new file mode 100644
index 0000000..deea2e6
--- /dev/null
+++ b/xf86-driver-displaylink.mdwn
@@ -0,0 +1,18 @@
+
+Written by Roberto De Ioris (roberto at unbit.it), with help from several others.
+
+Designed to run on top of the [[displaylink-mod|displaylink-mod]] linux kernel framebuffer driver.
+
+Latest version available at [[http://projects.unbit.it/downloads/udlfb-0.2.3_and_xf86-video-displaylink-0.3.tar.gz|http://projects.unbit.it/downloads/udlfb-0.2.3_and_xf86-video-displaylink-0.3.tar.gz]] Ignore udlfb in this package, and use the latest [[displaylink-mod|displaylink-mod]] kernel framebuffer driver instead (the same X server works on both old and new framebuffer drivers).
+
+To build xf86-driver-displaylink, some notes:
+
+* ./configure
+ * you may need to sudo apt-get install pkg-config and xorg-dev
+* make
+* sudo make install
+The driver will install to /usr/local/lib/xorg/modules/drivers which many distros don't look in. May need to copy/link or configure xorg.conf to look in this location.
+
+This driver has been picked up by Gentoo (x11 overlay) and Ubuntu. Please make any further notes here.
+
+See [[XConfiguration|XConfiguration]] for more information on xorg.conf files which will properly configure this driver and bring it to life.
diff --git a/xf86-driver-displaylink.moin b/xf86-driver-displaylink.moin
deleted file mode 100644
index 54ac6e4..0000000
--- a/xf86-driver-displaylink.moin
+++ /dev/null
@@ -1,18 +0,0 @@
-Written by Roberto De Ioris (roberto at unbit.it), with help from several others.
-
-Designed to run on top of the [[displaylink-mod]] linux kernel framebuffer driver.
-
-Latest version available at http://projects.unbit.it/downloads/udlfb-0.2.3_and_xf86-video-displaylink-0.3.tar.gz Ignore udlfb in this package, and use the latest [[displaylink-mod]] kernel framebuffer driver instead (the same X server works on both old and new framebuffer drivers).
-
-To build xf86-driver-displaylink, some notes:
-
- * ./configure
- * you may need to sudo apt-get install pkg-config and xorg-dev
- * make
- * sudo make install
-
-The driver will install to /usr/local/lib/xorg/modules/drivers which many distros don't look in. May need to copy/link or configure xorg.conf to look in this location.
-
-This driver has been picked up by Gentoo (x11 overlay) and Ubuntu. Please make any further notes here.
-
-See [[XConfiguration]] for more information on xorg.conf files which will properly configure this driver and bring it to life.