On Monday 14 February 2005 23:34, Frans Pop wrote: > On Monday 14 February 2005 12:32, Ben Collins wrote:
> atyfb: Set Visible Mode to 1024x768-8 > atyfb: Virtual resolution 1024x2016, pixclock_in_ps 22349 (calculated > 22349) atyfb: Dot clock: 44 MHz > atyfb: Horizontal sync: 35 kHz > atyfb: Vertical refresh: 84 Hz The above timings are screwed. This is 1024x768 at 85Hz INTERLACED. The fb_find_mode() function picked up this mode when you specified [EMAIL PROTECTED], since there is no such mode in the mode database. And the atyfb driver accepted the mode without differentiating between interlaced and non-interlaced. Try the following modes instead (all present in the mode database): [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] You can also try [EMAIL PROTECTED] but you might get the interlaced mode again. Tony PS: There was also a massive atyfb update between 2.6.10-rc1 and rc2. Here's the changelog: # Alexander Kern <[EMAIL PROTECTED]> # [PATCH] port Daniel Mantione 2.4 driver to 2.6 # [PATCH] add more pci_id number # [PATCH] add accelerated imgblit # [PATCH] revert SDRAM_MAGIC_PLL to old behaviour # [PATCH] do a "from BIOS" initialisation only by __i386__ # # Arnaud FONTAINE <[EMAIL PROTECTED]> # [PATCH atyfb] correction for 3D Rage Mobility L # # Geert Uytterhoeven <[EMAIL PROTECTED]> # [PATCH atyfb] Atari Atyfb fixes # [PATCH atyfb] Atyfb on Mach64 GX or Atari # [PATCH 468] m68k sparse floating point # # James Simmons <[EMAIL PROTECTED]> # [PATCH add] port to framebuffer_alloc api # # Nicolas Souchu <[EMAIL PROTECTED]> # [PATCH] I do not found a copy, but it was incorporated too # # Ville Syrj�l� <[EMAIL PROTECTED]> # [PATCH] fix pan with doublescan # [PATCH] another double scan fix # [PATCH] disable linear aperture register access # [PATCH] Memory type correction # [PATCH] atyfb (2.6): Fix mmio_start # [PATCH] atyfb (2.6): Fix mem_refresh_rate for Mobility # [PATCH] atyfb (2.6): Add RGB565 support # [PATCH] atyfb: Blank LCD by turning off backlight voltage # [PATCH] atyfb: Rage LT LCD register access # [PATCH] atyfb: vblank irq support # [PATCH] atyfb: MTRR support # - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
