ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] Re: Install Dillo Problem


From: Vic
Subject: [Ltib] Re: Install Dillo Problem
Date: Thu, 7 Oct 2010 21:03:59 -0700

Hi Kevin,

Where can I get a complete copy of your X11 kmode patch? The script attached in your mail to Stuart is corrupted as shown below.

Thanks,
Vic


Hi Staurt,

There seem to be more requests for X11 support out of the box. I need
to add the support to the xorg-server package for each supported
display.

This patch adds support for PHY, EA, and FDI displays. If this is ok, I
can push it up to get the support added.

thanks,
Kevin

--- xorg-server-1.4.2/hw/kdrive/src/kmode.c 2010-10-01 04:54:52.203689891 -0700 +++ xorg-server-1.4.2.modified/hw/kdrive/src/kmode.c 2010-10-01 04:34:38.734815488 -0700
@@ -38,7 +38,28 @@
             17,     12,     32,     KdSyncNegative,
             1,      11,     14,     KdSyncNegative,
    },
-
+
+    /* Phytec QVGA portrait */
+    {   240, 320, 60, 191828,
+             22,     11,     32,     KdSyncPositive,
+             2,      1,      32,     KdSyncPositive,
+    },
+    /* Embedded Artists QVGA portrait 3.2 inch */
+    {   240, 320, 60, 121654,
+             28,     10,     32,     KdSyncPositive,
+             2,      2,      32,     KdSyncPositive,
+    },
+    /* Embedded Artists QVGA portrait 2.8 inch */
+    {   240, 320, 60, 176366,
+             33,     26,     32,     KdSyncPositive,
+             8,      3,      32,     KdSyncPositive,
+    },
+    /* Future Designs QVGA landscape 3.5 inch */
+    {   320, 240, 60, 158730,
+             11,     3,     32,     KdSyncNegative,
+             7,      7,      32,     KdSyncNegative,
+    },
+
    /* Other VESA modes */
    { 640, 350, 85, 31500,     /* VESA */
     32,     96,     192,    KdSyncPositive, /* 26.413 */
@@ -78,7 +99,12 @@
    16,     48,     160,    KdSyncNegative, /* 31.469 */
    10,     33,     45,     KdSyncNegative, /* 59.940 */
    },
-
+     /* Future Designs VGA landscape 3.5 inch */
+    {   640, 480, 60, 41666,
+             10,    120,    32,      KdSyncNegative,
+             7,     35,     32,      KdSyncNegative,
+    },
+
    /* 480x640 modes */
    { 480, 640, 85, 36000,     /* VESA */
     56,     80,     192,    KdSyncNegative, /* 43.269 */







reply via email to

[Prev in Thread] Current Thread [Next in Thread]