Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Freedesktop.org XServer ebuilds
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 18, 19, 20  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Mon Dec 08, 2003 11:31 am    Post subject: Reply with quote

bssteph wrote:
That's an overlay of everything spyderous has there. I believe the person is asking about a overlay of just the xserver ebuilds, which would be convenient.

As I've mentioned before (not sure if it was here), it's simply more work than I want to deal with, because the overlay-freedesktop is a tree of symlinks from my regular overlay. If there's an easy way to make it that I'm overlooking, let me know.
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Mon Dec 08, 2003 11:33 am    Post subject: Reply with quote

baseinfinity wrote:
A little note about uninstalling these things in the case where you used /opt/fbo/ ... etc: Once you remove the overlay, emerge will be broken because of the virtual/x11. One needs to go into /var/cache/edb/virtuals and remove the reference to freesever on the virtual/x11 line to get everything working again.

Thanks for pointing this out, it slipped my mind that valid virtuals need to be mentioned in the profiles also. I removed the virtual.
Back to top
View user's profile Send private message
bssteph
l33t
l33t


Joined: 26 Feb 2003
Posts: 652
Location: Wisconsin

PostPosted: Mon Dec 08, 2003 8:50 pm    Post subject: Reply with quote

spyderous wrote:
bssteph wrote:
That's an overlay of everything spyderous has there. I believe the person is asking about a overlay of just the xserver ebuilds, which would be convenient.

As I've mentioned before (not sure if it was here), it's simply more work than I want to deal with, because the overlay-freedesktop is a tree of symlinks from my regular overlay. If there's an easy way to make it that I'm overlooking, let me know.

Perhaps I'm not understanding the problem, but what about
tar manpage wrote:
-h, --dereference
don't dump symlinks; dump the files they point to

as
Code:
cd overlay-freedesktop && tar cvjhf overlay-freedesktop-20031208.tar.bz2 *
Back to top
View user's profile Send private message
Stu L Tissimus
Veteran
Veteran


Joined: 08 Jun 2003
Posts: 1339
Location: NJ, 5 minutes from NYC

PostPosted: Tue Dec 09, 2003 4:22 pm    Post subject: Reply with quote

BUMP for great justice.
_________________
old outdated sig
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Tue Dec 09, 2003 5:15 pm    Post subject: Reply with quote

Another *bump* for this nice X-server, altough I didnt see it yet, except a simple grey screen...
(and the damn Linux PS2 support of course :evil: Seems Ill never get my mouse to work)
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Wed Dec 10, 2003 3:22 pm    Post subject: Reply with quote

Got my mouse working :-) (2.6t11)
Now I have to get rid of that grey screen... I want to compile OpenBox3, but cannot :-( It seems to need a package called startup-notification, but that one doesnt want to emerge, because during configuration, X cant be found...
Back to top
View user's profile Send private message
heijs
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 174
Location: Groningen

PostPosted: Wed Dec 10, 2003 5:12 pm    Post subject: Reply with quote

You have to specify the location of the X libraries and header files.
Just change
Code:
econf || die
to
Code:
econf --x-includes=/opt/fdo/include --x-libraries=/opt/fdo/lib || die

in the startup-notification ebuild, after that it should emerge fine :-)


Last edited by heijs on Wed Dec 10, 2003 6:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
heijs
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 174
Location: Groningen

PostPosted: Wed Dec 10, 2003 6:35 pm    Post subject: Reply with quote

It seems that openbox-3 does not need startup-notification and after adding the stuff posted above to the econf part in the openbox ebuild it just emerges without startup-notification!
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Wed Dec 10, 2003 9:13 pm    Post subject: Reply with quote

Gonna try that right away!!!
Thanks
Back to top
View user's profile Send private message
pens
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jan 2003
Posts: 121
Location: Irvine, CA

PostPosted: Wed Dec 10, 2003 9:40 pm    Post subject: Reply with quote

Can these ebuilds be installed alongside regular xfree? I really want to try and install this but I dont want my entire system hosed if something goes wrong.
Back to top
View user's profile Send private message
norvillebarnes
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2003
Posts: 116
Location: Sudbury, ON Canada

PostPosted: Wed Dec 10, 2003 10:19 pm    Post subject: Reply with quote

pens wrote:
Can these ebuilds be installed alongside regular xfree? I really want to try and install this but I dont want my entire system hosed if something goes wrong.


Yes, the ebuilds now install to /opt/fdo by default, so X-free can happily live alongside xserver without you having to anything special. This thread and the other one in this forum have numerous methods for switching between the 2 servers.

Hope this helps,

Al
Back to top
View user's profile Send private message
Peaceable Frood
Guru
Guru


Joined: 06 Apr 2003
Posts: 338
Location: New Jersey, USA

PostPosted: Thu Dec 11, 2003 3:22 am    Post subject: Reply with quote

I'm still getting

Interrupt pointer doesn't point at ROM
Interrupt pointer doesn't point at ROM
Interrupt pointer doesn't point at ROM
Interrupt pointer doesn't point at ROM

and it's pissing me off, as I can't use it. If have a GeForceFX 5600 Ultra, and it's not working. Neither does the fbdev driver.
_________________
"Our enemies are innovative and resourceful, and so are we, they never stop thinking about new ways to harm our country and our people, and neither do we." George W. Bush
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Thu Dec 11, 2003 7:03 am    Post subject: Reply with quote

I was able to compile that startup-notification package, and Openbox3. Now another question (sorry...): how do I launch Openbox? (These are my first steps in desktop-Linux...)

Currently I get a nice one-color grey screen, with a normal (black) arrow as a cursor, when I start it like:

/opt/fdo/bin/Xvesa -ac :0 -mouse /dev/psaux -screen 800x600x16 & DISPLAY=:0 LD_LIBRARY_PATH=/opt/fdo/lib/ /opt/fdo/bin/xcompmgr & DISPLAY=:0 openbox

But this seems to be wrong...

I havent got xinit or something alike -> no Xfree. If I need to use xinit (hope not): isnt it possible to emerge that without the other parts of XFree? I cant even untar the Xfree package on my HD...

Thanks, Ikke
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Thu Dec 11, 2003 9:34 am    Post subject: Reply with quote

bssteph wrote:
Perhaps I'm not understanding the problem, but what about
tar manpage wrote:
-h, --dereference
don't dump symlinks; dump the files they point to

as
Code:
cd overlay-freedesktop && tar cvjhf overlay-freedesktop-20031208.tar.bz2 *

Thanks bssteph. I haven't been poring through man pages, clearly. =)

BTW, haven't seen you in #gentoo lately.
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Thu Dec 11, 2003 9:36 am    Post subject: Reply with quote

New stuff up. Highlights are transset and uncover, which allow setting window transparency and showing live program thumbnails, respectively.
Back to top
View user's profile Send private message
eikketk
Apprentice
Apprentice


Joined: 03 Jun 2003
Posts: 270
Location: Belgium

PostPosted: Thu Dec 11, 2003 2:55 pm    Post subject: Reply with quote

*bump* to get my WM working please...
These are my first step in X :oops:
Back to top
View user's profile Send private message
bssteph
l33t
l33t


Joined: 26 Feb 2003
Posts: 652
Location: Wisconsin

PostPosted: Thu Dec 11, 2003 3:01 pm    Post subject: Reply with quote

spyderous wrote:
bssteph wrote:
Perhaps I'm not understanding the problem, but what about
tar manpage wrote:
-h, --dereference
don't dump symlinks; dump the files they point to

as
Code:
cd overlay-freedesktop && tar cvjhf overlay-freedesktop-20031208.tar.bz2 *

Thanks bssteph. I haven't been poring through man pages, clearly. =)

BTW, haven't seen you in #gentoo lately.

I've been crazy busy with school stuff... I end up idling in the one channel I still go to half the time (but on the plus side, the server for my senior design product is getting the Gentoo treatment)

back on-topic, rock on at new stuff... I love using xserver as a bit of eyecandy for the people on campus :D
Back to top
View user's profile Send private message
pens
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jan 2003
Posts: 121
Location: Irvine, CA

PostPosted: Thu Dec 11, 2003 7:22 pm    Post subject: Reply with quote

Two questions...

First, in regular xfree86 gdesklets run relatively sluggishly (5-25% cpu usage just sitting there). Does the freeserver x fix this? By this I mean does gdesklets run any faster in this due to the alpha-blending?

Second, are there any drivers besided the Vesa drivers? DRI? ATI?
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu Dec 11, 2003 8:09 pm    Post subject: Reply with quote

pens wrote:
First, in regular xfree86 gdesklets run relatively sluggishly (5-25% cpu usage just sitting there). Does the freeserver x fix this? By this I mean does gdesklets run any faster in this due to the alpha-blending?


Why would fdo's Xserver fix this? This is a gdesklets issue, not an X issue. And I hear that recent (0.24 and up) versions of gdesklets killed most of this cpu abuse.

pens wrote:
Second, are there any drivers besided the Vesa drivers? DRI? ATI?


No, they haven't been written yet. Xserver uses a completely different driver framework to XFree. Don't expect them any time soon (stable within the next 6 months). They will, however, come.
_________________
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi
Back to top
View user's profile Send private message
2crazy
n00b
n00b


Joined: 07 Apr 2003
Posts: 54

PostPosted: Thu Dec 11, 2003 8:18 pm    Post subject: Reply with quote

pens wrote:
Two questions...

First, in regular xfree86 gdesklets run relatively sluggishly (5-25% cpu usage just sitting there). Does the freeserver x fix this? By this I mean does gdesklets run any faster in this due to the alpha-blending?

Second, are there any drivers besided the Vesa drivers? DRI? ATI?


I probably can say something about your first question. I'm using some gDesklets for some time now.
First of all, they don't consume even 1% of the CPU usage on my system, I don't now why this happens on your machine.

But, I tried XServer this weekend, and as soon as I start xcompmgr all gDesklets get drop shadows. That's kinda an unwanted result, since they blend in nicely on my desktop, but only without shadows :)

Maybe someone knows a way to avoid shadows for certain applications?

But still, it is an awesome project, you should give it a try even though the project is still in the early alpha stages. But as someone said, you can see where it is going.
Back to top
View user's profile Send private message
pens
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jan 2003
Posts: 121
Location: Irvine, CA

PostPosted: Thu Dec 11, 2003 9:53 pm    Post subject: Reply with quote

[quote="charlieg"]
pens wrote:
First, in regular xfree86 gdesklets run relatively sluggishly (5-25% cpu usage just sitting there). Does the freeserver x fix this? By this I mean does gdesklets run any faster in this due to the alpha-blending?


Why would fdo's Xserver fix this? This is a gdesklets issue, not an X issue. And I hear that recent (0.24 and up) versions of gdesklets killed most of this cpu abuse.

I was under the impression that the freedesktop server implements alpha-blending better than the standard xfree86 server and thus would handle the transparent gdesklets better
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Thu Dec 11, 2003 9:59 pm    Post subject: Reply with quote

pens wrote:
I was under the impression that the freedesktop server implements alpha-blending better than the standard xfree86 server and thus would handle the transparent gdesklets better

It does. It's transparency at the X level though, not in the preferences of gdesklets. So you'd set the gdesklets prefs to be solid, then use something like transset to make it transparent.
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Thu Dec 11, 2003 10:02 pm    Post subject: Reply with quote

charlieg wrote:
pens wrote:
Second, are there any drivers besided the Vesa drivers? DRI? ATI?


No, they haven't been written yet. Xserver uses a completely different driver framework to XFree. Don't expect them any time soon (stable within the next 6 months). They will, however, come.

That isn't quite accurate, since there's also an fbdev driver. It's only accelerated for mga, mach64 and rage128 though, or at least that was recently the case.
Back to top
View user's profile Send private message
Word Mofo
n00b
n00b


Joined: 31 Jul 2002
Posts: 17

PostPosted: Thu Dec 11, 2003 10:51 pm    Post subject: Reply with quote

A couple of questions:

1) Has anyone hacked up a transparent xterm like KeithP did? How do you do that :)

2) How is it that all of the menus and certain apps (like XScreensaver) know to be transparent? I assume it's in the xcompmgr source, not the individual apps' source, right?
Back to top
View user's profile Send private message
renelicious
n00b
n00b


Joined: 27 Sep 2003
Posts: 18

PostPosted: Fri Dec 12, 2003 1:00 am    Post subject: Screenshot Reply with quote

Just wanted to add my screenshot. That's right, transparent TV!

http://mjlowrance.home.mchsi.com/Screenshot.png

I can't wait until this thing is ready for release, I'm pretty close to switching it in as my default and its still pre-alpha.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 18, 19, 20  Next
Page 8 of 20

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum