1# Settings file for the mga driver and accelerant
2#
3# This file should be moved to the directory
4# ~/config/settings/kernel/drivers/
5#
6
7# mga.driver parameters:
8#accelerant "mga.accelerant"	# if enabled selects accelerant filename to be used
9#primary	"102b_0521_020000"	# if enabled selects device to be used as primary device ('hack')
10dumprom    false        			# dump bios rom to file (in home folder)
11
12# mga.accelerant parameters:
13usebios    false				# if true rely on bios to coldstart the card instead of driver
14#memory     2				# in MB, override builtin memory size detection
15hardcursor true				# if true use on-chip cursor capabilities
16#logmask   0x00000000		# nothing logged, is default
17#logmask   0x08000604		# log overlay use in full to file (in home folder)
18#logmask 	0xffffffff			# log everything to file (in home folder)
19greensync	false				# if true generate sync on green output signal
20
21#--------- that's all.
22
23
24#logmask setup info:
25#log level select:
26#logmask   0x0000000x	# lowest digit: bitmask to select logging level.
27
28#log modules select:
29#logmask   0xxxxxxxx0	# highest 7 digits: bitmask to select individual modules to log.
30
31#log modules:
32#logmask   0x00000100	# engine: agp (not existing yet)
33#logmask   0x00000200	# engine: bes
34#logmask   0x00000400	# overlay
35#logmask   0x00000800	# engine: support
36#logmask   0x00001000	# engine: dac2 (maven)
37#logmask   0x00002000	# engine: info
38#logmask   0x00004000	# engine: i2c
39#logmask   0x00008000	# engine: general
40#logmask   0x00010000	# engine: dac1 (including Millennium tvp)
41#logmask   0x00020000	# engine: crtc2
42#logmask   0x00040000	# engine: crtc1
43#logmask   0x00080000	# engine: acceleration
44#logmask   0x00100000	# engine: maven tv
45#logmask   0x00200000	# set displaymode
46#logmask   0x00400000	# propose displaymode
47#logmask   0x00800000	# init accelerant
48#logmask   0x01000000	# get timing constraints
49#logmask   0x02000000	# get mode info
50#logmask   0x04000000	# get device info
51#logmask   0x08000000	# get accelerant hook
52#logmask   0x10000000	# engine management
53#logmask   0x20000000	# cursor
54