Re: xrandr brightness settings permanent

2018-11-19 Thread Michal Srb
On pátek 16. listopadu 2018 17:25:00 CET Riccardo Berto wrote: > On 2018-11-15 08:25, Michal Srb wrote: > > On středa 14. listopadu 2018 21:22:28 CET Riccardo Berto wrote: > >> Thanks for the answer. > >> No, I don't use redshift. As far as I know, it can only ha

Re: xrandr brightness settings permanent

2018-11-14 Thread Michal Srb
On středa 14. listopadu 2018 21:22:28 CET Riccardo Berto wrote: > Thanks for the answer. > No, I don't use redshift. As far as I know, it can only happen twice > during each Xorg start up. After these 2 times and me readjusting the > backlight manually with the xrandr command previously posted, it

Re: xrandr brightness settings permanent

2018-11-14 Thread Michal Srb
On středa 14. listopadu 2018 10:52:59 CET Riccardo Berto wrote: > I have a low quality screen. It's very bright, even at minimum settings > in the monitor menu. I'm able to reduce the brightness with `xrandr > --output HDMI-0 --brightness 0.25` but sometimes the brightness goes > back to the defaul

Re: new dependency for libtizcore required for mesa?

2018-06-07 Thread Michal Srb
On čtvrtek 7. června 2018 16:15:50 CEST Dennis Clarke wrote: > Package libtizcore was not found in the pkg-config search path. > Perhaps you should add the directory containing `libtizcore.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libtizcore' found This is not a problem. It s

Re: X not starting on a 4GB rock64

2018-04-25 Thread Michal Srb
configuration file like this (or appending it to your /etc/X11/xorg.conf file if you have): /etc/X11/xorg.conf.d/80-serverflags.conf: Section "ServerFlags" Option "AutoAddGPU" "False" EndSection Michal Srb ___ xorg@lists

Re: Dual monitor problem

2018-04-09 Thread Michal Srb
ranch so nothing happens if there is no external output. So it would look somehow like this: ... xrandr |grep $EXTERNAL_OUTPUT | grep " connected " if [ $? -eq 0 ]; then xrandr --output $INTERNAL_OUTPUT --off --output $EXTERNAL_OUTPUT --auto fi ... Michal Srb

Re: Is xauth entry without display number valid?

2018-03-19 Thread Michal Srb
hey don't know in advance which display number it will take. It would be possible to create empty authority file and then fill it after X started. No idea how willing would they be to accept such change. Michal Srb ___ xorg@lists.x.o

Is xauth entry without display number valid?

2018-03-15 Thread Michal Srb
not let me. It is also impossible to add any new records with display number, because they would get "merged" with those without number. Are such entries valid? Thank you, Michal Srb ___ xorg@lists.x.org: X.Org support Archives: http://lists

Re: xauth clarifications

2018-02-26 Thread Michal Srb
On pondělí 26. února 2018 15:21:17 CET Sylvain Leroux wrote: > Hi Michal, > > Thanks to your answer and by studying the /usr/bin/startx script on my > system, things are much more clear now. > > On 02/22/2018 05:16 PM, Michal Srb wrote: > >> 3) Are Xorg and Xephyr

Re: xauth clarifications

2018-02-22 Thread Michal Srb
On středa 21. února 2018 12:45:27 CET Sylvain Leroux wrote: > 1) When is the "$XAUTHORITY" file (re-)read by the server? > > According to the Xauth man: > """ > Note that this program [xauth] does not contact the X server except > when the generate c

Re: Any reliable way to find the X11 display id and authority file for local session running in actual monitor.

2017-08-02 Thread Michal Srb
r=3132 <- interesting Audit=1 Type=x11 Class=user Active=yes State=active IdleHint=no IdleSinceHint=0 IdleSinceHintMonotonic=0 No idea about reliable way to find the authority file. Parsing the X's command line would probably work in most cases. Michal Srb __