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/25 04:55] – [Xfce HDMI TODO] Sean Rhonelinux:notes:xorg.conf_snippets [2026/04/25 06:54] (current) Sean Rhone
Line 193: Line 193:
  
 # 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/xrandr' --output 'HDMI1' --set 'Broadcast RGB' 'Full' --set 'content type' 'Game' --set 'Colorspace' 'opRGB' --set 'audio' 'force-dvi' --set 'max bpc' '8' 
- 
-xfce4-session-settings 
- 
-'/usr/bin/bash' -c "'/usr/bin/xrandr' --output 'HDMI1' --set 'Broadcast RGB' 'Full' --set 'content type' 'Game' --set 'Colorspace' 'opRGB' --set 'audio' 'force-dvi' --set 'max bpc' '8'" 
- 
- 
-'/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> 
  
/usr/local/www/wiki/data/pages/linux/notes/xorg.conf_snippets.txt · 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