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

Re: X Question...



On Thursday 18 April 2002 23:22, Schroeder, Aaron wrote:
> Hello all,
>
> I have a Miata running 2.2.r6, I have a Matrox Millenium PCI video card. I
> have configured X, and I can start X. The problem is that when X comes up,
> there are nice vertical lines all through the screen. Of course, all kinds
> of screen weirdness ensues and I then just quit X. The shell is fine.
> Obviously, I am configuring something wrong, (the card worked fine under
> NT). My question is, does someone have a config file that I could look at
> in order to configure X on this machine? Or has anyone had this happen to
> them?

Which XFree version do you have ?
The 3.6 is buggy on alpha. You have to use a least the 4.03.
Here is my (not optimized at all) XF86Config-4 for XFree 4.1

Laurent.
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        RgbPath      	"/usr/X11R6/lib/X11/rgb"
	ModulePath   	"/usr/X11R6/lib/modules"
	#FontPath	"tcp/fyma.fyma.ucl.ac.be:7100"
	FontPath	"unix/:7100"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc101"
	Option		"XkbLayout"	"be"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"mga"
	VideoRam        2048
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-130
	VertRefresh	60-160
	# Option		"DPMS"
	ModeLine "1024x768"  94.50  1024 1052 1148 1356  768 769 772 800
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth    16	
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config

Reply to: