Slashdot Mirror


User: Zebulon+Terrafram

Zebulon+Terrafram's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Criteria for sports on Is Math A Sport? · · Score: 1

    Well, I always think at least one of these has to be involved:

    (1) Power
    (2) Endurance
    (3) Precision of movement

    Some people also say

    (4) Competition should be possible

  2. Re:Take it from a graduate student. on Consequences of a Solution to NP Complete Problems? · · Score: 1
    Most people have incorrect misconceptions about NP/NP-completeness...

    I fully agree; you'd probably have to search a long time for someone who's misconceptions are correct ;-)
  3. Re:Mach 64 Render? is maybe YES on XFree 4.1.0 Out · · Score: 1

    AFAIK the documentation remains silent in all languages about the RENDER extension on MACH64s. However, the file xc/programs/Xserver/hw/xfree86/drivers/ati/atiscre en.c does not mention the RENDER extension in 4.0.2/3 but it does in 4.1.0:

    else if (!fbPictureInit(pScreen, NULL, 0))
    xf86DrvMsg(pScreenInfo->scrnIndex, X_WARNING,
    "RENDER extension initialisation failed.\n");

    So if this fbPictureInit call succeeds we will have anti-aliased fonts, won't we?