Re: How to force Xorg/Firefox to use iGPU instead of discrete nvidia card on a Clevo laptop?

2021-03-24 Thread aivils
I suppose that was solved years ago https://bumblebee-project.org/ https://wiki.debian.org/Bumblebee Unfortunately, I have not used this software for several years. I can't say if it works at the moment. Aivils Aaron Plattner @ 2021-03-24 19:03 rakstīja: Mesa lumps all of its drivers

Re: X is consuming ~100 GiB of RAM(!)

2017-12-05 Thread aivils
Hi, Don't worry. Count the digits. 100Mb consuming is pretty ordinary nowadays. They are not Gigabytes. Ewen Chan @ 2017-12-05 20:14 rakstīja: ewen@aes4:~> date Tue Dec 5 05:08:28 EST 2017 ewen@aes4:~> ps aux | grep Xorg root 2245 7.7 79.0 271100160 104332316 tty7 Ssl+ Nov25 1078:19

Re: Is there a way to force xrandr to re-read current available display modes?

2015-05-08 Thread aivils
Hi, My simple script #!/bin/bash IN=LVDS1 EXT=VGA1 case $1 in on) xrandr --output $IN --off --output $EXT --auto ;; 1440) xrandr --output $IN --off --output $EXT --mode 1440x900 ;; 1280) xrandr --output $IN --off --output $EXT --mode

Re: Securing Xvfb on a multi-user system

2015-01-17 Thread Aivils Štoss
Citējot Billy Wilson billy_wil...@byu.edu: Hi, I have a question about using Xvfb securely on a multi-user system. We are currently using xorg-x11-server-Xvfb-1.10.4-6.el6.x86_64. Our main reason for using Xvfb is to accommodate one of our users, whose scientific computing software

Re: why does -sharevts is so important for multseat setup?

2012-08-21 Thread Aivils Štoss
device files. As alternative You can hack the Linux kernel with faketty (outdated) module. Aivils Stoss ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your