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

Re: My laptop boots to blank screen.



bkinney@austrialpinusa.com wrote:

After I boot my Compaq Presario 1200 laptop I end up with blank screen.
What seems to be the problem? To high frequency? How do I fix it? I run Debian
r4
gere is my XF86Conf-4 file, please help

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
This is an odd "Screen" section, at least from what I'm familiar with. It doesn't have a default depth line, nor does it have any resolution settings. Here's more what I would expect this section to look like:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth    16
SubSection "Display"
Depth 1
        Modes        "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
        Modes        "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
        Modes        "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
        Modes        "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
        Modes        "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
        Modes        "800x600" "640x480"
EndSubSection
End Section



Reply to: