1. 18 10月, 2005 2 次提交
    • A
      [PATCH] vesafb: Fix display corruption on display blank · bb7e257e
      Antonino A. Daplas 提交于
      Reported by: Bob Tracy <rct@gherkin.frus.com>
      
       "...I've got a Toshiba notebook (730XCDT -- Pentium 150MMX) for which
        I'm using the Vesa FB driver.  When the machine has been idle for some
        time and the driver attempts to powerdown the display, rather than the
        display going blank, it goes gray with several strange lines.  When I
        hit the "shift" key or other-wise wake up the display, the old video
        state is not fully restored..."
      
      vesafb recently added a blank method which has only 2 states, powerup and
      powerdown.  The powerdown state is used for all blanking levels, but in his
      case, powerdown does not work correctly for higher levels of display
      powersaving. Thus, for intermediate power levels, use software blanking,
      and use only hardware blanking for an explicit powerdown.
      Signed-off-by: NAntonino Daplas <adaplas@pol.net>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bb7e257e
    • L
      Add some basic .gitignore files · 1e65174a
      Linus Torvalds 提交于
      This still leaves driver and architecture-specific subdirectories alone,
      but gets rid of the bulk of the "generic" generated files that we should
      ignore.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1e65174a
  2. 17 10月, 2005 1 次提交
    • S
      [PATCH] SVGATextMode fix · 0aec4867
      Samuel Thibault 提交于
      Fix bug 5441.
      
      I didn't know about messy programs like svgatextmode...  Couldn't this be
      integrated in some linux/drivers/video/console/svgacon.c ?...  So because
      of the existence of the svgatextmode program, the kernel is not supposed to
      touch to CRT_OVERFLOW/SYNC_END/DISP/DISP_END/OFFSET ?
      
      Disabling the check in vgacon_resize() might help indeed, but I'm really
      not sure whether it will work for any chipset: in my patch, CRT registers
      are set at each console switch, since stty rows/cols apply to consoles
      separately...
      
      The attached solution is to keep the test, but if it fails, we assume that
      the caller knows what it does (i.e.  it is svgatextmode) and then disable
      any further call to vgacon_doresize.  Svgatextmode is usually used to
      _expand_ the display, not to shrink it.  And it is harmless in the case of
      a too big stty rows/cols: the display will just be cropped.  I tested it on
      my laptop, and it works fine with svgatextmode.
      
      A better solution would be that svgatextmode explicitely tells the kernel
      not to care about video timing, but for this an interface needs be defined
      and svgatextmode be patched.
      Signed-off-by: NSamuel Thibault <samuel.thibault@ens-lyon.org>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0aec4867
  3. 15 10月, 2005 1 次提交
  4. 08 10月, 2005 1 次提交
    • T
      [SPARC]: Fix p9100 framebuffer in 2.6 · d85c3553
      Tom 'spot' Callaway 提交于
      The attached patch fixes the p9100 framebuffer so that text is viewable
      (not black on black, like it was before the patch). The linux logo
      displays for a very short period of time, then is replaced by a grey
      box. This leads me to believe that this framebuffer would have problems
      in X, but since there hasn't been a weitek driver for X in several
      millennia, this isn't something that I can confirm or deny.
      
      But this patch does get color console working on my SPARCbook 3TX.
      Signed-off-by: NTom 'spot' Callaway <tcallawa@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d85c3553
  5. 02 10月, 2005 1 次提交
  6. 30 9月, 2005 1 次提交
  7. 29 9月, 2005 6 次提交
  8. 24 9月, 2005 1 次提交
    • A
      [PATCH] atyfb c99 fix · 2601c2e2
      Andrew Morton 提交于
      - fix this:
      
        drivers/video/aty/xlinit.c: In function `atyfb_xl_init':
        drivers/video/aty/xlinit.c:256: warning: ISO C90 forbids mixed declarations and code
      
      - repair some kooky coding style
      
      - Use ARRAY_SIZE()
      
      Cc: Tom 'spot' Callaway <tcallawa@redhat.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2601c2e2
  9. 21 9月, 2005 3 次提交
  10. 18 9月, 2005 2 次提交
  11. 15 9月, 2005 3 次提交
  12. 13 9月, 2005 7 次提交
  13. 12 9月, 2005 3 次提交
  14. 11 9月, 2005 2 次提交
  15. 10 9月, 2005 6 次提交