start fluxbox on DFly

Thomas Schlesinger schlesinger at netcologne.de
Sun Aug 20 07:33:15 PDT 2006


Am Sonntag, 20. August 2006 15:27 schrieb Gergo Szakal:
> Saverio Iacovelli wrote:
> > I don't know configure xorg.conf.
> > Does it exist a specific documentation for xorg.conf
> > configuration?
> > I don't found the documentation that I need in www.x.org.
>
> Ain't there one under /usr/pkg/share/examples ?
> Regarding editor: use mined instead of vi, or install nano from pkgsrc.

Saverio,

I've attached my /etc/X11/xorg.conf, but it needs to be modified by you. You 
must replace the Driver entry in the section "Device" from "radeon" to "via" 
and you must set your resolution section "Screen" (replace all "1400x1050" by 
your resolution). May be you must reduce the DefaultDepth, from 24 (bit) to a 
lower value, too.

Thomas
Section "Files"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/misc"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/cyrillic"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/Type1"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/100dpi"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/75dpi"
	FontPath	"/usr/pkg/xorg/lib/X11/fonts/TTF"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
	Load	"dbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. M24 1P [Radeon Mobility X600]"
	Driver		"radeon"
#	BusID		"PCI:1:0:0"
	Option "no_accel" "no"
 	Option "no_dri" "no"
	Option "mtrr" "off"
	Option "VideoOverlay" "on"
	Option "CenterMode" "off"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. M24 1P [Radeon Mobility X600]"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection




More information about the Users mailing list