Re: Running cairo's tests on xwayland under weston

2016-08-20 Thread darxus
I re-ran these cairo tests on SardemFF7's weston testing branch, in an attempt to reduce variation, and got the same results. Of the xcb-window tests, 501 failed, 23 passed. All xcb-window output appears to be entirely black. Any ideas why? < SardemFF7> Darxus: https://git.sa

Running cairo's tests on xwayland under weston

2016-08-20 Thread darxus
SardemFF7 suggested running cairo's make check against xwayland under weston, which sounded fun. Cairo's tests have some difficulties, but this much passes normally: https://lists.cairographics.org/archives/cairo/2016-August/027718.html Doing the same on xwayland also passes, which is cool. Bu

Re: [PATCH wayland-web] Mention GammaRay in the tools page

2016-08-17 Thread darxus
On 08/17, Jonas Ådahl wrote: > Is half a megabyte really a big deal for wayland-web? I find it more > reasonable to just provide the full resolution image instead of relying > on the URL to the external image never changing. I think I'd only host a thumbnail on the wayland site, only link to the g

Re: [PATCH wayland-web] Build instructions for Ubuntu 16.04

2016-06-19 Thread darxus
On 06/19, Bill Spitzak wrote: > Looks good to me. Thanks. > Nice to see that they updated all that x11proto stuff. Yes! > I like adding the error message you got to the comments. Thanks, I like it. There are some I'd like to see improved. > One minor change below. > I think these links sho

[PATCH wayland-web] Build instructions for Ubuntu 16.04

2016-06-19 Thread darxus
Sorted links reverse chronologically as suggested by Bill Spitzak, and added --with-xserver-path to weston so it passes make check. --- building.html| 7 ++- ubuntu16.04.html | 157 +++ 2 files changed, 162 insertions(+), 2 deletions(-) c

[PATCH wayland-web] Build instructions for Ubuntu 16.04

2016-06-18 Thread darxus
Most recent Debian based build instructions are for Mint 17, they didn't work (something failed), and the list of what does and doesn't need to be built from source has changed significantly. I tested this on a pristine install via virtualbox. It's been a while. Pretty sweet that weston actually

LibreOffice now works natively on wayland

2015-07-21 Thread darxus
The bug was just closed, after three years: https://bugs.documentfoundation.org/show_bug.cgi?id=48903 I think this is a pretty big step. http://caolanm.blogspot.com/2015/07/libreoffice-on-wayland.html ___ wayland-devel mailing list wayland-devel@lists.fr

Re: Things that killed my motivation to play with wayland

2013-06-22 Thread darxus
All three of these bugs have been fixed. That's pretty awesome. I have my automated build tests running again, including a cairo make test, and have used weston some. I hit another weston crash, and then accidentally overwrote the output I had while trying (and failing) to reproduce it, so I had

Who is having problems with hangs from the screensaver?

2013-06-18 Thread darxus
When I recently started trying to use weston (on DRM) again, I discovered any time I walked away from my computer, I came back to find it hung, with the light on the monitor saying it was getting no video input: https://bugs.freedesktop.org/show_bug.cgi?id=65802 A workaround is to run weston with

Re: Things that killed my motivation to play with wayland

2013-06-14 Thread darxus
On 06/12, sardemff7+wayl...@sardemff7.net wrote: > On 12/06/2013 02:49, dar...@chaosreigns.com wrote: > >1) This mesa bug: https://bugs.freedesktop.org/show_bug.cgi?id=61919 > I provided a patch on this one, and even if I didn’t test it, it Thank you. My first step in testing it was attempting

Things that killed my motivation to play with wayland

2013-06-11 Thread darxus
1) This mesa bug: https://bugs.freedesktop.org/show_bug.cgi?id=61919 make fails without C_INCLUDE_PATH set. It pretty much destroyed my build testing setup (I was build testing 46 related repos every few hours). I never managed to work out the obvious workaround of just setting C_INCLUDE_PATH for

Re: Problem compiling Qt5 on Wayland

