LINUX.ORG.RU

Подключение внешнего монитора к нетбуку - разрешение экрана


0

1

Приветствую ОЛЛ!

Сабж. На нетбуке стоит Kali Linux, подключен 2-й монитор, видеокарта Intel GMA 500, разрешение на экране нетбука 1024х600 (стандартное), на экране монитора маленькая копия картинки с таким же разрешением только сдвинута в левый верхний угол. Монитор поддерживает 1400х900. Вопрос как исправить сдвиг и поставить разрешение на мониторе 1400х900, или хотя бы что бы было 1024х768 во весь экран.

Крутил xorg.conf не помогает....

Заранее спасибо за ответы.


Ответ на: комментарий от qux

root@i-netbook:~# xrandr xrandr: Failed to get size of gamma for output default Screen 0: minimum 1024 x 600, current 1024 x 600, maximum 1024 x 600 default connected 1024x600+0+0 0mm x 0mm 1024x600 0.0* c конфигом Без конфига - can't open display и иксы разумееться не грузяться

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

Форматирование же... Ок, он тут не помощник. Скорее всего в секции нужного Screen не то разрешение стоит. Я выше постил xorg.conf, можно сравнить, или просто так проверить.

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

Все то же самое хоть заменяйся там разрешения и модлайны... Еше такая интересная беде почему то на холодную пускаеться так что на втором мониторе маленькая копия экрана не во весь экран.

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

В смысле, то же самое? В новом xorg.conf, где три карты, две описаны ровно так, как в треде выше? С разным разрешением?

qux
()
20 сентября 2014 г.
Ответ на: комментарий от qux

xorg.conf:

Section «ServerLayout»
	Identifier     «X.org Configured»
	Screen      0  «Screen0» 0 0
	Screen      1  «Screen1» RightOf «Screen0»
	Screen      2  «Screen2» RightOf «Screen1»
	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  «glx»
	Load  «dbe»
	Load  «dri»
	Load  «dri2»
	Load  «extmod»
	Load  «record»
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     «1024x600_60.00»  48.96  1024 1064 1168 1312  600 601 604 622  -HSync +Vsync
#	Modeline     «1400x900_60.00»  104.23  1400 1480 1632 1864  900 901 904 932  -HSync +Vsync
EndSection

Section «Monitor»
	Identifier   «Monitor1»
	VendorName   «Monitor Vendor»
	ModelName    «Monitor Model»
	HorizSync       30.0 - 81.0
        VertRefresh     56.0 - 75.0
        Modeline     «1024x768_60.00»  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
	Modeline     «1368x768_60.00»  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
EndSection

Section «Monitor»
	Identifier   «Monitor2»
	VendorName   «Monitor Vendor»
	ModelName    «Monitor Model»
	Modeline     «1024x768_60.00»  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
	Modeline     «1368x768_60.00»  85.86  1368 1440 1584 1800  768 769 772 795  -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     «kmsdev»             	# <str>
        #Option     «ShadowFB»           	# [<bool>]
	Identifier  «Card0»
	Driver      «modesetting»
	BusID       «PCI:0:2:0»
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     «ShadowFB»           	# [<bool>]
        #Option     «Rotate»             	# <str>
        #Option     «fbdev»              	# <str>
        #Option     «debug»              	# [<bool>]
	Identifier  «Card1»
	Driver      «fbdev»
	BusID       «PCI:0:2:0»
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     «ShadowFB»           	# [<bool>]
        #Option     «DefaultRefresh»     	# [<bool>]
        #Option     «ModeSetClearScreen» 	# [<bool>]
	Identifier  «Card2»
	Driver      «wesa»
	BusID       «PCI:0:2:0»
EndSection

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

Section «Screen»
	Identifier «Screen1»
	Device     «Card1»
	Monitor    «Monitor1»
	SubSection «Display»
	Viewport   0 0
		Depth     24
	Modes «1024х768» «1366х768»
	EndSubSection
EndSection

Section «Screen»
	Identifier «Screen2»
	Device     «Card2»
	Monitor    «Monitor2»
	SubSection «Display»
		Viewport   0 0
		Depth     24
		Modes «1024х768» «1366х768»
	EndSubSection
EndSection

Лог то куда кидать?

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