Bug 21626

Summary: console mouse is silently disabled with SC/VGA_NO_FONT_LOADING options
Product: Documentation Reporter: Vivek Khera <khera>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vivek Khera 2000-09-28 19:20:00 UTC
	

If you specify either/both of SC_NO_FONT_LOADING and
VGA_NO_FONT_LOADING, the console mouse is silently disabled.  There
are no errors or warnings issued.

The man pages for vga and syscons do not indicate this side effect.

Fix: 

add SC_ALT_MOUSE_IMAGE option to the kernel.  I think the syscons man
page should indicate that if you specify no font loading, you must
specify this option for moused and cut/paste to work on the console.
How-To-Repeat: 
	

Build a kernel with these options and run moused.  There is no console mouse.
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-09-30 14:00:59 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc

Misfiled PR
Comment 2 marko freebsd_committer freebsd_triage 2000-09-30 17:25:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!!