Oops, missed quotes. Thanks.
Search Criteria
Package Details: mach64drm 6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mach64drm.git (read-only, click to copy) |
---|---|
Package Base: | mach64drm |
Description: | Mach64 DRM module |
Upstream URL: | http://dri.freedesktop.org/wiki/DRM |
Licenses: | GPL |
Submitter: | lambchops468 |
Maintainer: | trya |
Last Packager: | trya |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2008-06-21 14:27 (UTC) |
Last Updated: | 2022-11-25 00:32 (UTC) |
Dependencies (4)
- linux
- linux-headers (make)
- mach64-driAUR (optional) – Mesa DRI drivers for Mach64
- xf86-video-mach64AUR (optional) – X.Org Mach64 video driver
Required by (1)
- xf86-video-mach64 (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
trya commented on 2010-08-20 15:19 (UTC)
<deleted-account> commented on 2010-08-19 02:21 (UTC)
One small mistake prevents this package from installing properly.
--- a/mach64drm.install 2010-08-18 19:11:01.256666693 -0700
+++ b/mach64drm.install 2010-08-18 19:11:40.049999997 -0700
@@ -6,10 +6,10 @@
echo ""
echo "IMPORTANT NOTES"
echo "---------------"
- echo "- This DRM module is unstable and hasn't been updated
- echo " for long. It is very likely you will experience
+ echo "- This DRM module is unstable and hasn't been updated"
+ echo " for long. It is very likely you will experience"
echo " crashes if suspending or switching between X and VTs."
- echo "- Direct rendering doesn't work with 24bpp color depth.
+ echo "- Direct rendering doesn't work with 24bpp color depth."
echo " Configure your X server to use 16bpp or less."
trya commented on 2010-08-11 15:01 (UTC)
Either you build this package, or you compile and install the module with make; make install.
jackoneill commented on 2010-08-11 14:13 (UTC)
#TryA
Too bad I haven't a clue how to do any of that (the TODO list)...
Do you have some instructions for compiling this?
trya commented on 2010-08-10 17:51 (UTC)
I finally got it to compile out of the tree on newer kernels. Much simpler to install and maintain. It is still very unstable, but direct rendering works pretty well (16bpp is mandatory though). Feel free to take a look at the source tarball and more specifically at the TODO list if you can sort out something about it.
Pinned Comments
trya commented on 2020-04-24 01:10 (UTC)
Updated to build with linux 5.6. This module needs CONFIG_DRM_LEGACY to build, so you may need to rebuild your kernel with this option set.