LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-24-2002, 06:00 PM   #1
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Rep: Reputation: 30
Missing GLX Extention


I chose Atlantis as a screen saver in GNOME, then I tryed to preview Atlantis, I got a black screen and it says that I'm missing the GLX extention that the screen saver needs to run.

Anybody know anything about this? I'd just fix it , but I'm too much of a newbie to even figure out where to start on this one...
 
Old 07-24-2002, 09:34 PM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What sort of graphic card do you have?
 
Old 07-24-2002, 11:35 PM   #3
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
S3 Virge, And I Assure you it is nothing special.
Is that what is holding it back ? Right now I'm just testing Everything I can on Slackware, before this machine becomes one of my DNS Servers.

So if this is the case I'll try it on my other machine with a VooDoo card that has 32mb memory once I get that one changed over.
 
Old 07-25-2002, 12:10 AM   #4
LNXman
Member
 
Registered: Jul 2002
Location: California (USA)
Distribution: Slackware
Posts: 97

Rep: Reputation: 15
Are you loading the glx module in your XF86Config file?

Check for:

Section "Module"
.
.
.
Load "glx"
.
.
.
EndSection

in your /etc/X11/XF86Config file.

You can also check your /var/log/XF86Config.0.log log file and see whether you are loading glx. You should see something like:
.
.
.
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so

.
.
.

GL
 
Old 07-25-2002, 11:42 PM   #5
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
I Looked in /etc/X11/XF86Config file and it says:

#This loads the GLX module
# Load "glx"

EndSection

then I looked into /var/log/XF86Config.0.log
and there is no XF86Config.o.log
there are only 3- directories in /var/log/
XFree86.o.log
XFree86.8.log
apache/
 
Old 07-26-2002, 12:00 AM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
XFree86.o.log is the one you want, post any error messages from the end of that for us to look at.
 
Old 07-26-2002, 01:26 AM   #7
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
I logged on as root and I get access denied, let me try to get to it via GUI
 
Old 07-26-2002, 01:45 AM   #8
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
no mention of it in "XFree86.o.log"
but has it in "XFree86.8.log"

and I don't see any obvious error messages.

What would the error messages look like for example?
 
Old 07-26-2002, 02:19 AM   #9
LNXman
Member
 
Registered: Jul 2002
Location: California (USA)
Distribution: Slackware
Posts: 97

Rep: Reputation: 15
Quote:
Originally posted by Viper
I Looked in /etc/X11/XF86Config file and it says:

#This loads the GLX module
# Load "glx"

EndSection
If you notice from above (and if you INDEED have it written like that in your XF86Config), you are NOT loading the glx module because it is commented out. You may want to uncomment the glx loading line (by removing the # from the line), and try running XFree86 again.

GL
 
Old 07-26-2002, 09:02 AM   #10
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
Ahhh Haa
Thanks, will try right away...
 
Old 07-26-2002, 09:37 AM   #11
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
I'M trying vi /etc/X11/XF86Config
and it opens the file, but why can't I edit?
 
Old 07-26-2002, 10:41 AM   #12
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
are you root? before you edit it you need to become the super user by typeing 'su' and then the root password. if its not that then read the following.

vi can be a bugger to use. You have to get your head around the fact that it has two distinct modes. One is the command mode where you type stuff into a prompt and it will do stuff (to get to the prompt press the escape key a number of times until the computer beeps at you then enter a colon and you should see one at the bottom of the screen). The other is the insertion mode. press either the insert key on your keyboard or 'i'. this will allow you to type.

btw when you press backspace the cursor will nip back but it keeps the character in place. It will look like it hasn't worked. Just press escape and the offending character will be replaced (or just leave it and the character will not be kept when you save).

After making the changes go into command mode and type 'wq' and it should save it all and drop you back to the command line. You'll need to be root to make these changes since XF86Config is a configuration file in /etc which is all owned by root.

I personally would use an easier text editor (try emacs, pico or nano) since vi is a bit of a bugger to use when you start out.

hth

Alex

Last edited by webtoe; 07-26-2002 at 11:31 AM.
 
Old 07-31-2002, 01:43 AM   #13
Viper
Member
 
Registered: Jul 2002
Location: Kalispell, Montana
Distribution: Slackware Linux "ONLY"
Posts: 168

Original Poster
Rep: Reputation: 30
Hey, Thanks for the help guys, I could only make heads and tails with the
Vi IMproved editor, now it just says that Atlantis does not support the glx extention, so the heck with it, I've got this baby up and running on DSL right now and have a name & Web server to figure out...

Thanks again...
 
Old 07-31-2002, 03:44 PM   #14
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
on vim, you can just use the arrows to move around, erase the "#" by hitting x on the keyboard, then hit ctrl-ZZ to save and exit.
 
  


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
GLX Missing after nvidia install GDarkBladE Linux - Hardware 1 03-07-2005 12:19 AM
glx missing error arth Linux - General 2 08-14-2004 03:55 PM
GLX missing error irfanhab Slackware 2 04-25-2004 07:15 PM
extension glx missing contrasutra Linux - Software 2 04-01-2003 10:05 PM
Radeon 8500 drivers, glX missing ? Pres Slackware 9 03-03-2003 10:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:31 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