Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
On some radeons you can't read the bios without initializing int10.
On ATOM-based secondary cards, intitializing int10 tends to hang the card.
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
If you have a washed out image on the tv dac, try this option.
Option "DefaultTVDACAdj" "TRUE"
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
|
|
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
|
|
Seems there are lots of busted ACPI lid status and people
starting X with the lid closed.
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
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.
|
|
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
Thanks to Étienne Bersac for helping to figure this out.
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
Also fix a typo in internal tv-out parsing
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
Shouldn't be needed any longer as I've finally sorted out
the LVDS issues due to the crtc setup.
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
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.
|
|
|
|
|
|
Option "MacModel" "mini"
may not be 100% correct yet
|
|
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
|
|
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!
|
|
|
|
FBDev support is currently broken, and it not really compatible
with randr
|
|
|
|
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
|
|
|