2013-06-06 Thread darxus
You're probably missing the environment variables to point it to the version of wayland you built, which are at the top of http://wayland.freedesktop.org/building.html under "Setting up the environment". On 06/06, Aurélien Roy wrote: >Hi, > >I'm trying to deploy this solution : > >[1

Re: [PATCH wayland-web] raspberrypi: mention Raspbian packages

2013-06-04 Thread darxus
Thanks, pushed. On 06/04, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > Also mention, that using the user 'pi' should save from pain of setting > up permissions for devices. Run apt-get update, too. > > Signed-off-by: Pekka Paalanen > Cc: Daniel Stone > Cc: Alex Bradbury > --- > ras

Re: [PATCH wayland-web] raspberrypi: more accurate on dependencies

2013-06-03 Thread darxus
Thanks, committed. (HTML validates.) On 06/03, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > Either libraspberrypi-dev package or running rpi-update is needed to get > the display API libraries. > > It's not strictly necessary to use rpi-update, but I don't know how old > firmware and

Instructions for trying wayland + gtk packages on fedora 19

2013-05-26 Thread darxus
http://worldofgnome.org/easily-try-gtk-under-wayland-in-fedora-19/ -- "Believe nothing, no matter where you read it or who has said it, even if I have said it, unless it agrees with your own reason and your own common sense." - Buddha, 563-483 B.C. http://www.ChaosReigns.com _

Re: [PATCH wayland-web] raspberrypi: update for the new rpi-backend

2013-05-23 Thread darxus
Committed, html validated. On 05/22, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > This depends on the rpi-renderer patch series for Weston. > > Update the build instructions for the current state of Weston, remove > options that do not exist anymore, add some more troubleshooting issue

Re: Documentation? - a non-x Linux base for wayland/weston to build on?

2013-05-21 Thread darxus
Somebody documented getting wayland to work without X on Arch here: https://wiki.archlinux.org/index.php/Wayland#Pure_Wayland I'd love to see more / better documentation on the subject. On 05/22, scsijon wrote: > I thought I would build a minimum linux 3.8.x system.iso to build a > NON-X base for

Re: Midori browser should now work on Wayland

2013-04-26 Thread darxus
Can you write that up as directions to add to http://wayland.freedesktop.org/extras.html ? Also, for interested folks, there is a #midori channel on irc.freenode.net. On 04/26, MoD wrote: > For testing Midori against Wayland, I use "./configure --enable-gtk3 > --disable-unique". But at present t

Midori browser should now work on Wayland

2013-04-25 Thread darxus
I just noticed the bug for preliminary wayland support was just closed. I haven't tried it. http://twotoasts.de/index.php/midori/ http://en.wikipedia.org/wiki/Midori_%28web_browser%29 Bug: https://bugs.launchpad.net/midori/+bug/975355 It's based on WebKitGTK+, so maybe that should work now as w

Re: [PATCH web] Add a testing webpage

2013-04-16 Thread darxus
Nice, thanks. Committed. (HTML validated.) On 04/16, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > The testing.html page briefly describes the current > Wayland and Weston unit test suites. > > Other Wayland enabled test suites/methods will be described > here, too. > > Signed-off-by: U.

Re: Hawaii is usable now

2013-04-14 Thread darxus
On 04/14, Pier Luigi wrote: > 2013/4/1 : > > So are you actually using this as your primary UI now? The reason I > > stopped using weston as my primary UI in September was this segfault bug > > which I hit maybe a few times a day, triggered by xwayland: > > https://bugs.freedesktop.org/show_bug.c

Wayland utilizing Android GPU drivers on glibc based systems, Part 1

2013-04-11 Thread darxus
http://mer-project.blogspot.fi/2013/04/wayland-utilizing-android-gpu-drivers.html http://www.phoronix.com/scan.php?page=news_item&px=MTM0OTE http://www.reddit.com/r/linux/comments/1c52f2/wayland_utilizing_android_gpu_drivers_on_glibc/ (Why is it hard to get people to post this stuff to this list?)

Re: Can't build Weston on Raspbian

2013-04-07 Thread darxus
On 04/07, Pekka Paalanen wrote: > looks like the build guide is missing --disable-fbdev-compositor option > for autogen.sh for Weston. That should help. Better now? -- "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefo

Re: glmark2 ported to wayland by Rafał Mielniczuk

2013-04-05 Thread darxus
On 04/05, Rafal Mielniczuk wrote: > To fix the problem with the missing header file you may try setting > CPLUS_INCLUDE_PATH=$WLD/include environment variable Great, thanks, that worked. Added build instructions to http://wayland.freedesktop.org/extras.html -- "Life is either a daring adventure

Re: glmark2 ported to wayland by Rafał Mielniczuk

2013-04-05 Thread darxus
On 04/05, Rafal Mielniczuk wrote: > To fix the problem with the missing header file you may try setting > CPLUS_INCLUDE_PATH=$WLD/include environment variable Thanks. I've been told needing C_INCLUDE_PATH set is a bug, so I'd think this is too? Looks like running glmark2-es2-wayland on DRM took

glmark2 ported to wayland by Rafał Mielniczuk

2013-04-04 Thread darxus
An open source GLES2 / GL benchmark. It's been accepted upstream: https://code.launchpad.net/~kruk87/glmark2/glmark2-wayland/+merge/156907 https://launchpad.net/glmark2 https://afrantzis.wordpress.com/2011/12/16/glmark2-more-than-a-benchmark/ I just successfully tested it. Although on EGL the fr

Weston now depends on libunwind v1.1

2013-04-03 Thread darxus
&& make install Or you can disable it with --disable-libunwind . 03:12PM < Darxus> No package 'libunwind' found 03:12PM < Darxus> New weston dependency? 03:12PM < daniels> Darxus: 03:12PM < daniels> 19:34 < fdo-vcs> weston sardemff7+git master * 5daccc3

Listing of Wayland functionality of GNOME apps

2013-04-02 Thread darxus
https://live.gnome.org/Wayland/Applications (Link from http://www.reddit.com/r/linux/comments/1bijav/follow_the_status_of_gnome_apps_on_wayland/ ) -- "Forget not that the earth delights to feel your bare feet and the winds long to play with your hair." - Kahlil Gibran http://www.ChaosReigns.com

Re: Hawaii is usable now

2013-04-01 Thread darxus
So are you actually using this as your primary UI now? The reason I stopped using weston as my primary UI in September was this segfault bug which I hit maybe a few times a day, triggered by xwayland: https://bugs.freedesktop.org/show_bug.cgi?id=59983 And I believe not using xwayland still pretty

Re: Porting glmark2?

2013-03-29 Thread darxus
On 03/29, Rafał Mielniczuk wrote: > I did some basic porting, but benchmark shows contant 60FPS. > It looks quite nice, though ;) > > I put the code on github > https://github.com/rafalmiel/glmark2-wl Awesome, thanks. Can you submit it upstream? I wonder if the 60fps thing is as it should be.

