[packages] xorg-kdrive: Add missing dependencies and 600x800 mode
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f84ef4bc0a
commit
cb533edcda
@ -50,6 +50,8 @@ define Package/xserver-kdrive/Default
|
|||||||
+pixman \
|
+pixman \
|
||||||
+libopenssl \
|
+libopenssl \
|
||||||
+libdrm \
|
+libdrm \
|
||||||
|
+xkbcomp \
|
||||||
|
+xkbdata \
|
||||||
@DISPLAY_SUPPORT \
|
@DISPLAY_SUPPORT \
|
||||||
+X_TSLIB:tslib
|
+X_TSLIB:tslib
|
||||||
endef
|
endef
|
||||||
|
@ -13,3 +13,14 @@
|
|||||||
|
|
||||||
/* 800x600 modes */
|
/* 800x600 modes */
|
||||||
{ 800, 600, 85, 56250, /* VESA */
|
{ 800, 600, 85, 56250, /* VESA */
|
||||||
|
@@ -102,6 +108,10 @@ const KdMonitorTiming kdMonitorTimings[] = {
|
||||||
|
24, 128, 224, KdSyncPositive, /* 35.156 */
|
||||||
|
1, 22, 25, KdSyncPositive, /* 56.250 */
|
||||||
|
},
|
||||||
|
+ { 600, 800, 56, 36000, /* VESA */
|
||||||
|
+ 24, 128, 224, KdSyncPositive, /* 35.156 */
|
||||||
|
+ 1, 22, 25, KdSyncPositive, /* 56.250 */
|
||||||
|
+ },
|
||||||
|
|
||||||
|
/* 1024x768 modes */
|
||||||
|
{ 1024, 768, 85, 94500, /* VESA */
|
Loading…
x
Reference in New Issue
Block a user