Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

XGL and NVIDIA

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
366 posts
  • Page 4 of 15
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 15
  • Next
Author
Message
wintersommer
n00b
n00b
Posts: 33
Joined: Fri May 28, 2004 3:56 pm

  • Quote

Post by wintersommer » Mon Feb 13, 2006 6:09 pm

those things are normally not hardcoded , but added by the configure script , as it finds the current libstdc++ or compiler setting to be 4.02.

thats why i asked , if you checked all this, then probably it *IS* hardcoded - then you can search the code for it and replace it with the Var.

I dont think it is hardcoded because not alle ppl have 4.0.2 - i for example compiled it with 4.1.....
Top
Maskim
n00b
n00b
Posts: 40
Joined: Sun Feb 20, 2005 5:06 pm

  • Quote

Post by Maskim » Mon Feb 13, 2006 6:33 pm

Hi,

I've got a "nVidia GeForce4 420 Go 32M".
Is it "normal" to get black windows with this card or is it a solution to solve this problem?
Top
wintersommer
n00b
n00b
Posts: 33
Joined: Fri May 28, 2004 3:56 pm

  • Quote

Post by wintersommer » Mon Feb 13, 2006 6:38 pm

it is normal until now, watch this thread for an solution
Top
Angrybob
Guru
Guru
User avatar
Posts: 575
Joined: Sat Apr 19, 2003 10:16 am

  • Quote

Post by Angrybob » Mon Feb 13, 2006 8:36 pm

ok I've got everything compiled and installed but when i run the command "Xgl :1 -ac -accel glx:pbuffer -accel xv" i get the following:

before you ask, yes, opengl is working just fine in X so that cant be it.

Code: Select all

~> Xgl :1 -ac -accel glx:pbuffer -accel xv
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted
Top
KRA
n00b
n00b
Posts: 11
Joined: Sun Feb 12, 2006 9:06 pm

  • Quote

Post by KRA » Mon Feb 13, 2006 8:58 pm

Angrybob wrote:ok I've got everything compiled and installed but when i run the command "Xgl :1 -ac -accel glx:pbuffer -accel xv" i get the following:

before you ask, yes, opengl is working just fine in X so that cant be it.

Code: Select all

~> Xgl :1 -ac -accel glx:pbuffer -accel xv
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted
Exact same problem here, compiled everything just now ....
Top
StringCheesian
l33t
l33t
Posts: 887
Joined: Tue Oct 21, 2003 6:21 am

  • Quote

Post by StringCheesian » Mon Feb 13, 2006 9:31 pm

It's working! I used Hanno's xgl-overlay-200602120.tar.bz2 and followed the wiki

Negative symptoms:
1. KDE runs slow on Xgl. I hope it's not because of gnome-window-decorator. Gnome runs fine. I'll try turning off some plugins. At least KDE runs, about a week ago KDE would crash Xgl.
2. Wobbly jerkiness. With wobbly, when I drag a window it starts wobbling, but if I stop moving the mouse the wobbly effect pauses leaving the window frozen in whatever distorted shape until I start moving the mouse again or stop holding down the mouse button. When I let go of the window, the wobbly effect stutters as it subsides. About a week ago the wobbly effect used to continue smoothly (even when the mouse isn't moving) and without stuttering.
3. Doom3 segfaults :-( ...and ppracer says "Couldn't find matching GLX visual". glxgears seems to be the only opengl app I can run.
4. xine-ui's UI window is garbled and video playback works, but with weird colored shadows. xine-ui's right-click menu crashes gnome-window-decorator

Positive:
1. No black windows.
2. glxgears gives double fps in Xgl!!! (3000 -> 6000) This is too good to be true, maybe Xgl is defaulting to 16 bit color or something like that.

Relevant specs:
GCC 4.1 beta 20060203
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -pipe -fomit-frame-pointer -fno-ident"
GeForce FX 5700
nvidia-kernel and nvidia-glx version 1.0.8178
hanno's overlay included two mesa ebuilds, I used the mesa-6.4.2-r1ebuild instead of unmasking the 6.4.3_alpha one.
Last edited by StringCheesian on Tue Feb 14, 2006 2:19 am, edited 2 times in total.
Top
enzobelmont
Guru
Guru
User avatar
Posts: 345
Joined: Tue Apr 06, 2004 1:07 am
Location: Chiapas, Mexico

  • Quote

Post by enzobelmont » Mon Feb 13, 2006 10:35 pm

StringCheesian wrote:It's working! I used Hanno's xgl-overlay-200602120.tar.bz2 and followed the wiki

Negative symptoms:
1. KDE runs slow on Xgl. I hope it's not because of gnome-window-decorator. Gnome runs fine. I'll try turning off some plugins. At least KDE runs, about a week ago KDE would crash Xgl.
2. Wobbly jerkiness. With wobbly, when I drag a window it starts wobbling, but if I stop moving the mouse the wobbly effect pauses leaving the window frozen in whatever distorted shape until I start moving the mouse again or stop holding down the mouse button. When I let go of the window, the wobbly effect stutters as it subsides. About a week ago the wobbly effect used to continue smoothly (even when the mouse isn't moving) and without stuttering.
3. Doom3 segfaults :-(

Positive:
1. No black windows.
2. glxgears gives double fps in Xgl!!! (3000 -> 6000) This is too good to be true, maybe Xgl is defaulting to 16 bit color or something like that.

Relevant specs:
GCC 4.1 beta 20060203
CFLAGS="-march=athlon-xp -mtune=athlon-xp -O2 -pipe -fomit-frame-pointer -fno-ident"
GeForce FX 5700
nvidia-kernel and nvidia-glx version 1.0.8178
hanno's overlay included two mesa ebuilds, I used the mesa-6.4.2-r1ebuild instead of unmasking the 6.4.3_alpha one.
any nvidia user getting same results???

please post succesfully stories.
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

  • Quote

Post by rob2687 » Mon Feb 13, 2006 10:41 pm

My 5600xt only stutters a little when I let go of the wobbly window.
I don't run KDE but gnome runs fine.

glxgears goes from 1200 to 1900
Top
steve_d555
Guru
Guru
User avatar
Posts: 458
Joined: Sun Nov 07, 2004 12:39 am
Location: Belmont, Massachusetts

  • Quote

Post by steve_d555 » Mon Feb 13, 2006 11:25 pm

I'm getting great results. I don't use DE's like Gnome but I have been testing with just compiz and urxvt and everything seems to work.
Check the end of the other thread (XGL Part 2) for fixes for the undefined symbol.

I am on a 6600GT and my glxgears went from 6000 to around 10000.
rubyforums | blog | boxwhore
Top
Gusar
Advocate
Advocate
Posts: 2665
Joined: Sat Apr 09, 2005 10:19 pm
Location: Slovenia

  • Quote

Post by Gusar » Mon Feb 13, 2006 11:57 pm

enzobelmont wrote: please post succesfully stories.
Ok, here you go.
Any effect, including wobbly runs great in both kde and gnome - no stuttering at all. Glxgears went form 4600 to 7900. Only one problem: compiz managed windows don't appear in kicker which makes using kde a bit difficult, but gnome runs fine. (too bad I don't like gnome)
I don't have doom3 installed anymore, so can't test that.


The specs:
- full ~x86 system
- GCC 3.4.5
- CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
- nvidia-glx-1.0.8178
- nvidia-kernel-1.0.8178-r3
- my card: Geforce Go 6600
- used the hanno overlay that was available at the time of compiling, which is xgl-overlay-200602130.tar.bz2

For extra fun, play with the friction and spring_k settings (use gconf-editor for that) for some really wacky wobble effects.
Top
Angrybob
Guru
Guru
User avatar
Posts: 575
Joined: Sat Apr 19, 2003 10:16 am

  • Quote

Post by Angrybob » Tue Feb 14, 2006 12:30 am

ok cool I've got xgl up and running, compiz starts just fine and turns my xgl server background blue... but when i run gnome-window-decorator nothing happens, so i cant move apps about ???
Top
SaguratuS
n00b
n00b
Posts: 33
Joined: Thu Feb 17, 2005 4:25 am

  • Quote

Post by SaguratuS » Tue Feb 14, 2006 12:31 am

Angrybob wrote:ok I've got everything compiled and installed but when i run the command "Xgl :1 -ac -accel glx:pbuffer -accel xv" i get the following:

before you ask, yes, opengl is working just fine in X so that cant be it.

Code: Select all

~> Xgl :1 -ac -accel glx:pbuffer -accel xv
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted
Exact same problem here too. It's probably a new issue from using code off of CVS.
Top
Angrybob
Guru
Guru
User avatar
Posts: 575
Joined: Sat Apr 19, 2003 10:16 am

  • Quote

Post by Angrybob » Tue Feb 14, 2006 12:37 am

SaguratuS wrote:
Angrybob wrote:ok I've got everything compiled and installed but when i run the command "Xgl :1 -ac -accel glx:pbuffer -accel xv" i get the following:

before you ask, yes, opengl is working just fine in X so that cant be it.

Code: Select all

~> Xgl :1 -ac -accel glx:pbuffer -accel xv
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted
Exact same problem here too. It's probably a new issue from using code off of CVS.
have a look on page 7 of the thread "XGL part 2" there is a fix for that issue, it just involves tweaking a few files and recompiling xgl
Top
recall
n00b
n00b
User avatar
Posts: 32
Joined: Thu Dec 29, 2005 9:31 am
Location: Lithuania

  • Quote

Post by recall » Tue Feb 14, 2006 1:32 am

Works perfectly with

GCC 3.4.4
GeForce FX 5700
nvidia-kernel and nvidia-glx version 1.0.8178
mesa-6.4.2-r1
Top
StringCheesian
l33t
l33t
Posts: 887
Joined: Tue Oct 21, 2003 6:21 am

  • Quote

Post by StringCheesian » Tue Feb 14, 2006 1:54 am

Angrybob wrote:ok cool I've got xgl up and running, compiz starts just fine and turns my xgl server background blue... but when i run gnome-window-decorator nothing happens, so i cant move apps about ???
That happened to me too. I tried a lot of different things and eventually it stopped doing that, but I don't know what fixed it. I stopped putting "gconf" in the command line for compiz, put a "sleep 1" in between each statement in the script I use to start Xgl, and I added "decoration" after "gconf" to active_plugins in gconf-editor. I also start gnome-window-decorator before any apps.

See if one of these scripts works for you.

To start Xgl in a window (change "gnome-terminal" to whatever app you want to start inside it):

Code: Select all

Xgl :1 -ac -accel glx:pbuffer -accel xv:fbo &
sleep 1
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace decoration move resize place menu fade switcher cube rotate zoom scale &
sleep 1
DISPLAY=:1 gnome-window-decorator &
sleep 1
DISPLAY=:1 gnome-terminal &
Or, emerge gnome-light, and then kill your xorg. Some of you may need to run "/etc/init.d/xdm stop" to cleanly shut down regular Xorg so that you can start fullscreen Xgl with this script. Trying to run this while KDE is already running results in gnome-session complaining that there's already an active session manager. Once you're down to the textmode/framebuffer linux console, run this script:

Code: Select all

Xgl :1 -ac -accel glx:pbuffer -accel xv:fbo &
sleep 1
DISPLAY=:1 gnome-session &
#DISPLAY=:1 startkde &
sleep 4
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace decoration fade move resize place menu switcher minimize cube rotate zoom scale &
sleep 1
DISPLAY=:1 gnome-window-decorator &
Top
losco
n00b
n00b
Posts: 17
Joined: Sun Jun 06, 2004 9:08 am

  • Quote

Post by losco » Tue Feb 14, 2006 3:00 am

all works... but no wobbly and no Italian keyboard layout... :roll:
Top
Rainmaker
Veteran
Veteran
User avatar
Posts: 1650
Joined: Thu Feb 12, 2004 2:04 am
Location: /home/NL/ehv/

  • Quote

Post by Rainmaker » Tue Feb 14, 2006 3:54 am

Is it just me or is xgl consideribly SLOWER then xorg 7?

I know it's a bad benchmark, but glxgears goes from ~4700 to ~2400 fps. This is on a Geforce 6600 with 256 megs. I always thought 4700 fps was low, but with xgl, it's even worse.

I'm also not getting any of those cool effects. Do I need to enable anything?

Better benchmark: I can't watch a movie while amarok is running, because of the framedrops. In xorg, this works fine.

Great how-to and overlay though. XGL seems to be running pretty stable as well.

BTW: anyone know how to make XGL start automaticly when using sdm / gdm / entrance (i.e. what modifications are neccessery to /etc/init.d/xdm?)
If you can't dazzle them with brilliance, baffle them with bullshit.
Top
steve_d555
Guru
Guru
User avatar
Posts: 458
Joined: Sun Nov 07, 2004 12:39 am
Location: Belmont, Massachusetts

  • Quote

Post by steve_d555 » Tue Feb 14, 2006 4:50 am

Rainmaker wrote:Is it just me or is xgl consideribly SLOWER then xorg 7?

I know it's a bad benchmark, but glxgears goes from ~4700 to ~2400 fps. This is on a Geforce 6600 with 256 megs. I always thought 4700 fps was low, but with xgl, it's even worse.

I'm also not getting any of those cool effects. Do I need to enable anything?

Better benchmark: I can't watch a movie while amarok is running, because of the framedrops. In xorg, this works fine.

Great how-to and overlay though. XGL seems to be running pretty stable as well.

BTW: anyone know how to make XGL start automaticly when using sdm / gdm / entrance (i.e. what modifications are neccessery to /etc/init.d/xdm?)
Hmm. That is odd. I get a glxgears increase and I am able to run 2 movies and quake3 at the same time without slowdown. However, when compiling everything slows to a crawl and nothing is possible in XGL.
rubyforums | blog | boxwhore
Top
bob_111
Apprentice
Apprentice
Posts: 155
Joined: Tue Oct 12, 2004 7:15 am

  • Quote

Post by bob_111 » Tue Feb 14, 2006 6:50 am

Rainmaker wrote:Is it just me or is xgl consideribly SLOWER then xorg 7?

I know it's a bad benchmark, but glxgears goes from ~4700 to ~2400 fps. This is on a Geforce 6600 with 256 megs. I always thought 4700 fps was low, but with xgl, it's even worse.

I'm also not getting any of those cool effects. Do I need to enable anything?

Better benchmark: I can't watch a movie while amarok is running, because of the framedrops. In xorg, this works fine.

Great how-to and overlay though. XGL seems to be running pretty stable as well.

BTW: anyone know how to make XGL start automaticly when using sdm / gdm / entrance (i.e. what modifications are neccessery to /etc/init.d/xdm?)
I get this aswell :cry:. My 6600GT goes from 11kfps to 6kfps from xorg 7 to xgl. And i get unusable graphic dostorsions :(.

- bob_111
Top
ashtophet
Guru
Guru
User avatar
Posts: 397
Joined: Sun Aug 08, 2004 11:16 am

  • Quote

Post by ashtophet » Tue Feb 14, 2006 6:58 am

sorry, double post... gotta run to job...
Last edited by ashtophet on Tue Feb 14, 2006 7:01 am, edited 1 time in total.
Top
ashtophet
Guru
Guru
User avatar
Posts: 397
Joined: Sun Aug 08, 2004 11:16 am

  • Quote

Post by ashtophet » Tue Feb 14, 2006 7:00 am

ashtophet wrote:Geforce 6600 256M
gcc (GCC) 4.1.0-beta20060210
CFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer"
Latest (13-02-06) overlay from hanno.
media-video/nvidia-kernel-1.0.8178-r3
media-video/nvidia-glx-1.0.8178
glxgears ~1.5x Xorg's results.
Everything running great, except minor and already reported annoyances.
Top
dspgen
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Wed Aug 17, 2005 4:54 pm

  • Quote

Post by dspgen » Tue Feb 14, 2006 7:04 am

IWBCMAN wrote: ...
Once you install cairo and build pango and gtk+ against it voila gnome-window-decorator magically appears...
what do you mean "build ... against it"?
Top
maKKus
Guru
Guru
User avatar
Posts: 356
Joined: Wed Aug 07, 2002 9:01 am
Location: /Universe/Milky Way/Sol/Earth/Europe/EEC/The Netherlands/Limburg/Beek/Neerbeek
Contact:
Contact maKKus
Website

  • Quote

Post by maKKus » Tue Feb 14, 2006 7:52 am

I'v build xgl on my amd64 laptop (hp nx9105, GeForce4 440 Go 64M) but when I start xgl it gives following error:

dlopen: /usr/lib64/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib64/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted

OpenGL is working !
Does this mean that the graphics card isn't capable of running xgl?
Top
baeksu
l33t
l33t
User avatar
Posts: 609
Joined: Sun Sep 26, 2004 11:03 am
Location: Seoul, Korea

  • Quote

Post by baeksu » Tue Feb 14, 2006 8:10 am

maKKus wrote:I'v build xgl on my amd64 laptop (hp nx9105, GeForce4 440 Go 64M) but when I start xgl it gives following error:

dlopen: /usr/lib64/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib64/xorg/modules/xgl/libglcore.so: undefined symbol: _tnl_arb_vertex_shader_stage

FatalError re-entered, aborting
No GLX modules loaded
Aborted

OpenGL is working !
Does this mean that the graphics card isn't capable of running xgl?
I have the same card, so it shouldn't be that. I can't help you with the error, though, as I've never seen it. Maybe something to do with 64-bit mode?

For me, xgl itself works, but I get the black windows with glxcompmgr and compiz.
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
Top
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

  • Quote

Post by bigfam » Tue Feb 14, 2006 11:10 am

has anyone got it working on an MX card?


any geforce MX users got around the black window bug?

ive got a geforce 4 mx400 and from all the threads ive read no one with a geforce MX card can get compbiz to work
Top
Post Reply

366 posts
  • Page 4 of 15
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 15
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic