Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XGL (part 2)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 19, 20, 21 ... 28, 29, 30  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
DecayCell
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2004
Posts: 126
Location: Israel

PostPosted: Fri Feb 24, 2006 11:48 pm    Post subject: Reply with quote

I got this thing working thanks to CoffeeBuzz's overlay, but I'm experiencing very frequent lockups with the proprietary ATI drivers... Anyone has any idea? :roll:
Back to top
View user's profile Send private message
newmario
n00b
n00b


Joined: 23 Mar 2004
Posts: 49

PostPosted: Fri Feb 24, 2006 11:56 pm    Post subject: Reply with quote

how can i add compiz and gnome-window-decorator to a gnome session, so every time i log in i have this wonderful cubes and wobblys ?

thanks pijalu, gdm is working :), but as mentioned, compiz and gnome-window-decorator won't start
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sat Feb 25, 2006 12:58 am    Post subject: Reply with quote

sarmadzhiev wrote:
Noyan wrote:
abcdeef wrote:
Code:
In file included from i810vb.c:139:
../../../../../src/mesa/tnl_dd/t_dd_vb.c:193: Warnung: kein vorheriger Prototyp für »i810_print_vertex«
../../../../../bin/mklib -noprefix -o i810_dri.so \
../../common/driverfuncs.o ../common/utils.o ../common/texmem.o ../common/vblank.o ../common/dri_util.o ../common/xmlconfig.o ../common/drirenderbuffer.o i810context.o i810ioctl.o i810render.o i810screen.o i810span.o i810state.o i810tex.o i810texmem.o i810texstate.o i810tris.o i810vb.o   ../../../../../src/mesa/libmesa.a   -lm -lpthread -lexpat -ldl `pkg-config --libs libdrm` -ldrm
mklib: Making Linux shared library:  i810_dri.so
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object.
install i810_dri.so ../../../../../lib
make[6]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa/src/mesa/drivers/dri/i810'
i830
/bin/sh: line 0: cd: i830: Datei oder Verzeichnis nicht gefunden
make[5]: *** [subdirs] Fehler 1
make[5]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Fehler 2
make[4]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa/src/mesa'
make[3]: *** [default] Fehler 2
make[3]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa/src/mesa'
make[2]: *** [subdirs] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa/src'
make[1]: *** [default] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060216/work/Mesa'
make: *** [linux-dri-x86] Fehler 2

!!! ERROR: media-libs/mesa-6.4.3_alpha20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

:?:


same here


Here too.

I managed to compile it after removing the driver i830 (and then i915 because other error) from Mesa ebuild, i810 drivers.
Unfortunately this almo mean my card i915 will not be supported :-(.
The bug there is in teh C code one of the #define's is not there and I do not know how to fix it.


I've updated my mesa ebuild in my overlay to include i915_drm.h from the 2.6.16_rc4 kernel if a running kernel < 2.6.16 is detected. This fixes the #define I915_FOO_LAST_DISPATCH missing issue.
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Back to top
View user's profile Send private message
sarmadzhiev
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Sat Feb 25, 2006 1:55 am    Post subject: Reply with quote

Quote:

I've updated my mesa ebuild in my overlay to include i915_drm.h from the 2.6.16_rc4 kernel if a running kernel < 2.6.16 is detected. This fixes the #define I915_FOO_LAST_DISPATCH missing issue.


Now xgl does not link:
Quote:

link /usr/lib/opengl/xorg-x11/lib/libGL.la: No such file or directory


And it is not there for sure
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sat Feb 25, 2006 2:16 am    Post subject: Reply with quote

sarmadzhiev wrote:
Quote:

I've updated my mesa ebuild in my overlay to include i915_drm.h from the 2.6.16_rc4 kernel if a running kernel < 2.6.16 is detected. This fixes the #define I915_FOO_LAST_DISPATCH missing issue.


Now xgl does not link:
Quote:

link /usr/lib/opengl/xorg-x11/lib/libGL.la: No such file or directory


And it is not there for sure


Fixed my overlay. libGL.la and libGLU.la should now be present. They ran away, but they couldnt hide from me mwahah .. ha .. ahhh ... ...
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org


Last edited by CoffeeBuzz on Sat Feb 25, 2006 3:00 am; edited 3 times in total
Back to top
View user's profile Send private message
sarmadzhiev
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Sat Feb 25, 2006 2:32 am    Post subject: Reply with quote

CoffeeBuzz wrote:
sarmadzhiev wrote:
Quote:

I've updated my mesa ebuild in my overlay to include i915_drm.h from the 2.6.16_rc4 kernel if a running kernel < 2.6.16 is detected. This fixes the #define I915_FOO_LAST_DISPATCH missing issue.


Now xgl does not link:
Quote:

link /usr/lib/opengl/xorg-x11/lib/libGL.la: No such file or directory


And it is not there for sure


have you updated glproto and the mesa? and then glitz? and then xgl? does xgl break? or just no binary gets built?


Yes I did.
I believe mesa sould put it - but no.
And no binaries Xgl. emerge fail.

I just reemerge glproto and mesa - and no libGL.la comming.
There one in the /usr/lib/ but if I use it for Xgl build it is not seems to work proper (Xgl not working, blinking for a second and die)
Back to top
View user's profile Send private message
sunmoon1997
n00b
n00b


Joined: 22 Nov 2004
Posts: 33

PostPosted: Sat Feb 25, 2006 4:26 am    Post subject: Reply with quote

for running Xgl, I use my own script that replaced /usr/bin/X. it starts Xgl if you add Xgl to you kernel command line otherwise it starts Xorg. I think I should share this script:)
Code:
#!/bin/sh
xserver=Xorg
xserverargs=
xglfontpath="/usr/share/fonts/100dpi,/usr/share/fonts/75dpi,/usr/share/fonts/misc,/usr/share/fonts/ttf/zh_CN,/usr/share/fonts/ttf-bitstream-vera"
xglargs="-accel xv -accel glx:pbuffer +kb"
xgl=Xgl

if [  "$IN_XGL" = "yes" ] || [ "$DISABLE_XGL" = "yes" ];then
        exec $xserver $xserverargs $@
fi

if [[ `grep -i xgl /proc/cmdline` ]] || [ "$USE_XGL" = "yes" ];then
        #USE_XGL=yes
        xserverargs="$xglargs -fp $xglfontpath"
        xserver=Xgl

        export IN_XGL=yes
        unset LD_LIBRARY_PATH
fi

exec $xserver $xserverargs $@
Back to top
View user's profile Send private message
dmsnell
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2005
Posts: 79

PostPosted: Sat Feb 25, 2006 8:27 am    Post subject: Reply with quote

well, I've now tried logging in as a new user, revdep-rebuilding, rebuilding mesa, pango, et al and still no window borders.

shadow images? what are these and why can't I get them since other people do?
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sat Feb 25, 2006 8:41 am    Post subject: Reply with quote

FYI - Added the opacity plugin AND transset-df-5 to the repository as of revision 30

http://gentoo-wiki.com/HOWTO_XGL#Installing_Xgl

http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency#transset-df
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Back to top
View user's profile Send private message
stony777
n00b
n00b


Joined: 14 Nov 2004
Posts: 23
Location: Rotenburg (Wümme)-GER

PostPosted: Sat Feb 25, 2006 9:32 am    Post subject: Reply with quote

Now that i got it working, would i have to do "svn up" and then reemerge all packages concerning xgl or just the xgl one?
I mean to get opacity/transparency.
_________________
Admin of www.linuX-gamers.net
What you wanna play - play it on LINUX :)
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Sat Feb 25, 2006 10:48 am    Post subject: Reply with quote

hey CoffeeBuzz

ur doin good work guy :D
Back to top
View user's profile Send private message
pijalu
Guru
Guru


Joined: 04 Oct 2004
Posts: 365

PostPosted: Sat Feb 25, 2006 11:10 am    Post subject: Reply with quote

newmario wrote:
ive patched my gdm.conf, but it doesn't work, if i press login with my user account, is see the splash screen and nothing more. it hangs.
maybe a gnome or a gnome-panel problem, because if i start the xgl without gdm as root, there is no panel.

Hmm...
Do you start Xgl as root with something like this ?
Code:

xinit /usr/bin/gnome-session -- /usr/bin/Xgl :1 -accel xv -accel glx:pubffer -ac -kb -br
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Sat Feb 25, 2006 11:24 am    Post subject: Reply with quote

@CoffeeBuzz

tried ur overlay but i broke direct renderin :D

Code:

glxinfo | grep render
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect



and of course when try to run xgl

Xgl :1 -ac -accel glx:pbuffer -accel xv:pbuffer

it says :

Code:

libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  1 (X_GLXRender)
  Serial number of failed request:  99
  Current serial number in output stream:  100

Back to top
View user's profile Send private message
bob_111
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 155

PostPosted: Sat Feb 25, 2006 11:43 am    Post subject: Reply with quote

Hey, i updated to Coffies Overlay but im still getting the black windows bug. Even tho my GFX card is supported it must be a configuration error :cry:. I can use all the compiz plugins tho.

- bob_111
Back to top
View user's profile Send private message
newmario
n00b
n00b


Joined: 23 Mar 2004
Posts: 49

PostPosted: Sat Feb 25, 2006 12:19 pm    Post subject: Reply with quote

gdm and the panel is working now. the problem was the workspace switcher from gnome. it seems to be, that the workspace switcher (maybe also the window list plug) crashes the gnome panel.

but i've a other problem. i inserted gnome-window-decorator and compiz the the gnome session startup progs, but it didn't work for some reason. i can only manually enter the LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace gconf & and gnome-window-decorator in a terminal to start the compiz plugins. but i want to automatically start this, when i logged into gnome.
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sat Feb 25, 2006 2:52 pm    Post subject: Reply with quote

stony777 wrote:
Now that i got it working, would i have to do "svn up" and then reemerge all packages concerning xgl or just the xgl one?
I mean to get opacity/transparency.


Stony
you just need to compile the plugin. Then restart compiz with it in the command line but if you use gconf I dont even think you need to restarts. Just open up gconf, add it to actice_plugins then

Noyan
What video card? glxinfo has always told me 'direct rendering: no' (which I think will always show even if you have direct rendering enabled and working, correct me if i'm wrong). However my OpenGL renderer string says: GeForce FX Go5700/AGP/SSE2. You use ATI? You using the proper LD_LIBRARY_PATH? Try giving mesa another emerge maybe.

EDIT Noyan - update my overlay. theres a patch that fixes that .I915_PARAM_LAST_DISPATCH error

And this is a general commit, in these long threads when you ask a question, just EDIT your post with more info, the solution etc etc ... helps trim the clutter in these insanely long threads.
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org


Last edited by CoffeeBuzz on Sat Feb 25, 2006 5:17 pm; edited 3 times in total
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Sat Feb 25, 2006 4:09 pm    Post subject: Reply with quote

Intel Corporation Mobile 915GM

m sure there s no direct rendering cuz i tested my opengl games glxgears etc..

I ll re emerge all overlay again so i can paste yo xgl error
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Sat Feb 25, 2006 4:30 pm    Post subject: Reply with quote

when compiling mesa

Code:

/usr/lib/xorg/modules/dri"' intel_ioctl.c -o intel_ioctl.o
intel_ioctl.c: In function 'intelGetLastFrame':
intel_ioctl.c:49: error: 'I915_PARAM_LAST_DISPATCH' undeclared (first use in this function)
intel_ioctl.c:49: error: (Each undeclared identifier is reported only onceintel_ioctl.c:49: error: for each function it appears in.)
intel_ioctl.c: In function 'intelRefillBatchLocked':
intel_ioctl.c:143: warning: pointer targets in assignment differ in signedness
make[6]: *** [intel_ioctl.o] Error 1
make[6]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri/i915'
make[5]: *** [subdirs] Error 1
make[5]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Error 2
make[4]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa'
make: *** [linux-dri-x86] Error 2

!!! ERROR: media-libs/mesa-6.4.3_alpha20060224 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


gives this :/
Back to top
View user's profile Send private message
-cosmo-
n00b
n00b


Joined: 11 Jun 2004
Posts: 18
Location: Sweden

PostPosted: Sat Feb 25, 2006 4:53 pm    Post subject: Reply with quote

Have anyone been able to get more then 7 mouse buttons when using XGL?
When I try to run my regular xmodmap line it complains about the number of buttons.

Code:
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 8 9 4 5 6 7 10 11"


When I change it to
Code:
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"

I can get the mouse wheel to work, but not the thumb-buttons.

Any ideas?
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Sat Feb 25, 2006 5:56 pm    Post subject: Reply with quote

Noyan wrote:
when compiling mesa

Code:

/usr/lib/xorg/modules/dri"' intel_ioctl.c -o intel_ioctl.o
intel_ioctl.c: In function 'intelGetLastFrame':
intel_ioctl.c:49: error: 'I915_PARAM_LAST_DISPATCH' undeclared (first use in this function)
intel_ioctl.c:49: error: (Each undeclared identifier is reported only onceintel_ioctl.c:49: error: for each function it appears in.)
intel_ioctl.c: In function 'intelRefillBatchLocked':
intel_ioctl.c:143: warning: pointer targets in assignment differ in signedness
make[6]: *** [intel_ioctl.o] Error 1
make[6]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri/i915'
make[5]: *** [subdirs] Error 1
make[5]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Error 2
make[4]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa'
make: *** [linux-dri-x86] Error 2

!!! ERROR: media-libs/mesa-6.4.3_alpha20060224 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


gives this :/



fixed this with changin kernel


but no direct rendering :/

$glxgears
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
1206 frames in 5.5 seconds = 170.496 FPS


whats the problem with libGL :/
Back to top
View user's profile Send private message
mike-zed
n00b
n00b


Joined: 25 Feb 2006
Posts: 11

PostPosted: Sat Feb 25, 2006 5:56 pm    Post subject: Reply with quote

I also have problems with compiling mesa, even with CoffeeBuzz' version:

Code:

i686-pc-linux-gnu-gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../../drm/shared-core -I../../../../../include -I../../../../../include/GL/internal -I../../../../../src/mesa -I../../../../../src/mesa/main -I../../../../../src/mesa/glapi -I../../../../../src/mesa/math -I../../../../../src/mesa/transform -I../../../../../src/mesa/shader -I../../../../../src/mesa/swrast -I../../../../../src/mesa/swrast_setup -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri  `pkg-config --cflags libdrm` -Wall -Wmissing-prototypes -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fPIC -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DDEFAULT_DRIVER_DIR='"/usr/lib/xorg/modules/dri"' -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DDEFAULT_DRIVER_DIR='"/usr/lib/xorg/modules/dri"' intel_ioctl.c -o intel_ioctl.o
intel_ioctl.c: In Funktion >>intelGetLastFrame<<:
intel_ioctl.c:49: error: `I915_PARAM_LAST_DISPATCH' undeclared (first use in this function)
intel_ioctl.c:49: error: (Each undeclared identifier is reported only once
intel_ioctl.c:49: error: for each function it appears in.)
make[6]: *** [intel_ioctl.o] Fehler 1
make[6]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri/i915'
make[5]: *** [subdirs] Fehler 1
make[5]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Fehler 2
make[4]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[3]: *** [default] Fehler 2
make[3]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src/mesa'
make[2]: *** [subdirs] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa/src'
make[1]: *** [default] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/mesa-6.4.3_alpha20060224/work/Mesa'
make: *** [linux-dri-x86] Fehler 2

!!! ERROR: media-libs/mesa-6.4.3_alpha20060224 failed.
!!! Function src_compile, Line 212, Exitcode 2
!!! Build failed
!!! If you need support, post the topmost build error, NOT this status message.


A bit fewer during compiling it says that some header files are missing:
Code:

makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/bits/types.h, line 31): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/limits.h, line 124): cannot find include file "limits.h"
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/stdlib.h, line 33): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/alloca.h, line 25): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/stdio.h, line 34): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/_G_config.h, line 14): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/wchar.h, line 48): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/gconv.h, line 31): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../../../src/mesa/drivers/dri/common/stdarg.h
        not in server/stdarg.h
        not in ../../../../../../drm/shared-core/stdarg.h
        not in ../../../../../include/stdarg.h
        not in ../../../../../include/GL/internal/stdarg.h
        not in ../../../../../src/mesa/stdarg.h
        not in ../../../../../src/mesa/main/stdarg.h
        not in ../../../../../src/mesa/glapi/stdarg.h
        not in ../../../../../src/mesa/math/stdarg.h
        not in ../../../../../src/mesa/transform/stdarg.h
        not in ../../../../../src/mesa/shader/stdarg.h
        not in ../../../../../src/mesa/swrast/stdarg.h
        not in ../../../../../src/mesa/swrast_setup/stdarg.h
        not in ../../../../../src/egl/main/stdarg.h
        not in ../../../../../src/egl/drivers/dri/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/include/stdarg.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/string.h, line 33): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading ../../../../../src/mesa/main/glheader.h, line 72): cannot find include file "float.h"
        not in ./float.h
        not in ../../../../../src/mesa/drivers/dri/common/float.h
        not in server/float.h
        not in ../../../../../../drm/shared-core/float.h
        not in ../../../../../include/float.h
        not in ../../../../../include/GL/internal/float.h
        not in ../../../../../src/mesa/float.h
        not in ../../../../../src/mesa/main/float.h
        not in ../../../../../src/mesa/glapi/float.h
        not in ../../../../../src/mesa/math/float.h
        not in ../../../../../src/mesa/transform/float.h
        not in ../../../../../src/mesa/shader/float.h
        not in ../../../../../src/mesa/swrast/float.h
        not in ../../../../../src/mesa/swrast_setup/float.h
        not in ../../../../../src/egl/main/float.h
        not in ../../../../../src/egl/drivers/dri/float.h
        not in /usr/include/drm/float.h
        not in /usr/include/float.h
makedepend: warning:  ../../common/driverfuncs.c (reading ../../../../../src/mesa/main/glheader.h, line 73): cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../../../src/mesa/drivers/dri/common/stdarg.h
        not in server/stdarg.h
        not in ../../../../../../drm/shared-core/stdarg.h
        not in ../../../../../include/stdarg.h
        not in ../../../../../include/GL/internal/stdarg.h
        not in ../../../../../src/mesa/stdarg.h
        not in ../../../../../src/mesa/main/stdarg.h
        not in ../../../../../src/mesa/glapi/stdarg.h
        not in ../../../../../src/mesa/math/stdarg.h
        not in ../../../../../src/mesa/transform/stdarg.h
        not in ../../../../../src/mesa/shader/stdarg.h
        not in ../../../../../src/mesa/swrast/stdarg.h
        not in ../../../../../src/mesa/swrast_setup/stdarg.h
        not in ../../../../../src/egl/main/stdarg.h
        not in ../../../../../src/egl/drivers/dri/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/include/stdarg.h
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/inttypes.h, line 38): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../../common/driverfuncs.c (reading ../../../../../include/GL/glext.h, line 3044): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../common/utils.c (reading /usr/include/drm/drm.h), line 196: # warning "__SIZE_TYPE__ not defined.  Assuming sizeof(size_t) == sizeof(unsigned long)!"
makedepend: warning:  ../common/vblank.c (reading /usr/include/unistd.h, line 195): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  ../common/dri_util.c, line 20: cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../../../src/mesa/drivers/dri/common/stdarg.h
        not in server/stdarg.h
        not in ../../../../../../drm/shared-core/stdarg.h
        not in ../../../../../include/stdarg.h
        not in ../../../../../include/GL/internal/stdarg.h
        not in ../../../../../src/mesa/stdarg.h
        not in ../../../../../src/mesa/main/stdarg.h
        not in ../../../../../src/mesa/glapi/stdarg.h
        not in ../../../../../src/mesa/math/stdarg.h
        not in ../../../../../src/mesa/transform/stdarg.h
        not in ../../../../../src/mesa/shader/stdarg.h
        not in ../../../../../src/mesa/swrast/stdarg.h
        not in ../../../../../src/mesa/swrast_setup/stdarg.h
        not in ../../../../../src/egl/main/stdarg.h
        not in ../../../../../src/egl/drivers/dri/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/include/stdarg.h
makedepend: warning:  ../common/dri_util.c (reading /usr/include/sys/mman.h, line 26): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning:  i915_program.c (reading /usr/include/strings.h, line 29): cannot find include file "stddef.h"
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../../drm/shared-core/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/transform/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/include/drm/stddef.h
        not in /usr/include/stddef.h

Back to top
View user's profile Send private message
bernieb
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2003
Posts: 119

PostPosted: Sat Feb 25, 2006 6:06 pm    Post subject: Reply with quote

I was wondering if anyone can help me with this relatively minor problem. . .

I finally got Xgl running with the compiz manager, but when I try to run a gnome session with the executable
'gnome-session', it does not start up the gnome-menu or taskbar. Does anyone know what I need to execute to start these things?

Thanks in advance for any assistance you can give me, I'm not that familiar with gnome, I had been primarily
a kde user until now :-)
Back to top
View user's profile Send private message
smypee
n00b
n00b


Joined: 11 Oct 2003
Posts: 64
Location: Zurich

PostPosted: Sat Feb 25, 2006 7:05 pm    Post subject: Reply with quote

Almost got through with the howto ;-) but then the gnome-control failed to compile:
Code:

/usr/lib/libcairo.so: undefined reference to `__popcountsi2@GCC_3.4'
collect2: ld returned 1 exit status
make[3]: *** [gnome-theme-test] Error 1
make[3]: Leaving directory
`/var/tmp/portage/control-center-2.12.2-r1/work/control-center-2.12.2/capplets/c
ommon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/control-center-2.12.2-r1/work/control-center-2.12.2/capplets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/control-center-2.12.2-r1/work/control-center-2.12.2'
make: *** [all] Error 2

!!! ERROR: gnome-base/control-center-2.12.2-r1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
  ebuild.sh, line 1609:   Called gnome2_src_compile


Can anybody help me? I'm using gcc 3.4.4.
Back to top
View user's profile Send private message
bernieb
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2003
Posts: 119

PostPosted: Sat Feb 25, 2006 7:17 pm    Post subject: Reply with quote

smypee--

Did you upgrade to gcc-3.4 from an older version?

If so, did you remember to run the fix_libtool_files.sh script after upgrading?

You run it with the version number of the old version of gcc you are upgrading from.
For instance, if you were upgrading from gcc version 3.3.3, you'd execute it like this:

Code:

fix_libtool_files.sh 3.3.3


I hope this helps, I've had similar problems after upgrading gcc, this seems to fix it for me.
Back to top
View user's profile Send private message
kdvgent
Guru
Guru


Joined: 29 Sep 2004
Posts: 352
Location: Belgium

PostPosted: Sat Feb 25, 2006 8:29 pm    Post subject: Got it all working on ~AMD64 Reply with quote

Got it all working, following "HOWTO Modular Xorg" and "Migrating to Modular X HOWTO" and then "HOWTO XGL".

No opacity (but that is mentioned in the XGL Howto) and 100% CPU usage all the time.

But all other functions seem to work, very much as in the Novell video.

I am able to use it in an real session (browsing, editing, compiling, usinge OpenOffice, etc.) although it is much slower than the standard Gnome installation (not surprisingly if it uses 100% CPU even when doing nothing).

I assume performance we be improved over time.

Nice piece of work.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 19, 20, 21 ... 28, 29, 30  Next
Page 20 of 30

 
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