LINUX.ORG.RU

ARM (at91sam9260)+ X-window ?


0

0

Здравствуйте!

Имеется платка, на которой есть at91sam9260 (это АРМ9 от Атмел) и S1d13506 (это видеоконтроллер от эпсон).

На плате крутиться Дебиан. Все замечательно. Видео работает как /dev/tty0

Но вот хочется графики. Куда рыть. Попробовал поставить xorg - не получилось - он хочет видео на ПиСиАй.

Может есть что почитать на эту тему ?

PS Драйвер видео использую из ядра s1d13xxxfb

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

Насчет фигасе ничего не знаю, но в системе есть /dev/fb0. Правда cp\cat у меня не к нему не получается, но логотип (картинку пингвина) при старт-апе ядра показывает.

Что читать ? :)

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

Вот содержимое xorg.conf:

Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection

Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection

Section "Device" Identifier "Configured Video Device" Option "UseFBDev" "true" EndSection

Section "Monitor" Identifier "Configured Monitor" EndSection

Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection

А вот ответ на Х:

X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-1) Current Operating System: Linux ecb_at91 2.6.22 #15 Thu Feb 14 13:22:52 MSK 2008 armv5tejl Build Date: 01 February 2008 05:17:08AM

Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 16 17:04:27 2008 (==) Using config file: "/etc/X11/xorg.conf" xf86PciVideoInfo is not set Could not get primary PCI info Aborted

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

man fbdev

там оказывается неплохо все описанно. и еще какаято странная у тебя секция Section "Screen" там должна быть видеокарта еще указанна

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

чего непонятно?

Section "Device" Identifier "devname" Driver "fbdev" BusID "pci:bus:dev:func" ... EndSection

Правишь идентификатор, и BusID. Первый в меру фантазии, второй как указанно в lspci (хотя может его там и не быть 0_o )

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

у тебя секция:

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600]"
Monitor "SyncMaster"


Должна содержать идентификатор экрана,

Device "nVidia - как раз идентификатор видеокарты

и последнее идентификатор монитора.

ps. если не зарабоатет приведи конфиг

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

Туплю. Вот конфиг:

Section "Device" Identifier "Configured Video Device" Option "UseFBDev" "true" Driver "fbdev" EndSection

Section "Monitor" Identifier "Configured Monitor" EndSection

Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection

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

а что если попробовать vesa использовать?

mrdeath ★★★★★
()
24 марта 2008 г.
Ответ на: комментарий от scaldov

Так у меня пока и не получилось запустить. Сейчас пишет:

X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-2) Current Operating System: Linux ecb_at91 2.6.22 #37 Sun Mar 23 12:15:47 MSK 2008 armv5tejl Build Date: 14 March 2008 04:07:38PM

Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 1 00:15:26 1970 (==) Using config file: "/etc/X11/xorg.conf" (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode (EE) FBDEV(0): mode initialization failed

Fatal server error: AddScreen/ScreenInit failed for driver 0

Может, кто что подскажет ?

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