Rozdzielczość po starcie Ubuntu

Witam. Mam Ubuntu 7,05 na którym zainstalowalem sterowniki do karty GF8500

GT za pomoca Envy. Wszystko jest ok tylko przy starcie mam rozdzielczość “1280x 1024” , a moim marzeniem jest “1680x1050”. Moge to zmienic, ale przy starcie zawsze jest ta niższa.

Section "Module"

	Load	"bitmap"

	Load	"ddc"

	Load	"dri"

	Load	"extmod"

	Load	"freetype"

	Load	"glx"

	Load	"int10"

	Load	"vbe"

EndSection


Section "InputDevice"

	Identifier	"Generic Keyboard"

	Driver "kbd"

	Option "CoreKeyboard"

	Option "XkbRules"	"xorg"

	Option "XkbModel"	"pc105"

	Option "XkbLayout"	"pl"

	Option "XkbVariant"	"qwerty"

	Option "XkbOptions"	"pl"

EndSection


Section "InputDevice"

	Identifier	"Configured Mouse"

	Driver "mouse"

	Option "CorePointer"

	Option "Device" "/dev/input/mice"

	Option "Protocol" "ImPS/2"

	Option "ZAxisMapping" "4 5"

EndSection


Section "InputDevice"

	Driver "wacom"

	Identifier	"stylus"

	Option "Device"	"/dev/input/wacom"

	Option "Type" "stylus"

	Option "ForceDevice"	"ISDV4" # Tablet PC ONLY

EndSection


Section "InputDevice"

	Driver "wacom"

	Identifier	"eraser"

	Option "Device"	"/dev/input/wacom"

	Option "Type" "eraser"

	Option "ForceDevice"	"ISDV4" # Tablet PC ONLY

EndSection


Section "InputDevice"

	Driver "wacom"

	Identifier	"cursor"

	Option "Device"	"/dev/input/wacom"

	Option "Type" "cursor"

	Option "ForceDevice"	"ISDV4" # Tablet PC ONLY

EndSection


Section "Device"

	Identifier	"nVidia Corporation NVIDIA Default Card"

	Driver "nvidia"

	BusID "PCI:1:0:0"

	Option "UseFBDev" "true"

EndSection


Section "Monitor"

	Identifier	"Generic Monitor"

	Option "DPMS"

	HorizSync	30-100

	VertRefresh	50-160

EndSection


Section "Screen"

	Identifier	"Default Screen"

	Device "nVidia Corporation NVIDIA Default Card"

	Monitor "Generic Monitor"

	DefaultDepth	24

	SubSection "Display"

		Depth 1

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth 4

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth 8

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth 15

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth 16

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

	SubSection "Display"

		Depth 24

		Modes "1024x768" "800x600" "640x480"

	EndSubSection

EndSection


Section "ServerLayout"

	Identifier	"Default Layout"

	Screen "Default Screen"

	InputDevice	"Generic Keyboard"

	InputDevice	"Configured Mouse"

	InputDevice "stylus"	"SendCoreEvents"

	InputDevice "cursor"	"SendCoreEvents"

	InputDevice "eraser"	"SendCoreEvents"

EndSection


Section "DRI"

	Mode	0666

EndSection

// Poprawiłem Twój post - dodałem tagi code. Poprawiłem również tytuł wątku.

Kaka’

Co rozumiesz jako przy starcie?

O okno logowania?

Widzisz to?

Pododawaj przed “1024x768” żądaną rozdzielczość.

na wszelki wypadek pokaż jak to przerobiłes zanim zapiszesz :slight_smile:

Chcialem zrobic to tak

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1680x1050" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

Ale wyskakuje mi cos takiego

Brak uprawnień do zapisania pliku. Proszę sprawdzić czy wprowadzone położenie jest poprawne i spróbować ponownie

:cry:

// Poprawiłem Twój post - dodałem tagi code.

Kaka’

uruchom konfiga z prawami ADMINA

sudo gedit /etc/X11/xorg.conf

jak go edytyujesz ?

daj sudo gedit /etc/X11/xorg.conf

zmień (dobrze zamieniłeś tak jak tu pokazałeś)

zapisz, wyjdź, alt+ctrl + backspace, ciesz się :slight_smile:

Dzięki matit! O to mi wlasnie chodziło! Mam ubuntu od niedawna i chciałem to zrobic sam, ale juz mi pomysłow zabrakło, i na goglach jakoś to co tam bylo nie przemowilo do mnie.

Jeszcze raz dzięki! !!

Było kilka razy na tym forum :slight_smile:

Ta komenda Ci się przyda

I masz dostęp do wszystkiego.