Porting glmark2?

2013-03-29 Thread darxus
://code.launchpad.net/~glmark2-dev/glmark2/trunk Might possibly come in handy: https://blueprints.launchpad.net/ubuntu/+spec/client-1303-mir-glmark2 ("configure glmark2 build with --with-flavor=mir-glesv2") 12:36PM < alf_> Darxus: it should be relatively straightforward to port to wayland,

Re: [PATCH web 1/3] gtk: We now have accessors for wl_ data structures

2013-03-27 Thread darxus
Thanks, committed these three. (HTML validated.) On 03/27, Rob Bradford wrote: > From: Rob Bradford > > --- > gtk.html | 4 > 1 file changed, 4 deletions(-) > > diff --git a/gtk.html b/gtk.html > index 70d6b27..6278f10 100644 > --- a/gtk.html > +++ b/gtk.html > @@ -95,10 +95,6 @@ applica

Re: Why Scott Moreau got kicked out Re: Scott Moreau Banned From Official Wayland IRC Channel

2013-03-26 Thread darxus
On 03/27, RenoX wrote: >While I won't comment about the ban itself, I'm not so sure that this >part: >[1]dar...@chaosreigns.com�wrote: >> The final problem was that, despite his proclamations that he intended to >> keep his forks compatible with wayland, he refused to use the ex

Why Scott Moreau got kicked out Re: Scott Moreau Banned From Official Wayland IRC Channel

2013-03-26 Thread darxus
ll ping you on IRC to discuss this. Several people have asked you to do it > > and you have either missed the point or failed to explain to us why the fork > > is necessary. Another recent example of how unpleasant Scott was to work with. I strongly suspect this instance of him getting

Arch enabled the Wayland backend of GTK+

2013-03-18 Thread darxus
https://www.archlinux.org/packages/extra/x86_64/gtk3/ now lists "wayland" as a dependency, I haven't done any more verifying than that. - Forwarded message from Arch Linux - Date: Mon, 18 Mar 2013 22:42:53 + From: Arch Linux Subject: FS#33577: [gtk3] Enable Wayland backend THIS IS

GTK+ CSD merged upstream today

2013-03-17 Thread darxus
recompiling? 08:22PM < krh> soreau: we're talking about gtk, rigth? 08:22PM < fscan> soreau: isn't it just a css file? 08:22PM < krh> it is, ~/.config/gtk-3.0/gtk.css 08:29PM < krh> Darxus: it got rebased on master, not git merged 08:29PM <

Re: EFL Build Instructions patch

2013-03-14 Thread darxus
Pushed, thanks. (HTML validated.) On 03/14, Christopher Michael wrote: > Hi All :) > > I have attached a patch for the Website which updates the EFL build > instructions. Would greatly appreciate if someone could push this. > > Thank You :) > > devilhorns > From ec7eb776364af720afea6bd3ea905

Wayland / Gnome tracker bug

2013-03-13 Thread darxus
https://bugzilla.gnome.org/show_bug.cgi?id=695806 For keeping track of wayland related bugs in gnome stuff. (See the list of bugs it "depends on".) Good stuff going on in there. -- "This hurts quite a bit. Very painful." "Think of the sensation as reassurance that you are not dead yet. What you

Totem should now work natively on wayland via gtk

