Search found 3 matches
- Sat Jun 25, 2022 4:57 pm
- Forum: EasyOS
- Topic: EasyOS Dunfell-series 4.2 released
- Replies: 17
- Views: 2609
MSCW pops up every bootup
The same was happening in my frugal install of 3.4.7. Fixed after the following edits: /usr/sbin/delayedrun at line 192: if [ ! -s /var/local/mscw/selected ];then mscw fi /usr/sbin/pupautodetect-run at line 50: if [ $? -ne 0 ];then ---------------- #mscw & if [ ! -s /var/local/mscw/selected ];then ...
- Tue May 31, 2022 2:36 pm
- Forum: EasyOS
- Topic: EasyOS 3.4.7 / external monitor / resolution / permanent settings / hot plug
- Replies: 3
- Views: 937
Re: EasyOS 3.4.7 / external monitor / resolution / permanent settings / hot plug
Significant bug squash here in the inserted code in rc.shutdown: #NNI ---------------------------------------------------------- #disable udev ext monitor plug detection through next boot if [ -f /etc/udev/rules.d/95-monitor-connect.rules ];then mv /etc/udev/rules.d/95-monitor-connect.rules /etc ...
- Mon May 30, 2022 1:59 am
- Forum: EasyOS
- Topic: EasyOS 3.4.7 / external monitor / resolution / permanent settings / hot plug
- Replies: 3
- Views: 937
EasyOS 3.4.7 / external monitor / resolution / permanent settings / hot plug
Most of the time my laptop is connected to a large external display with higher resolution than the internal laptop display. I wanted to have EOS display normally on the internal display, or at higher res on the external display if present, and to have hot plug/unplug work. Working with the ROX ...