[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: maus unter X



At 22:27 04.06.03 +0200, you wrote:
>On 04.Jun 2003 - 21:27:01, Breu, Johannes Martin wrote:
>> X läuft gut, aber ohne Maus. gpm hat Maus erkannt.
>> Was ist zu tun?
>
>Weiss ich nicht, meine Glaskugel ist grad in der Reparatur ;)
>
>Aber ich tippe mal drauf das du entweder bei gpm als repeat_type nicht
>raw gewählt hast oder das falsche Protokoll bei der X11-Einstellung.
>Schick doch mal deine gpm.conf und deine XF86Config-4
>
>Andreas


Habe die  *.conf als attachment angfügt.

Mittels xf86cfg -textmode -configure XF86Config-4 komme ich nicht weiter.

Danke, Johannes
>
>-- 
>Aber nimm besser nichts nach Stuttgart mit,
>womit Du Dich oder andere verletzen könntest.
>		-- Klaus Knopper
>
>
>-- 
>Haeufig gestellte Fragen und Antworten (FAQ): 
>http://www.de.debian.org/debian-user-german-FAQ/
>
>Zum AUSTRAGEN schicken Sie eine Mail an
debian-user-german-request@lists.debian.org
>mit dem Subject "unsubscribe". Probleme? Mail an
listmaster@lists.debian.org (engl)
#  /etc/gpm.conf - configuration file for gpm(1)
#
#  If mouse response seems to be to slow, try using
#  responsiveness=15. append can contain any random arguments to be
#  appended to the commandline.  
#
#  If you edit this file by hand, please be aware it is sourced by
#  /etc/init.d/gpm and thus all shell meta characters must be
#  protected from evaluation (i.e. by quoting them).
#
#  This file is used by /etc/init.d/gpm and can be modified by
#  /usr/sbin/gpmconfig.
#
device=/dev/psaux
responsiveness=
repeat_type=ms3
type=autops2
append=""
sample_rate=
repeat_type=raw

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "PS/2"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "PHL"
	ModelName    "PHILIPS 107MB"
	HorizSync    30.0 - 87.0
	VertRefresh  50.0 - 160.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400 AGP"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection






Reply to: