✨ introduce vsync for intel graphic cards
This commit is contained in:
parent
1e9d3c08cf
commit
7a3a6f3498
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ with lib;
|
|||
autoLogin.user = config.users.users.mainUser.name;
|
||||
};
|
||||
|
||||
# vsync for intel graphic cards
|
||||
# https://wiki.archlinux.org/title/Intel_graphics
|
||||
services.xserver.config = ''
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "intel"
|
||||
EndSection
|
||||
'';
|
||||
|
||||
services.xserver = {
|
||||
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue