ports/63609: graphics/svgalib: patch configuration file for mouse support

Simon Barner barner at in.tum.de
Mon Mar 1 19:50:15 UTC 2004


>Number:         63609
>Category:       ports
>Synopsis:       graphics/svgalib: patch configuration file for mouse support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 01 11:50:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.9 i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Tue Feb 10 01:57:14 CET 2004     simon at zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE  i386

>Description:

Svgalib comes with mouse support on the console, but the installed
configuration file is not adopted properly by the port.

The attached patch fixes mouse support on my system (tested with quake2,
using a ps/2 mouse and running moused).

>How-To-Repeat:
Run quake2 without the patch, and you will not be able to use your mouse.

>Fix:

Please add the following patch file to the port:

--- patch-src::config::libvga.config begins here ---
--- src/config/libvga.config.orig	Mon Mar  1 20:34:52 2004
+++ src/config/libvga.config	Mon Mar  1 20:35:32 2004
@@ -31,7 +31,7 @@
 # mouse DRMOUSE4DS	# Digital Research double-wheeled mouse
 # mouse none		# None
 
-mouse Microsoft
+mouse gpm
 
 # Mouse/keyboard customisation by 101 (Attila Lendvai). If you have any good
 # ideas you can reach me at 101 at kempelen.inf.bme.hu
@@ -101,7 +101,7 @@
 # However, esp. with the Spacetec Spaceball you may
 # want to specify a different device for svgalib to use
 
-# mdev /dev/ttyS0 # mouse is at /dev/ttyS0
+mdev /dev/sysmouse
 
 # Some multiprotocol mice will need one of the following:
 
--- patch-src::config::libvga.config ends here ---

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



More information about the freebsd-ports-bugs mailing list