XLibre on Gnu Guix #291
cristiancmoises
started this conversation in
XLibre on GNU Guix
Replies: 2 comments 6 replies
-
@cristiancmoises Welcome and thank you very much for packaging XLibre for GNU Guix! As we take our support of third party packagers serious, I've created a new X11Libre Xlibre On Gnu Guix · Discussions · GitHub and moved this discussion over there. You may reference this discussion category in your repository if you like to. Your repository has also been added to Are We XLibre Yet? · X11Libre/xserver Wiki. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@cristiancmoises Why did you remove the contents here? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Xlibre on GNU Guix
This guide helps you configure Xlibre on GNU Guix.
This is how I configure Xlibre into my GNU Guix (tested and working):
Modules:
Simple Configuration for Xlibre:
Packages:
I removed GDM because SLIM is fast and minimalist.
Custom configuration

XLibre Configuration for AMDGPU with native resolution
Optimized for single-monitor setups with:
"PreferredMode" "1366x768"
Option "TearFree" "on"
Option "AccelMethod" "glamor"
Option "DRI" "3"
Option "VariableRefresh" "true"
Option "AsyncFlipSecondaries" "true"
Option "EnablePageFlip" "true"
Option "ShadowPrimary" "true"
Option "ColorTiling" "true"
Option "ColorTiling2D" "true"
Option "EnableDepthMoves" "true"
Option "SwapbuffersWait" "true"
Option "AllowGLXWithComposite" "true"
Verify your configuration
Done!
Many thanks to Space Cadet for packaging Xlibre for GNU Guix. 🗿🍷
I made this video to help others liberate their screen. Check it out if you’re interested.
Beta Was this translation helpful? Give feedback.
All reactions