2013-03-08 Thread darxus
- Forwarded message from totem - https://bugzilla.gnome.org/show_bug.cgi?id=672735 totem | Movie player | unspecified Bastien Nocera changed: What|Removed |Added

Non-Intel DDXes need love

2013-03-07 Thread darxus
s come up a few times when talking about this: 09:31 < ickle> such as st/xa or glamor 09:33 < pq> also, http://www.freedesktop.org/wiki/Software/Glamor 21:46 < RAOF> Darxus: Using gbm + glamour? 09:28 < pq> GriffenJBS, no, unless you get your X to work with GLAMOR. 15:4

Ubuntu announced their own display server project: Mir

2013-03-04 Thread darxus
Not based on X or Wayland. https://wiki.ubuntu.com/MirSpec https://wiki.ubuntu.com/MirSpec#Why_Not_Wayland_.2BAC8_Weston.3F http://www.phoronix.com/scan.php?page=news_item&px=MTMxNzI ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org ht

Re: More problems building xserver

2013-03-04 Thread darxus
On 03/03, Bill Spitzak wrote: > Requested 'xtrans >= 1.2.7' but version of XTrans is 1.2.6 What distro has xtrans v. 1.2.6? > No package 'xineramaproto' found The first step, assuming you aren't bent on manually compiling everything from source, is to search for the package from your distro co

Re: [PATCH web] docs: update qt5 documentation

2013-02-28 Thread darxus
Great, thanks, committed. HTML didn't validate, so I corrected that after: http://cgit.freedesktop.org/wayland/wayland-web/commit/?id=bb8b63cf1f5b6e210572d04678adcddebbccfb2b You had a inside a , unquoted url, and an un-escaped "&" (should be "&"). I like http://www.htmlhelp.com/tools/valida

[PATCH xf86-video-nouveau] xwayland: Use new DRI2 AuthMagic3

2013-02-11 Thread Darxus
Update for http://cgit.freedesktop.org/xorg/xserver/commit/?h=xwayland-1.12&id=e4566c049c7b385e2307fef3c72ef61762729f42 based on http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?h=xwayland&id=bb4e7c69349ae1ea6aca36977e0d01bea2966564 --- Patch is for https://github.com/RAOF/xf86-v

[PATCH xf86-video-ati] xwayland: Use new DRI2 AuthMagic3

2013-02-11 Thread Darxus
Update for http://cgit.freedesktop.org/xorg/xserver/commit/?h=xwayland-1.12&id=e4566c049c7b385e2307fef3c72ef61762729f42 based on http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?h=xwayland&id=bb4e7c69349ae1ea6aca36977e0d01bea2966564 --- Patch is for https://github.com/RAOF/xf86-v

The real story behind Wayland and X, presentation by Daniel Stone

2013-02-09 Thread darxus
Video: http://mirror.linux.org.au/linux.conf.au/2013/ogv/The_real_story_behind_Wayland_and_X.ogv Articles about it: http://www.h-online.com/open/news/item/LCA-2013-videos-X-org-s-shortcomings-and-Wayland-1800135.html http://www.phoronix.com/scan.php?page=news_item&px=MTI5NTI It's a great presenta

Ubuntu working on their own display server not using wayland

2013-02-03 Thread darxus
http://www.omgubuntu.co.uk/2013/02/canonical-working-on-new-display-server Because wayland "...includes a tonne of functionality that we don’t need and drags us down."? -- "We will be dead soon. Is this how we want to live?" http://www.ChaosReigns.com

Re: xorg.conf sample for xwayland with wlshm DDX.

2013-01-29 Thread darxus
On 01/29, ashjas wrote: >an xorg.conf containing 'Driver "wlshm"' >i am not sure how to put an entry like this in the >$WLD/share/X11/xorg.conf.d/10-evdev.conf conf file.. http://lists.freedesktop.org/archives/wayland-devel/2012-April/003106.html Some stuff in that post is not current

Wayland GTK+ support is in Ubuntu, Fedora, and Gentoo

2013-01-28 Thread darxus
ich have been ported (from older Qt releases, which is required). There are three workarounds for Ubuntu specific bugs related to using the Wayland backend of GTK+ near the top of https://launchpad.net/~darxus/+archive/wayland-gtk-quantal -- "The most elementary and valuable statement in

Apparent impass between GTK+ and Ubuntu on Wayland backend

2013-01-05 Thread darxus
Ubuntu said they're not willing to have their GTK+ package depend on a Wayland package (when using GTK+ only with X), requesting the Wayland backend be moved out to a dynamically loadable library: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/954352 (Comment 61 on.) GTK+ said "No": https

Re: Getting blank screen

2012-12-17 Thread darxus
On 12/18, manish sharma wrote: >I tried compile wayland on my HP-8530w laptop with�NVIDIA Corporation G96M >libEGL warning: DRI2: failed to authenticate Are you trying to do this with the nvidia proprietary driver? -- "All that is necessary for evil to triumph is for good men to do noth

Ubuntu not okay with GTK+ depending on Wayland package

2012-12-17 Thread darxus
Is this a situation that can be improved? - Forwarded message from Iain Lane - Date: Mon, 17 Dec 2012 15:23:10 - From: Iain Lane Subject: [Bug 954352] Re: Enable wayland backend Oh, I'm sorry but this isn't going to be possible. Extra backends get compiled right into GDK. This me

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-08 Thread darxus
On 12/08, Bill Spitzak wrote: > On 12/08/2012 12:23 AM, Pekka Paalanen wrote: > > >FWIW, I have seen a bus error (SIGBUS) before. One way to trigger > >it is to run out of space on the tmpfs, where your XDG_RUNTIME_DIR > >points to. Maybe you should check that? > > > >I think it needs at least 20-

A change in the way xwayland is launched

2012-11-28 Thread darxus
Before wayland 1.0, you launched the xserver stuff by launching weston or weston-launch with a --xserver command line argument. That will now give you "fatal: unhandled option: --xserver". There are two new ways of doing this. 1) Add this to ~/.config/weston.ini: [core] modules=xwayland.so,

Re: xwayland working again with Wayland 1.0

2012-11-28 Thread darxus
On 11/28, Bill Spitzak wrote: > Which git repository/version should I use for xserver? I believe the directions are up to date: http://wayland.freedesktop.org/xserver.html So repository git://anongit.freedesktop.org/xorg/xserver branch xwayland-1.12 . xwayland-1.12 was updated 21 hours ago. (I

Re: Support for complete OpenGL

2012-11-26 Thread darxus
On 11/26, Selva kumar wrote: > I am interested in contributing to wayland to support full OpenGL not > just OpenGLES. where do I start. I have experimented with openGL > libraries a bit. I am a complete newb to wayland. and I know X creates > lots of interdependencies which are not necessary for a

Updated Re: GTK+ master hasn't been updated for xkbcommon-0.2.0

2012-10-29 Thread darxus
On 10/25, dar...@chaosreigns.com wrote: > bluetech opened a bug with an attached patch: > https://bugzilla.gnome.org/show_bug.cgi?id=686904 Committed, GTK+ master now builds with wayland / libxkbcommon git masters. EFL is also up to date. XWayland, Qt, and SDL still haven't been updated since the

GTK+ master hasn't been updated for xkbcommon-0.2.0

2012-10-25 Thread darxus
bluetech opened a bug with an attached patch: https://bugzilla.gnome.org/show_bug.cgi?id=686904 -- "The most elementary and valuable statement in science, the beginning of wisdom is: 'I do not know'." - Data, ST:TNG 2x2 Where Silence Has Lease http://www.ChaosReigns.com __

Re: Compiling xserver for newest wayland

2012-10-24 Thread darxus
Last I heard, there is no branch compatible with wayland 1.0 yet, and Daniel Stone is working on it. GTK's upstream master was recently updated. Qt hasn't been updated. On 10/24, Bill Spitzak wrote: > I get a lot of errors from xwayland.c when compiling the xserver. It > appears to not be update

Mesa changes landed upstream Re: Wayland and Weston 0.99.0 snapshots released

2012-10-17 Thread darxus
On 10/15, Kristian Høgsberg wrote: > I have a wayland-0.99 branch here in my mesa repo: > > http://cgit.freedesktop.org/~krh/mesa/log/?h=wayland-0.99 > > that works with the recent API changes and expect to push that > upstream tomorrow to master and hope to ship it in mesa 9.0.1. This is

Pixman no-longer builds with gcc v4.6.x

2012-10-04 Thread darxus
https://bugs.freedesktop.org/show_bug.cgi?id=55630 Workarounds: 1) Build with the last good commit: 7a9c2d586b2349b5e17966a96d7fe8c390abb75a 2) Upgrade gcc. 3) Build with clang instead of gcc, although that may have other problems. '"export CC=clang" before autogen.sh/configure' 'it's bes

Re: Will Wayland also ship with broken keyboard layout switching?

2012-10-01 Thread darxus
On 10/02, Фамилия Имя wrote: > switch between different keyboard layouts (languages) using both alt keys. It > was > https://bugs.freedesktop.org/show_bug.cgi?id=4927 This mentions a fix for X would be to switch to xkbcommon. xkbcommon is what weston uses, so it seems likely to not have this pr

Ubuntu Quantal PPA of daily builds

2012-09-29 Thread darxus
https://code.launchpad.net/~darxus/+archive/wayland-daily Source is pulled in from the wayland / weston git masters daily, the debian packaging (debian directory) from the packages in the ubuntu archives are copied in, and they're built, all automatically. When new packages are added t

Re: [PATCH] faq.html: fix typos

2012-09-18 Thread darxus
Done. When using git format-patch or git send-email to send these, you can use "--subject-prefix web" to indicate which repo the patch is for, resulting in, for example: Subject: Re: [PATCH web] faq.html: fix typos On 09/17, Diego Viola wrote: > Could you guys merge this please? > > On Sat, S

Re: new xwayland protocol

2012-09-14 Thread darxus
On 09/14, Pekka Paalanen wrote: > Apparently you have forgot all about, say, dome projectors or virtual > displays, where the output is a half sphere. Good luck mapping Cartesian > global coordinates there in any meaningful way. What coordinate system does that use, if not cartesian? -- "Forget

It's easy to get console / VT output to a file

2012-09-09 Thread darxus
Ran weston on the DRM backend (outside X), it did something weird, and you want to get the output to a file? (And haven't set up gpm in forever?) It's really easy: # setterm -file log.txt -dump 4 Where "4" was the virtual terminal number I wanted the text from. You'll need to run it as root.

Using Weston as my primary UI

2012-09-06 Thread darxus
I switched from X to Weston a couple days ago. The only thing I've needed X for in that time was playing a movie, and thanks to Alexander Preisinger I could've compiled mplayer with native Wayland support instead. Totem mostly works, but I can't get it to go into fullscreen mode (since XWayland m

Re: xwayland + radeon = consistent filesystem corruption Re: I'm the only one getting hard drive errors, right?

2012-09-04 Thread darxus
): ext4_da_writepages: jbd2_start: 962 pages, ino 21374007; err -30 Same inode again. Which I guess I didn't mention on this list turned out to be a file in chromium's cache: $ sudo find . -inum 21374007 -print ./home/darxus/.cache/chromium/Default/Cache/data_3 Still curious... wtf... but at

Re: xwayland + radeon = consistent filesystem corruption Re: I'm the only one getting hard drive errors, right?

2012-09-04 Thread darxus
Somebody mentioned I failed to point out here that both of these, three months apart, mention the same inode: On 09/03, dar...@chaosreigns.com wrote: > [732715.730069] EXT4-fs error (device sda1): ext4_ext_search_left:1275: inode > #21374007: comm flush-8:0: ix (10742) != EXT_FIRST_INDEX (0) (dep

Re: xwayland + radeon = consistent filesystem corruption Re: I'm the only one getting hard drive errors, right?

2012-09-04 Thread darxus
On 09/04, Michel Dänzer wrote: > On Mon, 2012-09-03 at 15:15 -0400, dar...@chaosreigns.com wrote: > > > > I had the latest get masters of everything as of 2012-09-03 08:36 -0400. > > weston commit 8538b22ff4ad8879b4e3288be053508167562859 > > wayland commit 2be6e0ed142bac669398a9ad26d33fa532

xwayland + radeon = consistent filesystem corruption Re: I'm the only one getting hard drive errors, right?

2012-09-03 Thread darxus
[732715.730069] EXT4-fs error (device sda1): ext4_ext_search_left:1275: inode #21374007: comm flush-8:0: ix (10742) != EXT_FIRST_INDEX (0) (depth 1)! [732715.730084] Aborting journal on device sda1-8. [732715.730269] EXT4-fs (sda1): Remounting filesystem read-only [732715.730278] EXT4-fs error (de

Re: Some problems during/after 1st wayland build

2012-09-01 Thread darxus
On 09/01, Knut Petersen wrote: > 1: http://wayland.freedesktop.org/building.html misses that building weston > will fail without a recent libwebp from > http://git.chromium.org/webm/libwebp.git. I seem to be building it successfully without libwebp. More details? > 2. http://wayland.freedesktop

Re: [PATCH] Wayland X server uses xwayand.conf instead of xorg.conf

2012-08-31 Thread darxus
xserver has a -conf argument you can use to point it at a different xorg.conf. Might be useful if weston / weston-launch had an ability to pass this argument to xserver. An old post of mine, fighting with this before I was having xserver launched by weston: http://lists.freedesktop.org/archives/w

Ubuntu not including Wayland support for GTK in October release

2012-08-29 Thread darxus
x27;t regressions (new things broken) in X with the wayland backend of gtk enabled. Directions to use it with Ubuntu Quantal (which will be released in October) are here: https://launchpad.net/~darxus/+archive/wayland-gtk-quantal The bug is here: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/9

Re: Running xserver

2012-08-27 Thread darxus
On 08/27, Bill Spitzak wrote: > I never expected any support for the nvidia driver. I ran noveau for > months because of that, and if wayland stops working better on it I > will go back without complaint (at the moment it works better > because it does not have the xcb_poll bug I have mentioned bef

Ubuntu Quantal Wayland packages and GTK+ PPA

2012-08-25 Thread darxus
/~darxus/+archive/wayland-gtk-quantal I'd really like to see this get a Feature Freeze Exception and make it into the official Quantal archives. For that to happen I assume some people other than me will need to test it, and post their results to the related bug: https://bugs.launchpad.net/u

Re: Q: xwayland overt Qt-compositor?

2012-08-21 Thread darxus
On 08/21, Jørgen Lind wrote: > > Will the Qt compositor host the xwayland server? > I have to admit that we haven't focused much on this. Technically its > possible, but you have to do some work yourself I suppose. Or you can > wait untill we have done it. How is that likely to end up working? I

Re: Q: xwayland overt Qt-compositor?

2012-08-21 Thread darxus
On 08/21, jegde jedge wrote: > Please forgive the 'user' post in a devel list. This post seems entirely appropriate to me. > I am porting a fundamentally Qt system but still need some X backward > compatability? You consider porting to be a user subject? > I am unclear of the Qt/X/Weston/Waylan

Re: Weston doesn't work with gl enabled cairo on radeon

2012-08-11 Thread darxus
On 08/11, Nerdopolis wrote: > writes: > > > Is this a bug in weston or cairo? > > IIt's a bug in Mesa. Try reverting mesa to commit > 102617bc5206e459bb1743d2d72341dbfe77bc58 > That's what I had to do. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53361 -- "It is the first responsibilit

Weston doesn't work with gl enabled cairo on radeon

2012-08-10 Thread darxus
Ran weston under X, with radeon drivers. Weston ran, desktop shell failed: failed to get cairo egl argb device failed to create display: No such file or directory libEGL debug: Display 0x82fce0 is destroyed with resources [20:52:15.385] libwayland: disconnect from client 0x1de6ff0 [20:52:15.

Re: Compiling Newest Wayland on Ubuntu 12.04 Precise

2012-07-24 Thread darxus
On 07/24, Scott Moreau wrote: >On Tue, Jul 24, 2012 at 2:10 PM, Bill Spitzak <[1]spit...@gmail.com> >wrote: > > http://www.chaosreigns.com/wayland/buildscript/dl/wayland-build-0.85.sh >Did you even try? Please try to be less negative. > �3. The clickdot demo has vanished, inclu

Re: Wayland and Weston 0.95.0 released

2012-07-24 Thread darxus
On 07/24, Kristian Høgsberg wrote: > Hi all, > > I just tagged version 0.95.0 of Wayland and Weston and uploaded > tarballs here: http://wayland.freedesktop.org/releases.html (Woo!) -- "The most elementary and valuable statement in science, the beginning of wisdom is: 'I do not know'." - Data,

Re: Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread darxus
On 07/21, Bill Spitzak wrote: > On 07/21/2012 10:08 AM, dar...@chaosreigns.com wrote: > >If you're building on Ubuntu Oneric, that means you need to build 7 > >additional repos from source. Precise has xcb 1.8.1. > > I'm still trying to use Natty (11.04). Is this hopeless? Looks like > LLVM is ou

Re: Can't compile newest wayland due to mesa changes?

2012-07-21 Thread darxus
On 07/21, Bill Spitzak wrote: > I am unable to compile mesa. I updated to the newest git, cleaned, > and built. My configure line is: > > ./autogen.sh --prefix=$HOME/install --enable-gles2 > --disable-gallium-egl --with-egl-platforms=wayland,x11,drm > --enable-gbm --enable-shared-glapi > --with-ga

Mesa recently started depending on xcb v1.8.1

2012-07-21 Thread darxus
If you're building on Ubuntu Oneric, that means you need to build 7 additional repos from source. Precise has xcb 1.8.1. To make this slightly more interesting, mesa currently doesn't throw the appropriate error if you're using a version of xcb that's too old: https://bugs.freedesktop.org/show_bu

Re: wayland is no better that Xegl ?

2012-06-17 Thread darxus
On 06/17, microcai wrote: >So why don't we improve Xegl rather than renivent the wheel? I think this is the best explanation of why X needs to be replaced, because it's miserable to maintain: http://julien.danjou.info/blog/2010/thoughts-and-rambling-on-the-X-protocol "Xegl was said to be the

Re: Answer to "what happens if you build mesa with xcb-dri2 installed but not xcb-fixes?"

2012-06-12 Thread darxus
On 06/12, Prigent, Christophe wrote: >You wanted to know what happens with libxcb-dri2-0-dev but without >libxcb-xfixes0-dev. > >I saw that mesa can’t be built if this package is missing. I have the >error “No package ‘xcb-xfixes’ found”. Perfect. Thank you. -- "You only truly

Re: no package vpx found when building weston

2012-05-31 Thread darxus
On 05/31, Prigent, Christophe wrote: >I had an error when building Weston: "package requirements (cairo vpx) >were not met: no package vpx found". > >The installation of libvpx0 and libvpx-dev from the synaptic package >manager didn’t fix the problem. I found that there is no .pc f

I'm the only one getting hard drive errors, right?

2012-05-30 Thread darxus
I was just playing with weston master under X, and timon37's radeon ddx, weston crashed, when I tried to delete the wayland lock I got an error that the filesystem was readonly, dmesg said: [ 496.347230] EXT4-fs error (device sda1): ext4_ext_search_left:1275: inode #21374007: comm flush-8:0:ix (

Re: gtk+-3.2.0 build failed with wayland backend

2012-05-30 Thread darxus
On 05/30, dar...@chaosreigns.com wrote: > I'd start by building everything but wayland and weston from git masters. Except for libxkbcommon, which needs branch for-weston-0.85. > On 05/30, suranjana.bhattacha...@wipro.com wrote: > > I am trying to build gtk+-3.2.0 with wayland backend by running

Re: gtk+-3.2.0 build failed with wayland backend

2012-05-30 Thread darxus
I'd start by building everything but wayland and weston from git masters. All the latest commits compile together for me as of a couple hours ago: 7c8f47a9911e982c0689a80b3d62aff952f6d460 atk f3a1ee5edd1a46e3c316d8555262bce556bc1480 cairo 652fe8d9dd2393127b11741ba63cb95a83ad454f dri2proto 481234f2

Mesa just added a dependency on the "indent" program

2012-05-29 Thread darxus
It's pretty obvious and easy to resolve. I just got a build test failure, which turned out to be due to mesa adding a dependency on the "indent" program in the last couple hours. Easily resolved by installing the "indent" package on ubuntu, and probably the same on other distros. -- "Begin at t

Weston is not linking libm

2012-05-26 Thread darxus
I can't get weston to build since the webm support for wcap (video capture) was added. With the latest wayland, weston, and vpx git masters (on ubuntu oneric): /home/darxus/source.test.master/weston/wcap/vpxenc.c:1388: undefined reference to `log' wcap_decode-vpxenc.o: In function `vp

Re: Wayland vs Radeon HD3450

2012-05-25 Thread darxus
On 05/25, Prigent, Christophe wrote: > I will contribute to the test development of Wayland. > My test environment is a Desktop Ubuntu 11.10 with a video card Radeon HD3450. > I was wondering if this is a problem? Nope, that should work. Souvik recently posted that Ubuntu 11.10 works. You may end

[PATCH radeon] Fix "Unable to retrieve master" with with X backend.

2012-05-23 Thread Darxus
Fix case where, if weston was run with --xserver while using the X backend without root priveledges, it would give an "Unable to retrieve master" error and fail when it tried to launch X. --- src/radeon_kms.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git

[PATCH wlshm] Adapt to new initialisation sequence

2012-05-23 Thread Darxus
--- src/wlshm.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/wlshm.c b/src/wlshm.c index 8f5cf8a..91c8099 100644 --- a/src/wlshm.c +++ b/src/wlshm.c @@ -601,16 +601,17 @@ wlshm_pre_init(ScrnInfoPtr pScrn, int flags) xf86ProcessOptions(pScrn->scrnInd

[PATCH radeon] Adapt to new initialisation sequence

2012-05-23 Thread Darxus
--- src/radeon_kms.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 5e36d91..db3de74 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -797,13 +797,17 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags) #ifdef

Re: Western runs on Ubuntu 10.10 but displays a window with no content and error on console

2012-05-17 Thread darxus
On 05/17, souvik.da...@wipro.com wrote: > [2]Running on Ubuntu 10.10 There have been 3 Ubuntu releases since this. 10.10 was EOLed last month, meaning it is no-longer even supported by Ubuntu, and you really should upgrade. Wayland is, in stark contrast, rather bleeding edge. That doesn't mean y

[PATCH wayland] Add missing alt attributes in publican docs.

2012-05-14 Thread Darxus
Haven't figured out how to regenerate the html, so it's not tested. Looks like remaining html errors will be fixed in the next publican release: https://bugzilla.redhat.com/show_bug.cgi?id=788576 --- doc/Wayland/en_US/Architecture.xml | 10 ++ doc/Wayland/en_US/Book_Info.xml|5

Re: [PATCH xserver v2] input: Track wayland protocol changes.

2012-05-13 Thread darxus
I verified this works. 12:14AM < min2> 103db7fb56c4befa3c61c619d41ef0733d8d066a is the first bad commit That weston commit broke xwayland mouse input, this patch fixes it. On 05/13, Scott Moreau wrote: > Use wl_fixed_t types in the input handler. Thanks to > Martin Minarik for bisecting to track

  1   2   >