BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / graphics / nvidia / nvidia.settings
blobc57a21ac621645f542322d2519bc93c1b6f58f2f
1 # Settings file for the nvidia driver and accelerant
3 # This file should be moved to the directory
4 # ~/config/settings/kernel/drivers/
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')
10 dumprom false                           # dump bios rom to file (in home folder)
12 # nvidia.accelerant parameters:
13 usebios true                            # if true rely on bios to coldstart the card
14 #memory 2                       # in MB, override builtin memory size detection
15 hardcursor      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)
19 switchhead      false           # switch head assignment (dualhead cards only)
20 force_pci       false           # block AGP mode use if true (AGP cards only)
21 dma_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
23 force_sync      false           # if true forces 3D rendering to be synchronized to the vertical retrace
24 force_ws                false           # if true forces widescreen type detection for all connected screens
25 block_acc       false           # if true disables the acceleration engine
27 # WARNING: tweak alert! modify stuff below on your own risk...
28 unhide_fw       false           # if true 'unhide' cards AGP fastwrite support on cards that hide it
29 pgm_panel       false           # if false don't program DVI and laptop panel pixelclocks (refreshrates)
30 vga_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!!!)
34 #--------- that's all.
37 #logmask setup info:
38 #log level select:
39 #logmask   0x0000000x   # lowest digit: bitmask to select logging level.
41 #log modules select:
42 #logmask   0xxxxxxxx0   # highest 7 digits: bitmask to select individual modules to log.
44 #log levels: (3D add-on adheres to this setup, 2D add-on still has to tuned)
45 #logmask 0x00000001 # log rendering
46 #logmask 0x00000002 # log state
47 #logmask 0x00000004 # log experimental
48 #logmask 0x00000008 # log errors
50 #log modules:
51 #logmask   0x00000100   # engine: agp
52 #logmask   0x00000200   # engine: bes
53 #logmask   0x00000400   # overlay
54 #logmask   0x00000800   # engine: support
55 #logmask   0x00001000   # engine: dac2
56 #logmask   0x00002000   # engine: info
57 #logmask   0x00004000   # engine: i2c
58 #logmask   0x00008000   # engine: general
59 #logmask   0x00010000   # engine: dac1
60 #logmask   0x00020000   # engine: crtc2
61 #logmask   0x00040000   # engine: crtc1
62 #logmask   0x00080000   # engine: acc (both PIO and DMA)
63 #logmask   0x00100000   # engine: brooktree tv
64 #logmask   0x00200000   # set displaymode
65 #logmask   0x00400000   # propose displaymode
66 #logmask   0x00800000   # init accelerant
67 #logmask   0x01000000   # get timing constraints
68 #logmask   0x02000000   # get mode info
69 #logmask   0x04000000   # get device info
70 #logmask   0x08000000   # get accelerant hook
71 #logmask   0x10000000   # engine management
72 #logmask   0x20000000   # cursor
73 #logmask   0x40000000   # 2D acceleration
74 #logmask   0x80000000   # 3D acceleration