summaryrefslogtreecommitdiff
path: root/src/lx_panel.c
AgeCommit message (Collapse)Author
2012-07-11Whitespace cleanup using ../modular/x-indent.shMartin-Éric Racine
2010-11-19LX Panel: lower the 1024x600 refresh rate down to 60Hz.Martin-Éric Racine
NOTE: the eCafe EC-800's panel doesn't support a higher refresh rate.
2010-11-19Print the panel mode BIOS usesFrank Huang
Signed-off-by: Frank Huang<frankr.huang@amd.com>
2010-10-28Revise the entry for 1024x600Huang, FrankR
*Change the entry of 1024x600 from 3 to 7(That will not affect the entries from 3 to 6). And BIOS should set the VG_FP_TYPE bit[5:3] to 7. *Use 1024x600@80 instead of 1024x600@60 parameters to support more 4:3 resolutions Signed-off-by: Frank Huang<frankr.huang@amd.com>
2010-09-29Add resolution 1024x600 support for PANELFrank Huang
*Users can not get 1024x600 by default when using panel without xorg.conf. Add this screen resolution to the panel_modes table to support it by default. *Users who are using VGA will get this resolution by the monitor EDID. No code is needed *Use gtf tool to get the parameters *Ubuntu bugzilla #433142 Signed-off-by: Frank Huang <frankr.huang@amd.com>
2010-09-29Fix a typo on resolution parameterFrank Huang
*change from 1028 to 1280 Signed-off-by: Frank Huang <frankr.huang@amd.com>
2010-05-10Correctly set the name for the user-specified panel mode.Nicolas Boullis
2010-01-26LX: fix typo in panel supported modesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2008-08-18lx: Add rotation for Randr 1.2 + cleanupsJordan Crouse
Enable rotation through RandR 1.2 and add the accelerated rotation blit the EXA composite function. Also, fix a handful of critical bugs and remove some more dead code.
2008-08-07[LX] - Add RandR 1.2 supportJordan Crouse
A wholesale update to Randr 1.2 for LX accompanied by massive cleanup.