patch-hw_xfree86_os-support_linux_lnx_init_c 561 B

12345678910111213
  1. --- xorg-server-1.12.2.orig/hw/xfree86/os-support/linux/lnx_init.c 2012-05-17 19:09:03.000000000 +0200
  2. +++ xorg-server-1.12.2/hw/xfree86/os-support/linux/lnx_init.c 2013-04-30 10:33:00.000000000 +0200
  3. @@ -75,8 +75,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) {