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

[Debian] XFree and Mousefreeze on Asus 8400B



Hi,
ich habe ohne Probleme Woody auf meinem Laptop installieren können. Das
Problem ist der XServer.

Mit Hilfe der Dokus im Netz funktioniert X jetzt.
Leider friert nach einiger Zeit die Maus ein, nach ner Weile
funktioniert sie wieder, friert wieder ein, tut´s nicht mehr. Die
Abstände sind variable. Manchmal funktioniert nebenher die
Tastatursteuerung, manchmal auch die nicht.
Da ich keine Fehlermeldungen bekomme (nicht in syslog, xfree.log usw.)
weiß ich nicht, wo ich das Problem noch suchen soll.
Ideen?
Gruß
Uli

P.S.: Version 4.0.3 mit Kernel 2.2.19. Im Anhang meine Config.

-- 
'The box said, 'Requires Windows 95 or better', so i installed Linux - TKK 5
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen         "Screen0"
	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  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option	    "XkbModel" "pc104"
        Option      "XkbLayout" "de"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
        HorizSync	30-70
	VertRefresh	50-90
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "slow_edodram"
        #Option     "slow_dram"
        #Option     "fast_dram"
        #Option     "fpm_vram"
        #Option     "NoAccel"
        #Option     "HWCursor"
        #Option     "SWCursor"
        #Option     "ShadowFB"
        #Option     "Rotate"
        #Option     "UseBIOS"
	Identifier  "Card0"
	Driver      "savage"
	VendorName  "S3"
	BoardName   "Savage/MX-MV"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
        DefaultDepth 16 
	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

Section "DRI"
EndSection


Reply to: