Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg 6.8.99
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 15, 16, 17  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
heijs
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 174
Location: Groningen

PostPosted: Thu Jul 21, 2005 12:13 pm    Post subject: Reply with quote

Same problem here... Seems that the snapshot was taken at a wrong moment :cry:
Back to top
View user's profile Send private message
firephoto
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1612
Location: +48° 5' 23.40", -119° 48' 30.00"

PostPosted: Thu Jul 21, 2005 3:14 pm    Post subject: Reply with quote

No problems with .15 here. I've emerged it twice so far I think (rebuilding the system). No noticible changes either.

Anyone have any ideas on how to control pointer speed when using the evdev driver? xset doesn't seem to have any effect.
_________________
#gentoo-kde on freenode
Back to top
View user's profile Send private message
WingGnDm
n00b
n00b


Joined: 12 Apr 2004
Posts: 23

PostPosted: Thu Jul 21, 2005 3:16 pm    Post subject: Reply with quote

Can any one who uses the versions over 8 tell me if direct rendering is working. I have noticed that libGl might be broken.
Back to top
View user's profile Send private message
assaf
Apprentice
Apprentice


Joined: 14 Feb 2005
Posts: 152
Location: http://localhost

PostPosted: Thu Jul 21, 2005 3:42 pm    Post subject: Reply with quote

WingGnDm wrote:
Can any one who uses the versions over 8 tell me if direct rendering is working. I have noticed that libGl might be broken.


I'm using .14 with the nvidia driver and direct rendering is working
Back to top
View user's profile Send private message
WingGnDm
n00b
n00b


Joined: 12 Apr 2004
Posts: 23

PostPosted: Thu Jul 21, 2005 3:51 pm    Post subject: Reply with quote

i'm talking about the standard x11 ones, nvidia provides their own propraitary ones. So this basically applies to all those who don't use ati or nvidia cards.
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Thu Jul 21, 2005 4:01 pm    Post subject: Reply with quote

hacnslash wrote:
I just attempted to emerge xorg-6.8.99.15 and failed thusly:
Code:
{standard input}: Assembler messages:
{standard input}:7047: Error: symbol `skip' is already defined
{standard input}:7155: Error: symbol `skip2' is already defined
make[5]: *** [fbmmx.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.15/work/xc/programs/Xserver/fb'
make[4]: *** [fb] Error 2
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.15/work/xc/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.15/work/xc/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.15/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.15/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xorg-x11-6.8.99.15 failed.
!!! Function build, Line 968, Exitcode 2
!!! make World failed
!!! If you need support, post the topmost build error, NOT this status message.


Exactly the same here.
Btw, why is this thread in Unsupported Software?
Back to top
View user's profile Send private message
TriPhoenix
n00b
n00b


Joined: 13 Aug 2003
Posts: 47

PostPosted: Thu Jul 21, 2005 7:55 pm    Post subject: Reply with quote

Seems like gcc wants to optimize and inline a function containing some assembler code. As this is inlined twice, the resulting code contains the same labels more than once and results in this error. I managed to avoid this error by compiling the file manually without -O3. Continuing the build right now, hopefully it works :)

Perhaps this is useful to someone...
Back to top
View user's profile Send private message
hacnslash
n00b
n00b


Joined: 23 Dec 2004
Posts: 54
Location: west virginia

PostPosted: Thu Jul 21, 2005 9:38 pm    Post subject: Reply with quote

i emerged it again like so "CFLAGS="-O2" emerge xorg-x11" and it installed flawlessly...
_________________
http://freshmeat.net/projecs/hacburn
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Fri Jul 22, 2005 2:08 am    Post subject: Reply with quote

This works, indeed! The question: is O3 for xorg-x11 suddenly "overoptimized"?
I guess not (it worked all the time before). Wild guess: O2 just skips the buggy code.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jul 22, 2005 2:53 am    Post subject: Reply with quote

Did anyone submit that bug to the people at xorg? They should really know about that if it is a serious problem. I'm compiling the new one now. If I encounter a problem I'll post it. Has anyone seen any speed ups in this one?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Fri Jul 22, 2005 3:28 am    Post subject: Reply with quote

Have a look at the change log. The last changes were done by Donnie Berkholz.
His e-mail suggests he's a gentoo developer... The problem is, this thread
doesn't belong into the Unsupported Software forum at all.
Unstable/Testing != unsupported. Looks like none of the devs (and even not
the moderater) are taking care of this forum. And right so: they don't have to.
The sticky announcement ("About this Forum") makes it clear.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jul 22, 2005 3:44 am    Post subject: Reply with quote

Doesn't the fact that you have to unmask the pack make it unsupported? Besides these are prereleases of 6.9.0 right? I agree with you that there should be a testing forum but for now I guess we'll have to make due with this forum. I just got finished installing 6.8.99.15 and I noticed that my ram consumption is now 30 Megs higher...I'm not complaining but has anyone else noticed this?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Fri Jul 22, 2005 5:01 am    Post subject: Reply with quote

Master Shake wrote:
Doesn't the fact that you have to unmask the pack make it unsupported?

Reading the announcement is too much for you? Well, then I have to bring it to you (part of it):
sticky announcement, first post in this forum wrote:
Portage contains stable and testing (unstable) packages. Is this some kind of experimental portage tree?
In no way. Things you find here are in no way associated with portage. Most of it will never find its way into portage.

Master Shake wrote:
Besides these are prereleases of 6.9.0 right?

Don't know, but from the version number I'd say so.
Master Shake wrote:
I agree with you that there should be a testing forum but for now I guess we'll have to make due with this forum.

Where did I say that, can you read my mind? Actually I had the same thoughts but droped them very soon cause it only would make sense if stable/unstable would mean what it suggest. Fact is that more often than not applications in the 'unstable' branch are running better than the 'stable' ones, particularly some of the big ones (firefox, xorg etc.). But don't get me wrong: this does not mean recommending a complete unstable/testing installation.

What I did say was that this thread just doesn't belong to this forum. What I did not say (but what I think): it clearly should go into "Desktop Environments" as from its description that's the place (among others) for "Questions about X".
Master Shake wrote:
I just got finished installing 6.8.99.15 and I noticed that my ram consumption is now 30 Megs higher...I'm not complaining but has anyone else noticed this?

No. What do you mean exactly with "ram consumption" and where do you see it? The only thing I've noticed so far is the gdm page building up signifcantly slower (I never could watch it building up, now I can. Still <1sec. though, so no big deal, just odd). Other than this, everything is the same as before or even "feels" a bit snapier. Can have other reasons, though (something was wrong with my themes, so I did some re-installing).
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jul 22, 2005 1:34 pm    Post subject: Reply with quote

If you do a free -m or look in a kde or gnome system monitor it will tell you how much ram is being consumed or used. I have also noticed that I can watch gdm draw itself.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Fri Jul 22, 2005 3:33 pm    Post subject: Reply with quote

6.8.99.15 compiled fine for me overnight with the rest of a world update. My CFLAGS is "-Os -march=athlon-tbird -fomit-frame-pointer -funit-at-a-time -pipe". :)
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jul 22, 2005 4:09 pm    Post subject: Reply with quote

Yeah mine are -O3 -march-athlon-xp -pipe -fomit-frame-pointer -ffast-math and It compiled fine for me.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Sat Jul 23, 2005 1:38 am    Post subject: Reply with quote

Xorg 6.8.99.15 segfaults here. :(

Currently recompiling .14 now (note to self: use `quickpkg` for large things! :oops: )
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
firephoto
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1612
Location: +48° 5' 23.40", -119° 48' 30.00"

PostPosted: Sat Jul 23, 2005 3:38 am    Post subject: Reply with quote

Quote:
Xorg 6.8.99.15 segfaults here. :(


.15 is working fine here and I've emerged it 4 times without issue.

On AMD64, both sets of cflags worked fine.
Code:

CFLAGS="-march=athlon64 -O3 -ftracer -pipe -fforce-addr -fpeel-loops -funswitch-loops"
CFLAGS="-march=athlon64 -O2 -ftracer -pipe"


System is ~arch, nothing masked.
_________________
#gentoo-kde on freenode
Back to top
View user's profile Send private message
nxsty
Veteran
Veteran


Joined: 23 Jun 2004
Posts: 1556
Location: .se

PostPosted: Sat Jul 23, 2005 12:48 pm    Post subject: Reply with quote

Master Shake wrote:
Besides these are prereleases of 6.9.0 right?


That's correct. Acctually it's also the prereleases of 7.0 also since 6.9 and 7.0 will be released simultaneously with the same set of features, only that 7.0 will be autotooled and 6.9 will use the old imake build system.
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Sat Jul 23, 2005 2:07 pm    Post subject: Reply with quote

Master Shake wrote:
...I have also noticed that I can watch gdm draw itself.

Doesn't seem to be an xorg related problem. I just downgraded to 6.8.2 (not w/o quickpkg 6.8.99 at first) and it's still there.
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Mon Jul 25, 2005 10:16 am    Post subject: Reply with quote

Same here:
Compiler Error with .15

System:
Vanilla-Kernel 2.6.12
Glibc 2.3.5
GCC 3.4.4

-O3 -pentium-m
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Mon Jul 25, 2005 6:17 pm    Post subject: Reply with quote

nxsty wrote:
Master Shake wrote:
Besides these are prereleases of 6.9.0 right?


That's correct. Acctually it's also the prereleases of 7.0 also since 6.9 and 7.0 will be released simultaneously with the same set of features, only that 7.0 will be autotooled and 6.9 will use the old imake build system.


What is the difference between autotooled and imake...sorry for being a newb with that stuff.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
kmare
l33t
l33t


Joined: 20 Nov 2004
Posts: 619
Location: Thessaloniki, Greece

PostPosted: Mon Jul 25, 2005 8:55 pm    Post subject: Reply with quote

check this.. http://wiki.x.org/wiki/ModularizationProposal
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Mon Jul 25, 2005 10:32 pm    Post subject: Reply with quote

I think I like the idea of the modules that it was talking about. It seems easier to maintain and easier/less intimidating for newer coders, like myself, to examen the code.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
hacnslash
n00b
n00b


Joined: 23 Dec 2004
Posts: 54
Location: west virginia

PostPosted: Thu Aug 04, 2005 4:37 am    Post subject: Reply with quote

xorg 6.9/7.0 release candidate zero is available for testing ^_^

http://lists.freedesktop.org/archives/xorg/2005-August/008963.html

ask them for ebuilds and they will come.......
_________________
http://freshmeat.net/projecs/hacburn
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 15, 16, 17  Next
Page 7 of 17

 
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