LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-31-2006, 07:56 AM   #1
bkz81
Member
 
Registered: May 2005
Posts: 81

Rep: Reputation: 15
Question Xgl freezes after 20 minutes.


Hello all. I have Xgl up and running on my SUSE 64 10.1 version. After about 20 minutes of having multiple windows open, and so on. Things stop responding. I can't close browsers, i can't click on the green start button, and can't really go into any settings of any kind. I have followed all of the instructions below from this site.
http://www.novell.com/coolsolutions/feature/17174.html has anybody else been experiencing this problem?? Oh i am using KDE if that has anything to do with it. But i'm pretty sure the samething happens in gnome as well. Thank you for your time on this matter.

AMD 4200 X2
2GB PC3200 DDR2
Dual 250GB SATA2 HD
Nvidia 7800GTX 256MB PCI-E
DVD/RW 16X NEC
 
Old 05-31-2006, 09:25 AM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
I know the 7900GTX cards mostly use aftermarket coolers but do the 7800s? That sounds suspiciously like an overheating GPU to me but the hardware doesn't match. Install nvclock (make sure you grab a 0.8 beta for 7800 support) and use it to monitor the temp of your card while running Xgl.
 
Old 05-31-2006, 07:29 PM   #3
bkz81
Member
 
Registered: May 2005
Posts: 81

Original Poster
Rep: Reputation: 15
I tried to install that nvclock but it doesn't work for me. When i typed in nvidia-settings, no options show up at all. Also when i type in ./nvclock it says command not found, also with any other commands.
 
Old 06-01-2006, 02:33 AM   #4
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
When i typed in nvidia-settings, no options show up at all.
What do you mean no options show up? Be more specific or copy-paste output. nvidia-settings is probably a better move than nvclock as it's installed where the nvidia drivers are.
 
Old 06-02-2006, 10:49 AM   #5
bkz81
Member
 
Registered: May 2005
Posts: 81

Original Poster
Rep: Reputation: 15
I mean when i type in nvidia-settings the nvidia x server settings come up, but the only things that is listed on the left is nvidia-settings configuration. http://i6.photobucket.com/albums/y23...s/c7b5dcbe.png
When i don't have xgl running all of the normal options on the left show up. I think this is why the nvclock won't install either.

I have tired to install nvclock with the option to disable qt, but that didn't do anything either.

S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ls
ABOUT autom4te.cache config.log CVS Makefile src
acinclude.m4 ChangeLog config.status .cvsignore Makefile.in stamp-h
aclocal.m4 config.h configure FAQ NEWS
AUTHORS config.h.in configure.in INSTALL nvclock.1
autogen.sh config.h.in~ COPYING install-sh README
S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ./auto
autogen.sh autom4te.cache/
S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ./autogen.sh
S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for library containing getopt_long... none required
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.4.0... yes
checking GTK_CFLAGS... -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib64/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include
checking GTK_LIBS... -L/usr/X11R6/lib64 -L/opt/gnome/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lfontconfig -lXrender -lX11 -lXext -lpng12 -lz -lglitz -lm
checking for X... libraries /usr/X11R6/lib64, headers /usr/X11R6/include
checking QTDIR... checking Qt version... 335 (3)
checking for moc... moc
checking for uic... uic
checking for qembed... no
configure: error: *** Couldn't find any Qt libraries
S10164:/home/brooklynzoo81/Desktop/nvclock0.8b #


S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ./configure --disable-gtk / --disable-qt
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /
checking for /-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for /-g++... no
checking for /-c++... no
checking for /-gpp... no
checking for /-aCC... no
checking for /-CC... no
checking for /-cxx... no
checking for /-cc++... no
checking for /-cl... no
checking for /-FCC... no
checking for /-KCC... no
checking for /-RCC... no
checking for /-xlC_r... no
checking for /-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for library containing getopt_long... none required
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for XOpenDisplay in -lX11... no
checking for XextFindDisplay in -lXext... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/backend/Makefile
config.status: creating src/nvcontrol/Makefile
config.status: creating src/qt/Makefile
config.status: creating src/gtk/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

NVClock build summary:
----------------------
- Commandline version enabled
- NV-CONTROL support enabled
- GTK2 GUI disabled
- QT GUI disabled

S10164:/home/brooklynzoo81/Desktop/nvclock0.8b # ./nvclock
bash: ./nvclock: No such file or directory
S10164:/home/brooklynzoo81/Desktop/nvclock0.8b #


AMD 4200 X2 (2.4GHZ)
2GB PC3200 DDR2
Dual 250GB SATA2 HD
Nvidia 7800GTX 256MB PCI-E
DVD/RW 16X NEC

Last edited by bkz81; 06-02-2006 at 03:33 PM.
 
Old 06-02-2006, 07:51 PM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Ahhh okay, Xgl does do some silly stuff which might mess up the nvidia-settings logic. Maybe you could grab the info directly from the terminal. This should just dump the GPU core temp:
Code:
nvidia-settings -q gpucoretemp | grep Att | awk '{print $4}'
 
Old 06-04-2006, 07:23 PM   #7
bkz81
Member
 
Registered: May 2005
Posts: 81

Original Poster
Rep: Reputation: 15
I typed in that command and got the following, both under user mode and su root.

S10164:/home/brooklynzoo81 # nvidia-settings -q gpucoretemp | grep Att | awk '{print $4}'

ERROR: NV-CONTROL extension not found on this Display.


ERROR: Unable to determine number of NVIDIA GPUs on ':0.0'.


ERROR: Unable to determine number of NVIDIA Frame Lock Devices on ':0.0'.


ERROR: Invalid X Screen 0 specified in query 'gpucoretemp' (NV-CONTROL extension not
supported on X Screen 0).

S10164:/home/brooklynzoo81 #
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bootup freezes for 10 minutes at: IPv6 over IPv4 tunneling driver jariep Debian 1 01-03-2005 05:27 AM
Mandrake 10.1 freezes about 5 minutes... Imerion Linux - General 8 12-26-2004 09:20 AM
Debian Linux freezes after a few minutes on X-Window Eux Debian 2 09-06-2004 07:53 AM
Nvidia Freezes X after 1-10 minutes TroelsSmit Linux - Newbie 8 07-01-2004 10:40 AM
Linux freezes after 10 minutes boots147 General 1 01-24-2002 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration