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

Re: Start X fails on Compaq Presario 1200



bkinney@austrialpinusa.com wrote:

My Xwindows fails to start with message :
Undefined Device "Default Video Card" referenced by Screen "Default Screen"


Interesting that the error refers to "Default" video card, whereas XF86Config-4 only references the "Generic" video card. Are you sure this is the XF86Config-4 file that is being read by X, rather than some other config file?

### BEGIN DEBCONF SECTION

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"vesa"
	Option		"UseFBDev"		"true"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
EndSection

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

--
Kent



Reply to: