summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2011-05-12man: fix typosNicolas Kaiser1-3/+3
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
2011-05-01man: add cayman to man pageAlex Deucher1-0/+3
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-02-16man: add btc chips to the listAlex Deucher1-0/+9
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-01-10Merge branch 'kms-pflip' of ↵Alex Deucher1-1/+16
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
2010-12-12man: minor formatting fixesAlex Deucher1-1/+5
2010-12-07man: add rs880 infoAlex Deucher1-0/+3
2010-12-02ati: remove leftover word in ati.manNicolas Joly1-1/+0
fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28297
2010-12-02radeon/kms: pageflipping man page updatesAlex Deucher1-12/+16
2010-12-01ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.Mario Kleiner1-0/+11
A new optional kms driver option "SwapbuffersWait" is defined for xorg.conf, which defaults to "on". If "on", DRI2 bufferswaps will be synchronized to vsync, otherwise not. This currently only affects copy-swaps, not pageflipped swaps. It also requires a swap_interval setting of zero by the OpenGL client. Ideally, we'd provide a way for dri2 to pass the current swap interval to the ddx so we could change this dynamically. Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
2010-11-23radeon/man: divide driver options into UMS and KMSAlex Deucher1-27/+53
2010-11-23update man page to include ontarioAlex Deucher1-0/+3
2010-10-19Correct spelling and grammarMark Schreiber1-35/+36
2010-10-06Purge cvs tags.Jesse Adkins2-2/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06radeon: man page updatesAlex Deucher1-2/+18
- tv-out is not supported on carding using the rage theatre chip for tv-out - add evergreen cards to the list
2010-07-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon1-18/+4
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages.
2010-06-16r3xx-r5xx Xv: disable bicubic filtering by defaultAlex Deucher1-1/+1
- makes Xv more consistent with r1xx/r2xx/r6xx/r7xx - Xv attributes like brightness, contrast, hue, etc. only work when bicubic is disabled. - avoids performance issues on some systems when sampling from textures in GART with kms. - It can be re-enabled with using xvattr Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2010-02-25update ZaphodHeads optionAlex Deucher1-4/+4
Now that the screen section mapping is fixed, Make the option per-instance and allow multiple outputs to be specified; e.g., DVI-0 and HDMI-0 associated with instance 0 and LVDS and VGA-0 associated with instance 1.
2010-02-17radeon: add ZaphodHeads optionAlex Deucher1-0/+10
Allows users that want to use zaphod mode to select which xrandr outputs are assigned to which head. E.g., Option "ZaphodHeads" "LVDS,VGA-0" will assign LVDS to the first zaphod driver instance and VGA-0 to the second instance.
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie1-6/+5
This moves to a boolean instead of using VRAM sizing. as per Michel's suggestions on list. Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie1-0/+9
This patch returns NULL for pixmap creation when we are using mixed pixmaps and the pixmap has a size. The size check is necessary for the front buffer. We add a flag to force pixmap creation for certain pixmaps that need to be hw, like the DRI2 and Xv ones. Idea from Michel and workarounds from Ben Skeggs. v2: add Option "EXALowVRAM" to allow configuring this, value in MBs. Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-11-12radeon: man page updatesAlex Deucher1-2/+2
2009-10-18radeon: fixup CustomEDID optionAlex Deucher1-4/+7
- add support for analog option to force edid to analog mode - fix compilation on older xservers - updated man page
2009-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher1-0/+10
This attribute allows the user to override which crtc is synced with when XV_VSYNC is enabled. This is useful for clone modes where the user can might want to override the default.
2009-10-04radeon: add support for Custom EDIDCsillag Kristof1-0/+28
Allows you to specify an edid per output from a file to override what is detected by DDC. Useful for problematic monitors or KVM switches that block DDC. Specifying an EDID that is not compatible with your monitor could damage your monitor so use with caution. agd5f: cache the custom edid at startup so we don't have to read it from file every time the output is queried.
2009-05-04radeon: switch to EXA by defaultAlex Deucher1-3/+2
2009-04-17Update Xv info in man pageAlex Deucher1-1/+3
2009-04-15man page: fix missing breakAlex Deucher1-0/+1
2009-04-15Add DynamicPM OptionAlex Deucher1-0/+4
Dyanmically switch between power states. Switch to a low power state when the system is idle (DPMS off).
2009-04-15Add ForceLowPowerMode OptionAlex Deucher1-0/+5
Force the chip to a low power mode at the expense of performance.
2009-04-15Add unified ClockGating OptionAlex Deucher1-3/+2
- replaces DynamicClocks Option as the name was misleading - unified interface for atom and com based bioses - fix up clock gating code for newer r3xx asics
2009-03-18man page updateFabio1-1/+1
2009-03-17man page updatesFabio1-10/+43
from bug 20648
2009-03-13radeon: man page updatesAlex Deucher1-11/+6
2009-03-09R4xx: add R4xxATOM optionAlex Deucher1-0/+5
If set, enables the use of atombios for modesetting on r4xx cards.
2009-02-10man page updatesFabio1-11/+31
bug 20030
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith2-2/+2
2008-12-29man page updatesFabio1-5/+15
bug 19329
2008-12-22atombios/tv: add an option to enable atom tv-out for users.Dave Airlie1-0/+6
This code is still experimental but we will allow users to enable it for experimental reasons
2008-12-15Remove remnants of unused DDCMode optionAlex Deucher1-6/+0
2008-12-15man page updatesFabio1-31/+62
from bug 19098 with some minor fixes from me
2008-12-12Fix formatting in man pageFabio1-2/+2
fixes bug 19039
2008-12-10Add support for Apple eMacsAlex Deucher1-0/+2
Thanks to Joseph Adams for helping me sort this out. Verified on eMac G4/1.0 with radeon 7500 Later eMacs with radeon 9200 or 9600 chips may have different ddc setups. Need to verify.
2008-12-05Add missing .TP in man pageAlex Deucher1-1/+2
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher1-0/+6
2008-10-26Bug#7148: Fix manpage formattingJulien Cristau1-1/+0
2008-10-03man page updatesAlex Deucher1-5/+5
Update render accel and page flipping information. fixes bug 17887.
2008-06-13RADEON: man page updatesAlex Deucher1-7/+13
2008-05-30RADEON: add Int10 optionAlex Deucher1-0/+6
On some radeons you can't read the bios without initializing int10. On ATOM-based secondary cards, intitializing int10 tends to hang the card.
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb1-1/+0