Eli en voi vaihtaa resuluutioon 800x600@85 vaikka näyttö pystyisikin. Olen koittanut saaha xf86cfg komennolla saada käyttöön näyttötiloja, mutta ei...
Xfree86 conffi:
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection
Section "Files"
			# local font server
	# if the local font server has problems, we can fall back on these
        # paths to defoma fonts
	FontPath     "unix/:7100"
	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/CID"
	FontPath     "/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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  "v4l"
	Load  "vbe"
	Load  "xtt"
EndSection
Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fi"
EndSection
Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    31.5 - 37.9
	VertRefresh  43.0 - 85.0
	ModeLine     "800x600@85" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
	ModeLine     "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
	ModeLine     "800x600@85Hz(VESA)" 563.0 800 832 896 1048 600 601 604 631 +hsync +vsync
	ModeLine     "800x600@75Hz(VESA)" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
	Option	    "DPMS"
EndSection
Section "Device"
#	BusID       "PCI:1:0:0"
	Identifier  "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
	Driver      "nvidia"
EndSection
Section "Screen"
	Identifier "Default Screen"
	Device     "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768/60" "800x600/85" "640x480/85"
	EndSubSection
EndSectionLisäksi mulla on seuraavanlainen ongelma:
Yritän kääntää gcc ohjelmaa ja tulostaa:
gcc: installation problem, cannot exec `cc1plus': Tiedostoa tai hakemistoa ei ole
PS: tätä viestikenttää sais suurentaa....
Oletko kokeillut asentaa 'build-essential' pakettia, koskien tuota gcc-ongelmaa? Jänskää, sillä minulla toimi gcc / g++ heti asennuksen jälkeen, ilman minkäänlaista lisäsäädön tarvetta.
Näytöstä en pahemmin tiedä, mutta ovatko HorizSync ja VertRefresh arvot varmasti oikeat? Ja mihin näyttötilaan(?) se käynnistyy, jos se ylipäätään tekee niin? Kokeile ottaa tuo 1024x786/60 pois tuosta 800x600... edestä, josko se sitten käynnistyisi tuohon 800x600 tilaan?
Ekaksi se ei käynnisty ollenkaan ja HorizSync ja VertRefresh on oikean ja Nvidian ajurit toimii millon sattuu. Koitan asentaa Ubuntun uudestaan. Aruviel kiitos tuosta build-essential vinkistä. Oi että on ihanaa 60Hrz...
Aihe on jo aika vanha, joten et voi enää vastata siihen.