Add gpu & disable ghost monitors
This commit is contained in:
parent
b8b9d16f8c
commit
6744550bf6
@ -54,6 +54,9 @@ in {
|
|||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-2,highres,0x0,1"
|
"eDP-2,highres,0x0,1"
|
||||||
|
"DP-7, disable"
|
||||||
|
"DP-8, disable"
|
||||||
|
"DP-9, disable"
|
||||||
"HDMI-A-1,3440x1440@99.98,auto,1"
|
"HDMI-A-1,3440x1440@99.98,auto,1"
|
||||||
",prefered,auto,1"
|
",prefered,auto,1"
|
||||||
];
|
];
|
||||||
@ -84,7 +87,7 @@ in {
|
|||||||
"XDG_SESSION_TYPE,wayland"
|
"XDG_SESSION_TYPE,wayland"
|
||||||
"SDL_VIDEODRIVER,wayland"
|
"SDL_VIDEODRIVER,wayland"
|
||||||
"CLUTTER_BACKEND,wayland"
|
"CLUTTER_BACKEND,wayland"
|
||||||
"AQ_DRM_DEVICES,/dev/dri/card2" # CHANGEME: Related to the GPU
|
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
|
||||||
];
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
|
Loading…
Reference in New Issue
Block a user