Проблема Xorg 7.2 + 1440x900

Купил себе новый широкоэкранный монитор (разрешение 1440х900)
Дописал в xorg.conf новое разрешение. Х запускается с разрешением 1440х900 (так стоит в настройках е17 и в менюшке монитора так показывается) но само изображение получается почему то суженное (пропорции 4:3) и левый край монитора остаётся чёрным
Xorg 7.2
E17
Gentoo 2008.0
Монитор: SyncMaster 923NW
Видео карта: Ati Radeon x1650

xorg.conf в студию!

xorg.conf в студию!

xorg.conf

Ещё стоит отметить, что в консоле используется вся ширина дисплея

xorg.conf:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"

	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV535 [Radeon X1650 Series]"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes "1440x900"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
Modes "1440x900"

	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
Modes "1440x900"

	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
Modes "1440x900"

	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
Modes "1440x900"

	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
Modes "1440x900"

	EndSubSection
EndSection

думается можно/нужно оставить

думается можно/нужно оставить от соответствующей секции вот это

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1440x900"
        EndSubSection
EndSection

для простоты чтения конфига, а также нужно несколько расширить секцию монитора:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "SyncMaster"
        DisplaySize  320        240 #mm
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

соостветствующие хорактеристики берутся или из документации по монитору, или xoorg.conf переносится в ~/root и запускается X -configure который может их выковырнуть из монитора, если они там есть. есть ещё вариант поковырятся в логе иксов.

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".