1# Settings file for the nv 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.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# nv.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_pci false # block AGP mode use if true (AGP cards only) 21dma_acc true # if true enable DMA cmd fetching for 2D acc (instead of using PIO) 22#tv_output 0 # disabled or 0 = autodetect, 1 = Y/C (and CVBS if possible), 2 = CVBS 23force_sync false # if true forces 3D rendering to be synchronized to the vertical retrace 24force_ws true # if true forces widescreen type detection for all connected screens 25 26# WARNING: tweak alert! modify stuff below on your own risk... 27unhide_fw false # if true 'unhide' cards AGP fastwrite support on cards that hide it 28pgm_panel false # if false don't program DVI and laptop panel pixelclocks (refreshrates) 29vga_on_tv false # if true enables VGA output on the head outputting to TV 30#gpu_clk 150 # in Mhz, (tries to) override default GPU clockspeed (be carefull!!!) 31#ram_clk 150 # in Mhz, (tries to) override default cardRAM clockspeed (be carefull!!!) 32 33#--------- that's all. 34 35 36#logmask setup info: 37#log level select: 38#logmask 0x0000000x # lowest digit: bitmask to select logging level. 39 40#log modules select: 41#logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log. 42 43#log levels: (3D add-on adheres to this setup, 2D add-on still has to tuned) 44#logmask 0x00000001 # log rendering 45#logmask 0x00000002 # log state 46#logmask 0x00000004 # log experimental 47#logmask 0x00000008 # log errors 48 49#log modules: 50#logmask 0x00000100 # engine: agp 51#logmask 0x00000200 # engine: bes 52#logmask 0x00000400 # overlay 53#logmask 0x00000800 # engine: support 54#logmask 0x00001000 # engine: dac2 55#logmask 0x00002000 # engine: info 56#logmask 0x00004000 # engine: i2c 57#logmask 0x00008000 # engine: general 58#logmask 0x00010000 # engine: dac1 59#logmask 0x00020000 # engine: crtc2 60#logmask 0x00040000 # engine: crtc1 61#logmask 0x00080000 # engine: acc (both PIO and DMA) 62#logmask 0x00100000 # engine: brooktree tv 63#logmask 0x00200000 # set displaymode 64#logmask 0x00400000 # propose displaymode 65#logmask 0x00800000 # init accelerant 66#logmask 0x01000000 # get timing constraints 67#logmask 0x02000000 # get mode info 68#logmask 0x04000000 # get device info 69#logmask 0x08000000 # get accelerant hook 70#logmask 0x10000000 # engine management 71#logmask 0x20000000 # cursor 72#logmask 0x40000000 # 2D acceleration 73#logmask 0x80000000 # 3D acceleration 74