Bug 4678
Summary: | STB Velocity 3D probed as Riva 128 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | mminnick |
Component: | Xconfigurator | Assignee: | Preston Brown <pbrown> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-09-23 20:13:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
mminnick
1999-08-23 21:23:41 UTC
Hm... based on the card name - in the XFree86 cards database is: 'STB Velocity 3D' (a Virge card) 'STB Velocity 128' (a Riva Card) Apparently the 128 3D is the former and not the latter. Yes, 'STB Velocity 3D' works on this card but 'STB Velocity 128' doesn't. My card has a 'Riva 128' chip clearly labeled on it. I also noticed this doing a Debian installation a while back. I guess this is a XFree86 cards database bug? please show us the line describing your card from /proc/pci. this doesn't make *any* sense. If your card is labelled with a Riva 128 chip, then you have a riva-chipset card, and need to use the Riva driver. If it has a ViRGE chip, you need to use the Velocity 3D driver. We need to see /proc/pci and your /etc/X11/XF86Config the way it is set up when it is working. ======From /proc/pci (on a working system):======= Bus 1, device 0, function 0: VGA compatible controller: NVidia/SGS Thomson Riva 128 (rev 16). Medium devsel. Fast back-to-back capable. IRQ 11. Master Capable. Latency=64. Min Gnt=3.Max Lat=1. Non-prefetchable 32 bit memory at 0xf5000000 [0xf5000000]. Prefetchable 32 bit memory at 0xfc000000 [0xfc000008]. ===from XF86Config (it also says Riva 128!):========= Section "Device" Identifier "Riva 128" VendorName "Unknown" BoardName "Unknown" VideoRam 4096 EndSection Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" EndSection Section "Screen" Driver "Accel" Device "Riva 128" Monitor "My Monitor" DefaultColorDepth 16 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection =============== If you think I've just lost my mind, feel free to close out this bug. But I have done this three times now, and I have to select "STB Velocity 3D" in XF86Setup. Could this entry just be accidentally pointing to the Riva128 driver instead of the Virge driver? appears fixed in XFree86 3.3.5. |