Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 18:50:20 +0100
From:      Bjarne Wichmann Petersen <mekanix@vip.cybercity.dk>
To:        FreeBSD-questions <freebsd-questions@freebsd.org>
Subject:   Xfree 4.0.2 ... "unusable"...
Message-ID:  <200101201751.f0KHpYI09272@usr03.cybercity.dk>

index | next in thread | raw e-mail

[-- Attachment #1 --]

Gnarg... just upgraded from XFree 4.0.1 to 4.0.2, and X is now close to unusable.

Installed from ../x11/XFree-4 ... with the only tweaking of adding AA-support (followed the steps outline here in questions... I think). Don't no whether or not AA was compiled in... can't spot any difference...

Compiling went just fine... but first time I ran X, the mouse freaked out. Had to turn of wheelmouse (button 4-5) since I couldn't LMB. Actually, it behaved as though it was constantly pressed.

After that I could use the mouse again, but it's as if there is a 2-3 sec. delay between mouse-action and "screenaction"... sometimes I have to hold the mouse down 2-3 sec before I get a response.

Any clues? I have attached my XF86Config.

Bjarne
--

[-- Attachment #2 --]
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen		"Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath   "/usr/X11R6/lib/X11/rgb"

	Fontpath  "/usr/X11R6/lib/X11/fonts/local"
	Fontpath  "/usr/X11R6/lib/X11/fonts/misc"
	Fontpath  "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	Fontpath  "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	Fontpath  "/usr/X11R6/lib/X11/fonts/ttfonts"
	Fontpath  "/usr/X11R6/lib/X11/fonts/freefont"
	Fontpath  "/usr/X11R6/lib/X11/fonts/sharefont"
	Fontpath  "/usr/X11R6/lib/X11/fonts/Type1"
	Fontpath  "/usr/X11R6/lib/X11/fonts/Speedo"
	Fontpath  "/usr/X11R6/lib/X11/fonts/75dpi"
	Fontpath  "/usr/X11R6/lib/X11/fonts/100dpi"
#	Fontpath  "/usr/X11R6/lib/X11/fonts/mozilla:unscaled"

	ModulePath  "/usr/X11R6/lib/modules"
EndSection

Section "Module"
#	Load  "extmod"
#	Load  "xie"
#	Load  "pex5"
#	Load  "glx"
#	Load  "dri"
#	Load  "GLcore"
#	Load  "dbe"
#	Load  "record"
	Load  "dbe"
	SubSection "extmod"
	  Option "omit xfree86-dga"
	EndSubSection
#	Load  "glx"
#	Load  "dri"
	Load  "type1"
	Load  "speedo"
	Load  "freetype"
	#Load  "xtt"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "Keyboard"
	Option      "AutoRepeat" "500 30"
	Option      "XkbRules"   "xfree86"
	#Option      "XkbModel"   "pc105"
	Option      "XkbLayout"  "dk"
#	Option      "keymap"     "dk"
#	Option      "xkb_keymap" "dk"
#	Option      "XkbRules"   "xfree86"
#	Option      "XkbModel"   "pc101"
#	Option      "XkbLayout"  "dk"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "SysMouse"
	Option      "Device" "/dev/sysmouse"
#	Option      "Buttons" "5"
#	Option      "ZAxisMapping" "4 5"
EndSection


Section "Device"
	### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "PciRetry"
        #Option     "SyncOnGreen"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "Overlay"
        #Option     "MGASDRAM"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "ColorKey"
        #Option     "SetMclk"
        #Option     "OverclockMem"
        #Option     "VideoKey"
        #Option     "Rotate"
	Identifier  "Matrox MGA G400 AGP"
	Driver      "mga"
	VendorName  "Matrox"
	BoardName   "MGA G400 AGP"
	BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier  "ViewSonic G790"
	HorizSync    30-95
	VertRefresh  50-180
	Modeline "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Matrox MGA G400 AGP"
	Monitor    "ViewSonic G790"
	DefaultDepth 24
	DefaultFbBpp 32
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes     "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "640x480" "800x600" "1024x768" "1600x1200"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes     "1600x1200"
		ViewPort  0 0
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes     "1600x1200"
		ViewPort  0 0
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection

help

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