This is annoying...
I put the graphics card into the linux box and reinstalled Unantu. It works, but if I try anything that needs 3D graphics the program seems to start up then vanish. E.g. Celestia no longer works at all. The graphics card has two outputs, but as far as I can tell Linux isn't trying to send the graphics to a non-existent monitor or anything.
Any suggestions?
Any suggestions?
no subject
Open terminal and type "glxinfo"
You should see something like this:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
.
.
.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9800 GT/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 195.36.24
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
.
.
.
The interesting things are the vendor strings and "direct rendering" line.
no subject
glxinfo
name of display: :0.0
Segmentation fault
Not very helpful.
the card is a ATI R300 GLXI 128MB AGP VIDEO CARD 2x DVI DELL 09Y130
I think I'll try rebooting, see if it works after that.
no subject
no subject
no subject
It wasn't very expensive and I suppose I can sell it on. Any suggestions on a replacement?
no subject
Let us know the output of 'lspci -v' too. That might also be interesting.
If not and you feel up to some extreme geekyness try running:-
#apt-get install libgl1-mesa-glx-dbg
$ gdb glxinfo
(gdb) r
....
(gdb) bt
It might shed some light on the sitaution , if not provide enough information for your first bug report...
no subject
no subject
It's also installable as a package in debian - so almost certain in ubunutu too, so that it comes up as a boot option , rather than needing to burn in to a Cd,
no subject
no subject
no subject
no subject
If not there should be instructions on that website on how to make a boot cd and you can try that instead.
no subject
no subject
Or you can try some other distribution. I don't use Fedora but I got the impression they only ship the correct driver. Personally I use Debian, but it kind of assumes you know exactly what it is you're doing.
no subject
no subject
no subject