Mandingo
04-24-03, 11:09 AM
Is there support for this card?
Reading the README you can see the following lines:
o GeForce4 Ti 4800 0x0280
o GeForce4 Ti 4200 with AGP8X 0x0281
o GeForce4 Ti 4800 SE 0x0282
Thats my card.. If I list my pci devices I can see it:
$ lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0282 (rev a1)
Well, the last drivers where installed without problems, but my surprise is that when I execute xf86cfg to see what cards are available the highest device number is "NVidia 0x0258". Where are the rest?
o Quadro4 750 XGL 0x0259
o Quadro4 700 XGL 0x025B
o GeForce4 Ti 4800 0x0280
o GeForce4 Ti 4200 with AGP8X 0x0281
o GeForce4 Ti 4800 SE 0x0282
o GeForce4 4200 Go 0x0286
o Quadro4 980 XGL 0x0288
o Quadro4 780 XGL 0x0289
o Quadro4 700 GoGL 0x028C
o NV30 0x0300
o NV30 0x0301
o NV30 0x0302
o NV30GL 0x0308
o NV30GL 0x0309
My current section device in XF86Config is:
Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4800 SE]"
ChipSet "0x0250"
Card "NVidia 0x0250"
BusID "PCI:1:0:0"
EndSection
I'm using a semi-compatible card, cause if I put my card ID it's not recogniced.
Moreover. I get the next message when I launch my Xwindows:
cat /var/log/XFree86.0.log |grep EE
(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)
So I can't execute programs that use OpenGL :|
Reading the README you can see the following lines:
o GeForce4 Ti 4800 0x0280
o GeForce4 Ti 4200 with AGP8X 0x0281
o GeForce4 Ti 4800 SE 0x0282
Thats my card.. If I list my pci devices I can see it:
$ lspci |grep VGA
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0282 (rev a1)
Well, the last drivers where installed without problems, but my surprise is that when I execute xf86cfg to see what cards are available the highest device number is "NVidia 0x0258". Where are the rest?
o Quadro4 750 XGL 0x0259
o Quadro4 700 XGL 0x025B
o GeForce4 Ti 4800 0x0280
o GeForce4 Ti 4200 with AGP8X 0x0281
o GeForce4 Ti 4800 SE 0x0282
o GeForce4 4200 Go 0x0286
o Quadro4 980 XGL 0x0288
o Quadro4 780 XGL 0x0289
o Quadro4 700 GoGL 0x028C
o NV30 0x0300
o NV30 0x0301
o NV30 0x0302
o NV30GL 0x0308
o NV30GL 0x0309
My current section device in XF86Config is:
Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4800 SE]"
ChipSet "0x0250"
Card "NVidia 0x0250"
BusID "PCI:1:0:0"
EndSection
I'm using a semi-compatible card, cause if I put my card ID it's not recogniced.
Moreover. I get the next message when I launch my Xwindows:
cat /var/log/XFree86.0.log |grep EE
(EE) [GLX]: Failed to add GLX extension (NVIDIA XFree86 driver not found)
So I can't execute programs that use OpenGL :|