[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2014-04-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxrandr (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxrandr/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2014-04-01 Thread Anton Asche
If anyone can confirm that LXRandR uses ~/.config/autostart/lxrandr-
autostart.desktop to save the settings, please have a deeper look at
this file:

Exec=xrandr --output LVDS --mode 1680x1050 --rate 60.1 --output VGA-0
--off

doesn't work, change it to:

Exec=sh -c 'xrandr --output LVDS --mode 1680x1050 --rate 60.1 --output
VGA-0 --off'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxrandr/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-06 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) = lxrandr (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxrandr/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-05 Thread Timo Aaltonen
the configurator is not part of xorg, so if you could move the other bug
to whatever component lubuntu/lxde has that would be nice

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-05 Thread jerrylamos
On Timo's comment, anyone have any idea what the component lubuntu/lxde
uses to save the configuration?  I do Preferences Monitor to set it, but
what component does that?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Chris Wilson
For example, I can not see where the default GTF modes are inferred from
the EDID...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Chris Wilson
I suspect one of the key commits is:


commit dc498b433f36af5d2de3065e7c64cdb575385d81
Author: Adam Jackson a...@redhat.com
Date:   Mon Feb 8 15:23:04 2010 -0500

xfree86: If the driver found modes on an output, don't add more

Inferring modes from sync ranges is only valid if the monitor says it's
valid.  If the monitor says it's valid, then we'll have already added
those modes during EDID block parse.  If it doesn't, then we should
believe it.

If there's no EDID for an output, but sync ranges from the config, we'll
still add default modes as normal.

Reviewed-by: Alex Deucher alexdeuc...@gmail.com
Signed-off-by: Adam Jackson a...@redhat.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Chris Wilson
The mode you picked is not present in the EDID, but it is a standard GTF
mode, and you have a GTF monitor... I suspect that they used to be
added...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Chris Wilson
Can you check whether doing

cat  /etc/X11/xorg.conf.g/vga.conf EOF
Section Monitor
  Identifier Monitor0
  Option DefaultModes true
EndSection

Section Device
  Identfier Device0
  Option monitor-VGA1 Monitor0
EndSection
EOF

restores the missing modes?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread jerrylamos
Well, this setup doesn't have xorg.conf.g or xorg.conf.  I used to use them all 
the time but ubuntu deleted xorg.conf.
so I tried making an xorg.conf with the data which rebooted into into  low 
graphics mode.
Let me see if I can make a folder xorg.conf.g and put a member vga.conf into it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread jerrylamos
Tried again with /etc/X11/xorg.g/vga.conf.  No luck.  What I do to get a
usable desktop is:

#!/bin/bash
xrandr --newmode 1366x768_60.00   85.25  1366 1440 1576 1784  768 771 781 798 
-hsync +vsync
xrandr --addmode VGA1 1366x768_60.00
xrandr --output VGA1 --mode 1366x768_60.00

Previously with ubuntu, did that once, works right away, then next boot
got me 1366x768 sometimes.

Sometimes in ubuntu development making a .xprofile with that would work
sometimes not.

Or else go into Settings Displays and set 1360x768 which has been pretty
reliable until last few days.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Chris Wilson
Yikes, mistyped. That should have been /etc/X11/xorg.conf.d/vga.conf

If you grep Monitor0 /var/log/Xorg.*.log that should confirm whether or
not the config is picked up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread Timo Aaltonen
isn't this a dupe of your own bug #1232426?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235201] Re: saucy beta 2 could not apply the stored configuration for monitors

2013-10-04 Thread jerrylamos
Chris, with /etc/X11/xorg.conf.d/vga.conf as you specified booted right
up with no problem on configuration.

No big window top to bottom full of lines complaining about could not
apply stored configuration.  Yay.

 cat /var/log/Xorg.0.log | grep onitor
[19.831] (**) |   |--Monitor default monitor
[19.831] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[19.936] (II) intel(0): Output LVDS1 has no monitor section
[20.036] (II) intel(0): Output VGA1 has no monitor section
[20.036] (II) intel(0): Output VIRTUAL1 has no monitor section

Now I still have bug #1234839 which is as far as I can tell when the
launcher unhides it has a black background, and when the launcher hides
again the vertical black bar is left.  The wallpaper is not restored for
that section.

Timo, I reported bug#1232426 on Lubuntu.  I set the display configuration to 
1360x768, built in monito orr, save it, working O.K., reboot and get back to 
the default 1920x1080 (squint) built in monitor on.  No big warning messages 
about could not apply. stored configuration like I get with 1235201..  So on 
every boot I have to set the configuration again.  You people would know 
whether this is a manifestation of the same problem.  
Come to think of it, I could put this config.d/vga.conf on Lubuntu to see what 
happens.

This bug 1235201 on Ubuntu/unity gets a huge window taking up 1/3 of the
center of the screen top to bottom many many lines and says it could
not apply the stored configuration for monitors.  Comment #1 in this
bug has a screenshot of the picture.

Chris I can do some limited fix testing - I've never  recompiled the
kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235201

Title:
  saucy  beta 2 could not apply the stored configuration for monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1235201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs