monitor settings not sticking

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
JASpup
Posts: 1653
Joined: Sun Oct 04, 2020 10:52 am
Location: U.S.A.
Has thanked: 70 times
Been thanked: 89 times

monitor settings not sticking

Post by JASpup »

Old lxrandr in Tahr works normally. It includes only the options in the Advanced tab of the Xenial version.

I'm trying to turn off my external monitor to use only the laptop LCD. When I uncheck the external box, or select this arrangement in Quick Options tab, it changes for a few seconds before reverting back to the way it was.

Changing monitor settings is like The Little Engine That Could.

On the Whiz-Neophyte Bridge
Linux Über Alles
Disclaimer: You may not be reading my words as posted.

User avatar
JASpup
Posts: 1653
Joined: Sun Oct 04, 2020 10:52 am
Location: U.S.A.
Has thanked: 70 times
Been thanked: 89 times

Re: monitor settings not sticking

Post by JASpup »

I did something to get it to stick, but it's a weird, common intermittent problem. It could have been restarting JWM.

Seems like it works... then maybe not. :?

On the Whiz-Neophyte Bridge
Linux Über Alles
Disclaimer: You may not be reading my words as posted.

williams2
Posts: 1062
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 305 times

Re: monitor settings not sticking

Post by williams2 »

turn off my external monitor to use only the laptop LCD

To turn off your external monitor:

xrandr --output HDMI-0 --off

To enable your laptop LCD:

xrandr --output LVDS --auto --primary

where LVDS is your laptop screen
and HDMI-0 is your external monitor.
The exact names for your machine may be different.
Typing xrandr will show you the names of your monitors.

Then you probably need to type fixPuppyPin

For help:

xrandr --help

If X is using the vesa driver, xrandr might not work properly.

lxrandr puts a desktop file in /root/.config/autostart/

User avatar
JASpup
Posts: 1653
Joined: Sun Oct 04, 2020 10:52 am
Location: U.S.A.
Has thanked: 70 times
Been thanked: 89 times

Re: monitor settings not sticking

Post by JASpup »

Maybe this will work where the gui does not. My external is VGA and DVI. I use DVI for my 64 desktop and VGA on the portable 32s.

To get it to work yesterday I had to restart X.

Hope in the command line!

williams2 wrote: Tue Dec 28, 2021 8:34 pm

To turn off your external monitor:

xrandr --output HDMI-0 --off

To enable your laptop LCD:

xrandr --output LVDS --auto --primary

where LVDS is your laptop screen
and HDMI-0 is your external monitor.
The exact names for your machine may be different.
Typing xrandr will show you the names of your monitors.

Then you probably need to type fixPuppyPin

For help:

xrandr --help

If X is using the vesa driver, xrandr might not work properly.

lxrandr puts a desktop file in /root/.config/autostart/

On the Whiz-Neophyte Bridge
Linux Über Alles
Disclaimer: You may not be reading my words as posted.

Post Reply

Return to “Users”