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

Getting X to start



Hi -

Just installed Debian, and can't get X to start. I've included my XF86Config-4 file, plus the log output that results from it. What can I do to get it to work (ok...RTFM...that didn't work)? Thanks for your help guys.

Kris Kerwin

P.S.: Another example of M$ irrespecting Linux - the Hotmail account that I used on my Windows gamebox to receive this email says Debian is junkmail...hmm....








_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Attachment: XFree86.0.log
Description: Binary data

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard" "CoreKeyboard"
	InputDevice    "Generic Mouse" "CorePointer"
EndSection

Section "Files"
	FontPath     "unix/:7100"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

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

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Generic Mouse"
	Driver      "mouse"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "/dev/psaux"
	Option      "Emulate3Buttons" "no"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    30 - 70
	VertRefresh  50.0 - 160.0
	Option       "DPMS"
	Option       "BusID" "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "Generic Video Card"
	Driver      "glide"
	ChipSet     "Voodoo3"
	Card        "Voodoo3 (generic)"
	Option      "UseFBDev" "true"
EndSection

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

Section "DRI"
	Mode         0666
EndSection



Reply to: