LINUX.ORG.RU

CrunchBang#! Проблема с разрешением экрана.


0

1

Решил на старую машину поставить CrunchBang. Все вроде как завелось,НО..не могу выставить разрешение экрана. Выставляю в xandr, но при перезагрузке каждый раз слетает. Драйвер встал свободный (видяха ATI Radeon 9550)


У меня та же видюха, только я на Debian'e. Вот мой конфиг иксов:

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/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dri2"
	Load  "record"
	Load  "dbe"
	Load  "extmod"
	Load  "dri"
	Load  "glx"
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   "Dell"
	ModelName    "E177FP"
	HorizSync	30 - 81	
	VertRefresh	56 - 75
EndSection

Section "Device"
	Option      "AccelMethod" "EXA"
	Option	    "MigrationHeuristic" "greedy"
        Option      "DRI" "on"
    	Option      "EnablePageFlip" "on"
    	Option      "ColorTiling" "on"
    	Option      "AccelDFS"  "on"
	Option      "RenderAccel" "on"
	Option      "EXAVSync" "on"
	Option      "EnablePageFlip" "on" 
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV350 AS [Radeon 9550]"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	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
		Modes	"1280x1024"
	EndSubSection
EndSection
После этого все завелось, разрешение и я даже смог поиграть в Clive Barker's Undying на открытом драйвере!

Xe0N
()

C xrandr'ом у тебя вряд ли получится, т.к. можешь наступить на те же грабли что и я(.

Xe0N
()
Ответ на: комментарий от Xe0N

xorg отказался запускаться с твоим конфигом))) решил проблему добавлением дополнительного конфиг-файла:

Section «Screen» Identifier «Screen0» Device «Card0» Monitor «Monitor0» DefaultDepth 24 SubSection «Display» Viewport 0 0 Depth 24 Modes «1024x768» EndSubSection EndSection

Заработало,да и ладно

bvg_x
() автор топика
Ответ на: комментарий от bvg_x

Ну логично что может и не запускаться). Я его как пример привел, чтобы ты мог глянуть некоторые опции.

Xe0N
()
Ответ на: комментарий от Xe0N

В 99 процентов случаев)) Спасибо огромное))

bvg_x
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.