public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* New driver causes enlightenment to resize display to 8x8?
@ 2015-04-27 14:27 Marc MERLIN
  2015-04-27 14:37 ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Marc MERLIN @ 2015-04-27 14:27 UTC (permalink / raw)
  To: intel-gfx

After upgrading to xserver-xorg-video-intel 2:2.99.917-1~exp1 , the
performance did improve, but twice, I had e18 crash (its fault, not X's
fault), give me a window that it was going to restart, and when it restarted
the screen went dark.

I went to a text console, and xrandr said this:
Screen 0: minimum 8 x 8, current 8 x 8, maximum 32767 x 32767

xrandr -s anything, including 800x600 said:
xrandr: Configure crtc 0 failed

Restarting X reset things, and I had to delete my enlightenment profile
for it to stop trying to resize to 8x8 on start.

I've used e18 for over a year and I never had this problem until the exact
moment I upgraded the intel driver.
Out of curiosity, even if the bug was with enlightenment, how do I resize
my screen once it's been mistakenly resized to 8x8. Is it a bug that xrandr
was unable to resize it for me?

Thanks,
Marc


xrandr output when I was in broken state:
Screen 0: minimum 8 x 8, current 8 x 8, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   2880x1620      60.0 +   50.0  
   2048x1536      60.0  
   1920x1440      60.0  
   1856x1392      60.0  
   1792x1344      60.0  
   1920x1200      60.0  
   1920x1080      59.9  
   1600x1200      60.0  
   1680x1050      60.0     59.9  
   1600x1024      60.2  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/  
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New driver causes enlightenment to resize display to 8x8?
  2015-04-27 14:27 New driver causes enlightenment to resize display to 8x8? Marc MERLIN
@ 2015-04-27 14:37 ` Chris Wilson
  2015-04-27 15:06   ` Marc MERLIN
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2015-04-27 14:37 UTC (permalink / raw)
  To: Marc MERLIN; +Cc: intel-gfx

On Mon, Apr 27, 2015 at 07:27:20AM -0700, Marc MERLIN wrote:
> After upgrading to xserver-xorg-video-intel 2:2.99.917-1~exp1 , the
> performance did improve, but twice, I had e18 crash (its fault, not X's
> fault), give me a window that it was going to restart, and when it restarted
> the screen went dark.
> 
> I went to a text console, and xrandr said this:
> Screen 0: minimum 8 x 8, current 8 x 8, maximum 32767 x 32767
> 
> xrandr -s anything, including 800x600 said:
> xrandr: Configure crtc 0 failed
> 
> Restarting X reset things, and I had to delete my enlightenment profile
> for it to stop trying to resize to 8x8 on start.
> 
> I've used e18 for over a year and I never had this problem until the exact
> moment I upgraded the intel driver.
> Out of curiosity, even if the bug was with enlightenment, how do I resize
> my screen once it's been mistakenly resized to 8x8. Is it a bug that xrandr
> was unable to resize it for me?

xrandr -s is the old XRandR procotol, it should still work but it's not
clear if that is going to be a bug in xrandr misconfiguring CRTC or in
X server/ddx. If you can file a bug and include your Xorg.0.log along
with "xtrace xrandr -s anything" and if you can manage to get an
xf86-video-intel --enable-debug=full log for the above, then I can tell
you where the bug lies.

At any rate "xrandr --output eDP1 --preferred" is what you want.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New driver causes enlightenment to resize display to 8x8?
  2015-04-27 14:37 ` Chris Wilson
@ 2015-04-27 15:06   ` Marc MERLIN
  0 siblings, 0 replies; 3+ messages in thread
From: Marc MERLIN @ 2015-04-27 15:06 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx

On Mon, Apr 27, 2015 at 03:37:30PM +0100, Chris Wilson wrote:
> > I've used e18 for over a year and I never had this problem until the exact
> > moment I upgraded the intel driver.
> > Out of curiosity, even if the bug was with enlightenment, how do I resize
> > my screen once it's been mistakenly resized to 8x8. Is it a bug that xrandr
> > was unable to resize it for me?
> 
> xrandr -s is the old XRandR procotol, it should still work but it's not
> clear if that is going to be a bug in xrandr misconfiguring CRTC or in
> X server/ddx. If you can file a bug and include your Xorg.0.log along

It works just fine now:
legolas:~$ xrandr -s 2048x1536
legolas:~$ xrandr -s 2880x1620

It just wasn't able to get me out of that 8x8 mode that I got in due to a
bug somewhere (not sure if it's enlightenment or Xorg).

> with "xtrace xrandr -s anything" and if you can manage to get an
> xf86-video-intel --enable-debug=full log for the above, then I can tell
> you where the bug lies.
> 
> At any rate "xrandr --output eDP1 --preferred" is what you want.

I will try this next time if it happens again.

Thanks,
Marc
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/  
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-27 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 14:27 New driver causes enlightenment to resize display to 8x8? Marc MERLIN
2015-04-27 14:37 ` Chris Wilson
2015-04-27 15:06   ` Marc MERLIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox