Server IP : 127.0.0.2 / Your IP : 3.147.44.253 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/augeas/lenses/dist/tests/ |
Upload File : |
(* Tests for the Xorg module *) module Test_xorg = let conf = " # xorg.conf Section \"ServerLayout\" Identifier \"single head configuration\" Screen 0 \"Screen0\" 0 0 InputDevice \"Generic Keyboard\" \"CoreKeyboard\" EndSection Section \"InputDevice\" Identifier \"Generic Keyboard\" # that's a driver Driver \"kbd\" Option \"XkbOptions\" \"lv3:ralt_switch\" EndSection Section \"Device\" Identifier \"Configured Video Device\" Option \"MonitorLayout\" \"LVDS,VGA\" VideoRam 229376 Option \"NoAccel\" Screen 0 EndSection Section \"Screen\" Identifier \"Screen0\" Device \"Configured Video Device\" DefaultDepth 24 SubSection \"Display\" Viewport 0 0 Depth 24 Modes \"1280x1024\" \"1280x960\" \"1280x800\" EndSubSection EndSection Section \"Module\" SubSection \"extmod\" Option \"omit XFree86-DGA\" EndSubSection EndSection " test Xorg.lns get conf = { } { "#comment" = "xorg.conf" } { } { "ServerLayout" { "Identifier" = "single head configuration" } { "Screen" = "Screen0" { "num" = "0" } { "position" = "0 0" } } { "InputDevice" = "Generic Keyboard" { "option" = "CoreKeyboard" } } } { } { "InputDevice" { "Identifier" = "Generic Keyboard" } { "#comment" = "that's a driver" } { "Driver" = "kbd" } { "Option" = "XkbOptions" { "value" = "lv3:ralt_switch" } } } { } { "Device" { "Identifier" = "Configured Video Device" } { "Option" = "MonitorLayout" { "value" = "LVDS,VGA" } } { "VideoRam" = "229376" } { "Option" = "NoAccel" } { "Screen" { "num" = "0" } } } { } { "Screen" { "Identifier" = "Screen0" } { "Device" = "Configured Video Device" } { "DefaultDepth" = "24" } { "Display" { "ViewPort" { "x" = "0" } { "y" = "0" } } { "Depth" = "24" } { "Modes" { "mode" = "1280x1024" } { "mode" = "1280x960" } { "mode" = "1280x800" } } } } { } { "Module" { "extmod" { "Option" = "omit XFree86-DGA" } } }