Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 02:54:12 -0800 (PST)
From:      kei@nanet.co.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   misc/9524: /usr/share/examples/libvgl/demo looks like to break virtual console.
Message-ID:  <199901161054.CAA00550@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9524
>Category:       misc
>Synopsis:       /usr/share/examples/libvgl/demo looks like to break virtual console.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 16 03:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Katusyuki 'kei' Maeda
>Release:        2.2.8-RELEASE
>Organization:
Nagasaki Netowrk Service Co,.Ltd.
>Environment:
FreeBSD batten.nanet.co.jp 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Wed Jan  6 18:56:10 JST 1999     kei@batten.nanet.co.jp:/usr/src/sys/compile/BATTEN  i386
>Description:
When after run any program which using libvgl, virtual console does not work well.
>How-To-Repeat:
#cd /usr/share/example/libvgl
#make
#./demo
It works fine. But after that we can't use virtual console.
>Fix:
Index: keyboard.c
===================================================================
RCS file: /usr/ncvs/src/lib/libvgl/keyboard.c,v
retrieving revision 1.1
diff -r1.1 keyboard.c
78c78
<   if (VGLKeyboardMode != -1)
---
>   if (VGLKeyboardMode != -1) {
80c80,81
<   tcsetattr(0, TCSANOW, &VGLKeyboardTty);
---
>     tcsetattr(0, TCSANOW, &VGLKeyboardTty);
>   }

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901161054.CAA00550>