Denis Oliver Kropp wrote:
> Denis Oliver Kropp wrote:
>> Denis Oliver Kropp wrote:
>>> Claudio Ciccani wrote:
>>>> Il giorno mer, 27/02/2008 alle 12.57 +0100, Denis Oliver Kropp ha
>>>> scritto:
>>>>> What would be the newest card that you feel you could write a driver for? 
>>>>> :)
>>>>>
>>>> NV40, because, after that, I should start hacking into the kernel to get
>>> 6800?
>> http://en.wikipedia.org/wiki/GeForce_6_series#6800_chipset_table
>>
>> Could be hard to get a 6800 Ultra with an NV40, because it was built with 
>> NV45
>> after a short time (years ago).
>>
>> The safest seems to be 6800 LE which would still be faster than my current 
>> X850 XT PE (0x4b4c), right?
> 
> Oops, seems to be half as fast as mine.
> 

static u32 __devinit nvidia_get_arch(struct fb_info *info)
{
[...]
        case 0x0040:            /* GeForce 6800 */
        case 0x00C0:            /* GeForce 6800 */
        case 0x0120:            /* GeForce 6800 */
        case 0x0140:            /* GeForce 6600 */
        case 0x0160:            /* GeForce 6200 */
        case 0x01D0:            /* GeForce 7200, 7300, 7400 */
        case 0x0090:            /* GeForce 7800 */
        case 0x0210:            /* GeForce 6800 */
        case 0x0220:            /* GeForce 6200 */
        case 0x0240:            /* GeForce 6100 */
        case 0x0290:            /* GeForce 7900 */
        case 0x0390:            /* GeForce 7600 */
        case 0x03D0:
                arch = NV_ARCH_40;
                break;


Is 7600 the best card supported by nvidiafb?

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to