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/08/03 01:40] – [intel] Sean Rhonelinux:notes:xorg.conf_snippets [2026/08/03 05:14] (current) – [Monitor] Sean Rhone
Line 24: Line 24:
  
   * https://tomverbeure.github.io/video_timings_calculator   * https://tomverbeure.github.io/video_timings_calculator
 +  * [[programs:linux:wine:cru|Custom Resolution Utility]] (Wine)
  
-===== HP S2031 =====+===== Dell 5459 =====
  
-  * [[devices:displays:hp_s2031|Notes]] +==== eDP ====
-  * ''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' +  * :!: [[devices:displays:dell_5459|Notes]]
- +
-<code> +
-Section "Monitor" +
-    Identifier "HDMI1" +
-    Modeline "1600x900_76" 119.125 1600 1608 1640 1680 900 919 927 933 +HSync -VSync +
-    Modeline "1280x720_76" 77.209 1280 1288 1320 1360 720 733 741 747 +HSync -VSync +
-    Modeline "1024x768_76" 66.787 1024 1032 1064 1104 768 782 790 796 +HSync -VSync +
-    Modeline "800x600_76" 41.599 800 808 840 880 600 608 616 622 +HSync -VSync +
-    Modeline "640x480_76" 27.25 640 648 680 720 480 484 492 498 +HSync -VSync +
-    Option "PreferredMode" "1600x900_76" +
-EndSection +
- +
-# End</code>+
  
 ====== Graphics ====== ====== Graphics ======
Line 49: Line 36:
 ===== intel ===== ===== intel =====
  
-  sudo zypper install 'xf86-video-intel'+  sudo apt install 'xserver-xorg-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 60: Line 47:
     Option "AccelMethod" "SNA"     Option "AccelMethod" "SNA"
     Option "DRI" "3"     Option "DRI" "3"
-    Option "DDC" "0" +    Option "Present" "1"
-    Option "Present" "0"+
     Option "TearFree" "0"     Option "TearFree" "0"
-    Option "VSync" "1+    Option "VSync" "0
-    Option "PageFlip" "1+    Option "PageFlip" "0
-    Option "SwapbuffersWait" "1+    Option "SwapbuffersWait" "0
-    Option "TripleBuffer" "1"+    Option "TripleBuffer" "0"
     Option "LinearFramebuffer" "1"     Option "LinearFramebuffer" "1"
 +    Option "Virtualheads" "0"
     Option "Throttle" "0"     Option "Throttle" "0"
 +    Option "HotPlug" "0"
 EndSection EndSection
  
Line 90: Line 78:
 ===== evdev ===== ===== evdev =====
  
-**** +  sudo apt install 'xserver-xorg-input-evdev'
- +
-  sudo zypper install 'xf86-input-evdev'+
  
 ==== Keyboard ==== ==== Keyboard ====
Line 115: Line 101:
 <code> <code>
 Section "InputClass" Section "InputClass"
-    Identifier "CORSAIR HARPOON RGB PRO Gaming Mouse (evdev custom)" +    Identifier "ATTACK SHARK X3 Mouse (evdev custom)" 
-    MatchUSBID "1b1c:1b75"+    MatchUSBID "1d57:fa61" 
 +    Driver "evdev" 
 +    Option "AccelerationProfile" "-1" 
 +    Option "AccelerationScheme" "none" 
 +EndSection 
 + 
 +# End</code> 
 + 
 +==== Touchscreen ==== 
 + 
 +  sudo mkdir -p '/etc/X11/xorg.conf.d' && sudo -e '/etc/X11/xorg.conf.d/10-touchscreen-custom.conf' 
 + 
 +<code> 
 +Section "InputClass" 
 +    Identifier "WEIDA Hi-tech CoolTouch Touchscreen (evdev custom)" 
 +    MatchUSBID "2149:5cfd"
     Driver "evdev"     Driver "evdev"
     Option "AccelerationProfile" "-1"     Option "AccelerationProfile" "-1"
Line 149: Line 150:
   * :!: Not ''evdev'' like the above   * :!: Not ''evdev'' like the above
  
-  sudo zypper install 'xf86-input-synaptics'+  sudo apt install 'xserver-xorg-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'
/usr/local/www/wiki/data/attic/linux/notes/xorg.conf_snippets.1785735614.txt.gz · Last modified: by Sean Rhone