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

Re: Stora problem med xfree86!



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tjena,

> unable to find any suitable screens

En bra ände att börja i kan vara en 

 dpkg-reconfigure xserver-xfree86

> Är det någon som har en XF86Config fil som passar för 4.1-woody16?
> När jag kör en XF86Config och går igenom alla inställningar då vill det
> inte heller funka. (Grafikkortet är ett Nvidia Geforce2)

Jag bifogar min XF86Config-4 som använder nvidias äckelbinära drivrutiner. Den 
kanske fungerar för dig, iaf om du har en lokal fontserver på tcp/7110 och 
använder nvidias drivrutiner...

 /Calle
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/v14eYxi18jQsb7QRAqKkAKCMFDpEaRzVb/5qxShgl0HGOzUH6gCgvj1T
s0OT8inDF0V8R5jy08JL3Y4=
=6vyN
-----END PGP SIGNATURE-----
Section "Files"
	FontPath	"unix/:7110"			# local font server
EndSection

Section "Module"
#	Load	"GLcore"
#	Load	"bitmap" # För rendering av bitmappade fonter.
	Load	"dbe" # Double buffering extension. Bra för videogrejor.
#	Load	"ddc" # Vesa Data Display Channel. För autofrågor om monitorinfo.
#	Load	"dri"
	Load	"extmod" # Massor av extensions, bla shared memory,
			 # shaped windows, video mode switching, xv, DGA mf.
	Load	"freetype"
	Load	"glx"
#	Load	"int10" # För att softboota sekundära VGA-kort
#	Load	"record" # RECORD extensions, för servertestning.
#	Load	"speedo" # Konstiga gamla internationella fonter.
	Load	"type1"
#	Load	"vbe" # Vesa Bios Extensions. För autofrågor om monitorinfo.
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nvidia"
	# 0=ingen AGP, 1 = NvAgp, 2=agpgart, 3=agpgart sedan NvAgp
	Option		"NvAgp"	"2"
	Option		"RenderAccel" "true"
	Option		"NoLogo" "true"
	#EdidFreqs är de maxfrekvenser som monitorn uppger
	Option		"UseEdidFreqs" "true"
#	Driver		"nv"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-70
	VertRefresh	50-160
#	HorizSync	30-68
#	VertRefresh	50-85
	Option		"DPMS"
	DisplaySize	325 242
	Gamma		1.10  1.10  1.10
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1152x864"
	EndSubSection
EndSection

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

Reply to: