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/06 22:38] – [intel] Sean Rhonelinux:notes:xorg.conf_snippets [2026/04/08 09:17] (current) Sean Rhone
Line 14: Line 14:
  
   cat '/var/log/Xorg.0.log' | grep 'iris'   cat '/var/log/Xorg.0.log' | grep 'iris'
 +
 +====== Xfce Resets ======
 +
 +  rm -fv ~/'.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml'
 +
 +  rm -fv ~/'.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml'
  
 ====== Graphics ====== ====== Graphics ======
Line 82: Line 88:
  
   sudo zypper install 'xf86-input-evdev'   sudo zypper install 'xf86-input-evdev'
- 
-==== Keyboard ==== 
- 
-  sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-keyboard-custom.conf' 
- 
-<code> 
-Section "InputClass" 
-    Identifier "BY Tech Gaming Keyboard (evdev custom)" 
-    MatchUSBID "258a:010c" 
-    Driver "evdev" 
-    Option "AccelerationProfile" "-1" 
-    Option "AccelerationScheme" "none" 
-EndSection 
- 
-# End</code> 
  
 ==== Mouse ==== ==== Mouse ====
Line 107: Line 98:
 Section "InputClass" Section "InputClass"
     Identifier "ATTACK SHARK R6 Mouse (evdev custom)"     Identifier "ATTACK SHARK R6 Mouse (evdev custom)"
-    MatchUSBID "373e:0022"+    MatchUSBID "373e:0021"
     Driver "evdev"     Driver "evdev"
     Option "AccelerationProfile" "-1"     Option "AccelerationProfile" "-1"
Line 187: 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.1775529507.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