• Michal Piotrowski's avatar
    frame buffer: geforce 7300 gt · bc0ca06e
    Michal Piotrowski authored
    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: default avatarMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
    Cc: "Antonino A. Daplas" <adaplas@pol.net>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    bc0ca06e
nv_hw.c 49.9 KB