summaryrefslogtreecommitdiff
path: root/system/X11/xorg.conf
diff options
context:
space:
mode:
authorJosh <eeei3.joshua0307lol@gmail.com>2024-12-18 21:15:51 -0500
committerJosh <eeei3.joshua0307lol@gmail.com>2024-12-18 21:15:51 -0500
commit2c1f6b9dffafecbda32b136d06abf65558f07700 (patch)
treefc88590f762fca1564cdfb7bb8c7d412575564f1 /system/X11/xorg.conf
initial commit, I think I got everything
Diffstat (limited to 'system/X11/xorg.conf')
-rw-r--r--system/X11/xorg.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/system/X11/xorg.conf b/system/X11/xorg.conf
new file mode 100644
index 0000000..5160f3c
--- /dev/null
+++ b/system/X11/xorg.conf
@@ -0,0 +1,37 @@
+Section "ServerLayout"
+ Identifier "layout"
+ Screen "intel"
+ #Inactive "intel"
+EndSection
+
+Section "Module"
+ Load "dri3"
+EndSection
+
+Section "Device"
+ Identifier "nvidia"
+ Driver "nvidia"
+ BusID "01:00:0"
+ Option "RegistryDwords" "EnableBrightnessControl=1"
+EndSection
+
+Section "Screen"
+ Identifier "nvidia"
+ Device "nvidia"
+ Option "AllowEmptyInitialConfiguration"
+EndSection
+
+Section "Device"
+ Identifier "intel"
+ Driver "modesetting"
+ Option "AccelMethod" "glamor"
+ Option "DRI" "3"
+ Option "TearFree" "true"
+ Option "SwapbuffersWait" "true"
+ Option "TripleBuffer" "true"
+EndSection
+
+Section "Screen"
+ Identifier "intel"
+ Device "intel"
+EndSection