Re: Ubuntu-mid on Asus Eee PC 701

2008-09-26 Thread Bryce Harrington
On Fri, Sep 26, 2008 at 05:31:37PM -0600, Stewart Midwinter wrote:
> Just for a lark I tried this distro on my original Eee PC.  I used dd to
> push the image over to a 1 GB USB key, and booted off it.
> When the desktop came up I noticed a few things...
> - the fonts were VERY large.  I was unable to figure out how to reduce the
> size of the default font

Possibly the dpi values are incorrect; a common thing that causes
incorrect dpi is incorrect EDID.  xdpyinfo shows your dpi.  If it seems
out of wack (96 would be normal) then look in your /var/log/Xorg.0.log
- search for /edid/i typically.  If the edid isn't listed, then you can
use the read-edid package to do 'get-edid | parse-edid'.  The thing to
check is if the EDID screen dimensions are accurate.  If it turns out
this is the case, the workaround is to specify your screen settings in
your xorg.conf; for the fix, see wiki.ubuntu.com/X/Quirks.

IIRC the Eee PC uses the -intel driver?  Check if that got loaded
properly or if it's using -vesa or something.

> - the touchpad is not recognized, but a USB mouse is

Look at your `lshal` to start with.  Also, check `dmesg` to see if at
least the kernel is recognizing it.  `xinput list` will show if X is
noticing it at all.  It may just need an fdi file to specify the
driver to use (evdev I guess?)

> At this point the distro is not very suited to the Eee PC. (Not that it was
> intended to be, either).

You didn't mention if you tried a hardy or an intrepid image; especially
for the input devices there's been changes between hardy and intrepid.
It could be fruitful to try both versions.

HTH,
Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: UME kernel status

2008-03-06 Thread Bryce Harrington
Alright, well the X driver is ready to go when the kernel module and
libva get upgraded, so please rebuild libdrm and then pull in the new
-psb from http://people.ubuntu.com/~bryce/Uploads/ and all should be
good.

Let me know if there are any problems.

Bryce

On Thu, Mar 06, 2008 at 03:23:34PM -0800, Tobin Davis wrote:
> First, you should still rebuild libdrm, as it is linked against the
> kernel headers (which has changed).  Second, everything must be in sync;
> kernel module, libdrm, X drivers, libva, etc.  It's an all or nothing
> upgrade.  Granted, you don't need the 3D drivers for 2D X to work, but
> you can't mix and match versions.
> 
> Tobin
> 
> On Thu, 2008-03-06 at 14:47 -0800, Bryce Harrington wrote:
> 
> > On Thu, Mar 06, 2008 at 03:07:48PM +0200, Amit Kucheria wrote:
> > > LUM
> > > --
> > >   - Beta 7 poulsbo DRM drivers
> > > 
> > > 2. Build testing of above patches
> > > 3. Moved the wifi/bt drivers (868x) to LUM so that the MID team
> > > doesn't have to compile the whole kernel while debugging the driver
> > > 4. Found that patch 0005-thermals-ext-acpi_video.patch doesn't apply
> > > to the kernel anymore. Send email to [EMAIL PROTECTED]
> > > 5. Fixed build system so that failure of a patch to apply should
> > > terminate the build instantly.
> > > 6. Bryce will update to latest xorg drivers from Intel tomorrow.
> > 
> > I've updated to the latest -psb driver, which had minor changes.  The
> > libdrm changelog was marked "no change" so there was no need to update
> > our libdrm.
> > 
> > deb and package for -psb beta7 is available here:
> > 
> >   http://people.ubuntu.com/~bryce/Uploads/
> > 
> > Unfortunately, I'm seeing an error message while trying to start X, 
> > 
> > Fatal server error:
> > AddScreen/ScreenInit failed for driver 0
> > 
> > I *suspect* the reason it is failing is because I have too old of a
> > kernel, however unfortunately, I've been unable to upgrade my UME box -
> > apt-get upgrade segfaults in dpkg, and I wasn't able to locate a daily
> > image to test.  So either, if someone with the latest kernel could test
> > it, or else point me at the latest working image so I can check, that
> > would be helpful.
> > 
> > Anyway, if anyone can verify it works properly with the latest kernel,
> > feel free to upload to the ume ppa.
> > 
> > Bryce
> > 
> > 
> 
> -- 
> Tobin Davis 
> 
> 
> Europe Passes Pro-spam Law
>  I though only Americans were that fucking stupid  =>
>  apparently americans are quite naive :)

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: UME kernel status

2008-03-06 Thread Bryce Harrington
On Thu, Mar 06, 2008 at 03:07:48PM +0200, Amit Kucheria wrote:
> LUM
> --
>   - Beta 7 poulsbo DRM drivers
> 
> 2. Build testing of above patches
> 3. Moved the wifi/bt drivers (868x) to LUM so that the MID team
> doesn't have to compile the whole kernel while debugging the driver
> 4. Found that patch 0005-thermals-ext-acpi_video.patch doesn't apply
> to the kernel anymore. Send email to [EMAIL PROTECTED]
> 5. Fixed build system so that failure of a patch to apply should
> terminate the build instantly.
> 6. Bryce will update to latest xorg drivers from Intel tomorrow.

I've updated to the latest -psb driver, which had minor changes.  The
libdrm changelog was marked "no change" so there was no need to update
our libdrm.

deb and package for -psb beta7 is available here:

  http://people.ubuntu.com/~bryce/Uploads/

Unfortunately, I'm seeing an error message while trying to start X, 

Fatal server error:
AddScreen/ScreenInit failed for driver 0

I *suspect* the reason it is failing is because I have too old of a
kernel, however unfortunately, I've been unable to upgrade my UME box -
apt-get upgrade segfaults in dpkg, and I wasn't able to locate a daily
image to test.  So either, if someone with the latest kernel could test
it, or else point me at the latest working image so I can check, that
would be helpful.

Anyway, if anyone can verify it works properly with the latest kernel,
feel free to upload to the ume ppa.

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


libdrm / -psb beta6 packages

2008-01-31 Thread Bryce Harrington
Here are packages for the beta6 Xorg driver.  AmitK, could you install
and check these with the latest kernel (X just crashes with the version
of the kernel I have).  If X comes up on your latest kernel, then let me
know when you've uploaded it, and I'll push these to the PPA.

http://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm2_2.3.0-4ubuntu4~804um1_lpia.deb
http://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm2-dbg_2.3.0-4ubuntu4~804um1_lpia.deb
http://people.ubuntu.com/~bryce/Testing/libdrm/Hardy/libdrm-dev_2.3.0-4ubuntu4~804um1_lpia.deb

http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/Hardy/xserver-xorg-video-psb_0.2.6-0ubuntu1~804um1_i386.deb
http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/Hardy/xserver-xorg-video-psb-dbg_0.2.6-0ubuntu1~804um1_i386.deb

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Fix for -psb X issue

2008-01-17 Thread Bryce Harrington
Odd, I would have thought that since they have added requirements for
xserver 1.4 features (EXA 2.2), that the code would have been tested
against and supported on xserver 1.4 as well.

But thanks, this seems to explain the origin of the problem.

Bryce

On Thu, Jan 17, 2008 at 03:13:20PM -0800, Zhao, Chunfeng wrote:
> According feedback from TG, it is not a bug for xserver 1.3, it might be
> compatibility issue for 1.4, currently they are not supporting 1.4 and
> they are not going to integrate patch into their source code.
> 
> Calvin
> 
> -Original Message-
> From: Bryce Harrington [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 17, 2008 1:34 PM
> To: Bastian, Waldo
> Cc: Amit Kucheria; ubuntu-mobile@lists.ubuntu.com; Zhao, Chunfeng
> Subject: Re: Fix for -psb X issue
> 
> See amit's comment:  http://bryceharrington.org/drupal/node/31
> 
> On Thu, Jan 17, 2008 at 01:29:06PM -0800, Bastian, Waldo wrote:
> > Can you see where (e.g. with a calltrace) the first lock happens and
> > where the second lock happens?
> > 
> > Cheers,
> > Waldo
> >  
> > Intel Corporation - Platform Software Engineering, UMG - Hillsboro,
> > Oregon
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> > Harrington
> > Sent: Thursday, January 17, 2008 12:53 PM
> > To: Amit Kucheria
> > Cc: ubuntu-mobile@lists.ubuntu.com
> > Subject: Fix for -psb X issue
> > 
> > I've uploaded a fix for the -psb X issue to PPA. [1]
> > 
> > Yesterday, Amit and I found that a psbDRILock() routine was being
> called
> > twice; this routine requests a lock in the kernel, which works the
> first
> > time, but not the second.
> > 
> > So this morning, I disabled the second lock/unlock in -psb[2], and
> sure
> > enough, X came up and seems to be working as expected now[3].
> > 
> > Bryce
> > 
> > 1: https://launchpad.net/~ubuntu-mobile/+archive
> > 2: http://people.ubuntu.com/~bryce/UME/103_psb_debugs.patch
> > 3: http://bryceharrington.org/drupal/ume-psb-fix
> > 
> > -- 
> > Ubuntu-mobile mailing list
> > Ubuntu-mobile@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Fix for -psb X issue

2008-01-17 Thread Bryce Harrington
See amit's comment:  http://bryceharrington.org/drupal/node/31

On Thu, Jan 17, 2008 at 01:29:06PM -0800, Bastian, Waldo wrote:
> Can you see where (e.g. with a calltrace) the first lock happens and
> where the second lock happens?
> 
> Cheers,
> Waldo
>  
> Intel Corporation - Platform Software Engineering, UMG - Hillsboro,
> Oregon
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> Harrington
> Sent: Thursday, January 17, 2008 12:53 PM
> To: Amit Kucheria
> Cc: ubuntu-mobile@lists.ubuntu.com
> Subject: Fix for -psb X issue
> 
> I've uploaded a fix for the -psb X issue to PPA. [1]
> 
> Yesterday, Amit and I found that a psbDRILock() routine was being called
> twice; this routine requests a lock in the kernel, which works the first
> time, but not the second.
> 
> So this morning, I disabled the second lock/unlock in -psb[2], and sure
> enough, X came up and seems to be working as expected now[3].
> 
> Bryce
> 
> 1: https://launchpad.net/~ubuntu-mobile/+archive
> 2: http://people.ubuntu.com/~bryce/UME/103_psb_debugs.patch
> 3: http://bryceharrington.org/drupal/ume-psb-fix
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: New -psb package

2008-01-17 Thread Bryce Harrington
On Thu, Jan 17, 2008 at 06:23:36PM +, Matt Zimmerman wrote:
> On Wed, Jan 16, 2008 at 11:00:31AM -0500, Tony Espy wrote:
> > The only way I know how to build 'lpia' packages is to use debuild 
> > within an image-creator project chroot.
> > 
> > This requires you to either build a menlow image from scratch and use 
> > it's project chroot, or import a saved project into image-creator and 
> > use it's chroot.
> 
> "debuild -alpia" in an Ubuntu/i386 environment should work for simple
> cases, exploiting the fact that i386 binaries will run on LPIA.

Ahh, that sounds like a useful approach, I'll try that next time.

The approach I ended up taking was to just install everything necessary
to development on the menlow box itself, then logged into it and ran
debuild there locally.  Was time consuming to set up, but after it was
working, hacking and testing the code went quite smoothly.

I did notice that I could not specify deb-src locations in
/etc/apt/sources.list, so couldn't just do
   apt-get build-dep xserver-xorg-video-psb
but I was able to manually apt-get install all the required bits and
pieces by hand.

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Fix for -psb X issue

2008-01-17 Thread Bryce Harrington
I've uploaded a fix for the -psb X issue to PPA. [1]

Yesterday, Amit and I found that a psbDRILock() routine was being called
twice; this routine requests a lock in the kernel, which works the first
time, but not the second.

So this morning, I disabled the second lock/unlock in -psb[2], and sure
enough, X came up and seems to be working as expected now[3].

Bryce

1: https://launchpad.net/~ubuntu-mobile/+archive
2: http://people.ubuntu.com/~bryce/UME/103_psb_debugs.patch
3: http://bryceharrington.org/drupal/ume-psb-fix

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Backtrace

2008-01-16 Thread Bryce Harrington
Finally got a readable backtrace:

#0  0xb7fd440e in __kernel_vsyscall ()
#1  0xb7e25bc9 in ioctl () from /lib/libc.so.6
#2  0xb7bc4a1d in drmGetLock (fd=10, context=2, flags=3213662516) at 
xf86drm.c:1259
#3  0xb7bb951b in psbDRILock (pScrn=0x820bcd0, flags=0) at psb_dri.c:724
#4  0xb7baf983 in psbScreenInit (scrnIndex=0, pScreen=0x821b2d8, argc=6, 
argv=0xbf8c9b74) at psb_driver.c:1342
#5  0x08073ddb in AddScreen (pfnInit=0xb7baf7f0 , argc=6, 
argv=0xbf8c9b74) at ../../dix/main.c:769
#6  0x080a6e39 in InitOutput (pScreenInfo=0x81fa640, argc=6, argv=0xbf8c9b74) 
at ../../../../hw/xfree86/common/xf86Init.c:850
#7  0x08074590 in main (argc=6, argv=0xbf8c9b74, envp=Cannot access memory at 
address 0x40086432
) at ../../dix/main.c:369

This also confirms my explorations from the other side, that the issue
is within psbDRILock.

drmGetLock is defined in libdrm, as this:

int drmGetLock(int fd, drm_context_t context, drmLockFlags flags)
{
drm_lock_t lock;

lock.context = context;
lock.flags   = 0;
if (flags & DRM_LOCK_READY)  lock.flags |= _DRM_LOCK_READY;
if (flags & DRM_LOCK_QUIESCENT)  lock.flags |= _DRM_LOCK_QUIESCENT;
if (flags & DRM_LOCK_FLUSH)  lock.flags |= _DRM_LOCK_FLUSH;
if (flags & DRM_LOCK_FLUSH_ALL)  lock.flags |= _DRM_LOCK_FLUSH_ALL;
if (flags & DRM_HALT_ALL_QUEUES) lock.flags |= _DRM_HALT_ALL_QUEUES;
if (flags & DRM_HALT_CUR_QUEUES) lock.flags |= _DRM_HALT_CUR_QUEUES;

while (ioctl(fd, DRM_IOCTL_LOCK, &lock))
;
return 0;
}

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: New -psb package

2008-01-16 Thread Bryce Harrington
Hi Inuka,

I've made some progress in getting more debug info.  I loaded the -psb I
posted last night - it still failed in the same spot, but I'd added some
additional debug messages [1] to help narrow down where the crash is.
Based on this info in the Xorg.0.log [2], I've determined that the
failure is occurring during this call:

 psbDRILock(pScrn, 0);# Implemented in psb_dri.c

As well, thanks to having networking now, I've been able to log in
remotely and run xinit in gdb, and now have a backtrace:

 #0  0xb7fa1410 in __kernel_vsyscall ()
 #1  0xb7d8f4e2 in sigsuspend () from /lib/libc.so.6
 #2  0x08049a97 in ?? ()
 #3  0xbf981238 in ?? ()
 #4  0x1142 in ?? ()
 #5  0x in ?? ()
 #6  0xb7eab140 in ?? () from /lib/libc.so.6
 #7  0x in ?? ()

Not very useful, but at least we finally _have_ a backtrace on it.
I'm experimenting with a few other techniques to try getting a better
backtrace (like against X itself).

I'm also going to add more debug statements into the psbDRILock()
routine to further narrow in on the crash from that direction.

[1]:  http://people.ubuntu.com/~bryce/UME/103_psb_debugs.patch
[2]:  http://people.ubuntu.com/~bryce/UME/Xorg.0.log

