Strona 1 z 1

Xorg.conf

: 10 stycznia 2008, 21:15
autor: tytus05
Zauważyłem, że nie mam section'module' w xorgu.Czy da się to naprawić?

Kod: Zaznacz cały

Section "Files"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc Radeon R300 ND [Radeon 9700 Pro]"
	Driver		"ati"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"F700P"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon R300 ND [Radeon 9700 Pro]"
	Monitor		"F700P"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

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

: 10 stycznia 2008, 21:39
autor: pdabrowsky
Dopisz sobie to po "Section Files":
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
EndSection
Pozdrawiam...

P.S. Nie wiem czy wszystkie Ci potrzebne... :P

: 10 stycznia 2008, 22:20
autor: fnmirk
Prawdopodobnie ta sekcja już nie będzie wymagana.

: 10 stycznia 2008, 23:10
autor: tytus05
Dzięki ;-)

: 11 stycznia 2008, 20:33
autor: paolus
Witam
U mnie też nie ma tej sekcji w xorg.conf i wszystko śmiga doskonale(dri, 3d, filmy się nie tną)
Pozdrawiam