1# Settings file for the via driver and accelerant 2# 3# This file should be moved to the directory 4# ~/config/settings/kernel/drivers/ 5# 6 7# via.driver parameters 8# accelerant "via.accelerant" 9 10# via.accelerant parameters 11usebios true # if true rely on bios to coldstart the card 12#memory 2 # in MB, override builtin memory size detection 13hardcursor true # if true use on-chip cursor capabilities 14#logmask 0x00000000 # nothing logged, is default 15#logmask 0x08000604 # log overlay use in full 16#logmask 0xffffffff # log everything 17dumprom false # dump bios rom in ~/via.rom 18switchhead false # switch head assignment (dualhead cards only) 19force_pci false # block AGP mode use if true (AGP cards only) 20 21# WARNING: tweak alert! modify stuff below on your own risk... 22unhide_fw false # if true 'unhide' cards AGP fastwrite support on cards that hide it 23pgm_panel true # if false don't program DVI and laptop panel pixelclocks (refreshrates) 24#--------- that's all. 25 26 27#logmask setup info: 28#log level select: 29#logmask 0x0000000x # lowest digit: bitmask to select logging level. 30 31#log modules select: 32#logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log. 33 34#log modules: 35#logmask 0x00000100 # engine: agp 36#logmask 0x00000200 # engine: bes 37#logmask 0x00000400 # overlay 38#logmask 0x00000800 # engine: support 39#logmask 0x00001000 # engine: dac2 40#logmask 0x00002000 # engine: info 41#logmask 0x00004000 # engine: i2c 42#logmask 0x00008000 # engine: general 43#logmask 0x00010000 # engine: dac1 44#logmask 0x00020000 # engine: crtc2 45#logmask 0x00040000 # engine: crtc1 46#logmask 0x00080000 # engine: acc 47#logmask 0x00100000 # engine: brooktree tv 48#logmask 0x00200000 # set displaymode 49#logmask 0x00400000 # propose displaymode 50#logmask 0x00800000 # init accelerant 51#logmask 0x01000000 # get timing constraints 52#logmask 0x02000000 # get mode info 53#logmask 0x04000000 # get device info 54#logmask 0x08000000 # get accelerant hook 55#logmask 0x10000000 # engine management 56#logmask 0x20000000 # cursor 57#logmask 0x40000000 # acceleration 58