|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Other authors for NV driver:
|
|
|
|
|
Mark Watson,
|
|
|
|
|
Rudolf Cornelissen 9/2002-12/2003
|
|
|
|
|
Rudolf Cornelissen 9/2002-1/2004
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#define MODULE_BIT 0x00400000
|
|
|
|
@@ -45,7 +45,7 @@ static const display_mode mode_list[] = {
|
|
|
|
|
{ { 135000, 1280, 1296, 1440, 1688, 1024, 1025, 1028, 1066, T_POSITIVE_SYNC}, B_CMAP8, 1280, 1024, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@75Hz_(1280X1024X8.Z1) + XFree86 */
|
|
|
|
|
{ { 157500, 1280, 1344, 1504, 1728, 1024, 1025, 1028, 1072, T_POSITIVE_SYNC}, B_CMAP8, 1280, 1024, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@85Hz_(1280X1024X8.Z1) + XFree86 */
|
|
|
|
|
{ { 162000, 1600, 1664, 1856, 2160, 1200, 1201, 1204, 1250, T_POSITIVE_SYNC}, B_CMAP8, 1600, 1200, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@60Hz_(1600X1200X8.Z1) + XFree86 */
|
|
|
|
|
/* identical lines, apart from refreshrate.. */
|
|
|
|
|
/* identical lines to above one, apart from refreshrate.. */
|
|
|
|
|
{ { 175500, 1600, 1664, 1856, 2160, 1200, 1201, 1204, 1250, T_POSITIVE_SYNC}, B_CMAP8, 1600, 1200, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@65Hz_(1600X1200X8.Z1) + XFree86 */
|
|
|
|
|
{ { 189000, 1600, 1664, 1856, 2160, 1200, 1201, 1204, 1250, T_POSITIVE_SYNC}, B_CMAP8, 1600, 1200, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@70Hz_(1600X1200X8.Z1) + XFree86 */
|
|
|
|
|
{ { 202500, 1600, 1664, 1856, 2160, 1200, 1201, 1204, 1250, T_POSITIVE_SYNC}, B_CMAP8, 1600, 1200, 0, 0, MODE_FLAGS}, /* Vesa_Monitor_@75Hz_(1600X1200X8.Z1) + XFree86 */
|
|
|
|
@@ -391,7 +391,6 @@ status_t GET_MODE_LIST(display_mode *dm)
|
|
|
|
|
return B_OK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Create a list of display_modes to pass back to the caller.*/
|
|
|
|
|
status_t create_mode_list(void) {
|
|
|
|
|
size_t max_size;
|
|
|
|
|