Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Graphics Software Hardware

S3 Graphics Comes out of Hiding with Chrome20 275

Steve from Hexus writes "S3 Graphics, having been quiet for a while, has today announced a new graphics solution, Chrome20, with which they intend to take some market share away from ATI and Nvidia. From the article: 'We were offered a chance for some hands on play with a mid-range Chrome20 series desktop board - the machine was loaded with over 40 top games. A quick run of Half Life2 , Far Cry , Halo and a couple of other titles demonstrated that S3G's new 90nm mainstream card was working without any visual problems and with very playable frame rates.'"
This discussion has been archived. No new comments can be posted.

S3 Graphics Comes out of Hiding with Chrome20

Comments Filter:
  • by Anonymous Coward on Wednesday September 07, 2005 @04:19PM (#13503176)
    Indeed. Deltachrome drivers are conspicuous by their absense. We have Unichrome drivers (The Via/S3 joint venture, present in E.g. the Via MiniITX boards) but no Deltachrome. Which sucks.
  • by LnxAddct ( 679316 ) <sgk25@drexel.edu> on Wednesday September 07, 2005 @04:26PM (#13503246)
    Last I checked, Linux's desktop share was higher than Apple's which puts Linux over the 3% mark. Desktop numbers are highly biased againt linux simply because a) Most linux machines were previously windows, and b) Windows machines tend to be replaced more often, i.e. if i buy a windows computer today and another one in 2 years, both will be considered to be active and the nuber will be twice what it really is.
    Regards,
    Steve
  • by Anonymous Coward on Wednesday September 07, 2005 @04:27PM (#13503252)

    NVIDIA hired all the employees away from SGI
  • by Haeleth ( 414428 ) on Wednesday September 07, 2005 @04:50PM (#13503465) Journal
    Read: Nowhere near the performance of ATI/NVIDIA.

    Correction: Read "nowhere near the performance of ATI/NVidia's top-end models".

    Why do NVidia bother selling the GeForce FX 5200 any more? It's crap compared to a 7800 GTX!

    Oh, wait, it's because they can make a lot of money by capturing the low end of the market as well as the handful of geeks who are anal enough about frame rates to spend more on a single graphics card than the average person spends on a complete computer. Hey, you reckon S3 might just be planning to make their money by selling into the huge mainstream market, rather than wasting vast sums of money trying to compete at the top?
  • Re:Yeah but.... (Score:3, Informative)

    by rAiNsT0rm ( 877553 ) on Wednesday September 07, 2005 @04:58PM (#13503540) Homepage
    I actually was quite poor and had a S3 4mb VRAM ViRGE back in '95 or so. It was actually pretty easy. You could buy the 2MB version and it had two more VRAM spots that you just popped 2 more MB into. I then bought a junk S3 card with 2 MB and put them in, viola! instant 4MB s3 ViRGE of pure pwnage.
  • Re:HDMI? (Score:1, Informative)

    by MrArmyAnt ( 847547 ) on Wednesday September 07, 2005 @05:21PM (#13503737) Homepage
    Me gusta senior! That is so true. HDMI is actually a ppor format anyway, only passes stereo. All recoding in HD (Blu-ray and other wise) is actually stricly firewire, which has more bandwidth in television use than HDMI, withouth the problems. HDMI is on its way out, wait till blu-ray, firewire will be in. Go look at Mitsubishi TV's! Boo on HDMI!
  • by tji ( 74570 ) on Wednesday September 07, 2005 @05:54PM (#13503963)

    Even on powerful systems, decoding and displaying HDTV content can be tough. The current S3 "Unichrome" integrated video processors include MPEG decoding capabilities. This goes well beyond MPEG acceleration in XvMC / DxVA.. It does most of the MPEG processing in hardware, rather than only the iDCT/MC.

    Hopefully these new cards will continue to support MPEG decoding.. If so, I'll buy one & ditch my Nvidia with their closed source binary drivers.

    But, I would need to understand a few issues before taking the plunge:

    - Are the specs & source code for the card fully open? (VIA / S3 have had some issues on this front in the past).
    - Are these cards available for purchase? The S3 DeltaChrome & GammaChrome cards were not available as far as I could tell. Only the unichrome was available, as an integrated video option on VIA motherboards.
    - Does it have full MPEG2 decoding support?
    - Does it have MPEG4 accel support? How about MPEG4.10 / AVC accel (or full decoding)?
  • Re:My Take (Score:5, Informative)

    by adisakp ( 705706 ) on Wednesday September 07, 2005 @05:57PM (#13503996) Journal
    Most people who understand CPU architecture will tell you x86 is an old inefficient design

    Actually, x86 is a very inefficient instruction set. However, the efficiency of the instruction set has been sidestepped mostly by on-the-fly hardware translation to a more efficient instruction set, large virtual register sets, out-of-order execution, and speculative execution. Neither AMD nor Intel CPU's operate on the x86 instruction set internally. Both of them translate x86 instructions into micro-ops internally and execute those instead -- believe it or not, they're doing in hardware much of what Transmeta was doing in software. The Pentium 4 doesn't even have a true L1 cache for instructions but rather uses an "execution trace cache" which has pre-translated micro-ops.

    Furthermore, it's a chicken-and-egg problem when it comes to CPUs. A lot of optimization for X86 occurs because of the vast amount of software (Windows, etc) that runs only on X86. This software is often less than efficient and the manufacturers (Intel and AMD) optimize for the software inefficiencies with things like branch prediction, dynamic fetching, out-of-order execution, etc. Unfortunately, the optimization units to deal with x86 inefficiencies end up costing nearly as many transistors as the units that actually do the work. Other architectures that are more efficient or ship less volume will get less optimization simply because there isn't a reason to throw more $$$ at these optimization units if the core architecture and Instruction Set (IS) are already efficient.

    Video cards are not bound to a particular architecture. You can have a radically different video card programmed with a similar API (Direct X or Open GL). Perhaps this can be considered similar to the CPU markets where AMD and INTEL have different internal micro-architectures that interpret and execute the same API (of x86 instructions). However, if one architecture is much less effecient than another, it's easier to switch to the more efficient architecture with an intervening well-designed software abstraction layer in-between (DirectX/OpenGL) than to do the hardware-level translation (x86 procs). Video cards don't have to worry about the software compatibility as long as they can support a minimum number of DirectX/OpenGL features. And it seems like add-on (PCIx/AGP/etc) video cards *ALWAYS* have to worry about performance and price more than CPU's. There's a market for slower cheaper CPU's like the Semprom and Celeron but the only market for cheap video cards is in the MB/integrated category. People aren't going to get excited about an add-on video card that's slow.
  • by borg ( 95568 ) on Wednesday September 07, 2005 @07:43PM (#13504749)
    Quoth the poster:

    "now you could strip all the patented code, and fix it into a working driver, and provide source for it, but ATI already has been doing that for years, yet all I see from the /. community is a bunch of Nvidia fanboy ravings of how good the closed source Nvidia drivers are."

    Correction: there is an open source radeon driver that only supports 3D acceleration for cards up to and including the 9200 models. Newer models are only have 3D acceleration with the closed source 3D driver.

    Up until ATI stopped releasing 3D programming information to the community, ATI-based cards were all I bought and recommended. The reason is pragmatic: I didn't have to worry about the card working with a new kernel version or the latest -mm patchset. This was my choice, in _spite_ of occasionally incomplete GL implementations (I seem to remember problems with Scorched3D on my radeon).

    The last ATI card I bought was a 9200. Now, I buy nvidia. I may be stuck with a closed source driver, but at least it is a _good_ closed source driver. The latest version can do 3D acceleration over multiple cards (xinerama) if all GPUs are similar, which makes for a stunning game of quake on my triple-head system.

    If S3 came up with an open source driver that was included in the kernel sources and a marginally competent 3D implementation, I would use them for future purchases in a heartbeat.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...