I still want to install the celestia in linux, but...
-
Topic authorxyz
- Posts: 43
- Joined: 25.05.2002
- With us: 22 years 7 months
- Location: Montreal, Canada, Earth
I still want to install the celestia in linux, but...
I had to get out of town for a while, there fore Sorry!
I tryed this:
Code:
> urpmi libgtk+1.2-devel
> urpmi libgtkglarea5-devel
Celestia in linux (Sorry for the delay)
I'm not too sure about the version numbers as I don't have 8.1 installed.
Otherwise you can run rpmdrake, do a search on gtk+ and install the relevant packages (if you don't know which just install everything).
The second error means that you don't have the GLU header file installed. That one is provided by Mesa:
Code:
> urpmi libMesaGLU1-devel this didn’t work
> urpmi libMesaglut3-devel this didn’t work
Once again I'm not sure about the version numbers but you can also do it from rpmdrake (search for Mesa).
Since you don't have the gtk+-devel stuff installed you don't have gnome-devel either.
Code:
> urpmi libglib1.2-devel this didn’t work
> urpmi libgnome32-devel this didn’t work
for all i recived this:
[root@xyz root]# urpmi libMesaGLU1-devel
no package named libMesaGLU-devel
then i tryed again the install lines and:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# make install
make: *** No rule to make target `install'. Stop.
I tryed this:
Code:
> urpmi libgtk+1.2-devel
> urpmi libgtkglarea5-devel
Celestia in linux (Sorry for the delay)
I'm not too sure about the version numbers as I don't have 8.1 installed.
Otherwise you can run rpmdrake, do a search on gtk+ and install the relevant packages (if you don't know which just install everything).
The second error means that you don't have the GLU header file installed. That one is provided by Mesa:
Code:
> urpmi libMesaGLU1-devel this didn’t work
> urpmi libMesaglut3-devel this didn’t work
Once again I'm not sure about the version numbers but you can also do it from rpmdrake (search for Mesa).
Since you don't have the gtk+-devel stuff installed you don't have gnome-devel either.
Code:
> urpmi libglib1.2-devel this didn’t work
> urpmi libgnome32-devel this didn’t work
for all i recived this:
[root@xyz root]# urpmi libMesaGLU1-devel
no package named libMesaGLU-devel
then i tryed again the install lines and:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# make install
make: *** No rule to make target `install'. Stop.
Interesting Projects:
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
I still want to install the celestia in linux, but...
xyz wrote:[root@xyz celestia-1.2.4]# ./configure --with-gnome
[...]
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# make install
make: *** No rule to make target `install'. Stop.
Welcome back,
Well, apparently all that's missing now is gnome, you are probably already able to do a gtk only build with ./configure --with-gtk
If you want the gnome version, in rpmdrake do a search on 'gnome' and install all the '-devel' packages and their dependencies.
--
Christophe
-
Topic authorxyz
- Posts: 43
- Joined: 25.05.2002
- With us: 22 years 7 months
- Location: Montreal, Canada, Earth
I won’t give up!
first i tried this
[root@xyz celestia-1.2.4]# ./configure --with-gtk
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# ]make install
bash: ]make: command not found
Then:
I tried to install everithing that i found whith 'gnome' but I was asked for the CD nr. 3, ups i only have 2 cds?!?!?!?!.
After instaling, I think most of the devel i tried again:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused
checking what language compliance flags to pass to the C compiler...
checking for pthread_create in -lpthread... yes
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking for X11/SM/SMlib.h... yes
checking for XpmFreeXpmImage in -lXpm... no
checking for GL/gl.h... yes
checking for glNewList in -lGL... yes
checking for GL/glu.h... no
configure: error: No glu.h found. See INSTALL file for details on how to correct this problem.
But!?!?! :(
first i tried this
[root@xyz celestia-1.2.4]# ./configure --with-gtk
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
[root@xyz celestia-1.2.4]# make
make: *** No targets specified and no makefile found. Stop.
[root@xyz celestia-1.2.4]# ]make install
bash: ]make: command not found
Then:
I tried to install everithing that i found whith 'gnome' but I was asked for the CD nr. 3, ups i only have 2 cds?!?!?!?!.
After instaling, I think most of the devel i tried again:
[root@xyz celestia-1.2.4]# ./configure --with-gnome
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether to include debugging code... no
checking whether to be pedantic... no
checking whether to do profiling... no
checking whether to disable GTK.... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for gdk_gl_query in -lgtkgl... yes
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused
checking what language compliance flags to pass to the C compiler...
checking for pthread_create in -lpthread... yes
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking for X11/SM/SMlib.h... yes
checking for XpmFreeXpmImage in -lXpm... no
checking for GL/gl.h... yes
checking for glNewList in -lGL... yes
checking for GL/glu.h... no
configure: error: No glu.h found. See INSTALL file for details on how to correct this problem.
But!?!?! :(
Interesting Projects:
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
Anonymous wrote:I discovered something. On my Linux the graphic application work like shit! For ex. “Tuxracer”!, first the mouse cursor is moving in slow motion, and when I start the game, O Boy!!!!
I think than my Kernel, if that is how is cold, is not configured well!
Well, if you don't have 3D hardware acceleration, it's not even worth trying to compile Celestia.
My advice would then be to upgrade to a more recent distribution, Mandrake 9.0 is out now, so it seems the way to go... Of course you should check first if your video card is supported by Mdk 9.0 and if 3D acceleration is provided.
-
Topic authorxyz
- Posts: 43
- Joined: 25.05.2002
- With us: 22 years 7 months
- Location: Montreal, Canada, Earth
I'm using a GForce2 MX 400 video card with 64 MB, CPU at 1600
But the 3d games under linux stil not work
But the 3d games under linux stil not work
Interesting Projects:
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
xyz wrote:I'm using a GForce2 MX 400 video card with 64 MB, CPU at 1600
But the 3d games under linux stil not work
That's because the open source drivers for NVidia cards have no 3D hardware acceleration. You need to download and install the (proprietary - binary only) drivers from NVidia here
Read the readme file and follow the instructions, it takes only a few minutes.
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
Anonymous wrote:I didn't install this yet, but, what about my celestia?
You should first try to get hardware acceleration working, as I said Celestia will just be plain useless without it.
Anyway, you're still missing one of the GLU header file, it is normaly provided by the libMesaGLU1-devel package, so in rpmdrake do a search on MesaGLU and install what comes up.
I hope that it will work out for you this time!
Be a bit carefull of the following:
AFAIK when you have hardware accelerated OpenGL you do not need Mesa.
The headerfiles should have come with XFree.
If you have an NVidia card, do read the different Howto's available on using them with OpenGL, maybe your distro will get it right, but the package shipped by NVidia contains some libs and headers that you don't want.
Since I only have experience doing this on Slackware, I'm not sure if I can help with specifics.
--MK
AFAIK when you have hardware accelerated OpenGL you do not need Mesa.
The headerfiles should have come with XFree.
If you have an NVidia card, do read the different Howto's available on using them with OpenGL, maybe your distro will get it right, but the package shipped by NVidia contains some libs and headers that you don't want.
Since I only have experience doing this on Slackware, I'm not sure if I can help with specifics.
--MK
-
Topic authorxyz
- Posts: 43
- Joined: 25.05.2002
- With us: 22 years 7 months
- Location: Montreal, Canada, Earth
Ups, I don’t know why exactly but my X no longer starts.
I installed the nvidia drivers, but the OPENGL applications stil didn’t work as they shod so I tried changing the resolution, but I changed that 3.6… or something, I don’t know exactly my “x” …, to 3.6… with 3d support, and…………
So now I would like to know how to change it back, from the console.
The error say that the x server responded to fast, retry in 5 minutes.
Kernel version: 2.4.8-26dmk on i686 /tty
I installed the nvidia drivers, but the OPENGL applications stil didn’t work as they shod so I tried changing the resolution, but I changed that 3.6… or something, I don’t know exactly my “x” …, to 3.6… with 3d support, and…………
So now I would like to know how to change it back, from the console.
The error say that the x server responded to fast, retry in 5 minutes.
Kernel version: 2.4.8-26dmk on i686 /tty
Interesting Projects:
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
xyz wrote:Ups, I don’t know why exactly but my X no longer starts.
I installed the nvidia drivers, but the OPENGL applications stil didn’t work as they shod so I tried changing the resolution, but I changed that 3.6… or something, I don’t know exactly my “x” …, to 3.6… with 3d support, and…………
So now I would like to know how to change it back, from the console.
The error say that the x server responded to fast, retry in 5 minutes.
Kernel version: 2.4.8-26dmk on i686 /tty
I've got no idea how mandrake does the switch from XFree86 3 to XFree86 4... It may be just a symbolic link, do a 'ls -l /usr/X11R6/bin/X'
That's what I get:
Code: Select all
lrwxr-xr-x 1 root root 8 Oct 1 09:18 /usr/X11R6/bin/X -> Xwrapper
If you don't get the same thing, check if /usr/X11R6/bin/Xwrapper exists, if it does, as root do:
Code: Select all
> cd /usr/X11R6/bin
> rm -f X
> ln -s Xwrapper X
Now, to get your NVidia driver to work correctly check that:
- XFree is actually using the correct driver, you should get an NVidia splash screen when X starts. If not you need to edit /etc/X11/XF86Config-4 and replace Driver "nv" by Driver "nvidia" (see the NVidia readme file).
- then check that the GLX extension is loaded by XFree, when you run xdpyinfo, you should see the following extensions: GLX, NV-GLX and NVIDIA-GLX, if not a libGL library provided by Mesa is probably in the way, check the FAQ part of the NVidia readme file.
As MK said, the NVidia drivers provide their own libGL which replaces the Mesa one. But you still need libMesaGLU and libMesaGLU-devel as NVidia does not provide libGLU nor its header file.
--
Christophe
-
Topic authorxyz
- Posts: 43
- Joined: 25.05.2002
- With us: 22 years 7 months
- Location: Montreal, Canada, Earth
O.K. tried all that and here is what I got:
XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.8-5mdkenterprise i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Oct 19 10:11:56 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "Fujitsu ErgoPro x174"
(**) | |-->Device "NVIDIA GeForce2 DDR (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7
(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80008864, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0c:0: chip 0e11,f130 card 0000,0000 rev 10 class 02,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1813,4000 card 0000,0000 rev 02 class 07,80,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1106,3074 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xcdc00000 - 0xddcfffff (0x10100000) MX[B]
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce2 MX rev 178, Mem @ 0xde000000/24, 0xd0000000/27, BIOS @ 0xdfef0000/16
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[1] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[7] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[8] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[9] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[11] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[12] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[1] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[7] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[8] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[9] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[11] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[12] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[6] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[14] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[15] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[16] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[17] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[18] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[19] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) No drivers available.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
A, and my Linux had to be reinstalled, I coudn't start my X, another problem appeared this time with no error message! And now the Opengl application don’t even start, not even the screensavers that use Opengl!
XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.8-5mdkenterprise i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Oct 19 10:11:56 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "Fujitsu ErgoPro x174"
(**) | |-->Device "NVIDIA GeForce2 DDR (generic)"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7
(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80008864, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0c:0: chip 0e11,f130 card 0000,0000 rev 10 class 02,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1813,4000 card 0000,0000 rev 02 class 07,80,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1106,3074 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xcdc00000 - 0xddcfffff (0x10100000) MX[B]
(II) Bus -1: bridge is at (0:17:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) NVidia GeForce2 MX rev 178, Mem @ 0xde000000/24, 0xd0000000/27, BIOS @ 0xdfef0000/16
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[1] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[7] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[8] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[9] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[11] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[12] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[1] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[2] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[3] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[7] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[8] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[9] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[10] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[11] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[12] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdfffe000 - 0xdfffefff (0x1000) MX[B]
[6] -1 0xdffffff0 - 0xdfffffff (0x10) MX[B]
[7] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
[8] -1 0xdfef0000 - 0xdfefffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0x0000d000 - 0x0000d01f (0x20) IX[B]
[14] -1 0x0000cc00 - 0x0000cc1f (0x20) IX[B]
[15] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[16] -1 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
[17] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
[18] -1 0x0000d800 - 0x0000d80f (0x10) IX[B]
[19] -1 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) No drivers available.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
A, and my Linux had to be reinstalled, I coudn't start my X, another problem appeared this time with no error message! And now the Opengl application don’t even start, not even the screensavers that use Opengl!
Interesting Projects:
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
Celestia an open source space simulator.
EventGhost an open source PC remote control.
TA Spring
OpenTTD
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 5 months
- Location: Lyon (France)
Anonymous wrote:Ups... Forgot, what exactly do I have to download from NVidia?
You need to go there:
http://www.nvidia.com/view.asp?IO=linux_display_1.0-3123
And follow the instructions.