gma500 team mailing list archive
-
gma500 team
-
Mailing list archive
-
Message #00042
[Bug 586304] Re: xrandr rotate crashes x.org using psb driver
Well after debugging i noticed that the crtc member is NULL in the
rotate case and accessing a member on this caused our crash. It is
probably set to zero in psbReleaseLoadDetectPipe, but if if we are not
in that pipe phase, I presume we have no need to set the rate in our
SetWatermarks function... We should also check if it still works when
xorg is started with the rotation on by default (if that is possible,
i'm not sure how I should do that)
I do see the same mistakes in sdvo too but I cannot test this cause I
lack the hardware option...
(btw my hardware is an archos 9 tablet, I use rotation frequently)
Yves
--
xrandr rotate crashes x.org using psb driver
https://bugs.launchpad.net/bugs/586304
You received this bug notification because you are a member of GMA500
Team, which is a bug assignee.
Status in Intel GMA500 'Poulsbo': Fix Committed
Bug description:
xrandr --orientation left
makes psb crash...
tested on ubuntu 10.04 with current drivers:
user@tabletpc:~$ dpkg --list |grep psb
ii psb-firmware 0.30-0ubuntu1netbook1 Binary firmware for the Poulsbo (psb) 3D X11
ii psb-kernel-source 4.42.0-0ubuntu2~1004um2 Kernel module for the Poulsbo (psb) 2D X11 d
ii xpsb-glx 0.18-0ubuntu1netbook2~1004um1ubuntu1 X11 drivers for Poulsbo (psb) 3D acceleratio
ii xserver-xorg-video-psb 0.36.0-0ubuntu3~1004um3 X.Org X server -- Intel Poulsbo (2D)
user@tabletpc:~$
References