On Wed, Jan 16, 2008 at 01:02:28PM -0800, Gunawardana, Inuka wrote:
> Bryce,
>   I did recompile the kernel driver against the hardy. I am going to try
> again with a clean image. Let me know if you guys do make progress
> testing this.
> 
> Inuka
> 
> -Original Message-
> From: Bryce Harrington [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 16, 2008 12:29 PM
> To: Gunawardana, Inuka
> Cc: ubuntu-mobile@lists.ubuntu.com
> Subject: Re: New -psb package
> 
> Hi Inuka,
> 
> I got a similar issue when booting the -psb compiled against gutsy.  I
> resolved it by rebuilding the driver against hardy.
> 
> Thanks,
> Bryce
> 
> On Wed, Jan 16, 2008 at 11:09:35AM -0800, Gunawardana, Inuka wrote:
> > Attached is the log. 
> > 
> > -Original Message-
> > From: Bryce Harrington [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, January 16, 2008 11:05 AM
> > To: Gunawardana, Inuka
> > Cc: ubuntu-mobile@lists.ubuntu.com
> > Subject: Re: New -psb package
> > 
> > Can you send me a copy of your Xorg.0.log?
> > 
> > On Wed, Jan 16, 2008 at 10:51:06AM -0800, Gunawardana, Inuka wrote:
> > > I tried this package, and I had the same issues as yesterday (not
> that
> > > it means anything). I will try to create a new image and give it
> > another
> > > shot, since I seemed to have a different set of issues on my system.
> 
> > > 
> > > Inuka
> > > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> > > Harrington
> > > Sent: Tuesday, January 15, 2008 9:16 PM
> > > To: ubuntu-mobile@lists.ubuntu.com
> > > Subject: Re: New -psb package
> > > 
> > > On Tue, Jan 15, 2008 at 09:08:54PM -0800, Bryce Harrington wrote:
> > > > In investigating the X issues I noticed things appear to be
> failing
> > in
> > > > the memory manager.  Looking closer at my -psb package, I noticed
> a
> > > > patch was not getting included, and consequently libmm was not
> being
> > > > properly built.  Here's a package with this fixed (I think):
> > > > 
> > > > http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/
> > > > 
> > > > I also added a patch that adds more debugging code in the area
> where
> > > > things seem to be failing, to hopefully pinpoint where the failure
> > > > occurs.
> > > > 
> > > > Bryce
> > > 
> > > Btw, all the gory details of today's work...
> > >   http://bryceharrington.org/drupal/node/31
> > > 
> > > I'm not sure how to build lpia packages, but the next step is to
> build
> > > a new lpia deb and test it against a recent img.
> > > 
> > > Bryce
> > > 
> > > 
> > > -- 
> > > Ubuntu-mobile mailing list
> > > Ubuntu-mobile@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
> 
> 

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: New -psb package

2008-01-16 Thread Bryce Harrington
Hi Inuka,

I got a similar issue when booting the -psb compiled against gutsy.  I
resolved it by rebuilding the driver against hardy.

Thanks,
Bryce

On Wed, Jan 16, 2008 at 11:09:35AM -0800, Gunawardana, Inuka wrote:
> Attached is the log. 
> 
> -Original Message-
> From: Bryce Harrington [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 16, 2008 11:05 AM
> To: Gunawardana, Inuka
> Cc: ubuntu-mobile@lists.ubuntu.com
> Subject: Re: New -psb package
> 
> Can you send me a copy of your Xorg.0.log?
> 
> On Wed, Jan 16, 2008 at 10:51:06AM -0800, Gunawardana, Inuka wrote:
> > I tried this package, and I had the same issues as yesterday (not that
> > it means anything). I will try to create a new image and give it
> another
> > shot, since I seemed to have a different set of issues on my system. 
> > 
> > Inuka
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> > Harrington
> > Sent: Tuesday, January 15, 2008 9:16 PM
> > To: ubuntu-mobile@lists.ubuntu.com
> > Subject: Re: New -psb package
> > 
> > On Tue, Jan 15, 2008 at 09:08:54PM -0800, Bryce Harrington wrote:
> > > In investigating the X issues I noticed things appear to be failing
> in
> > > the memory manager.  Looking closer at my -psb package, I noticed a
> > > patch was not getting included, and consequently libmm was not being
> > > properly built.  Here's a package with this fixed (I think):
> > > 
> > > http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/
> > > 
> > > I also added a patch that adds more debugging code in the area where
> > > things seem to be failing, to hopefully pinpoint where the failure
> > > occurs.
> > > 
> > > Bryce
> > 
> > Btw, all the gory details of today's work...
> >   http://bryceharrington.org/drupal/node/31
> > 
> > I'm not sure how to build lpia packages, but the next step is to build
> > a new lpia deb and test it against a recent img.
> > 
> > Bryce
> > 
> > 
> > -- 
> > Ubuntu-mobile mailing list
> > Ubuntu-mobile@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile



-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: New -psb package

2008-01-16 Thread Bryce Harrington
Can you send me a copy of your Xorg.0.log?

On Wed, Jan 16, 2008 at 10:51:06AM -0800, Gunawardana, Inuka wrote:
> I tried this package, and I had the same issues as yesterday (not that
> it means anything). I will try to create a new image and give it another
> shot, since I seemed to have a different set of issues on my system. 
> 
> Inuka
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> Harrington
> Sent: Tuesday, January 15, 2008 9:16 PM
> To: ubuntu-mobile@lists.ubuntu.com
> Subject: Re: New -psb package
> 
> On Tue, Jan 15, 2008 at 09:08:54PM -0800, Bryce Harrington wrote:
> > In investigating the X issues I noticed things appear to be failing in
> > the memory manager.  Looking closer at my -psb package, I noticed a
> > patch was not getting included, and consequently libmm was not being
> > properly built.  Here's a package with this fixed (I think):
> > 
> > http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/
> > 
> > I also added a patch that adds more debugging code in the area where
> > things seem to be failing, to hopefully pinpoint where the failure
> > occurs.
> > 
> > Bryce
> 
> Btw, all the gory details of today's work...
>   http://bryceharrington.org/drupal/node/31
> 
> I'm not sure how to build lpia packages, but the next step is to build
> a new lpia deb and test it against a recent img.
> 
> Bryce
> 
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: New -psb package

2008-01-15 Thread Bryce Harrington
On Tue, Jan 15, 2008 at 09:08:54PM -0800, Bryce Harrington wrote:
> In investigating the X issues I noticed things appear to be failing in
> the memory manager.  Looking closer at my -psb package, I noticed a
> patch was not getting included, and consequently libmm was not being
> properly built.  Here's a package with this fixed (I think):
> 
> http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/
> 
> I also added a patch that adds more debugging code in the area where
> things seem to be failing, to hopefully pinpoint where the failure
> occurs.
> 
> Bryce

Btw, all the gory details of today's work...
  http://bryceharrington.org/drupal/node/31

I'm not sure how to build lpia packages, but the next step is to build
a new lpia deb and test it against a recent img.

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


New -psb package

2008-01-15 Thread Bryce Harrington
In investigating the X issues I noticed things appear to be failing in
the memory manager.  Looking closer at my -psb package, I noticed a
patch was not getting included, and consequently libmm was not being
properly built.  Here's a package with this fixed (I think):

http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/

I also added a patch that adds more debugging code in the area where
things seem to be failing, to hopefully pinpoint where the failure
occurs.

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Problems booting menlow box

2008-01-14 Thread Bryce Harrington
On Mon, Jan 14, 2008 at 01:27:57PM -0800, Bryce Harrington wrote:
> I've not been able to build a new image to test -psb with
> moblin-image-creator, however Mithrandir supplied me with
> an img he built.
> 
> However, after powercycling the test hardware this morning, it no longer
> boots, and I cannot access BIOS.  I'd had the machine up and running
> this morning on the old UME image, and hadn't touched the hardware in
> the meantime, so I'm not sure what's gone wrong.

I finally just swapped out the C0 board, reverting back to the B0 board,
and it's booting up again.  Not sure why the C0 board quit working, but
the B0 should be sufficient for testing -psb.

> Can someone with a working menlow box please boot with a new image
> including the new -psb and libdrm2, and verify that X comes up?

Has anyone had luck with it?

Bryce



-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Problems booting menlow box

2008-01-14 Thread Bryce Harrington
They're in the UME PPA:

  https://launchpad.net/~ubuntu-mobile/+archive

Thanks,
Bryce

On Mon, Jan 14, 2008 at 02:25:06PM -0800, Gunawardana, Inuka wrote:
> Bryce I could try and help you out. What repository should I install the
> drivers off of?
> 
> Inuka
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> Harrington
> Sent: Monday, January 14, 2008 1:28 PM
> To: ubuntu-mobile@lists.ubuntu.com
> Subject: Problems booting menlow box
> 
> I've not been able to build a new image to test -psb with
> moblin-image-creator, however Mithrandir supplied me with
> an img he built.
> 
> However, after powercycling the test hardware this morning, it no longer
> boots, and I cannot access BIOS.  I'd had the machine up and running
> this morning on the old UME image, and hadn't touched the hardware in
> the meantime, so I'm not sure what's gone wrong.
> 
> Photos and a more detailed description of the issue is here:
> 
>  http://people.ubuntu.com/~bryce/UME/
> 
> Can someone with a working menlow box please boot with a new image
> including the new -psb and libdrm2, and verify that X comes up?
> 
> Bryce
> 
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Problems booting menlow box

2008-01-14 Thread Bryce Harrington
I've not been able to build a new image to test -psb with
moblin-image-creator, however Mithrandir supplied me with
an img he built.

However, after powercycling the test hardware this morning, it no longer
boots, and I cannot access BIOS.  I'd had the machine up and running
this morning on the old UME image, and hadn't touched the hardware in
the meantime, so I'm not sure what's gone wrong.

Photos and a more detailed description of the issue is here:

 http://people.ubuntu.com/~bryce/UME/

Can someone with a working menlow box please boot with a new image
including the new -psb and libdrm2, and verify that X comes up?

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Problem creating moblin image for testing -psb

2008-01-11 Thread Bryce Harrington
I am trying to create a moblin image so I can verify the libdmr and -psb
packages, yet I'm getting an error doing so, which is blocking my
progress:

https://bugs.launchpad.net/ubuntu/+bug/182169

What am I doing wrong?
Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Success building Psb gfx driver + libdrm

2008-01-11 Thread Bryce Harrington
On Fri, Jan 11, 2008 at 09:49:17AM +0100, Loïc Minier wrote:
> On Thu, Jan 10, 2008, Bryce Harrington wrote:
> > Could someone add these libdrm and -psb packages to the UME PPA, or give
> > me pointers on how to upload to it?
> 
>  I use this in my ~/.dput.cf:
> 
>   [ppa-um]
>   fqdn = ppa.launchpad.net
>   method = ftp
>   incoming = ~ubuntu-mobile/ubuntu/
>   distributions = gutsy hardy

Thanks, StevenK helped me get access to the PPA yesterday, and I've
uploaded both packages.

I *think* we should be good to go now, however I'd like to see testing
confirmation; I'm going to try to test it myself this afternoon, but
would appreciate verification from someone with more UME expertise.
 
>  For hardy -> ume ppa backports, we use hardy version string + "~" +
>  target dist version (e.g. "710" for gutsy) + "um" + counter; so if
>  you're backporting x.y-z from hardy to gutsy uma ppa, it will probably
>  be x.y-z~710um1.  I guess this would also work if you're backporting an
>  alien version which sorts properly with hardy versions.

Darn, wish I'd known that earlier...  I appended ~ppa1 to both packages to
distinguish them.  Feel free to rename if it causes issues.  I made
certain that the packages build on both Gutsy and Hardy; dunno how that
affects the naming scheme, or if it'd require two uploads.
 
Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Success building Psb gfx driver + libdrm

2008-01-10 Thread Bryce Harrington
Here are the Gutsy (x86) debs:

 http://people.ubuntu.com/~bryce/Testing/libdrm/Gutsy/
 http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/Gutsy/

Could someone add these libdrm and -psb packages to the UME PPA, or give
me pointers on how to upload to it?

Bryce

On Thu, Jan 10, 2008 at 03:04:08PM -0800, Bryce Harrington wrote:
> Some good news finally!
> 
> Here are -psb and libdrm packages, and debs for Hardy:
> 
>  http://people.ubuntu.com/~bryce/Testing/libdrm/
> 
>  http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/
> 
> 
> Caveats:
> 
> 0.  These are completely untested, and I don't know if they actually
> work.  But I want to get these out to everyone ASAP in hopes others
> can help me with testing.  Please help test!
> 
> 1.  Debs for Gutsy coming soon.  libdrm built ok on Gutsy but -psb is
> having some issues.
> 
> 2.  For libdrm, to get things building I ended up dropping Debian's
> changes, as they were causing major conflicts.  Inuka believes the
> Debian changes simply duplicate what's already in the moblin libdrm
> patch, and I think he is correct.  So I don't think this is going to
> be an issue.
> 
> 3.  For -psb, to address the EXA 2.2 issue, I've simply carried forth
> the moblin.org hack:  The -psb driver builds its own libexa and
> copies it on top of the xserver's official copy.  This seems brittle
> and bug-prone, however it at least allows us to move forward with
> testing.  I've received some more detailed information from Steve
> Magoun about specific patches needed, so will be reviewing those to
> try to get a more long term reliable solution to this.
> 
> Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Success building Psb gfx driver + libdrm

2008-01-10 Thread Bryce Harrington
Some good news finally!

Here are -psb and libdrm packages, and debs for Hardy:

 http://people.ubuntu.com/~bryce/Testing/libdrm/

 http://people.ubuntu.com/~bryce/Testing/xserver-xorg-video-psb/


Caveats:

0.  These are completely untested, and I don't know if they actually
work.  But I want to get these out to everyone ASAP in hopes others
can help me with testing.  Please help test!

1.  Debs for Gutsy coming soon.  libdrm built ok on Gutsy but -psb is
having some issues.

2.  For libdrm, to get things building I ended up dropping Debian's
changes, as they were causing major conflicts.  Inuka believes the
Debian changes simply duplicate what's already in the moblin libdrm
patch, and I think he is correct.  So I don't think this is going to
be an issue.

3.  For -psb, to address the EXA 2.2 issue, I've simply carried forth
the moblin.org hack:  The -psb driver builds its own libexa and
copies it on top of the xserver's official copy.  This seems brittle
and bug-prone, however it at least allows us to move forward with
testing.  I've received some more detailed information from Steve
Magoun about specific patches needed, so will be reviewing those to
try to get a more long term reliable solution to this.

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: patch for libdrm (2.3.0-4ubuntu1)

2008-01-10 Thread Bryce Harrington
I've been able to get this patch to build after dropping all of the
libdrm changes outside the debian/ tree by Debian (I'm assuming the
changes just duplicate stuff in this patch).

I should have libdrm debs up shortly, and hopefully this should enable
-psb to build so hopefully I can have Hardy debs up directly (and maybe
Gutsy as well, using the moblin hack).

Bryce


On Mon, Jan 07, 2008 at 10:56:14AM -0800, Gunawardana, Inuka wrote:
> Hi Bryce,
>I created the patch. Note this adds three header files psb_drm.h,
> psb_drv.h, psb_reg.h which are dependencies for the xf86-video-psb.
> These header files are the same ones found in the psb-kmd package. The
> libdrm-dev package is included in the xf86-video-psb package so these
> headers along with some others are pulled in. 
> 
> Let me know if this works.
> 
> Inuka
> 
> 
> Patch summary: 
> 
> config.guess   |   78 +-
>  config.sub |  109 +-
>  configure.ac   |2 +-
>  libdrm/Makefile.am |4 +-
>  libdrm/xf86drm.c   | 1194 ++---
>  libdrm/xf86drm.h   |4 +-
>  libdrm/xf86drmHash.c   |   20 +-
>  libdrm/xf86drmMode.c   |  395 ++
>  libdrm/xf86drmMode.h   |  208 +
>  libdrm/xf86drmRandom.c |   20 +-
>  libdrm/xf86drmSL.c |   23 +-
>  libdrm/xf86mm.h|  120 +-
>  shared-core/Makefile.am|2 +
>  shared-core/Makefile.am~   |   43 +
>  shared-core/drm.h  |  871 ++--
>  shared-core/drm_pciids.txt |  744 +++
>  shared-core/drm_sarea.h|   30 +-
>  shared-core/i915_dma.c |  968 
>  shared-core/i915_drm.h |  131 +-
>  shared-core/i915_drv.h |  676 +++
>  shared-core/i915_irq.c |  752 +++
>  shared-core/i915_mem.c |  386 ++
>  shared-core/imagine_drv.h  |   43 +
>  shared-core/mach64_dma.c   | 1532 ++
>  shared-core/mach64_drm.h   |4 +-
>  shared-core/mach64_drv.h   | 1058 
>  shared-core/mach64_irq.c   |  136 +
>  shared-core/mach64_state.c |  897 
>  shared-core/mga_dma.c  | 1164 
>  shared-core/mga_drm.h  |   22 +-
>  shared-core/mga_drv.h  |  688 +++
>  shared-core/mga_irq.c  |  150 +
>  shared-core/mga_state.c| 1143 
>  shared-core/mga_ucode.h|11645
> 
>  shared-core/mga_warp.c |  198 +
>  shared-core/nouveau_drm.h  |  164 +
>  shared-core/nouveau_drv.h  |  584 ++
>  shared-core/nouveau_fifo.c |  554 ++
>  shared-core/nouveau_irq.c  |  430 ++
>  shared-core/nouveau_mem.c  |  608 +++
>  shared-core/nouveau_notifier.c |  173 +
>  shared-core/nouveau_object.c   | 1148 
>  shared-core/nouveau_reg.h  |  550 ++
>  shared-core/nouveau_state.c|  566 ++
>  shared-core/nv04_fb.c  |   24 +
>  shared-core/nv04_fifo.c|  129 +
>  shared-core/nv04_graph.c   |  474 ++
>  shared-core/nv04_mc.c  |   23 +
>  shared-core/nv04_timer.c   |   45 +
>  shared-core/nv10_fb.c  |   26 +
>  shared-core/nv10_fifo.c|  160 +
>  shared-core/nv10_graph.c   |  872 +++
>  shared-core/nv20_graph.c   |  249 +
>  shared-core/nv30_graph.c   | 2912 ++
>  shared-core/nv40_fb.c  |   56 +
>  shared-core/nv40_fifo.c|  208 +
>  shared-core/nv40_graph.c   | 2055 +++
>  shared-core/nv40_mc.c  |   39 +
>  shared-core/nv50_fifo.c|  327 ++
>  shared-core/nv50_graph.c   |  316 ++
>  shared-core/nv50_mc.c  |   43 +
>  shared-core/nv_drv.h   |   52 +
>  shared-core/psb_drm.h  |  319 ++
>  shared-core/psb_drv.h  |  758 +++
>  shared-core/psb_reg.h  |  573 ++
>  shared-core/r128_cce.c |  932 
>  shared-core/r128_drm.h |   22 +-
>  shared-core/r128_drv.h |  523 ++
>  shared-core/r128_irq.c |  101 +
>  shared-core/r128_state.c   | 1682 ++
>  shared-core/r300_cmdbuf.c  |  954 
>  shared-core/r300_reg.h | 1078 +++--
>  shared-core/radeon_cp.c| 2316 
>  shared-core/radeon_drm.h   |   29 +-
>  shared-core/radeon_drv.h   | 1269 +
>  shared-core/radeon_irq.c   |  321 ++
>  shared-core/radeon_mem.c   |  302 ++
>  shared-core/radeon_state.c | 3240 +++
>  shared-core/savage_bci.c   | 1095 
>  shared-core/savage_drm.h   |4 +-
>  shared-core/savage_drv.h   |  575 ++
>  shared-core/savage_state.c | 1165 
>  shared-core/sis_drv.h  |   92 +
>  shared-core/sis_ds.c   |  299 +
>  shared-core/sis_ds.h   |  146 +
>  shared-core/sis_mm.c   |  386 ++
>  shared-core/tdfx_drv.h |   47 +
>  shared-core/via_dma.c  |  719 +++
>  shared-core/via_drm.h  |   40 +-
>  shared-core/via_drv.c  |  161 +
>  shared-core/via_drv.h  |  219 +
>  shared-core/via_ds.c   |  274 +
>  share

Failures packaging Psb gfx driver / libdrm

2008-01-04 Thread Bryce Harrington
I attempted to get the Psb driver updated to the latest from moblin.org,
but without success.  The way these packages are put together, it is
very difficult to port the changes to Ubuntu.

The principle problem is libdrm.  The changes required for -psb are
packages as a patch, however it fails to apply against Ubuntu's libdrm,
and is too large and time consuming to manually take apart and apply in
pieces.

By the size of the libdrm patch, it appears that the objective is to
rebase the libdrm to a newer version.  Since many of the files being
added by this patch are already in Ubuntu's libdrm, this is leading to a
lot of conflicts.  I think the only solution would be to generate a
similar patch, but against ubuntu.  Can someone who has access to
this newer version of the tree please send me a patch built against
ubuntu's libdrm?


Some other questions:

The libdrm tree on moblin.org has been incrementing the debian package
number (e.g. 2.3.0-6 instead of 2.3.0-4psb2).  I'm able to work around
this, but it would be better to adjust the versioning procedures to use
the latter numbering scheme.  Rob/Jacob, would this be possible?


The changes to libdrm result in it being a forked dependency for -psb,
which makes packaging updates of -psb more involved and time consuming.
To fix this, the changes to libdrm really should be pushed upstream.

Is there a person responsible for doing this?  What is the status?


The -psb package is forcing an overwrite of xserver's libexa with -psb's
local version.  This seems like a dangerous and brittle solution to the
EXA 2.2 issue.  Do you really want this hack ported for the Ubuntu -psb
package?

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Xephyr w/GL support

2007-11-08 Thread Bryce Harrington
I wasn't included in the discussions that arrived at doing this, so
you'll need to give me all the background here.

Bryce

On Thu, Nov 08, 2007 at 01:06:43PM -0800, Spencer, Bob wrote:
> 
> Bryce,
> Can you help us get xserver-xephyr with GL support as the default for
> ubuntu-mobile?  We are doing most our debugging on the desktop and
> moving to OpenGL-enabled applications.  What can we do to help?
> 
> http://dodji.blogspot.com/2007/10/xephyr-xvideo-and-gl-has-landed.html
> 
> Bob

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: UME Daily Images - Root Password??

2007-09-18 Thread Bryce Harrington
I didn't know the password either, but just hit  and it let me
in (this was with a build from yesterday).

Bryce

On Tue, Sep 18, 2007 at 11:43:20AM -0700, Johnson, Charles F wrote:
> So noone else has this issue ??  I'm surprised that there was no reply.
> Previous builds did not prompt me for a password to enter maintenance
> mode. 
> 
> 
> Charles Johnson
> Ultra-Mobility Group
> Platform Software Engineering
> Intel Corporation
> [EMAIL PROTECTED]
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Johnson,
> Charles F
> Sent: Monday, September 17, 2007 4:24 PM
> To: ubuntu-mobile@lists.ubuntu.com
> Subject: UME Daily Images - Root Password??
> 
> The daily builds of the menlow_full image is now insisting on a root
> password to boot into single user mode.  (To install the flash plugin.)
> Anyone know what password it is looking for ??
> 
> Charles Johnson
> Ultra-Mobility Group
> Platform Software Engineering
> Intel Corporation
> [EMAIL PROTECTED]
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Using a Gutsy Install CD directly on Menlow-Crown Beach system

2007-08-15 Thread Bryce Harrington
On Wed, Aug 15, 2007 at 01:53:08PM -0700, Rhoads, Rob wrote:
> Will it ever be possible to take the Gutsy Install CD and use it to
> install the full Gutsy directly on a Menlow (e.g. Crown Beach)
> platform's hard disk drive? This is a different usage scenario from
> using a Menlow image created with moblin image-creator. 
> 
> The reason I ask is that I've got an engineer who tried this usage
> scenario using the Tribe 4 CD and the install crashed in the middle.
> (I'd guess it was because the install CD may not be using the UME kernel
> which would cause problem on a Crown Beach.) I think we can accommodate
> his needs for installing full Gutsy on a Menlow system with
> image-creator, by either providing him with custom FSets (or showing him
> how to create them) for creating menlow images which will suite his
> needs. But I wanted to pick the collective brain on this type of usage
> scenario.

Aside from the kernel, there would also be the issue of having the
installer detect and set up the -psb X driver.  (This is why I was
asking about how the xorg.conf is generated when we met last week.)

Possibly it would load up the vesa driver, which the installer usually
does when it doesn't know what else to do.

If this is considered an important use case, this might be something to
work towards for Gutsy+1, but I think it may be too late in the cycle
for Gutsy.

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Need help to test/use evdev touchscreen patch.

2007-07-31 Thread Bryce Harrington
On Tue, Jul 31, 2007 at 09:11:22AM +1000, Adrian Ratnapala wrote:
>   http://www.mail-archive.com/ubuntu-mobile@lists.ubuntu.com/msg00106.html
> 
> >Tim Lawrenz was kind enough to test this on his touchscreen, and
> >reports:
> 
> As far as  can tell, Tim's experience is exactly what I observe with the
> (presumably unpatched) driver in Feisty.  The thing seems to work fairly
> well, but is not calibrated.  Indeed I can not move the mouse into the
> outer 10 pixels of the screen, presumably because of the way it is calibrated.
> Also MinX, MaxX, MinY and MaxY are ignored.
> 
> Since I want my problem fixed, I'm happy to test out this driver, I'd like
> help with the following questions (some of them dumb, sorry).
> 
>   * Who/what should I talk to in Xorg about this.

Michael's probably got the best info here.  The patch comes from the
Pepper project.

>   * Since MaxX and friends are ignored, how do you access the "unimproved"
> options.

As I understand it, it requires use of a calibration tool, "like
xcalibrate".  I've not yet found an appropriate calibration tool to
suggest to testers, but gather there's a few out there - just not in
Ubuntu yet.  If you find one you like and let me know, I can work on
incorporating it into Ubuntu.
 
>   * Where do I get the patch.

I've attached it to this email.  Also, it's been added to the evdev
driver in Gutsy, so should already be installed for anyone with an up to
date Gutsy.

>   * Can/should I try this on Feisty Fawn which I have currently
> installed, even though
> the patch is for Gutsy.  If so, how.

Yes, the patch should work fine built against the Feisty -evdev.  

Some good documentation for creating debs from source packages, with
patches is available at http://doc.ubuntu.com/ubuntu/packagingguide/C/.
If you're interested in learning, this patch would give a good example
to work through.

In case you actually just want the deb, I've gone ahead and built a
Feisty version with this patch for you here:

   http://people.ubuntu.com/~bryce/Testing/evdev-Feisty/

I haven't tested this deb out though, but expect it should work about
the same as the current Gutsy version.

Bryce


P.S., these are the steps I did to build the deb:

  1.  On packages.ubuntu.com, looked up the Feisty .dsc for -evdev
  2.  dget -x 
http://archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.5-0ubuntu2.dsc
  3.  cd xserver-xorg-input-evdev-1.1.5/
  3.  Copy the patch into debian/patches/
  4.  Add the patch name to debian/patches/series
  5.  dch -i  and add a new changelog entry, and set version string to 
1.1.5-0ubuntu2~ppa1
  6.  debuild -sa -S
  7.  cd ..
  8.  pbuilder build xserver-xorg-input-evdev_1.1.5-0ubuntu2~ppa1.dsc

--- a/src/evdev.c	2006-10-19 07:35:16.0 -0400
+++ b/src/evdev.c	2006-10-19 07:21:23.0 -0400
@@ -82,7 +82,22 @@
 EvdevReadInput(InputInfoPtr pInfo)
 {
 struct input_event ev;
-int len;
+struct input_absinfo absinfo;
+evdevDevicePtr pEvdev = pInfo->private;
+evdevStatePtr state = &pEvdev->state;
+int len,i;
+
+for (i = 0; i < ABS_MAX; i++) {
+	if (!test_bit (i, pEvdev->bits.abs))
+	continue;
+
+	if (ioctl (pInfo->fd, EVIOCGABS(i), &absinfo) < 0) {
+	xf86Msg(X_ERROR, "ioctl EVIOCGABS (%d) failed: %s\n", i, strerror(errno));
+	continue;
+	}
+	state->abs->min[state->abs->map[i]] = absinfo.minimum;
+	state->abs->max[state->abs->map[i]] = absinfo.maximum;
+}
 
 while (xf86WaitForInput (pInfo->fd, 0) > 0) {
 len = read(pInfo->fd, &ev, sizeof(ev));
@@ -176,9 +191,11 @@
 	return BadRequest;
 	}
 
+#if 0
 	if (pEvdev->state.can_grab)
 	if (ioctl(pInfo->fd, EVIOCGRAB, (void *)1))
 		xf86Msg(X_ERROR, "%s: Unable to grab device (%s).\n", pInfo->name, strerror(errno));
+#endif 
 
 	xf86FlushInput (pInfo->fd);
 	if (!xf86InstallSIGIOHandler (pInfo->fd, EvdevSigioReadInput, pInfo))
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-26 Thread Bryce Harrington
On Thu, Jul 19, 2007 at 10:24:47PM +0200, Tollef Fog Heen wrote:
> * Bryce Harrington 
> 
> | I can attempt an ugly hack-around but I'm hoping someone can suggest a
> | better approach?
> 
> We have temporarily disabled Composite support in the X server.  This
> doesn't solve the problem, but it works around it for now.

A correction to the patch pointed out by Johan Bilien has fixed the
composite issue seb128 had found, and it works properly both for me and
seb, so this fix is uploaded.

Please re-enable Composite support, and to a quick verification that the
clipping patch still provides the desired behavior.

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Just a quick question

2007-07-25 Thread Bryce Harrington
On Wed, Jul 25, 2007 at 09:22:34PM -0600, Joshua De La Cruz wrote:
> Hello,
> 
> I thought this mailing list was for developers, not bystanders such as
> myself, until Jack Smith asked a question. So I'll give it a shot.

In the future, when asking questions on development lists, it might help
you in getting answers if you select a subject line that gives some
details of the question.  For instance, in this case a better subject
would have been "Quick question about UME on ARM".

> I know Ubuntu ME is for intel MID's, but A) will it be available for ARM
> processors (the nokia n800) and B) can UME possibly be ported for ARM
> processors with modification, even if not official (I'd think so, being that
> UME is open source and all.

I believe the topic of porting UME to non-x86 platforms was discussed
earlier on the list, so you might find it worthwhile to read the
archives.  I don't recall seeing anyone discuss plans to port to ARM.
x86 is significantly easier to support since you don't need to do
cross-compilation, and the current team members appear to be more
strongly interested in x86 than other platforms.  However, as with many
things in open source I think the limitation is man power - given a
volunteer to commit to maintaining an ARM port, I would guess the team
would have little opposition to it.

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-23 Thread Bryce Harrington
On Thu, Jul 19, 2007 at 10:24:47PM +0200, Tollef Fog Heen wrote:
> * Bryce Harrington 
> 
> | I can attempt an ugly hack-around but I'm hoping someone can suggest a
> | better approach?
> 
> We have temporarily disabled Composite support in the X server.  This
> doesn't solve the problem, but it works around it for now.

Tollef, can you give me a listing of all drivers where this problem
exists?  I assume psb and vesa.  Any others?

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: FW: SELinux on Ubuntu

2007-07-23 Thread Bryce Harrington
The security team has been focusing on AppArmor rather than SELinux for
Ubuntu server.  A couple people at ubuntu live expressed strong interest
in security policy enablement for mobile Linux; I encouraged them to
join this list and elaborate on their views.

Bryce

On Mon, Jul 23, 2007 at 09:27:43PM -0700, Johnson, Charles F wrote:
> Folks - Does standard Ubuntu (Feisty or Gutsy) already have SELinux
> support ??  And in you opinion, does SELinux have any application for
> Mobile Internet Devices ??
>  
> 
> Charles Johnson
> Ultra-Mobility Group
> Platform Software Engineering
> Intel Corporation
> [EMAIL PROTECTED]
> 503-712-5181
> 
> 
>  
> 
> 
> 
> From: Ng, Cheon-woei 
> Sent: Monday, July 23, 2007 4:35 PM
> To: Johnson, Charles F
> Cc: Allyn, Mark A
> Subject: SELinux on Ubuntu
> 
> 
> 
> Hi Charlie,
> 
>  
> 
> Do you know if Ubuntu supports SELinux?  Mark and I were ask to
> investigate SELinux on Ubuntu but so far we have failed to even install
> the selinux-policy-default package.  
> 
>  
> 
> Woei  
> 

> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-19 Thread Bryce Harrington
On Fri, Jul 13, 2007 at 09:08:44AM -0700, Bryce Harrington wrote:
> On Tue, Jul 03, 2007 at 01:41:46PM -0700, Keith Packard wrote:
> > On Tue, 2007-07-03 at 21:34 +0200, Johan Bilien wrote:
> >
> > > Yes quite likely, Keith can you confirm? Is the unclipped manual
> > > redirect still planned for X server 1.4?
> >
> > Yes, I'm applying it now. I'll bump the minor version of the composite
> > protocol so that clients will be able to detect the presense of this
> > semantic change. Composite version 0.5 will have this semantic change.
> 
> As Johan mentioned earlier in this thread, this change was uploaded to
> Ubuntu's X today.  However, there is a problem that we believe is caused
> by this patch.  Icons on the gnome panel are flashing with white/grey
> backgrounds when Compiz is turned on after a regular boot.  Also, the
> task bar is completely blanked.
> 
> Since this breaks Compiz pretty visibly, we're going to hold off on
> including this patch for now, in hopes of a fix soon.  Keith, do you
> know what may be causing this issue?

Hi,

Does anyone have some advice on this issue?  The mobile side of things
really wants this patch, but the compiz side sees complete breakage.
We ended up having to drop the patch for tribe3 at the last minute as
the compiz breakage trumped the mobile breakage.

I can attempt an ugly hack-around but I'm hoping someone can suggest a
better approach?

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: UME status (2007-07-17)

2007-07-17 Thread Bryce Harrington
On Tue, Jul 17, 2007 at 06:32:29PM +0200, Tollef Fog Heen wrote:
> The graphics driver is packaged, but not yet uploaded.  It is waiting
> for the new DRM kernel headers it needs and will be uploaded once
> those are in the archive.

I pulled the headers into the package and built a deb.  Feedback
appreciated.  I think it'll require the drm pieces to be present in the
kernel before it'll work, but it might be enough for testing
installation.

  http://people.ubuntu.com/~bryce/Testing/Poulsbo/

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-13 Thread Bryce Harrington
On Tue, Jul 03, 2007 at 01:41:46PM -0700, Keith Packard wrote:
> On Tue, 2007-07-03 at 21:34 +0200, Johan Bilien wrote:
>
> > Yes quite likely, Keith can you confirm? Is the unclipped manual
> > redirect still planned for X server 1.4?
>
> Yes, I'm applying it now. I'll bump the minor version of the composite
> protocol so that clients will be able to detect the presense of this
> semantic change. Composite version 0.5 will have this semantic change.

As Johan mentioned earlier in this thread, this change was uploaded to
Ubuntu's X today.  However, there is a problem that we believe is caused
by this patch.  Icons on the gnome panel are flashing with white/grey
backgrounds when Compiz is turned on after a regular boot.  Also, the
task bar is completely blanked.

Since this breaks Compiz pretty visibly, we're going to hold off on
including this patch for now, in hopes of a fix soon.  Keith, do you
know what may be causing this issue?

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


-evdev with Touchscreen patch uploaded

2007-07-11 Thread Bryce Harrington
xserver-xorg-input-evdev 1.1.5-2ubuntu2 is uploaded to Gutsy, which
incorporates a patch from Pepper that is described as providing "Better
support for touchscreen calibrations".

Tim Lawrenz was kind enough to test this on his touchscreen, and
reports:

"I installed the evdev and got it to work with my touchscreen easily.  it
captures nearly all of the screen except for approx. 10 pixels on the
border.  I tried to use the much cited MaxX, etc. values in the
xorg.conf, but these seem to get ignored, so I have no idea how to
proceed from here."

If anyone could validate that this patch does in fact improve touchpad
calibration options, it would be much appreciated.

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-03 Thread Bryce Harrington
On Tue, Jul 03, 2007 at 11:39:02AM +0200, Johan Bilien wrote:
> On Tue, Jul 03, 2007, Bryce Harrington wrote:
> > I've posted .debs of xorg-server with this patch, here:
> > 
> >http://people.ubuntu.com/~bryce/Testing/xorg-server/
> > 
> > (I plan to start using PPA for these kinds of test packages in the
> > future, but will beg forgiveness for just posting the raw .debs for
> > now.)
> > 
> > Btw, I noticed a discrepancy between keithp's original patch and the one
> > proposed for Feisty.  The former had a chunk in its patch that modified
> > the code to add some comparisons to 'CompRedirectNone' (which doesn't
> > appear to exist).  Since I couldn't get that chunk to compile, I went
> > with the second proposed-for-Fesity version, but I'm curious about this
> > chunk, and if it's at all important?
> 
> Yes I had the same problem, I'm not sure where CompRedirectNone comes
> from, probably Keithp's tree. Anyway I think it's meant to be 0, so
> removing the
> 
> -if (pWin->redirectDraw)
> +if (pWin->redirectDraw != CompRedirectNone)
> 
> should be harmless. It works fine without this part.

Yep, from what I understood from the code, it looked safe to me too,
although I'm curious what CompRedirectNone is supposed to be.  My only
other idea was that maybe he meant RedirectDrawNone there?

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


evdev Touchscreen calibration improvement patch

2007-07-03 Thread Bryce Harrington
We recently got a patch from the Pepper project to improve support for
touchscreen calibration.  Unfortunately I don't have a touchscreen
device handy to test on, but I've packaged it up for Gutsy here:

   http://people.ubuntu.com/~bryce/Testing/evdev/

If anyone here has a touchscreen they could test the above against and
give me a thumbs up, and there don't seem to be any noteworthy
regressions, I'll put it in for an upload.

Thanks,
Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-07-03 Thread Bryce Harrington
On Thu, Jun 28, 2007 at 10:15:55AM +0200, Johan Bilien wrote:
> Hi,
> 
> On Wed, Jun 27, 2007, Bryce Harrington wrote:
> > I've added the patch in for my next xorg-server upload, which will go
> > into Gutsy after the Tribe2 freeze is over and after I've had a chance
> > to do some testing, probably within the week.
> 
> Thanks, good news. It will also help us here.

Hi Johan,

I've posted .debs of xorg-server with this patch, here:

   http://people.ubuntu.com/~bryce/Testing/xorg-server/

(I plan to start using PPA for these kinds of test packages in the
future, but will beg forgiveness for just posting the raw .debs for
now.)

Btw, I noticed a discrepancy between keithp's original patch and the one
proposed for Feisty.  The former had a chunk in its patch that modified
the code to add some comparisons to 'CompRedirectNone' (which doesn't
appear to exist).  Since I couldn't get that chunk to compile, I went
with the second proposed-for-Fesity version, but I'm curious about this
chunk, and if it's at all important?

Bryce

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Mesa 7.0 in Gutsy

2007-06-29 Thread Bryce Harrington
Hi Charles,

With mesa7, I understand it should work fine with both the old and new
DRM, so I don't have any plans regarding that.  As I understand, the
kernel team will be taking care of this, so I'll defer to them on this.

Bryce

On Thu, Jun 28, 2007 at 04:02:49PM -0700, Johnson, Charles F wrote:
> What is your position on the new DRM memory management code ?? The
> Poulsbo drivers will depend on it. 
> 
> 
> Charles Johnson
> Ultra-Mobility Group
> Platform Software Engineering
> Intel Corporation
> [EMAIL PROTECTED]
> 503-712-5181
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bryce
> Harrington
> Sent: Thursday, June 28, 2007 2:15 PM
> To: ubuntu-mobile@lists.ubuntu.com
> Subject: Mesa 7.0 in Gutsy
> 
> Hi all,
> 
> Mesa 7.0.0 is now available in Gutsy.  It didn't make the Tribe2 freeze
> unfortunately, but will come in once you update.  Please test and let us
> know of any issues with it.
> 
> Bryce
> 
> On Mon, Jun 25, 2007 at 01:34:09AM -0700, Bryce Harrington wrote:
> > Mesa 7.0.0 was released Friday.  Test versions of the debs are
> available
> > here:  http://people.ubuntu.com/~bryce/Testing/mesa_7.0.0/
> > 
> > Please give them a try; if no serious issues crop up I plan on putting
> > them in for upload in the next day or two to be included for Tribe 2.
> > 
> > Bryce
> > 
> > -- fwd --
> > Date: Fri, 22 Jun 2007 16:57:18 -0600
> > From: Brian Paul <[EMAIL PROTECTED]>
> > To: MESA-Devel <[EMAIL PROTECTED]>,
> > mesa3d-users <[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED]
> > Subject: [Mesa3d-announce] Mesa 7.0 released
> > 
> > 
> > Mesa 7.0 can be downloaded from SF at
> > http://sourceforge.net/project/showfiles.php?group_id=3
> > 
> > This is a stable release that just fixes bugs since 6.5.3 (see the
> > release notes) and makes the OpenGL 2.1 API support official.
> > 
> > -Brian
> > 
> > -- 
> > Ubuntu-mobile mailing list
> > Ubuntu-mobile@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Mesa 7.0 in Gutsy

2007-06-28 Thread Bryce Harrington
Hi all,

Mesa 7.0.0 is now available in Gutsy.  It didn't make the Tribe2 freeze
unfortunately, but will come in once you update.  Please test and let us
know of any issues with it.

Bryce

On Mon, Jun 25, 2007 at 01:34:09AM -0700, Bryce Harrington wrote:
> Mesa 7.0.0 was released Friday.  Test versions of the debs are available
> here:  http://people.ubuntu.com/~bryce/Testing/mesa_7.0.0/
> 
> Please give them a try; if no serious issues crop up I plan on putting
> them in for upload in the next day or two to be included for Tribe 2.
> 
> Bryce
> 
> -- fwd --
> Date: Fri, 22 Jun 2007 16:57:18 -0600
> From: Brian Paul <[EMAIL PROTECTED]>
> To: MESA-Devel <[EMAIL PROTECTED]>,
> mesa3d-users <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> Subject: [Mesa3d-announce] Mesa 7.0 released
> 
> 
> Mesa 7.0 can be downloaded from SF at
> http://sourceforge.net/project/showfiles.php?group_id=3
> 
> This is a stable release that just fixes bugs since 6.5.3 (see the
> release notes) and makes the OpenGL 2.1 API support official.
> 
> -Brian
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-06-28 Thread Bryce Harrington
On Thu, Jun 28, 2007 at 10:15:55AM +0200, Johan Bilien wrote:
> Hi,
> 
> On Wed, Jun 27, 2007, Bryce Harrington wrote:
> > I've added the patch in for my next xorg-server upload, which will go
> > into Gutsy after the Tribe2 freeze is over and after I've had a chance
> > to do some testing, probably within the week.
> 
> Thanks, good news. It will also help us here.
> 
> > Have you submitted your patched Feisty version for an SRU yet?
> 
> I don't think it falls in the scope of an SRU. This is not really a bug
> fix, more a change of behavior and semantic. It may be (although it's
> not likely) that some app would rely on the old behavior.

Ahh, sorry, my mistake; I saw the xserver-xephyr packages you pointed to
(http://people.via.ecp.fr/~jobi/xserver-xephyr/) were against Feisty so
made the assumption that this was going into Feisty.

Unfortunately, I've found the latest xorg-server has some build errors
in composite with this patch.  I'll let you know when I've gotten it
fixed up.

Bryce


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Home applet development in Xephyr

2007-06-27 Thread Bryce Harrington
Hi Johan,

I've added the patch in for my next xorg-server upload, which will go
into Gutsy after the Tribe2 freeze is over and after I've had a chance
to do some testing, probably within the week.

Have you submitted your patched Feisty version for an SRU yet?

Thanks,
Bryce

> Hi,
> 
> starting with version 0.0.16, the home view in hildon-desktop uses the
> XComposite extension if available to draw applets on the home window.
> 
> Unfortunately we need to rely on the X server behaviour being changed to
> not clip redirected child windows from their parent. We applied the
> patch provided by Keith Packard to our X server.
> 
> The patch is expected to go upstream for the next release of Xorg (7.3).
> In the mean time, since current versions of Xephyr don't have this patch
> applied, developers willing to play with the hildon desktop home in Xephyr
> will need to either:
> 
>   . disable the composite extension in Xephyr (by adding -extension
> Composite) to the command line. hildon desktop will then revert to the
> previous behavior ; or
>   . get a patched Xephyr. I have patched the current Feisty version [2]
> 
> Otherwise the home applets will be clipped from the home view. Once
> upstream has agreed on the version of composite to associate with this
> new behavior, I'll modify home to only use the composite code when this
> version or above is available in the server.
> 
> Sorry for the inconvenience,
> -- 
> Johan Bilien
> <[EMAIL PROTECTED]>
> 
> [1] http://lists.freedesktop.org/archives/xorg/2007-March/022668.html
> [2] http://people.via.ecp.fr/~jobi/xserver-xephyr/
> 
> -- 
> Ubuntu-mobile mailing list
> Ubuntu-mobile@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Mesa 7.0 Debs

2007-06-25 Thread Bryce Harrington
Mesa 7.0.0 was released Friday.  Test versions of the debs are available
here:  http://people.ubuntu.com/~bryce/Testing/mesa_7.0.0/

Please give them a try; if no serious issues crop up I plan on putting
them in for upload in the next day or two to be included for Tribe 2.

Bryce

-- fwd --
Date: Fri, 22 Jun 2007 16:57:18 -0600
From: Brian Paul <[EMAIL PROTECTED]>
To: MESA-Devel <[EMAIL PROTECTED]>,
mesa3d-users <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: [Mesa3d-announce] Mesa 7.0 released


Mesa 7.0 can be downloaded from SF at
http://sourceforge.net/project/showfiles.php?group_id=3

This is a stable release that just fixes bugs since 6.5.3 (see the
release notes) and makes the OpenGL 2.1 API support official.

-Brian

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile