LINUX.ORG.RU

xorg вместо xrandr

 , ,


0

2

Подскажите как отключить xrandr и вместо него глобально использовать настройки xorg? прописывал в нём своё разрешение, но на этапе загрузки всё равно видно, что подзагружаются настройки xrandr.



Последнее исправление: sholmes (всего исправлений: 1)

Два вопроса. Первый: зачем? И второй:

на этапе загрузки всё равно видно, что подзагружаются настройки xrandr.

Как?

Axon ★★★★★
()
Ответ на: комментарий от sholmes

Ну, скажем, для того чтобы использовать нестандартное разрешение экрана которого нету в xrandr.

Что значит «нету в xrandr»? Добавьте нужный модлайн и используйте на здоровье.

Axon ★★★★★
()
Последнее исправление: Axon (всего исправлений: 2)

Прописал своё разрешение в xorg.conf, но система на него не реагирует, всё-равно загруется в 2048x1536. Проверьте, всё ли у меня там правильно:

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     "built-ins"
EndSection

Section "Module"
	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   "Monitor Vendor"
	ModelName    "Monitor Model"
Modeline "1280x1024_85.00"  159.36  1280 1376 1512 1744  1024 1025 1028 1075  -HSync +Vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapLimit"          	# <i>
        #Option     "AsyncUTSDFS"        	# [<bool>]
        #Option     "AccelMethod"        	# <str>
	Identifier  "Card0"
	Driver      "nouveau"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	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
	EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024_85.00"
EndSubSection
EndSection
sholmes
() автор топика
Ответ на: комментарий от sholmes

Подскажите как отключить xrandr

Не надо его отключать, хуже будет :) Команда xrandr всего лишь утилита для изменения настроек без перезапуска xorg.

У тебя карта использует «Depth 24» и не факт, что поддерживает 32. Можешь попробовать добавить опцию DefaultDepth в секцию Screen.

Modeline, я думаю, вообще не нужен (покажи вывод xrandr), просто

	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x1024"
	EndSubSection
достаточно будет

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

с Geforce fx5500 работает. Попробовал на встроенной Geforce 4 MX-1280x1024 не работают, загружается в 1024x768x60Hz. Вывод xrandr:

Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00* 
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
TV-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   720x576       50.00 +
   1024x768      50.00* 
   800x600       50.00  
   720x480       50.00  
   640x480       50.00  
   400x300       50.00  
   320x240       50.00  
   320x200       50.00  
DVI-D-1 disconnected (normal left inverted right x axis y axis)

С проприетарными драйверами можно было выкрутить хоть 2048x1536 с любой частотой развёртки. А как на нуве установить 1280x1024 разрешение?

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