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

Re: [gdm] strange behaviour when starting GDM



On Thu, Sep 11, 2003 at 02:01:32PM +0200, Pim Bliek | PingWings.nl wrote:
> > I run XF4.3 on an Athlon 2600, with a Radeon 9000, and the X CPU usage
> > is no different to any other release.  You have a configuration problem
> > somewhere.
> 
> Could you please post your XF86config? Also i'd like to know from which
> source you got the XF4.3 packages.
> 
> Thanx!
> 
> Pim

I'm not claiming perfection - I don't use 3D for example.  But it's
been working fine for months.

Section "Files"
	FontPath	"unix/:7100"			# local font
server
	# if the local font server has problems, we can fall back on
	# these
	FontPath	"/usr/share/fonts/truetype"
	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"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"logicordless"
	Option		"XkbLayout"	"gb"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"MouseManPlusPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Radeon"
	Driver		"radeon"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Philips 200P3"
	HorizSync	30-94
	VertRefresh	56-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon"
	Monitor		"Philips 200P3"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

>From /etc/apt/sources.list
# XFree4.3
deb http://people.debian.org/~mmagallo/packages/xfree86/i386/ ./
deb http://people.debian.org/~mmagallo/packages/freetype/i386/ ./
deb http://people.debian.org/~mmagallo/packages/fontconfig/i386/ ./
deb http://people.debian.org/~mmagallo/packages/libpng/i386/ ./
deb http://people.debian.org/~mmagallo/packages/xft/i386/ ./
deb http://people.debian.org/~mmagallo/packages/debconf/i386/ ./



Reply to: