nvidia😡

This commit is contained in:
2025-08-08 17:20:56 +02:00
parent 572a00828b
commit f28222614e
13 changed files with 125 additions and 68 deletions

3
hypr/.gitignore vendored
View File

@@ -1 +1,2 @@
shaders
shaders
wallpaper*

View File

@@ -1,7 +1,3 @@
# This file sources other files in `hyprland` and `custom` folders
# You wanna add your stuff in file in `custom`
# Defaults
source=~/.config/hypr/hyprland/env.conf
source=~/.config/hypr/hyprland/execs.conf
source=~/.config/hypr/hyprland/general.conf

View File

@@ -18,10 +18,11 @@ env = QT_STYLE_OVERRIDE, kvantum
# ############ nvidia #############
env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = NVD_BACKEND,direct
# env = AQ_DRM_DEVICES,$HYPR_AQ_DRM_DEVICES
# ############ others #############
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = ELECTRON_OZONE_PLATFORM_HINT,auto
env = DISPLAY_DEVICE,intel_backlight # or nvidia_0

View File

@@ -1,7 +1,7 @@
# MONITOR CONFIG
monitor=,preferred,auto,1
monitor=eDP-1,2560x1600@240,auto,1.25 # dGPU only
monitor=eDP-2,2560x1600@240,auto,1.25,bitdepth,10 # iGPU & dGPU hybrid
monitor=eDP-1,2560x1600@240,auto,1.25,bitdepth,10
monitor=eDP-2,2560x1600@240,auto,1.25,bitdepth,10
# monitor=,addreserved, 0, 0, 0, 0 # Custom reserved area
# HDMI port: mirror display. To see device name, use `hyprctl monitors`
@@ -175,4 +175,4 @@ plugin {
xwayland {
force_zero_scaling = true
}
}

View File

@@ -1,2 +1,2 @@
preload = /home/kolkas/.config/backgrounds/nanami.png
wallpaper = , /home/kolkas/.config/backgrounds/nanami.png
preload = /home/kolkas/.config/hypr/wallpaper.png
wallpaper = , /home/kolkas/.config/hypr/wallpaper.png