This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem X server



I use the EVM TMS320DM6467 , I want to use gtk in a GUI and display it in the tv but the problem when i  make the "Xorg &" command i have

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6

_XSERVTransOpen: transport open failed for inet6/10.1.1.107:0

_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.8.2

Release Date: 9 February 2005

X Protocol Version 11, Revision 0, Release 6.8.2

Build Operating System: MontaVista Linux [ELF] MontaVista Software, Inc.

Current Operating System: Linux 10.1.1.107 2.6.10_mvl401-davinci_evm-PSP_01_30_00_082 #4 Tue Jul 21 15:56:35 IST 2009 armv5tlBuild Date: 05 July 2006

Before reporting problems, check http://wiki.X.Org

to make sure that you have the latest version.

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: Tue May 26 01:58:41 2009

(==) Using config file: "/etc/X11/xorg.conf"

(EE) No devices detected.

Fatal server error:

no screens found

i have in xorg.conf  in the display

Identifier "fb0"

Driver "fbdev"

Option"fbdev""/dev/fb/0

 

  • asma said:
    I use the EVM TMS320DM6467 , I want to use gtk in a GUI and display it in the tv but the problem when i  make the "Xorg &" command i have

    DM6467 is not generally compatible with the generic Linux GUI software, as the DM6467 has limited video ports which can only really work in YCbCr space as opposed to the typical RGB that a Linux GUI application like X expects. This is somewhat manifested with DM6467 only using V4L2 capture and display, as it only processes video streams in YCbCr and not graphics in RGB. I have not seen any graphics application requiring fbdev or RGB running on a DM6467 that I can recall.

  • so DM6467 doesnt support X window

  • DM6467 does not have OSD hardware ( for putting graphics on top of video or by itself), hence as Bernie was suggesting there is no Frame Buffer (FBdev driver) but only V4L2 driver for video display.  As you can tell from the error log, the system is looking for a /dev/fb/x type device (frame buffer device) which is normally used to control graphics.  But there is no such device in DM6467 becuase there is no such hardware to control.  Therefore, you would either have to hack the software layer to use YCbCr 422 instead of the expected RGB format, in which case you can use the video window(s) to display graphics (no OSD window hardware), or you can get another part to implement an external OSD solution. 

  • Sorry but i dont know how to hack the software layer to use YCbCr 422 instead of the expected RGB format, or how can i get another part to implement an external OSD solution.

  • Neither of these is a quick fix, my intention was just to point out the limitations and offer potential options... of course it is ultimately up to you to evaluate your resources and determine the best approach.  We do offer other parts which include hardware OSDs such as DM6446.