Этот коммит содержится в:
Ihar Hancharenka 2024-04-05 07:27:06 +03:00
родитель ec9bec6858
Коммит 3861956ab0
3 изменённых файлов: 23 добавлений и 13 удалений

Просмотреть файл

@ -19,6 +19,9 @@ inxi
???
-m
memory
-G, --graphics
--edid
full graphics data (with audio)
2022
https://www.tecmint.com/inxi-command-to-find-linux-system-information/

Просмотреть файл

@ -1,25 +1,21 @@
http://askubuntu.com/questions/452108/cannot-change-screen-size-from-640x480-after-14-04-installation-on-virtualbox-os
http://askubuntu.com/questions/379123/can-i-zoom-out-windows-or-scale-the-whole-desktop
xrandr and udev
2018
https://losst.pro/razreshenie-ekrana-v-linux
????
http://habrahabr.ru/post/229167/
xrandr --current
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 32767 x 32767
LVDS1 connected primary 1024x600+0+0 (normal left inverted right x axis y axis) 220mm x 129mm
1024x600 60.0*+ 65.0
! xrandr and udev
xrandr --output VBOX0 --mode 1600x1200
xrandr --output VBOX0 --mode 1024x768
xrandr --output VBOX0 --mode 800x600
http://askubuntu.com/questions/452108/cannot-change-screen-size-from-640x480-after-14-04-installation-on-virtualbox-os
http://askubuntu.com/questions/379123/can-i-zoom-out-windows-or-scale-the-whole-desktop
!!! lxrandr
xrandr
--current
show current info
--listactivemonitors
Monitors: 1
0: +HDMI1 1920/520x1200/320+0+0 HDMI1
2018
https://losst.pro/razreshenie-ekrana-v-linux

Просмотреть файл

@ -0,0 +1,11 @@
https://github.com/swaywm/sway/wiki#configuration
https://wiki.archlinux.org/title/sway#Change_screen_resolution_after_start
https://aur.archlinux.org/packages/wdisplays
https://aur.archlinux.org/packages/swayrandr
https://aur.archlinux.org/packages/wlr-randr
out-of-date
https://stackoverflow.com/questions/72460852/setting-3440x1440-resolution-makes-screen-turn-off-in-sway
swaymsg -t get_outputs
https://github.com/swaywm/sway/issues/423