以下は私の/etc/X11/xorg.conf.d/1-fbdev.confです。
/etc/X11/xorg.conf.d/1-fbdev.conf
Section "Device"
Identifier "LCD"
Driver "fbdev"
Option "fbdev" "/dev/fb0"
Option "Rotate" "UD"
EndSection
回転値をリアルタイムで変更したい(Xを再起動せず)
例)オプション「回転」「時計回り」
X実行中にxf86-video-fbdevの設定をリアルタイムで変更してどのように適用できますか?