LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-06-2005, 09:11 AM   #1
my-unix-dream
Member
 
Registered: Jun 2004
Distribution: live cd
Posts: 87

Rep: Reputation: 15
Angry xorg error ?


System_Init()
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
X Error of failed request: BadColor (invalid Colormap parameter)
Major opcode of failed request: 79 (X_FreeColormap)
Resource id in failed request: 0x4000001
Serial number of failed request: 65
Current serial number in output stream: 67


I really do not understand this above code ???

i want to start a 3d games in fedora 3 and i have nvidia card driver installed.but ......
it use xorg instead of xfree86 ??

how should i do step by step to make my fedora 3 linux to play 3d games like SAVAGE

how to install nvidia driver correctly !kernel needs to customize ?
xorg configuration ?

thanks
 
Old 05-06-2005, 09:24 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Start by downloading the drivers. The documentation that come with the drivers is very verbose but read it thoroughly.

If you still experience problems, use the search function in these forums. This question has been answered more than a thousand times by now.


Håkan
 
Old 09-08-2007, 12:56 PM   #3
oliwia
LQ Newbie
 
Registered: Sep 2007
Posts: 10

Rep: Reputation: 0
% X windows protocol error: BadColor -IDL error

yeah i still experience problems with downlo. and instal. drivers like nvidia on fedora 7

i'm running IDL and the functions like TV or TVSCL make it crush

error":
% X windows protocol error: BadColor (invalid Colormap parameter).

However other things requiring graphical interphase work
like PLOT or WINDOW
i was suggested to download drivers nvidia, but i have problems with installing it

please, could anyone help me with this ?
 
Old 09-08-2007, 01:06 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
You need to create the livna repository and then uninstall any nvidia drivers that are already installed. Then you simply do
yum --enablerepo livna install kmod-nvidia
and that's it.

Just make a new file called livna.repo in /etc/yum/repos.d and copy over the lines below:

Code:
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=
    http://rpm.livna.org/fedora/$releasever/$basearch/
    http://livna.cat.pdx.edu/fedora/$releasever/$basearch/
    http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/
    http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/
    http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/
    ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/
failovermethod=priority
#mirrorlist=http://rpm.livna.org/mirrorlist-7
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

[livna-debuginfo]
name=Livna for Fedora Core $releasever - $basearch - Debug
baseurl=
    http://rpm.livna.org/fedora/$releasever/$basearch/debug/
    http://livna.cat.pdx.edu/fedora/$releasever/$basearch/debug/
    http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/debug/
    http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/debug/
    http://mirror.atrpms.net/livna/fedora/$releasever/$basearch/debug/
    ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/$basearch/debug/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

[livna-source]
name=Livna for Fedora Core $releasever - $basearch - Source
baseurl=
    http://rpm.livna.org/fedora/$releasever/SRPMS/
    http://livna.cat.pdx.edu/fedora/$releasever/SRPMS/
    http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/SRPMS/
    http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/SRPMS/
    http://mirror.atrpms.net/livna/fedora/$releasever/SRPMS/
    ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/SRPMS/
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
gpgcheck=1

Last edited by jay73; 09-08-2007 at 01:07 PM.
 
Old 09-08-2007, 01:27 PM   #5
oliwia
LQ Newbie
 
Registered: Sep 2007
Posts: 10

Rep: Reputation: 0
repo

i'm not quite familiar with making repositories (i since fedora since last week) could you tell me what to exactly, please ?
 
Old 09-08-2007, 01:34 PM   #6
oliwia
LQ Newbie
 
Registered: Sep 2007
Posts: 10

Rep: Reputation: 0
i don't have the directory /ect/yum/repos.d
what to do with that ?
i /ect/yum i have this: pluginconf.d yum-updatesd.conf
 
Old 09-08-2007, 01:48 PM   #7
oliwia
LQ Newbie
 
Registered: Sep 2007
Posts: 10

Rep: Reputation: 0
ok
i manage to to this, but the error( % X windows protocol error: BadColor (invalid Colormap parameter) while running IDL still exist
it seem it didn't work
 
Old 09-08-2007, 01:49 PM   #8
oliwia
LQ Newbie
 
Registered: Sep 2007
Posts: 10

Rep: Reputation: 0
but the installation was successful
 
  


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
Xorg-6.8.2 compile error joakim12 Linux From Scratch 3 08-17-2005 03:51 AM
Compiling Xorg error FlashAsh99 Linux - Software 2 07-13-2005 10:23 AM
Xorg 6.8.2 compile error Yerp Linux From Scratch 3 03-31-2005 07:05 AM
XCreateFontSet error under xorg 6.8.1 skedit Slackware 0 10-10-2004 12:35 AM
xorg error KMcD Slackware 3 08-23-2004 07:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:20 AM.

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