You are not logged in.
Pages: 1
whenever i try to set my color bit depth, nothing happens
i tried like this
xrandr -s 1366x768x16
and i also made a xorg conf file
cat /etc/X11/xorg.conf.d/depthc.conf
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
#Modes 1920x1080
EndSection
which works on my desktop (runnign a dif distro), but not on q4os
why?
Offline
i just tested this on debian 10 with mate, and it works
Offline
Try putting it in either /usr/share/X11/xorg.conf.d/
or rename as xorg.conf in /etc/X11/
Offline
thanks i will
Offline
Pages: 1