From 3db30dfd8437724152f3f52a9c3ff659affb1b3d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 3 Mar 2012 15:50:05 +0000 Subject: Fix scaled fast scrolling. Curiously this has solved the form select menu problem :S svn path=/trunk/netsurf/; revision=13505 --- amiga/dist/NetSurf.guide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/dist') diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide index f83b74653..fa0e51be8 100755 --- a/amiga/dist/NetSurf.guide +++ b/amiga/dist/NetSurf.guide @@ -45,7 +45,7 @@ There are a couple of Amiga-specific options which can only be changed directly @{b}cairo_renderer@{ub} Set rendering engine (SObjs version only). 0 = graphics.library, 1 = Cairo/graphics.library mixed (recommended), 2 = Full Cairo. @{b}monitor_aspect_x@{ub}/@{b}monitor_aspect_y@{ub} Correct aspect ratio for displays (default of 0 means "assume square pixels"). @{b}screen_compositing@{ub} Use compositing on NetSurf's own screen. 0=disable, 1=enable, 2=default -@{b}redraw_tile_size@{ub} Specify the size of the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0 disables tiling (will use a bitmap at least the size of the screen NetSurf is running on - not recommended) +@{b}redraw_tile_size_x@{ub}/@{b}redraw_tile_size_y@{ub} Specify the size of the off-screen bitmap. Higher will speed up redraws at the expense of memory. 0 disables tiling (will use a bitmap at least the size of the screen NetSurf is running on) @{b}url_file@{ub} Path to URL database file @{b}hotlist_file@{ub} Path to Hotlist file @@ -265,7 +265,7 @@ Deselect @{b}Higher quality scaling@{ub}, this will be very slow if not done in @{lindent 2}* In @{"Options" link Options}, set cairo_renderer:1@{lindent} -@{lindent 2}* In @{"Options" link Options}, increase redraw_tile_size. (increasing this value uses more graphics mem)@{lindent} +@{lindent 2}* In @{"Options" link Options}, increase redraw_tile_size_x/y (increasing this value uses more graphics mem)@{lindent} @endnode @node contact "Credits" -- cgit v1.2.3