User Tools

Site Tools


linux:notes:xorg.conf_snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:notes:xorg.conf_snippets [2026/04/06 23:24] Sean Rhonelinux:notes:xorg.conf_snippets [2026/04/08 09:17] (current) Sean Rhone
Line 178: Line 178:
  
 # End</code> # End</code>
 +
 +====== Xfce HDMI TODO ======
 +
 +<code>
 +#!/bin/bash
 +
 +'/usr/bin/xrandr' --output 'HDMI1' --set 'Broadcast RGB' 'Full'
 +'/usr/bin/xrandr' --output 'HDMI1' --set 'content type' 'Game'
 +'/usr/bin/xrandr' --output 'HDMI1' --set 'Colorspace' 'opRGB'
 +'/usr/bin/xrandr' --output 'HDMI1' --set 'audio' 'force-dvi'
 +
 +# End
 +
 +
 +'/usr/bin/bash' -c "'/usr/bin/xrandr' --output 'HDMI1' --set 'Broadcast RGB' 'Full' && '/usr/bin/xrandr' --output 'HDMI1' --set 'content type' 'Game' && '/usr/bin/xrandr' --output 'HDMI1' --set 'Colorspace' 'opRGB'"
 +
 +'/usr/bin/bash' -c "~/'.local/scripts/xrandr-HDMI.sh'"
 +
 +'/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' -e ~/'.local/scripts/opensuse-updater.sh'"</code>
  
/var/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1775532256.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki