Re: [E-devel] unable to load module vivante while starting "startx"

2013-12-19 Thread The Rasterman
On Thu, 19 Dec 2013 11:48:12 + Prathamesh P Ghanekar
 said:

i don't think we can help you with vivante x driver issues. i have never had
any soc with vivante so i can't comment and i know no one who has here. we
know OF the viviante gpu, but no experience with it. you need to get support
from whoever is providing your x drivers for viviante. i would assume they are
closed binaries?

> Hi guys,
> 
> 
> 
> I am working on i.MX6 SABRE-AUTO development board.
> 
> I am trying to run startx manually on top of kernel from prebuilt freescale
> BSP.
> 
> I am unable to start it successfully.
> 
> [   191.663] (II) LoadModule: "vivante"
> 
> [   191.668] (II) Loading /usr/lib/xorg/modules/vivante.so
> 
> [   191.753] (EE) LoadModule: Module vivante does not have a
> vivanteModuleData data object.
> 
> [   191.753] (II) UnloadModule: "vivante"
> 
> [   191.754] (II) Unloading vivante
> 
> [   191.767] (EE) Failed to load module "vivante" (invalid module, 0)
> 
> [   191.767] (EE) No drivers available.
> 
> 
> 
> My /usr/lib/xorg/modules consists of following drivers.
> 
> 
> 
> -sh-4.1# ls
> 
> drivers libexa.so  libint10.so multimedia
> 
> extensions  libfb.so   libshadow.sovivante.so
> 
> input   libfbdevhw.so  libshadowfb.so  vivante_dri.so
> 
> 
> 
> My display.conf file is as follows:
> 
> 
> 
> Section "ServerLayout"
> Identifier  "Test Layout"
> Screen  0   "Screen0" 0 0
> #   InputDevice "evdev"
> EndSection
> 
> Section "Screen"
> Identifier  "Screen0"
> Device  "emulfb"
> Monitor "Monitor0"
> #SubSection  "Display"
> #Modes   "1024x768"
> #EndSubSection
> EndSection
> 
> Section "Monitor"
> Identifier  "Monitor0"
> #Option  "DPMS"  "true"
> #   DisplaySize 46 76
> EndSection
> 
> Section "Device"
> Identifier  "emulfb"
> Driver  "emulfb"
> #   Driver  "fbdev"
> Option  "fbdev" "/dev/fb3"
> Option  "HWCursor"  "on"
> Option  "SWCursor"  "on"
> EndSection
> 
> 
> 
> My problem is that I am not able to load vivane driver.I have compiled kernel
> module vivante.ko.
> 
> I am not sure where in the file system I should put that.
> 
> Can anyone help me out with this?
> 
> 
> 
> Regards,
> 
> Prathamesh
> 
> 
> ~~Disclaimer~~~
> Information contained and transmitted by this e-mail is confidential and
> proprietary to iGATE and its affiliates and is intended for use only by the
> recipient. If you are not the intended recipient, you are hereby notified
> that any dissemination, distribution, copying or use of this e-mail is
> strictly prohibited and you are requested to delete this e-mail immediately
> and notify the originator or mailad...@igate.com
> . iGATE does not enter into any agreement with
> any party by e-mail. Any views expressed by an individual do not necessarily
> reflect the view of iGATE. iGATE is not responsible for the consequences of
> any actions taken on the basis of information provided, through this email.
> The contents of an attachment to this e-mail may contain software viruses,
> which could damage your own computer system. While iGATE has taken every
> reasonable precaution to minimise this risk, we cannot accept liability for
> any damage which you sustain as a result of software viruses. You should
> carry out your own virus checks before opening an attachment. To know more
> about iGATE please visit www.igate.com .
> 
> --
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations 

Re: [E-devel] unable to load module vivante while starting "startx"

2013-12-19 Thread Tom Hacohen
Wrong mailing list.

--
Tom.

On 19/12/13 11:48, Prathamesh P Ghanekar wrote:
> Hi guys,
>
>
>
> I am working on i.MX6 SABRE-AUTO development board.
>
> I am trying to run startx manually on top of kernel from prebuilt freescale 
> BSP.
>
> I am unable to start it successfully.
>
> [   191.663] (II) LoadModule: "vivante"
>
> [   191.668] (II) Loading /usr/lib/xorg/modules/vivante.so
>
> [   191.753] (EE) LoadModule: Module vivante does not have a 
> vivanteModuleData data object.
>
> [   191.753] (II) UnloadModule: "vivante"
>
> [   191.754] (II) Unloading vivante
>
> [   191.767] (EE) Failed to load module "vivante" (invalid module, 0)
>
> [   191.767] (EE) No drivers available.
>
>
>
> My /usr/lib/xorg/modules consists of following drivers.
>
>
>
> -sh-4.1# ls
>
> drivers libexa.so  libint10.so multimedia
>
> extensions  libfb.so   libshadow.sovivante.so
>
> input   libfbdevhw.so  libshadowfb.so  vivante_dri.so
>
>
>
> My display.conf file is as follows:
>
>
>
> Section "ServerLayout"
>  Identifier  "Test Layout"
>  Screen  0   "Screen0" 0 0
> #   InputDevice "evdev"
> EndSection
>
> Section "Screen"
>  Identifier  "Screen0"
>  Device  "emulfb"
>  Monitor "Monitor0"
> #SubSection  "Display"
> #Modes   "1024x768"
> #EndSubSection
> EndSection
>
> Section "Monitor"
>  Identifier  "Monitor0"
> #Option  "DPMS"  "true"
> #   DisplaySize 46 76
> EndSection
>
> Section "Device"
>  Identifier  "emulfb"
>  Driver  "emulfb"
> #   Driver  "fbdev"
>  Option  "fbdev" "/dev/fb3"
>  Option  "HWCursor"  "on"
>  Option  "SWCursor"  "on"
> EndSection
>
>
>
> My problem is that I am not able to load vivane driver.I have compiled kernel 
> module vivante.ko.
>
> I am not sure where in the file system I should put that.
>
> Can anyone help me out with this?
>
>
>
> Regards,
>
> Prathamesh
>
>
> ~~Disclaimer~~~
> Information contained and transmitted by this e-mail is confidential and 
> proprietary to iGATE and its affiliates and is intended for use only by the 
> recipient. If you are not the intended recipient, you are hereby notified 
> that any dissemination, distribution, copying or use of this e-mail is 
> strictly prohibited and you are requested to delete this e-mail immediately 
> and notify the originator or mailad...@igate.com 
> . iGATE does not enter into any agreement with 
> any party by e-mail. Any views expressed by an individual do not necessarily 
> reflect the view of iGATE. iGATE is not responsible for the consequences of 
> any actions taken on the basis of information provided, through this email. 
> The contents of an attachment to this e-mail may contain software viruses, 
> which could damage your own computer system. While iGATE has taken every 
> reasonable precaution to minimise this risk, we cannot accept liability for 
> any damage which you sustain as a result of
>   software viruses. You should carry out your own virus checks before opening 
> an attachment. To know more about iGATE please visit www.igate.com 
> .
> 
> --
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enl