feisty felbontas

Fórumok

Sziasztok

Olyan problemara varnek valaszt h. hogyan tudnam a felbontasomat beallitani ubuntu feisty alatt?

Nos megprobaltam feltenni az uj nvidia drivert miutan azt irta ki h. sikeresen feltettem, es el is inditom az X-t ami mukodott gondoltam ujrainditom hatha akkor is mukodni fog erre nem volt hajlando az x et elinditani ujboli bootolaskor. Ujra tettem a drivert kiirta h. sikeresen telepitettem elinditanam az x-t ami nem toltodik be. Tobbszor is ugyanezt eljatszodtam.
Ezutan megelegeltem a sok nvidia driver telepitesi probalkozast gondoltam mostmar azzal is megelekszek ha 1280x800 as felbontast betudnam hozni. Atirtam a xorg.conf ot, csak ezt a felbontast hagytam benne de x elinditasakor a szep 800x600 as felbontast kapom:(

Mi ilyenkor a tehendo?

Hozzászólások

oszd meg velunk az xorg.conf-odat, hátha kiszurjuk a hibát

"Nos megprobaltam feltenni az uj nvidia drivert miutan azt irta ki h. sikeresen feltettem, es el is inditom az X-t ami mukodott gondoltam ujrainditom hatha akkor is mukodni fog erre nem volt hajlando az x et elinditani ujboli bootolaskor. Ujra tettem a drivert kiirta h. sikeresen telepitettem elinditanam az x-t ami nem toltodik be. Tobbszor is ugyanezt eljatszodtam."

nvidia man-janak olvasasa ajanlott! ott leirjak, hogy az NVIDIA drivert minimum 3x kell telepiteni ahhoz, hogy egyszer mukodjon; google-t meg mellozni kell erosen es meg a https://wiki.ubuntu.com/ -ot is!!11 ha az elobb emlitett cimen (wiki.ubuntu.com-on rakeresel az NVIDIA szocskara, 6-tol 10evig terjedo bortonbuntetessel nezel szembe.)
szoval VESA-val elegedj meg es kesz. szineket meg minek akarsz terminalra?! ;)P

"... nem zsaru vagyok, hanem a rendorfonok."

jo erzes h. itt mindenki milyen ugyes hatha ilyen okos embrek vesznek korul ragad is ram vmi
google jo baratom es mellesleg wikivel se allok hadilabon szoval jobban rajuk nezek
bar nvidiat vagy 6szor feltettem es mikor elinditom az ubuntut nem akarja h. mukodjon az x erre atirom a xorg.conf ot elinditom az x et utana lelovom es visszairom nvidiara na akkor mar mukodik csak kicsit unalmas ez a jatek X__x
ha google megse lesz jobarat akor majd megosztom a hibajelentest

a xorg.conf-ba nem kell felbontást írni.

nekem ez van, igaz ati kártyával, szóval a driver rész nyilván neked más, de kiindulópontnak jó lehet (dri-vel, v nélküle, vesával is ezt használom):


############################################################################################################

Section "Module"

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

EndSection

############################################################################################################

Section "InputDevice"

	Identifier	"billentyuzet"

	Driver		"kbd"
	Option		"AutoRepeat"		"500 30"
	Option		"XkbRules"		"xorg"
	Option		"XkbModel"		"pc105"
	Option		"XkbLayout"		"hu"

EndSection

############################################################################################################

Section "InputDevice"

	Identifier	"mx500"

	Driver		"mouse"
	Option		"Device"		"/dev/input/mice"
	Option		"Buttons"		"5"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"

EndSection

############################################################################################################

Section "Device"

	Identifier	"x700"

	Driver		"radeon"
	BusID		"PCI:1:0:0"
	Option		"AccelDFS"		"1"		#use accelerated EXA DownloadFromScreen
	Option		"BusType"		"PCIE"		#force bus type
	Option		"DynamicClocks"		"yes"		#enable gpu clock scaling on demand
	Option		"AccelMethod"		"EXA"		#use the newer acceleration method
	Option		"DRI"			"yes"		#might be unnecessary
	Option		"XAANoOffscreenPixmaps"	"yes"		#no accelerated draws into pixmaps in
								#offscreen video memory
	Option		"MonitorLayout"		"LVDS,NONE"	#1st,2nd panel tpye: CRT,TMDS/LVSD
								#as desktop/laptop flat, NONE or AUTO

	Option		"EnablePageFlip"	"1"		#enable page flipping for 3D acceleration
	Option		"ColorTiling"		"1"		#? - these two are required for beryl

	Option		"OpenGLOverlay"		"no"		#when OpenGL Overlay is enabled, Video
	Option		"VideoOverlay"		"yes"		#Overlay will be disabled automatically

	Option		"UseInternalAGPGART"	"no"		#yes/no: driver's/kernel's AGP support
	Option		"VBERestore"		"yes"		#needed for suspend/hibernate

EndSection

############################################################################################################

Section "Monitor"

	Identifier	"moncsi"

	Option		"DPMS"			"yes"
	HorizSync	31.5-50
	VertRefresh	40-90

EndSection

############################################################################################################

Section "Screen"

	Identifier	"kepernyo"

	Device		"x700"
	Monitor		"moncsi"
	DefaultDepth	24

	SubSection	"Display"
		Viewport	0 0
		Depth		24
	EndSubSection
	
EndSection

############################################################################################################

Section "ServerLayout"

	Identifier	"LAYOUT1"

	Screen		"kepernyo"

	InputDevice	"billentyuzet"		"CoreKeyboard"
	InputDevice	"mx500"			"CorePointer"

	Option		"AIGLX"			"yes"

EndSection

############################################################################################################

Section "DRI"

	Mode		0666

EndSection

############################################################################################################

Section "Extensions"
        Option         "Composite"   "Enable"
EndSection

############################################################################################################