feat: use hardware cursor for nvk.
This commit is contained in:
parent
d91ee24f00
commit
7d67a20b27
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ in {
|
|||
|
||||
cursor = {
|
||||
no_break_fs_vrr = 0;
|
||||
no_hardware_cursors = 0;
|
||||
use_cpu_buffer = 0;
|
||||
no_hardware_cursors = 1;
|
||||
use_cpu_buffer = 1;
|
||||
};
|
||||
|
||||
exec-once = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue