[Fwd: xorg Digest, Vol 35, Issue 120]

Regina regina.apel at gmx.de
Thu Jul 3 02:28:59 PDT 2008



-------- Original-Nachricht --------
Betreff: 	xorg Digest, Vol 35, Issue 120
Datum: 	Mon, 30 Jun 2008 10:47:03 -0700
Von: 	xorg-request at lists.freedesktop.org
Antwort an: 	xorg at lists.freedesktop.org
An: 	xorg at lists.freedesktop.org



Send xorg mailing list submissions to
	xorg at lists.freedesktop.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.freedesktop.org/mailman/listinfo/xorg
or, via email, send a message with subject or body 'help' to
	xorg-request at lists.freedesktop.org

You can reach the person managing the list at
	xorg-owner at lists.freedesktop.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of xorg digest..."


Today's Topics:

   1. Re: spaces in pathnames (Adam Jackson)
   2. Re: xrx-1.0.2 compilation failure (Alan Coopersmith)
   3. Re: compiz not working with AIGLX enabled (Adam K Kirchhoff)
   4. Re: xrx-1.0.2 compilation failure (Adam Jackson)
   5. Re: xrx-1.0.2 compilation failure (Daniel Stone)
   6. Re: spaces in pathnames (Daniel Stone)
   7. Re: compiz not working with AIGLX enabled (Mohan Parthasarathy)


----------------------------------------------------------------------

Message: 1
Date: Mon, 30 Jun 2008 13:11:49 -0400
From: Adam Jackson <ajax at nwnk.net>
Subject: Re: spaces in pathnames
To: Glynn Clements <glynn at gclements.plus.com>
Cc: xorg <xorg at lists.freedesktop.org>
Message-ID: <1214845909.24769.71.camel at localhost.localdomain>
Content-Type: text/plain

On Mon, 2008-06-30 at 15:11 +0100, Glynn Clements wrote:
> Jeremy Huddleston wrote:
> 
> > So I just pushed a patch to xinit that addresses some issues with  
> > spaces in pathnames.  One issue remains, and I'm not sure if there's a  
> > clean way to address it.  At first, I thought I could do something  
> > like this:
> > 
> > -    serverargs=${serverargs}" -auth "${xserverauthfile}
> > +    serverargs=${serverargs}" -auth '"${xserverauthfile}"'"
> > 
> > but that doesn't work.  example:
> > 
> > $ mya="Some thing with spaces"
> > $ myargs="1 2 '$mya'"
> > $ ./printargs $myargs
> > argv[0] = ./printargs
> > argv[1] = 1
> > argv[2] = 2
> > argv[3] = 'Some
> > argv[4] = thing
> > argv[5] = with
> > argv[6] = spaces'
> > 
> > So... any thoughts on how to overcome this cleanly?  And no, telling  
> > people to not use spaces is unfortunately not an option... and neither  
> > is hitting them over the head with a do-better stick.
> 
> IMHO, it's a lost cause.
> 
> The only clean solution is to use a language which has a list datatype
> (or equivalent), as well as an "exec" primitive which accepts a list
> argument.
> 
> It's practically impossible to get this 100% right if you're limited
> to the Bourne shell.

Then maybe it's time to stop caring about portability to useless shells.

More broadly, it's probably time to deprecate startx and xinit, strongly
recommend the use of a display manager like gdm, and write a minimal
replacement in some sensible subset of bash/ksh.

- ajax



------------------------------

Message: 2
Date: Mon, 30 Jun 2008 10:21:08 -0700
From: Alan Coopersmith <Alan.Coopersmith at Sun.COM>
Subject: Re: xrx-1.0.2 compilation failure
To: Michael Verret <michael.verret at gmail.com>
Cc: xorg list <xorg at lists.freedesktop.org>
Message-ID: <48691604.8010003 at sun.com>
Content-Type: text/plain; charset=ISO-8859-1

Michael Verret wrote:
> During the configuration I see the message "./configure: line 20164:
> top_srcdir: command not found"

See if the fix in this git commit helps:

http://cgit.freedesktop.org/xorg/app/xrx/commit/?id=39f1f3f75b72f43637afeb963c8c83f080dd2635

Sorry about the mistake - I tested on Solaris & Fedora 9, but those have
either mozilla-plugin.pc or firefox-plugin.pc so the fallback didn't get
fully tested.

-- 
	-Alan Coopersmith-           alan.coopersmith at sun.com
	 Sun Microsystems, Inc. - X Window System Engineering



------------------------------

