![systemd/user가 있는 X11: 마우스 포인터 크기가 일치하지 않습니다.](https://linux55.com/image/141529/systemd%2Fuser%EA%B0%80%20%EC%9E%88%EB%8A%94%20X11%3A%20%EB%A7%88%EC%9A%B0%EC%8A%A4%20%ED%8F%AC%EC%9D%B8%ED%84%B0%20%ED%81%AC%EA%B8%B0%EA%B0%80%20%EC%9D%BC%EC%B9%98%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
나는 다음과 같은 사용자 서비스로 xorg를 사용하고 있습니다.https://wiki.archlinux.org/index.php/Systemd/User#Xorg_as_a_systemd_user_service
다른 모든 데몬을 사용자 서비스로 포팅했지만 달성할 수 없는 한 가지가 있습니다. xresources.service
사용자 공간에서 성공적으로 시작한 사용자 서비스라는 것입니다.
전역 시작 동작:
start X via startx util.
mouse pointer size in expected same size when put on firefox/chrome and other
apps AND on window manager itself without any app.
사용자 공간에서 시작된 동작:
start X via user service.
mouse pointer size in expected same size when put on firefox/chrome and other
apps BUT on window manager itself without any app, mouse point size is bigger
than expected.
xorg
루트 사용자 공간에서 무언가를 로드하고 마우스 포인터 동작을 강제하는 것 같습니다 .
편집: startx
systemd 서비스가 수행하지 않는 작업을 수행했습니다. 차이점을 알 수 있다면 테마나 시스템을 패치하는 대신 조정할 수 있다고 생각하며 .Xresource
색상을 추가하고 글꼴을 변경하는 것만으로도 기본값을 거의 사용했습니다.
dpi를 수동으로 변경: Xft.dpi 200
작동하지 않습니다.