diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-09 22:23:45 +0200 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-09 22:23:45 +0200 |
commit | d2497009e395800fbde5777465f3087a54b94418 (patch) | |
tree | 179f74eca21a0bee5656e351230ba2517a807aef /src/radeon_probe.h | |
parent | 4488f0737d5268168eab41440b7a3b5732efb15e (diff) |
randr checkpoint
- server still hangs if you start with external monitor connected
- RMX not working
- more than 2 outputs now possible (untested)
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index cbe9e74..541a910 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -137,7 +137,7 @@ typedef struct _RADEONOutputPrivateRec { I2CBusPtr pI2CBus; } RADEONOutputPrivateRec, *RADEONOutputPrivatePtr; -#define RADEON_MAX_CONNECTOR 2 +#define RADEON_MAX_CONNECTOR 3 /* actually 4: DVI/VGA, DVI on docks, TV, LVDS */ #define RADEON_MAX_CRTC 2 typedef struct |