Bug 13923

Summary: Install on Ultra1 with TurboGX Gfx Causes Traceback
Product: [Retired] Red Hat Linux Reporter: Jeremy Katz <katzj>
Component: anacondaAssignee: Matt Wilson <msw>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: sparc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-09-14 18:16:50 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 Jeremy Katz 2000-07-13 22:23:41 UTC
On an install on a Sun Ultra1 with a TurboGX graphics board, both graphical
and text mode installers fail.  Graphical installer fails just prior to X
startup and text when you reach X configuration.  Traceback follows:

File "/usr/lib/anaconda/text.py", line 356 in __call__
	todo.x.probe(probeMonitor = 0) 
File "/usr/lib/anaconda/xf86config.py", line 764 in probe 
	self.vidCards.append(self.cards(server[5:]))
File "/usr/lib/anaconda/xf86config.py", line 658 in cards 
	card = cards[thecard]
KeyError: Sun Turbo GX

According to dmesg, the framebuffer is a cgsix TEC Rev 4 CPU sparc Rev b
(TurboGX)

Comment 1 Frank Sweetser 2000-07-19 16:01:27 UTC
Almost identical fault on Ultra 10 with Creator 3D video card.
KeyError: Sun FFB2+ Vertical Creator 3D

Poking around in the debugger, it looks like it simply doesn't have an entry in
the cards array for either of the adapters, and (more importantly!) doesn't
handle the exception gracefully.

Comment 2 Michael Fulbright 2001-09-14 18:16:45 UTC
SPARC is not a supported platform.