WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Suppress VIDEO_SELECT config option.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 9fa969af72cd2b38ee5248a20f613e3e42f328aa
# Parent  834e209cec9f74f9294ce5c64f89be69a46fef33
Suppress VIDEO_SELECT config option.
The Xen guest doesn't know how to change video modes at boot.

From: Jan Beulich <JBeulich@xxxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 834e209cec9f -r 9fa969af72cd linux-2.6-xen-sparse/drivers/video/Kconfig
--- a/linux-2.6-xen-sparse/drivers/video/Kconfig        Mon Feb 20 18:02:55 2006
+++ b/linux-2.6-xen-sparse/drivers/video/Kconfig        Mon Feb 20 18:03:56 2006
@@ -495,7 +495,7 @@
 
 config VIDEO_SELECT
        bool
-       depends on (FB = y) && X86
+       depends on (FB = y) && X86 && !XEN
        default y
 
 config FB_SGIVW

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Suppress VIDEO_SELECT config option., Xen patchbot -unstable <=