소스 검색

Add file to fix xbacklight on Thinkpad X280

File to put in /etc/X11/
DricomDragon 4 년 전
부모
커밋
a321b0c99e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Install/Templates/X11/xorg.conf

+ 5 - 0
Install/Templates/X11/xorg.conf

@@ -0,0 +1,5 @@
+Section "Device"
+    Identifier  "0x42"
+    Driver      "intel"
+    Option      "Backlight"  "intel_backlight"
+EndSection