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
Next revision
Previous revision
linux:notes:xorg.conf_snippets [2026/04/25 04:53] – [Xfce HDMI TODO] Sean Rhonelinux:notes:xorg.conf_snippets [2026/05/10 01:41] (current) – [HP S2031] Sean Rhone
Line 28: Line 28:
  
   * [[devices:displays:hp_s2031|Notes]]   * [[devices:displays:hp_s2031|Notes]]
 +  * ''HDMI1'' (no-dash) = [[#intel|Intel]] DDX
  
   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-monitor-custom.conf'   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-monitor-custom.conf'
Line 48: Line 49:
 ===== intel ===== ===== intel =====
  
-  sudo apt install 'xserver-xorg-video-intel'+  sudo zypper install 'xf86-video-intel'
  
   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-graphics-custom.conf'   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-graphics-custom.conf'
Line 89: Line 90:
 **** ****
  
-  sudo apt install 'xserver-xorg-input-evdev'+  sudo zypper install 'xf86-input-evdev'
  
 ==== Keyboard ==== ==== Keyboard ====
Line 146: Line 147:
   * :!: Not ''evdev'' like the above   * :!: Not ''evdev'' like the above
  
-  sudo apt install 'xserver-xorg-input-synaptics'+  sudo zypper install 'xf86-input-synaptics'
  
   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-touchpad-custom.conf'   sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-touchpad-custom.conf'
Line 193: Line 194:
  
 # 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' 
- 
- 
-'/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> 
  
/srv/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1777107222.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