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

Bug#183149: Acknowledgement (xserver-common: New X packages missing many functions.)



On Sun, Mar 02, 2003 at 03:03:02PM -0600 or thereabouts, Debian Bug Tracking System wrote:
> Thank you for the problem report you have sent regarding Debian.
> This is an automatically generated reply, to let you know your message has
> been received.  It is being forwarded to the developers mailing list for
> their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Branden Robinson <branden@debian.org>
> 
> If you wish to submit further information on your problem, please send
> it to 183149@bugs.debian.org (and *not* to
> submit@bugs.debian.org).
> 
> Please do not reply to the address at the top of this message,
> unless you wish to report a problem with the Bug-tracking system.
> 
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
Here is my original XF86Config-4 file:

Section "Files"
	FontPath	"unix/:7100"			# local font server
	FontPath	"unix/:7101"
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/TrueType"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
#	Option		"XkbRules"	"xfree86"
#	Option		"XkbModel"	"pc104"
#	Option		"XkbLayout"	"de"
#	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"BuiltIns"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"SendCoreEvents" 	"true"
	Option 		"Device"		"/dev/psaux"
	Option		"Buttons"		"3"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"NVidia Geforce4 MX440 Go"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
#	Option		"UseFBDev"		"true"
	Option		"NvAGP"	"0"
	Option		"NoLogo"		"true"
	Option		"UseEdidFreqs" 		"true"
#	Option		"TwinView"
#	Option  	"MetaModes"	"NULL,1600x1200; 1280x1024,1600x1200"
#	Option 		"ConnectedMonitor" "DFP,DFP"
#	Option 		"TwinViewOrientation" "Clone"
EndSection

Section "Monitor"
	Identifier	"Dell 1600x1200 Panel"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVidia Geforce4 MX440 Go"
	Monitor		"Dell 1600x1200 Panel"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		32
		Modes		"1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"BuiltIns"
EndSection

Section "DRI"
	Mode	0666
EndSection

----
by commenting out the xtt, glx, pex5 and xie modules, I have been able to get X running. 

HTH,

Chris




Reply to: