Code

Added vmware driver
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Mar 2006 08:12:15 +0000 (08:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 1 Mar 2006 08:12:15 +0000 (08:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2790 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_terminalService.inc
plugins/admin/systems/class_workstationService.inc

index a09473e3a55d5a37c852610e6c356fc0ccfaf2ef..7c47cb0b1b3b6fc334b2b15ca925e488081b16fd 100644 (file)
@@ -39,7 +39,7 @@ class termservice extends plugin
   var $XDrivers= array("unknown", "ati", "atimisc", "chips", "cirrus", "cyrix", "fbdev",
       "i128", "i740", "i810", "imstt", "mga", "neomagic", "newport", "nsc",  "nv",
       "r128", "radeon", "rendition", "s3", "s3virge", "savage", "siliconmotion",
-      "sis", "tdfx", "tga", "trident", "tseng", "vesa", "vga");
+      "sis", "tdfx", "tga", "trident", "tseng", "vesa", "vga", "vmware");
   var $XResolutions= array("default", "640x480", "800x600", "1024x768", "1152x864", "1280x1024",
       "1400x1050", "1600x1200");
   var $XColordepths= array("default", "8", "15", "16", "24");
index f8cd526a72500bf12a4820de350d4c06bc0709e7..6572c3fdbe8f8bec9eb3de34301409d215f83f97 100644 (file)
@@ -34,7 +34,7 @@ class workservice extends plugin
   var $XDrivers= array("unknown", "ati", "atimisc", "chips", "cirrus", "cyrix", "fbdev",
       "i128", "i740", "i810", "imstt", "mga", "neomagic", "newport", "nsc",  "nv",
       "r128", "radeon", "rendition", "s3", "s3virge", "savage", "siliconmotion",
-      "sis", "tdfx", "tga", "trident", "tseng", "vesa", "vga");
+      "sis", "tdfx", "tga", "trident", "tseng", "vesa", "vga", "vmware");
   var $XResolutions= array("default", "640x480", "800x600", "1024x768", "1152x864", "1280x1024",
       "1400x1050", "1600x1200");
   var $XColordepths= array("default", "8", "15", "16", "24");