patch-hw_xfree86_os-support_linux_lnx_init_c 561 B

12345678910111213
  1. --- xorg-server-1.15.0.orig/hw/xfree86/os-support/linux/lnx_init.c 2013-12-27 18:38:52.000000000 +0100
  2. +++ xorg-server-1.15.0/hw/xfree86/os-support/linux/lnx_init.c 2014-03-21 12:56:02.898707432 +0100
  3. @@ -83,8 +83,8 @@ xf86OpenConsole(void)
  4. struct vt_mode VT;
  5. struct vt_stat vts;
  6. MessageType from = X_PROBED;
  7. - char *tty0[] = { "/dev/tty0", "/dev/vc/0", NULL };
  8. - char *vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL };
  9. + char *tty0[] = { "/dev/tty0", NULL };
  10. + char *vcs[] = { "/dev/tty%d", NULL };
  11. if (serverGeneration == 1) {