You are not logged in.

#1 2023-04-03 13:14:51

zakrush
Member
Registered: 2023-03-20
Posts: 28

[SOLVED]freezes on high resolutions xorg

Hi. I have freezes on hi resolution.
If setup default resolution 3200x2000  for monitror it is freezes(low speed of cursour, inhibited reactions).

This problem I see on i3 and sddm.

I'm setuping 25600x1600 and no freezes, but i have random refreshes now (not critical for me).
For working I have this configs for sddm:

/usr/share/sddm/scripts/Xsetup

#!/bin/sh
# Xsetup - run as root before the login dialog appears
# xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --output eDP-1 --mode 2560x1600 --rate 90 --pos 0x0
# xrandr --auto

and I have exec on i3wm config:

exec --no-startup-id xrandr --output eDP-1 --mode 2560x1600 --rate 90 --pos 0x0

My config is:
i3wm
xorg
sddm

uname -r
6.2.7-zen1-1-zen

/var/log/Xorg.0.log
https://pastebin.com/raw/27n8xcG1

Last edited by zakrush (2023-04-07 07:02:40)

Offline

#2 2023-04-07 07:02:21

zakrush
Member
Registered: 2023-03-20
Posts: 28

Re: [SOLVED]freezes on high resolutions xorg

solved.
New update solved problem

Offline

Board footer

Powered by FluxBB