1# Settings file for the nvidia_gpgpu driver and accelerant
2#
3# This file should be moved to the directory
4# ~/config/settings/kernel/drivers/
5#
6
7# nv.driver parameters:
8#accelerant "nvidia_gpgpu.accelerant"	# if enabled selects accelerant filename to be used
9#primary	"10de_0110_010000"	# if enabled selects device to be used as primary device ('hack')
10dumprom	false        			# dump bios rom to file (in home folder)
11
12# nvidia_gpgpu.accelerant parameters:
13usebios	true			# if true rely on bios to coldstart the card
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)
19switchhead	false			# switch head assignment (dualhead cards only)
20force_sync	false			# if true forces 3D rendering to be synchronized to the vertical retrace
21force_ws	true			# if true forces widescreen type detection for all connected screens
22
23# WARNING: tweak alert! modify stuff below on your own risk...
24pgm_panel	false			# if false don't program DVI and laptop panel pixelclocks (refreshrates)
25#gpu_clk	150			# in Mhz, (tries to) override default GPU clockspeed (be carefull!!!)
26#ram_clk	150			# in Mhz, (tries to) override default cardRAM clockspeed (be carefull!!!)
27
28#--------- that's all.
29
30
31#logmask setup info:
32#log level select:
33#logmask   0x0000000x	# lowest digit: bitmask to select logging level.
34
35#log modules select:
36#logmask   0xxxxxxxx0	# highest 7 digits: bitmask to select individual modules to log.
37
38#log levels: (3D add-on adheres to this setup, 2D add-on still has to tuned)
39#logmask 0x00000001 # log rendering
40#logmask 0x00000002 # log state
41#logmask 0x00000004 # log experimental
42#logmask 0x00000008 # log errors
43
44#log modules:
45#logmask   0x00000200	# engine: bes
46#logmask   0x00000400	# overlay
47#logmask   0x00000800	# engine: support
48#logmask   0x00001000	# engine: dac2
49#logmask   0x00002000	# engine: info
50#logmask   0x00004000	# engine: i2c
51#logmask   0x00008000	# engine: general
52#logmask   0x00010000	# engine: dac1
53#logmask   0x00020000	# engine: crtc2
54#logmask   0x00040000	# engine: crtc1
55#logmask   0x00080000	# engine: acc (both PIO and DMA)
56#logmask   0x00200000	# set displaymode
57#logmask   0x00400000	# propose displaymode
58#logmask   0x00800000	# init accelerant
59#logmask   0x01000000	# get timing constraints
60#logmask   0x02000000	# get mode info
61#logmask   0x04000000	# get device info
62#logmask   0x08000000	# get accelerant hook
63#logmask   0x10000000	# engine management
64#logmask   0x20000000	# cursor
65#logmask   0x40000000	# 2D acceleration
66#logmask   0x80000000	# 3D acceleration
67