summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)HEADmasterAlan Coopersmith1-7/+6
Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and pre-pciaccess X servers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128/-/merge_requests/10>
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-10-22Remove Dac6Bit option from man pageKevin Brace1-6/+0
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2014-08-06Remove custom dualhead codeConnor Behan1-18/+0
There are probably no reasons left to use Xinerama over xrandr. This removes the screen based dualhead code and the BIOS Display option in xorg.conf. Additionally, R128ValidMode() is wrapped so that it can be aware of multiple displays. Even though some Crtc functions refer to them, PanelXRes and PanelYRes should be properties of the Output. If this change to the code seems awkward, see http://marc.info/?t=107222330700001 for more information. Signed-off-by: Connor Behan <connor.behan@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2012-07-17Add EXA supportConnor Behan1-0/+21
This introduces EXA acceleration which can improve performance and allow 2D acceleration to be used without XAA. Implemented hooks are Solid, Copy and Composite. They appear to pass all rendercheck tests, except the gradient test which XAA also fails. Tested on multiple color depths, with and without DRI, with and without the composite extension. Hardware cursor, Xvideo and page flipping are supported as well. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47866 [ Michel Dänzer: Drop unrelated addition of #include "r128_version.h" ] Signed-off-by: Connor Behan <connor.behan@gmail.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
2012-03-23Sun's copyrights are owned by Oracle nowAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-06Purge cvs tags.Jesse Adkins1-1/+0
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith1-22/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith1-1/+1
2008-09-21Kill bare RCS id.Matthieu Herrb1-1/+0
2008-02-27drop ati wrapperGeorge Sapountzis2-36/+2
2008-02-27drop radeon, theatreGeorge Sapountzis1-514/+0
2008-02-27drop radeon, theatre (build system).George Sapountzis1-2/+2
2008-02-19RADEON: update man page with supported chipsAlex Deucher1-1/+25
2008-01-29RADEON: update man page to reflect AGP 1x default revertAlex Deucher1-3/+1
2008-01-16atimisc: rename to mach64George Sapountzis1-1/+1
2008-01-05R128: Like powerpc, don't use VGA by default on sparcAlex Deucher1-1/+1
2008-01-03radeon: Adapt manpage to reality wrt AGP options.Michel Dänzer1-6/+8
2007-12-26[RADEON]: Like powerpc, don't use VGA by default on sparc.David Miller1-1/+1
2007-12-24RADEON: default "IgnoreLidStatus" to TRUEAlex Deucher1-1/+1
Seems there are lots of busted ACPI lid status and people starting X with the lid closed.
2007-12-23RADEON: Add "IgnoreLidStatus" optionAlex Deucher1-0/+6
Generally, users that start X with the laptop lid closed want to use one or more external monitors rather than the internal panel and do not want the internal panel to be on by default. Others, it seems, want to always have the internal panel on, regardless of the lid. I can't win. Enable this option to force the latter.
2007-12-04RADEON: add MacModel imac-g5-isight for iMac G5 iSightAlex Deucher1-0/+2
Thanks to Étienne Bersac for helping to figure this out.
2007-12-01RADEON: add options for force TV out as detected and to set TV standardAlex Deucher1-0/+25
Also fix a typo in internal tv-out parsing
2007-11-30RADEON: rework MacModel optionAlex Deucher1-3/+11
this brings in some previous research from Michel Dänzer, Sjoerd Simons, and myself. Hopefully, the driver will pick the correct MacModel in more cases. This also changes the default connector table for desktop Macs to dual DVI rather than DVI+VGA as that seems to be the case more often than not. External TMDS chips are handled separately now as well. Eventually we should add an option to allow the user to specify what external TMDS chip they need, but we don't have enough info yet, so we'll rely on OF to init the external chip in most cases for now.
2007-11-29RADEON: add MacModel "mini-internal" for minis with internal TMDSAlex Deucher1-3/+7
Some macs (minis and powerbooks) use internal tmds, others use external tmds and not just for dual-link TMDS, it shows up with single-link as well. Unforunately, there doesn't seem to be any good way to figure it out.
2007-11-26RADEON: fix typo in man pageAlex Deucher1-2/+2
2007-10-25RADEON: document DefaultTMDSPLL optionAlex Deucher1-0/+8
2007-10-25RADEON: Add driver option to force TV DAC load detection onAlex Deucher1-0/+7
2007-10-17RADEON: Remove LVDSBiosNativeMode OptionAlex Deucher1-8/+0
Shouldn't be needed any longer as I've finally sorted out the LVDS issues due to the crtc setup.
2007-10-07RADEON: still more LVDS fixesAlex Deucher1-0/+8
Seems some laptops need the native mode from the bios for LVDS while others seem to prefer a CVT mode. Add an option to pick the preferred mode. The default it to use the bios table timing.
2007-09-22RADEON: preliminary support for mac miniAlex Deucher1-2/+4
Option "MacModel" "mini" may not be 100% correct yet
2007-08-29RADEON: Add quirk and connector tables for apple laptopsAlex Deucher1-0/+14
As far as I can tell there are three apple laptop variants: ibook - LVDS, TVDAC drives TV or VGA via dongle powerbook-duallink - LVDS, TV, External TMDS/Primary DAC powerbook - LVDS, TV, Internal TMDS/Primary DAC use Option "MacModel" "<string>" to enable the appropriate quirks where string is one of the above We can't yet init the external TMDS directly, but if OF inits it, it should work. This should also fix bug 9955. Please test!
2007-08-25RADEON: remove fbdev optionAlex Deucher1-8/+0
FBDev support is currently broken, and it not really compatible with randr
2007-08-23Merge remote branch 'origin/randr-1.2'Dave Airlie1-7/+6
2007-08-23Merge branch 'master' into randr-mergeDave Airlie2-4/+4
Conflicts: src/radeon.h src/radeon_bios.c src/radeon_display.c src/radeon_dri.c src/radeon_driver.c src/radeon_modes.c src/radeon_probe.h src/radeon_video.c
2007-08-20RADEON: Add DefaultConnectorTable optionAlex Deucher1-7/+6
This option skips the parsing the BIOS connector table and falls back to chip specific defaults. Also remove man page section for the now gone bioshotkeys option.
2007-07-25Minor fixes in the manpagesBrice Goglin2-4/+4
- ati.man . add references to radeon and r128 manpages in SEE ALSO (Xavier Bestel in Debian bug #386001). . remove the manpage suffix from atimisc reference in the text since there is no such manpage for now. - radeon.man . typo in "specifying" (reported by A. Costa in Debian bug #432059). . replace a non-ascii character with the corresponding groff escape sequence so that it works whatever the locale (Julien Cristau).
2007-05-13RADEON: remove mergedfb, etc. cruft from man pageAlex Deucher1-227/+0
2007-02-16Add "DRI" optionAlex Deucher1-5/+7
This option allows you to disable the DRI per card. It also removes the "RN50Force3D" option as it is now covered by this option. RN50 users should set this to TRUE if they want to force the DRI on.
2007-01-30add option to force the DRI on for RN50 chipsAlex Deucher1-1/+7
Allow user to force the DRI on for RN50 chips. 3D is not guaranteed to work on these chips, however in some cases it does. fixes bug 9802.
2007-01-25I think we can say r300 support is not experimentalAlex Deucher1-3/+2
2007-01-25update man page. fixes bug 6457Alex Deucher1-12/+12
Most cards support 2D and 3D now
2007-01-04radeon: fixup fastwrites to be always offDave Airlie1-2/+3
My 8500 in i845 doesn't work with fastwrites even setup by the firmware.
2006-12-19radeon: Default to leaving AGP transfer mode and fast writes unchanged.Michel Dänzer1-7/+10
Based on the assumption that firmware should have set up the card and host bridge appropriately for these settings, this may actually be safer, at least for the transfer rate; leaving fast writes enabled is hopefully safe as well, it certainly is on my sytem. See https://bugs.freedesktop.org/show_bug.cgi?id=9284 .
2006-11-29radeon: bug #1462, predownscale to make HD video work.Roland Scheidegger1-0/+11
Use the overlay scaler's predownscale capability to make videos with large horizontal resolution work if it exceeds the scaler buffer width. Make the scaler buffer width user-configurable since we don't know it for all chips, and using predownscaling may otherwise reduce quality even if it wouldn't be needed. This should fix bug #1462.
2006-06-18Implement accelerated EXA DownloadFromScreen hook.Michel Dänzer1-0/+9
x11perf -getimage numbers only increase by about 20-30% on my PowerBook with an M9, but by about 100 times(!) with a PCIe X550. I suspect the former could perform better with PCI as opposed to AGP transfers, which would also remove the need to disable this by default with AGP.
2006-06-18Take part of the blame for the radeon driver.Michel Dänzer1-0/+1
2006-06-18Add Option "DepthBits".Michel Dänzer1-0/+8
This allows getting higher depth buffer precision and stencil hardware acceleration in depth 16 or saving some video RAM at the cost of these features in depth 24.
2006-06-15Collapse .gitignore files into single toplevel file, sorted with LC_ALL=C.Michel Dänzer1-8/+0
Suggested by Keith Packard.