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 ... 18, 19, 20 ... 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
Hawkee
n00b
n00b


Joined: 20 Jun 2004
Posts: 50

PostPosted: Fri Feb 24, 2006 12:30 am    Post subject: Reply with quote

Hi, I followed the HOWTO closely, but had the same problems as CoffeeBuzz. Thanks to his patches Xgl compiled successfully (it takes some time).

But for some reason no binaries are built (linked together) at all. :(

Quote:

* Contents of x11-base/xgl-20060216:
/usr
/usr/lib
/usr/lib/pkgconfig
/usr/lib/xserver
/usr/share
/usr/share/X11
/usr/share/X11/xkb
/usr/share/X11/xkb/compiled
/usr/share/X11/xkb/compiled/README.compiled
/usr/share/aclocal
/usr/share/man
/usr/share/man/man1


Any ideas? Why doesn't make build an Xgl binary?
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


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

PostPosted: Fri Feb 24, 2006 1:09 am    Post subject: Reply with quote

Hawkee wrote:
Hi, I followed the HOWTO closely, but had the same problems as CoffeeBuzz. Thanks to his patches Xgl compiled successfully (it takes some time).

But for some reason no binaries are built (linked together) at all. :(

Quote:

* Contents of x11-base/xgl-20060216:
/usr
/usr/lib
/usr/lib/pkgconfig
/usr/lib/xserver
/usr/share
/usr/share/X11
/usr/share/X11/xkb
/usr/share/X11/xkb/compiled
/usr/share/X11/xkb/compiled/README.compiled
/usr/share/aclocal
/usr/share/man
/usr/share/man/man1


Any ideas? Why doesn't make build an Xgl binary?


you need to use glitz >= 0.5.4 (like a cvs build). fluidportage has a cvs build for glitz that worked for me

The error in the next post can be solved by looking a page back or using my overlay:
cd /usr/local
svn co http://www.tripthelight.net/xgloverlay

and editing make.conf. add xgloverlay to PORTDIR_OVERLAY
_________________
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 Fri Feb 24, 2006 5:49 am; edited 1 time in total
Back to top
View user's profile Send private message
vliqi
n00b
n00b


Joined: 27 Feb 2004
Posts: 28

PostPosted: Fri Feb 24, 2006 4:03 am    Post subject: when I compile xgl,error encounter Reply with quote

Code:
glxcmds.c: In function '__glXVendorPrivateWithReply':
glxcmds.c:2351: error: 'X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
glxcmds.c:2351: error: (Each undeclared identifier is reported only once
glxcmds.c:2351: error: for each function it appears in.)
glxcmds.c:2353: error: 'X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: 'X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: 'X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: 'X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: 'X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: 'X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
make[2]: *** [glxcmds.lo] 错误 1
make[2]: *** 正在等待未完成的任务....
glxcmdsswap.c: In function '__glXSwapVendorPrivate':
glxcmdsswap.c:1087: warning: pointer targets in passing argument 2 of '__glXSwapBindTexImageEXT' differ in signedness
glxcmdsswap.c:1089: warning: pointer targets in passing argument 2 of '__glXSwapReleaseTexImageEXT' differ in signedness
glxcmdsswap.c: In function '__glXSwapVendorPrivateWithReply':
glxcmdsswap.c:1129: error: 'X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
glxcmdsswap.c:1129: error: (Each undeclared identifier is reported only once
glxcmdsswap.c:1129: error: for each function it appears in.)
glxcmdsswap.c:1131: error: 'X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmdsswap.c:1133: error: 'X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmdsswap.c:1135: error: 'X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmdsswap.c:1137: error: 'X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmdsswap.c:1139: error: 'X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmdsswap.c:1141: error: 'X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
make[2]: *** [glxcmdsswap.lo] 错误 1
make[2]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/glx'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL'
make: *** [all-recursive] 错误 1

!!! ERROR: x11-base/xgl-20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

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


Code:
parrot portage-xgl # emerge --info
Portage 2.1_pre4-r1 (default-linux/x86/2005.1, gcc-4.0.2, glibc-2.3.6-r3, 2.6.15-gentoo-r5 i686)
=================================================================
System uname: 2.6.15-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer "
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache cvs distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.139pay.com"
LANG="zh_CN.UTF-8"
LC_ALL="zh_CN.UTF-8"
LINGUAS="zh_CN zh_TW"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-xgl"
SYNC="rsync://gentoo.139pay.com/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cairo cjk crypt cups dbus dri eds emboss encode foomaticdb fortran gdbm gif gpm gtk gtk2 imlib java jpeg kde libg++ libwww linguas_zh_CN mad mikmod mmx mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba sdl spell sse sse2 ssl subversion syslog tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis xine xml2 xv zh_CN zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_zh_TW userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS

_________________
Who love life will love free
Back to top
View user's profile Send private message
BlastM
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2003
Posts: 133
Location: Newcastle, Australia. 7487 miles south-west of America.

PostPosted: Fri Feb 24, 2006 6:32 am    Post subject: Reply with quote

I finally gox Xgl compiled thanks to CoffeeBuzz's overlay, but I still can't start X11R7. Here's the output:

Code:
blastm@blastbox ~ $ X
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/blastbox:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15-nitro2 i686
Current Operating System: Linux blastbox 2.6.15-nitro2 #6 Fri Feb 24 09:32:29 EST 2006 i686
Build Date: 24 February 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 25 04:29:36 2006
(==) Using config file: "/etc/X11/xorg.conf"
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'
(EE) Failed to load module "bitmap" (module does not exist, 0)
(EE) Failed to load module "pcidata" (module does not exist, 0)

Fatal server error:
Unable to load required base modules, Exiting...


I've tried commenting out the Load "bitmap" line in xorg.conf but it's still complaining about the bitmap module, and I can't find any mention of pcidata. Anyone know what's going on?

EDIT: I nuked my config and started again, and it's starting but I'm still getting the following errors:
Code:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/blastbox:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

which is a little disconcerting.


Last edited by BlastM on Fri Feb 24, 2006 8:06 am; edited 1 time in total
Back to top
View user's profile Send private message
StringCheesian
l33t
l33t


Joined: 21 Oct 2003
Posts: 887

PostPosted: Fri Feb 24, 2006 6:37 am    Post subject: Reply with quote

Is this normal?
'emerge xgl' output wrote:
>>> Unpacking source...
* Fetching CVS module xserver/xorg into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":pserver:anonymous:@anoncvs.freedesktop.org:/cvs/xorg" login
Logging in to :pserver:anonymous@anoncvs.freedesktop.org:2401/cvs/xorg
* Running cvs -q -f -z4 -d ":pserver:anonymous@anoncvs.freedesktop.org:/cvs/xorg" update -dP -rxgl-0-0-1 xgl-xorg
cvs update: warning: cannot open /cvs/xorg/CVSROOT/val-tags read/write: Permission denied
* Copying xserver/xorg from /mnt/gentoo/usr/portage/distfiles/cvs-src ...
* CVS module xserver/xorg is now in /var/tmp/portage/xgl-20060223/work

It seems to be compiling fine despite that error...
Back to top
View user's profile Send private message
abcdeef
Tux's lil' helper
Tux's lil' helper


Joined: 24 Sep 2003
Posts: 88

PostPosted: Fri Feb 24, 2006 10:30 am    Post subject: Reply with quote

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.

:?:
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Fri Feb 24, 2006 10:34 am    Post subject: Reply with quote

heijs wrote:
Ricky wrote:
As of a few days ago, when I try to start Xgl I get "no screens found" when I try and start with the following command:
Code:
Xgl -ac -accel xv:pbuffer -accel glx:pbuffer -layout Single
my xorg.conf is here: http://s88382932.onlinehome.us/files/xorg.conf

(standard X starts up fine. On a somewhat related note, I would get "no screens found" before when trying to start Xgl in 24-bit depth, but it would work find in 16. Plain X can do either.)


Try changing the resolution in 24-bit depth to 1024x768. Probably has something to do with the amount of memory on the card, I guess.

hmm... good call. Is there any particular reason that this would work in X but not in Xgl? I'd really like to run my LCD in its native resolution... (32 meg AGP Radeon)

With 24bit depth, I actually get the contents of windows rendered, but there's some serious glitches when redrawing windows (moving, resizing, scrolling, etc.). It's like a really bad vnc connection.
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Fri Feb 24, 2006 11:57 am    Post subject: Reply with quote

ugrading from latest mesa cvs

Code:

* Applying mesa-slang-storage.diff ...

 * Failed Patch: mesa-slang-storage.diff !
 *  ( /usr/local/portage-xgl/media-libs/mesa/files/mesa-slang-storage.diff )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/mesa-6.4.3_alpha20060216/temp/mesa-slang-storage.diff-12269.out


!!! ERROR: media-libs/mesa-6.4.3_alpha20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack
  mesa-6.4.3_alpha20060216.ebuild, line 91:   Called epatch 'unpack'



any fix ? :/
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Fri Feb 24, 2006 12:01 pm    Post subject: Reply with quote

fixed the problem as decribed in page 17
Back to top
View user's profile Send private message
Noyan
Apprentice
Apprentice


Joined: 24 Mar 2005
Posts: 212

PostPosted: Fri Feb 24, 2006 12:06 pm    Post subject: Reply with quote

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
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: Fri Feb 24, 2006 2:18 pm    Post subject: Reply with quote

Hmm - I just got everything installed on my dads AMD64 thanks to all the advice here.
But even with x11-base/xgl-20060223 and Glitz >= 0.5.4 i still get no Xgl binary. I installed the cvs-version of glitz to /usr/lib64 and then reemerged xgl but still no luck:

Code:
BigTower lib64 # ls -l libglitz*
-rw-r--r--  1 root root 258652 Feb 24 14:51 libglitz-glx.a
-rw-r--r--  1 root root    984 Feb 24 14:51 libglitz-glx.la
lrwxrwxrwx  1 root root     21 Feb 24 14:17 libglitz-glx.so -> libglitz-glx.so.1.0.0
lrwxrwxrwx  1 root root     21 Feb 24 14:17 libglitz-glx.so.1 -> libglitz-glx.so.1.0.0
-rwxr-xr-x  1 root root 122780 Feb 24 14:51 libglitz-glx.so.1.0.0
-rw-r--r--  1 root root 833012 Feb 24 14:51 libglitz.a
-rw-r--r--  1 root root    803 Feb 24 14:51 libglitz.la
lrwxrwxrwx  1 root root     17 Feb 24 14:17 libglitz.so -> libglitz.so.1.0.0
lrwxrwxrwx  1 root root     17 Feb 24 14:17 libglitz.so.1 -> libglitz.so.1.0.0
-rwxr-xr-x  1 root root 422368 Feb 24 14:51 libglitz.so.1.0.0


On the other hand - when I try to emerge xgl-20060223 the normal dependency is glitz-0.5.3 so THEN it would be obvious that there is no binary.

What information do you need from me that someone could give me a hint what to do to be able to make the final step?

Thanks

Stefan
_________________
Admin of www.linuX-gamers.net
What you wanna play - play it on LINUX :)
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


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

PostPosted: Fri Feb 24, 2006 2:23 pm    Post subject: Reply with quote

stony777 wrote:
Hmm - I just got everything installed on my dads AMD64 thanks to all the advice here.
But even with x11-base/xgl-20060223 and Glitz >= 0.5.4 i still get no Xgl binary. I installed the cvs-version of glitz to /usr/lib64 and then reemerged xgl but still no luck:

On the other hand - when I try to emerge xgl-20060223 the normal dependency is glitz-0.5.3 so THEN it would be obvious that there is no binary.

What information do you need from me that someone could give me a hint what to do to be able to make the final step?

Thanks

Stefan

Assuming your using xgloverlay:
Make sure you update glproto and mesa as well. Update both of those, then glitz-cvs then xgl. (the dependancies are updated in the xgloverlay)
_________________
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: Fri Feb 24, 2006 2:27 pm    Post subject: Reply with quote

hmm - i thought i did, but I will test at once - gimme some minutes :)
_________________
Admin of www.linuX-gamers.net
What you wanna play - play it on LINUX :)
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: Fri Feb 24, 2006 2:48 pm    Post subject: Reply with quote

Awesome - that DID the job. Dont have much time so i explain in very short:

used your overlay - had to add some packages to /etc/portag/package.keyword with ~* keyword (e.g. =media-libs/glitz-20060223 ~*) because of "missing keyword" error. Then went straight according to the readme that you provide with your overlay.

Thank you - you made my day :)
_________________
Admin of www.linuX-gamers.net
What you wanna play - play it on LINUX :)
Back to top
View user's profile Send private message
Vurdak
n00b
n00b


Joined: 07 Feb 2005
Posts: 69
Location: Chioggia - Venice

PostPosted: Fri Feb 24, 2006 4:49 pm    Post subject: Reply with quote

Code:
glxcmds.c: In function `__glXBindSwapBarrierSGIX':
glxcmds.c:2067: warning: cast to pointer from integer of different size
glxcmds.c: In function `__glXVendorPrivateWithReply':
glxcmds.c:2351: error: `X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
glxcmds.c:2351: error: (Each undeclared identifier is reported only once
glxcmds.c:2351: error: for each function it appears in.)
glxcmds.c:2353: error: `X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
make[2]: *** [glxcmds.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/glx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xgl-20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile


:(
Help!
_________________
http://vurdak.deviantart.com
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


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

PostPosted: Fri Feb 24, 2006 5:40 pm    Post subject: Reply with quote

Vurdak wrote:
Code:
glxcmds.c: In function `__glXBindSwapBarrierSGIX':
glxcmds.c:2067: warning: cast to pointer from integer of different size
glxcmds.c: In function `__glXVendorPrivateWithReply':
glxcmds.c:2351: error: `X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
glxcmds.c:2351: error: (Each undeclared identifier is reported only once
glxcmds.c:2351: error: for each function it appears in.)
glxcmds.c:2353: error: `X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
make[2]: *** [glxcmds.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/glx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xgl-20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile


:(
Help!


People PLEASE read... you have to UPDATE x11-proto/glproto with the appropriate patch (see overlay above or on previous page!!) or build an cvs version of glproto (the commit went in today (0224)) to get those extensions defined. Then rebuild mesa, then glitz then xgl. If i see this error posted once more I'm gunna ... do something .. really bad. ;)
_________________
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
Vurdak
n00b
n00b


Joined: 07 Feb 2005
Posts: 69
Location: Chioggia - Venice

PostPosted: Fri Feb 24, 2006 6:12 pm    Post subject: Reply with quote

CoffeeBuzz wrote:
Vurdak wrote:
Code:
glxcmds.c: In function `__glXBindSwapBarrierSGIX':
glxcmds.c:2067: warning: cast to pointer from integer of different size
glxcmds.c: In function `__glXVendorPrivateWithReply':
glxcmds.c:2351: error: `X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
glxcmds.c:2351: error: (Each undeclared identifier is reported only once
glxcmds.c:2351: error: for each function it appears in.)
glxcmds.c:2353: error: `X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
make[2]: *** [glxcmds.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/glx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL'
make: *** [all-recursive] Error 1

!!! ERROR: x11-base/xgl-20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile


:(
Help!


People PLEASE read... you have to UPDATE x11-proto/glproto with the appropriate patch (see overlay above or on previous page!!) or build an cvs version of glproto (the commit went in today (0224)) to get those extensions defined. Then rebuild mesa, then glitz then xgl. If i see this error posted once more I'm gunna ... do something .. really bad. ;)


Sorry :oops: but thank you :)
_________________
http://vurdak.deviantart.com
Back to top
View user's profile Send private message
Pic0
n00b
n00b


Joined: 09 Feb 2006
Posts: 55

PostPosted: Fri Feb 24, 2006 6:21 pm    Post subject: Reply with quote

Thanks a lot for your overlay CoffeeBuzz :). I'm compiling right now.
I just updated http://gentoo-wiki.com/HOWTO_XGL#Installing_Xgl to mention your overlay.
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


Joined: 24 Feb 2006
Posts: 546
Location: 3rd Rock

PostPosted: Fri Feb 24, 2006 6:57 pm    Post subject: Reply with quote

DAMN DAMN DIPPIDY DAMN

CoffeeBuzz your current overlay WORKED GREAT -- YOU ROCK

i have all functions working "including rotate" except for fade so far
i also have some gnome-decorations errors

i will work those out

I just wanted to say thanks for the overlay
Back to top
View user's profile Send private message
Jupiter1TX
Guru
Guru


Joined: 24 Feb 2006
Posts: 546
Location: 3rd Rock

PostPosted: Fri Feb 24, 2006 7:04 pm    Post subject: Reply with quote

ooh and by the way for those of you wondering

AMD ATHLON-XP 2400
512 DDR
Nvidia 2 MX/MX 400 32mg
nvidia-glx-1.0.8178
kernel - 2.6.15-r2
Jackass 2006 tarball GCC3.45

before XGL i was getting 789 on GLXGEARS

am now getting 1251

performance seems rock solid
Back to top
View user's profile Send private message
Milridor
n00b
n00b


Joined: 23 Feb 2006
Posts: 2

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

Gnome-window-decorator don't work :(

When i'm a normal user i have
Code:
The program 'gnome-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 89 error_code 2 request_code 94 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


and when i'm root i have nothing ( no window decoration, no error ) with CoffeBuzz's overlay and i have window decoration with Hanno's overlay
No idea?


Last edited by Milridor on Fri Feb 24, 2006 9:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
newmario
n00b
n00b


Joined: 23 Mar 2004
Posts: 49

PostPosted: Fri Feb 24, 2006 8:37 pm    Post subject: xgl +gdm +normal user +same as with xorg-6.8.. Reply with quote

hello guys !

i've managed xgl to work, looks very nice, but only as root.

what should i do, that i have my whole old desktop (gnome menu entrys, background, nautilus backgrounds, panel) from the xorg-6.8 here in the new xgl environment.

i only want to start my linux as root, start gdm, enter my user name and password and gnome is started (now with xgl :) ) !

my home dir is the same as before, but how should i manage this ?



i love the cube with playing videos :)
Back to top
View user's profile Send private message
pijalu
Guru
Guru


Joined: 04 Oct 2004
Posts: 365

PostPosted: Fri Feb 24, 2006 8:46 pm    Post subject: Re: xgl +gdm +normal user +same as with xorg-6.8.. Reply with quote

newmario wrote:
hello guys !

i've managed xgl to work, looks very nice, but only as root.

what should i do, that i have my whole old desktop (gnome menu entrys, background, nautilus backgrounds, panel) from the xorg-6.8 here in the new xgl environment.

i only want to start my linux as root, start gdm, enter my user name and password and gnome is started (now with xgl :) ) !

my home dir is the same as before, but how should i manage this ?



i love the cube with playing videos :)

Look at the first page... edit/patch your gdm conf and try ;-)
Back to top
View user's profile Send private message
sarmadzhiev
n00b
n00b


Joined: 29 Apr 2005
Posts: 45

PostPosted: Fri Feb 24, 2006 9:10 pm    Post subject: Reply with quote

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.


Last edited by sarmadzhiev on Fri Feb 24, 2006 11:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
newmario
n00b
n00b


Joined: 23 Mar 2004
Posts: 49

PostPosted: Fri Feb 24, 2006 10:23 pm    Post subject: Reply with quote

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.
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 ... 18, 19, 20 ... 28, 29, 30  Next
Page 19 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