Message: 3
Date: Mon, 30 Jun 2008 13:20:24 -0400
From: Adam K Kirchhoff <adamk at voicenet.com>
Subject: Re: compiz not working with AIGLX enabled
To: "Mohan Parthasarathy" <suruti94 at gmail.com>
Cc: xorg at lists.freedesktop.org
Message-ID: <20080630132024.7f10bd6f.adamk at voicenet.com>
Content-Type: text/plain; charset=US-ASCII


If you get a white screen when starting up compiz, your drivers are
almost certainly not setup correct.  Are you using fglrx or the open
source drivers?  If it's fglrx, you should ask on the appropriate forum
for help from AMD: http://www.phoronix.com/forums/forumdisplay.php?f=19

If it's the open source drivers, please attach or pastebin
your /var/log/Xorg.0.log file and the output of
'LIBGL_ALWAYS_INDIRECT=1 glxinfo'.

Adam

On Mon, 30 Jun 2008 10:12:51 -0700
"Mohan Parthasarathy" <suruti94 at gmail.com> wrote:

> Hi,
> 
> I tried but with no difference. First the screen goes "white" and i
> need to "ctrl-C" to get back.
> 
> -mohan
> 
> P.S: The odd thing is that my "ctrl-Alt-F?" does not work anymore and
> makes it even more harder
> to debug
> 
> On Mon, Jun 30, 2008 at 9:56 AM, drago01 <drago01 at gmail.com> wrote:
> 
> > On Mon, Jun 30, 2008 at 6:53 PM, Mohan Parthasarathy
> > <suruti94 at gmail.com> wrote:
> > > Hi,
> > >
> > > According to my Xserver log, AIGLX is enabled  and glxinfo is
> > > reporting
> > that
> > > direct rendering is enabled
> > > and it is able to find all the server side glx extensions
> > > (GLX_EXT_texture_from_pixmap etc.)
> > >
> > > When i run "compiz --replace", I get the error saying
> > >
> > > "GL_EXT_texture_from_pixmap is not supported by rendering
> > > context, trying indirect rendering context instead"
> > > inotify_add_watch: No such file or directory
> > > failed to create drawable.
> > > ...
> > >
> > > It is extremely slow after this.  Any clues on what is going on ?
> > > I am running on ubuntu fiesty with Xserver 1.5.99.1 on ATI RADEON
> > > X1650
> > PRO.
> >
> > do export LIBGL_ALWAYS_INDIRECT=1 before starting compiz
> >
> 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



------------------------------

Message: 4
Date: Mon, 30 Jun 2008 13:18:33 -0400
From: Adam Jackson <ajax at nwnk.net>
Subject: Re: xrx-1.0.2 compilation failure
To: Michael Verret <michael.verret at gmail.com>
Cc: xorg list <xorg at lists.freedesktop.org>
Message-ID: <1214846313.24769.76.camel at localhost.localdomain>
Content-Type: text/plain

On Sat, 2008-06-28 at 10:30 -0500, Michael Verret wrote:
> Hi,
> 
> I can't seem to get xrx-1.0.2 to compile on a system on which
> xrx-1.0.1 has not problem. Here are the ouput of my configuration and
> compilation. Googles give me nothing for the last few days. Any clues
> at to what I am missing is greatly appreciated.

It strikes me at this point that we never did formally deprecate xrx,
though we certainly intended to.

- ajax



------------------------------

Message: 5
Date: Mon, 30 Jun 2008 20:36:17 +0300
From: Daniel Stone <daniel at fooishbar.org>
Subject: Re: xrx-1.0.2 compilation failure
To: Adam Jackson <ajax at nwnk.net>
Cc: xorg list <xorg at lists.freedesktop.org>
Message-ID: <20080630173617.GA24418 at fooishbar.org>
Content-Type: text/plain; charset="us-ascii"

On Mon, Jun 30, 2008 at 01:18:33PM -0400, Adam Jackson wrote:
> On Sat, 2008-06-28 at 10:30 -0500, Michael Verret wrote:
> > I can't seem to get xrx-1.0.2 to compile on a system on which
> > xrx-1.0.1 has not problem. Here are the ouput of my configuration and
> > compilation. Googles give me nothing for the last few days. Any clues
> > at to what I am missing is greatly appreciated.
> 
> It strikes me at this point that we never did formally deprecate xrx,
> though we certainly intended to.

7.4 isn't shipped yet.

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xorg/attachments/20080630/718335d1/attachment-0001.pgp 

------------------------------

Message: 6
Date: Mon, 30 Jun 2008 20:37:12 +0300
From: Daniel Stone <daniel at fooishbar.org>
Subject: Re: spaces in pathnames
To: Adam Jackson <ajax at nwnk.net>
Cc: Glynn Clements <glynn at gclements.plus.com>,	xorg
	<xorg at lists.freedesktop.org>
Message-ID: <20080630173712.GB24418 at fooishbar.org>
Content-Type: text/plain; charset="us-ascii"

On Mon, Jun 30, 2008 at 01:11:49PM -0400, Adam Jackson wrote:
> On Mon, 2008-06-30 at 15:11 +0100, Glynn Clements wrote:
> > IMHO, it's a lost cause.
> > 
> > The only clean solution is to use a language which has a list datatype
> > (or equivalent), as well as an "exec" primitive which accepts a list
> > argument.
> > 
> > It's practically impossible to get this 100% right if you're limited
> > to the Bourne shell.
> 
> Then maybe it's time to stop caring about portability to useless shells.
> 
> More broadly, it's probably time to deprecate startx and xinit, strongly
> recommend the use of a display manager like gdm, and write a minimal
> replacement in some sensible subset of bash/ksh.

You can do it in portable shell, just don't pretend that it's everything
to everyone.  Doing so will lead you to the creatively insane hell where
your X startup script is too complex to be written portably.

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xorg/attachments/20080630/a545d7b7/attachment-0001.pgp 

------------------------------

Message: 7
Date: Mon, 30 Jun 2008 10:47:01 -0700
From: "Mohan Parthasarathy" <suruti94 at gmail.com>
Subject: Re: compiz not working with AIGLX enabled
To: "Adam K Kirchhoff" <adamk at voicenet.com>
Cc: xorg at lists.freedesktop.org
Message-ID:
	<89dd3da60806301047v54dd11aen771baf3b032ce13b at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I am using the Xorg drivers. Attached is the output of my Xorg log and
glxinfo log.

thanks
-mohan


On Mon, Jun 30, 2008 at 10:20 AM, Adam K Kirchhoff <adamk at voicenet.com>
wrote:

>
> If you get a white screen when starting up compiz, your drivers are
> almost certainly not setup correct.  Are you using fglrx or the open
> source drivers?  If it's fglrx, you should ask on the appropriate forum
> for help from AMD: http://www.phoronix.com/forums/forumdisplay.php?f=19
>
> If it's the open source drivers, please attach or pastebin
> your /var/log/Xorg.0.log file and the output of
> 'LIBGL_ALWAYS_INDIRECT=1 glxinfo'.
>
> Adam
>
> On Mon, 30 Jun 2008 10:12:51 -0700
> "Mohan Parthasarathy" <suruti94 at gmail.com> wrote:
>
> > Hi,
> >
> > I tried but with no difference. First the screen goes "white" and i
> > need to "ctrl-C" to get back.
> >
> > -mohan
> >
> > P.S: The odd thing is that my "ctrl-Alt-F?" does not work anymore and
> > makes it even more harder
> > to debug
> >
> > On Mon, Jun 30, 2008 at 9:56 AM, drago01 <drago01 at gmail.com> wrote:
> >
> > > On Mon, Jun 30, 2008 at 6:53 PM, Mohan Parthasarathy
> > > <suruti94 at gmail.com> wrote:
> > > > Hi,
> > > >
> > > > According to my Xserver log, AIGLX is enabled  and glxinfo is
> > > > reporting
> > > that
> > > > direct rendering is enabled
> > > > and it is able to find all the server side glx extensions
> > > > (GLX_EXT_texture_from_pixmap etc.)
> > > >
> > > > When i run "compiz --replace", I get the error saying
> > > >
> > > > "GL_EXT_texture_from_pixmap is not supported by rendering
> > > > context, trying indirect rendering context instead"
> > > > inotify_add_watch: No such file or directory
> > > > failed to create drawable.
> > > > ...
> > > >
> > > > It is extremely slow after this.  Any clues on what is going on ?
> > > > I am running on ubuntu fiesty with Xserver 1.5.99.1 on ATI RADEON
> > > > X1650
> > > PRO.
> > >
> > > do export LIBGL_ALWAYS_INDIRECT=1 before starting compiz
> > >
> >
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/xorg/attachments/20080630/0c5bb0b8/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 51182 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/xorg/attachments/20080630/0c5bb0b8/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glxinfo-log
Type: application/octet-stream
Size: 5201 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/xorg/attachments/20080630/0c5bb0b8/attachment.obj 

------------------------------

_______________________________________________
xorg mailing list
xorg at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

End of xorg Digest, Vol 35, Issue 120
*************************************





More information about the xorg mailing list