1# Settings file for the neomagic driver and accelerant 2# 3# This file should be moved to the directory 4# ~/config/settings/kernel/drivers/ 5# 6 7# neomagic parameters 8# accelerant "neomagic.accelerant" 9 10# nm.accelerant parameters 11usebios true # if true rely on bios to coldstart the card instead of driver (not functional) 12#memory 2048 # in Kb, override builtin memory size detection 13hardcursor true # if true use on-chip cursor capabilities 14#logmask 0x00000000 # nothing logged, except errors, is default 15#logmask 0x80000000 # log card physical features 16#logmask 0x80000000 # log following mask 17#logmask 0x08000604 # log overlay use in full 18#logmask 0xffffffff # log everything 19dumprom false # dump bios rom in ~/neomagic.rom 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 0x00000200 # engine: bes 33#logmask 0x00000400 # overlay 34#logmask 0x00000800 # engine: support 35#logmask 0x00002000 # engine: info 36#logmask 0x00008000 # engine: general 37#logmask 0x00010000 # engine: dac 38#logmask 0x00040000 # engine: crtc 39#logmask 0x00080000 # engine: acc 40#logmask 0x00200000 # set displaymode 41#logmask 0x00400000 # propose displaymode 42#logmask 0x00800000 # init accelerant 43#logmask 0x01000000 # get timing constraints 44#logmask 0x02000000 # get mode info 45#logmask 0x04000000 # get device info 46#logmask 0x08000000 # get accelerant hook 47#logmask 0x10000000 # engine management 48#logmask 0x20000000 # cursor 49#logmask 0x40000000 # acceleration 50