Author Topic: how to keep my settings  (Read 2392 times)

enebre

  • Newbie
  • *
  • Posts: 7
    • View Profile
how to keep my settings
« on: June 15, 2014, 11:21:01 AM »
Hi,
How can I keep my setting at the next boot, because I have to reconfigure every time my screen configuration, screen resolution, monitor 2 on, monitor 2 off,  and also my webcam is on, so at any reboot I have to switch it off.
I already try to change screen setting in root but no better result.

biffster

  • wattOS - head nerd
  • Administrator
  • Sr. Member
  • *****
  • Posts: 237
    • View Profile
Re: how to keep my settings
« Reply #1 on: June 18, 2014, 04:46:54 PM »
Hi there,

We will need a bit more information about what version of wattOS you are running (R8 I assume, and what version? LXDE, Openbox, Mate'?) as the answers vary slightly. Also a bit about your hardware setup is helpful also.

enebre

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: how to keep my settings
« Reply #2 on: June 20, 2014, 12:10:47 PM »
Hi ! biffbaxter, Thanks for your answer.
OK I solved the problem of screens settings, I just had to do it twice, one time to set the desktop screen and another time to save the setting.
But I still have the background image not correctly set, the image is not extended to fit the full screen, no big deal I 'll do it by hand every time, I can not save it and so return to fit the laptop screen setting at each reboot.
R8 lxde
Is a laptop hp g7000 a bit old but run good, 2Go Ram and a desktop screen 23' connected on vga, iI like to switch off the laptop screen, but that is ok now
« Last Edit: June 20, 2014, 12:15:35 PM by enebre »

Cadejo

  • Jr. Member
  • **
  • Posts: 19
    • View Profile
Re: how to keep my settings
« Reply #3 on: June 28, 2014, 03:21:10 AM »
You may want to do it manually with the XRANDR settings.  I couldn't get the "set twice" option like you stated.

To do this.  Go to /etc/lightdm/

Make the resolution script
#sudo nano xrandrscript

#! /bin/sh
xrandr --output VGA-0 --mode 1680x1050 --right-of LVDS


control X to exit and save

Then point the lightdm.conf to the script

#sudo nano /etc/lightdm/lightdm.conf
edit
display-setup-script=/etc/lightdm/xrandrscript




Granted, you'd have to configure the xrandr script to fit your resolutions and monitor configuration...  Hope this helps...

« Last Edit: July 23, 2014, 11:54:30 PM by Cadejo »

enebre

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: how to keep my settings
« Reply #4 on: June 28, 2014, 08:30:54 AM »
thanks you so much for your answer.  :)