# Driver setting to reserve extra system RAM for Intel 810 graphics
# operations.
#
# The Intel 810 uses system RAM for graphics operations.  The chip typically
# takes 1 Meg at cold boot, which these days is too small to do anything
# interesting.  This driver setting allows you to specify the total amount
# of system RAM to set aside for graphics operations.
#
# The sole parameter is:
#
# gfxmemsize size
#
# where <size> is the *total* amount of graphics memory desired.  <size> can
# have the suffix 'K' or 'M' to more conveniently specify amounts of
# kilobytes or megabytes, respectively.
#
# If the amount of memory 'taken' by the chip at cold boot isn't enough,
# extra system memory will be allocated to make up the difference.  This
# allocation persists for the life of the boot cycle, so don't reserve more
# memory than you're going to use.

gfxmemsize 4M
