XFCE 4.6.2 + resolution monitor

Всем добрый день, столкнулся с проблемой когда стартую иксы у меня загружается XFCE4, но разрешение экрана стоит на 1280*1024, мне надо 1680*1050, в настройки=>дисплей максимальное 1280*1024, когда загружены иксы так же существует проблема, при нажатии на ctrl+alt+f1 не грузит консоль просто чёрный экран, пожалуста помогите что с этим делать.

Xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
	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  "drm"
	Load  "glx"
	Load  "dbe"
	Load  "dri"
	Load  "record"
	Load  "dri2"
	Load  "extmod"
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   "RV370 5B60 [Radeon X300 (PCIE)]"
	BusID       "PCI:1:0:0"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Virtual 3600 1200
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Добавить в SectionScreen:
SubSection "Display"
         ...
         Viewport   0 0
         Depth     24
         Modes "1680x1050" 
И ничего как было 1280*1024 так и осталось скоро косоглазие с таким разрешением будет
в логах есть всё про другие разрешения, кроме этого такое чувство что оно вообще не обращает внимание на Xorg.conf в логах пишет что грузит веса хотя стоит драйвер radeon, уже бесит((((


http://pastebin.com/GxHG0NWx
ссылка на лог
l3ty4ka
И ничего как было 1280*1024 так и осталось скоро косоглазие с таким разрешением будет
В настройках дисплея должен добавиться вариант 1680*1050
не добавилось
Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName "1680x1050 @ 70 Hz" <<== Здесь не уверен, если не получиться, попробуй вернуть как было
HorizSync 31.5-88.0
VertRefresh 50.0-90.0.0
Option "PreferredMode" "1680x1050"
...
Subsection "Display"
Depth 24
Modes "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

HorizSync, VertRefresh - их наверное нужно самому подгонять.
Ничего не произошло вот какой xorg.conf получился
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
	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  "drm"
	Load  "glx"
	Load  "dbe"
	Load  "dri"
	Load  "record"
	Load  "dri2"
	Load  "extmod"
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 "1680x1050 @ 70 Hz" 
HorizSync 31.5-88.0
VertRefresh 50.0-90.0.0
Option "PreferredMode" "1680x1050"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV370 5B60 [Radeon X300 (PCIE)]"
	BusID       "PCI:1:0:0"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
#	Modes 	"1680x1050"	
Subsection "Display"
Depth 24
Modes "1680x1050"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
всё получилось при удаление лишних файлов с /etx/X11/xorg.conf.d/
Что касается консоли, то наверное нужно редактировать /etc/inittab
должна быть секция вида:
c1:3:respawn:/sbin/agetty 38400 vc/1 linux
c2:3:respawn:/sbin/agetty 38400 vc/2 linux
c3:3:respawn:/sbin/agetty 38400 vc/3 linux
c4:3:respawn:/sbin/agetty 38400 vc/4 linux
c5:3:respawn:/sbin/agetty 38400 vc/5 linux
c6:3:respawn:/sbin/agetty 38400 vc/6 linux
где 1,2,3,4… умолчальное количество виртуальных консолей
приду, выложу свой inittab

P.S: погугли, мне кажеться найдёшь ответ!
всё работает спс за помощь
 
Зарегистрироваться или войдите чтобы оставить сообщение.