linux/drivers/video/nvidia
Michal Piotrowski bc0ca06e24 frame buffer: geforce 7300 gt
My geforce isn't supported by nvidia frame buffer.

/sbin/lspci
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 02e2 (rev a2)

/usr/sbin/fbset -i

mode "1024x768-60"
    # D: 65.003 MHz, H: 48.365 kHz, V: 60.006 Hz
    geometry 1024 768 1024 32767 8
    timings 15384 160 24 29 3 136 6
    accel true
    rgba 8/0,8/0,8/0,0/0
endmode

Frame buffer device information:
    Name        : NV2e
    Address     : 0xe0000000
    Size        : 134217728
    Type        : PACKED PIXELS
    Visual      : PSEUDOCOLOR
    XPanStep    : 8
    YPanStep    : 1
    YWrapStep   : 0
    LineLength  : 1024
    MMIO Address: 0xf6000000
    MMIO Size   : 16777216
    Accelerator : Unknown (46)

Here is a patch for this problem.

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-09 12:30:57 -07:00
..
Makefile [PATCH] Rewritten backlight infrastructure for portable Apple computers 2006-06-25 10:00:59 -07:00
nv_accel.c nvidiafb: prevent triggering of softlockup 2007-05-08 11:15:32 -07:00
nv_backlight.c [PATCH] nvidiafb backlight: Fix implicit declaration in nv_backlight 2007-03-06 09:30:24 -08:00
nv_dma.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nv_hw.c frame buffer: geforce 7300 gt 2007-05-09 12:30:57 -07:00
nv_i2c.c nvidiafb: access CRT registers safely 2007-05-08 11:15:28 -07:00
nv_local.h nvidiafb: prevent triggering of softlockup 2007-05-08 11:15:32 -07:00
nv_of.c [POWERPC] Rename get_property to of_get_property: drivers 2007-05-02 20:04:32 +10:00
nv_proto.h backlight: Remove uneeded nvidia set_power calls 2007-02-20 08:38:45 +00:00
nv_setup.c nvidiafb/rivafb: switch to pci_get refcounting 2007-05-08 11:15:32 -07:00
nv_type.h nvidiafb: VGA state save and restore 2007-05-08 11:15:28 -07:00
nvidia.c frame buffer: geforce 7300 gt 2007-05-09 12:30:57 -07:00