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