WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: US15W card Driver install problem  (Read 33756 times)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
US15W card Driver install problem
« on: March 10, 2011, 01:53:49 AM »
My configuration:
Board : intel Atom Z510 1.1 Ghz + US15W (menlow)
Screen 800x600x24bits on LVDS port
512Mo DDR2
4Go Nand Flash (on USB).

I've got the Fedora11 and Meego1 drivers : X1.6.4 or 1.7.99.
With xorg.conf configuration (joined).

Using install (original joined) scripts (adapted for TCL), with both drivers (and updated xorg.conf) X doesn't start
(screen not found : Xorg.0.log)

I've got souces (see install.zip for script) ... but with adapted script to TCL, i've got tar errors (make directory) ... and the make cmd fail!

1: is the xorg.conf update ok for TCL ?
2: what is this tar error ? (sure, with error, i can't do make)
3: i've got the intel sources, but 32Mb. if somebody want have a look, i can put it on an ftp server.
4: if any information is missing, please ask me!

Thanks
Daniel.

PS: i can't join files ... i will try again after post : Impossible.
Administrators contacted.
« Last Edit: March 14, 2011, 05:53:05 AM by Daniel »

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: US15W card Driver install problem
« Reply #1 on: March 10, 2011, 02:46:07 AM »
It seems this US15W is an PowerVR chip, licensed by Intel as GMA 500. Following these instructions http://www.nanoant.com/linux/compiling-kernel-iegd-10x-module-for-any-linux-distribution the biggest problem is the kernel module. An install script will not work because you have to build this one yourself ;-) Binaries/sources for the intel IEGD driver are available here http://edc.intel.com/Software/Downloads/IEGD/Default.aspx?id=1013 in version 10.4.  However... no guarantee it will work at all. I'll take a look at the kernel module.

[edit]
Intel "source" only contains precompiled binary drivers for Xorg xserver 1.6.4, which makes it incompatible to Xorg-7.5 with xserver 1.7.7. I read some people are backporting xserver 1.6 to Xorg-7.5 to be able to use the binaries. Kernel module iegd_mod.ko compiles and can be added to graphics-2.6.33.3-tinycore...
[/edit]
« Last Edit: March 10, 2011, 05:16:47 AM by gutmensch »
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #2 on: March 10, 2011, 03:00:00 AM »
Thanks!
I will look to your links!


I've put accessible drivers and configuration  ... follow links :
http://dl.free.fr/rUyX9Gkm6  for install (in driver package)
http://dl.free.fr/r3WstfjHf full driver package (with sources)
http://dl.free.fr/d4tfLU2PD X log

Daniel.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: US15W card Driver install problem
« Reply #3 on: March 10, 2011, 12:51:23 PM »
If all you need is 800x600x24 then it might be possible that Xfbdev could work directly - without any need of 915resolution and/or uvesafb, under the condition that you can get that mode at boot time.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: US15W card Driver install problem
« Reply #4 on: March 10, 2011, 03:09:15 PM »
FWIW I uploaded an iegd-emgd-2.6.33.3-tinycore.tcz extension, which contains modules for Intel embedded chips: iegd_mod.ko and emgd.ko. For accelerated graphics and some binary form Xorg driver from Intel you will at least need this extension. If the binaries from Intel are working with either Xorg-7.4 (1.6) or Xorg-7.5 (1.7) from our repository I'm not able to say.
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #5 on: March 14, 2011, 03:28:55 AM »
KO test with iegd-emgd-2.6.33.3-tinycore.tcz + Xorg7.5.tcz and intel drivers compiled for X 1.7.3.

Here are dmesg and Xorg.0.log with intel xorg.conf configuration
http://dl.free.fr/aY0oi5CmR

And xorg.conf custom
Code: [Select]
##
## X Config options generated from CED
## x11 conf skeleton
## DriverVer=
##

Section "Screen"
    Identifier    "Screen0"
    Device        "IntelEMGD-0"
    Monitor       "Monitor0"
    SubSection    "Display"
    EndSubSection
EndSection

# Primary (First/only) display
Section "Device"
    Identifier "IntelEMGD-0"
    Driver     "emgd"
    VendorName "Intel(R) DEG"
    BoardName  "Embedded Graphics"
    BusID      "0:2:0"
    Screen      0
    Option     "PcfVersion"            "1792"
    Option     "ConfigId"              "1"
    Option     "ALL/1/name"                   "PPC10p4_EMGD_LPG"
    Option     "ALL/1/General/PortOrder"      "40000"
    Option     "ALL/1/General/DisplayConfig"  "1"
    Option     "ALL/1/General/DisplayDetect"  "0"
    Option     "ALL/1/Port/4/General/name"           "PORT_LVDS"
    Option     "ALL/1/Port/4/General/EdidAvail"      "3"
    Option     "ALL/1/Port/4/General/EdidNotAvail"   "1"
    Option     "ALL/1/Port/4/General/Rotation"       "0"
    Option     "ALL/1/Port/4/General/Edid"           "1"
    Option     "ALL/1/Port/4/FpInfo/BkltMethod"      "0"
    Option     "ALL/1/Port/4/Attr/26"    "24"
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen 0       "Screen0" 0 0
   # InputDevice    "Mouse0" "CorePointer"
   # InputDevice    "Keyboard0" "CoreKeyboard"
   # InputDevice    "DevInputMice" "SendCoreEvents"
EndSection


Thanks
Daniel.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Re: US15W card Driver install problem
« Reply #6 on: March 14, 2011, 05:08:07 AM »
The emgd extension should depend on the graphics- one, it seems.
The only barriers that can stop you are the ones you create yourself.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #7 on: March 14, 2011, 06:34:14 AM »
What does that means ?

What have i to do to have a correct configured xorg.conf ?
Or does i need correct drivers ?

thanks
Daniel.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #8 on: March 14, 2011, 07:10:50 AM »
This graphic card is on 4000 installed machines (ubuntu 8.04) !

We have planed when it run's to update them with TCL.
And others 300 (actual park) machines ... (actually under ubuntu 10.04).

The production is continuing. (around 1000 per year).

:)
Daniel.


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Re: US15W card Driver install problem
« Reply #9 on: March 14, 2011, 09:21:27 AM »
Until the dep file is fixed, load the graphics-2.6.33.3-tinycore.tcz extension also.
The only barriers that can stop you are the ones you create yourself.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #10 on: March 14, 2011, 10:48:41 AM »
next test:

kernel command line : ... vga=789 text consoleblank=0
in order to start X manualy (because of black screen with no action possible : (with xorg.conf.vesa copied on xorg.conf)).

Here is the dmesg results
http://dl.free.fr/p5GnT1hKh

Daniel.



Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: US15W card Driver install problem
« Reply #11 on: March 14, 2011, 12:45:53 PM »
dep file fixed - like curaga suggested you also need graphics-2.6.33.3-tinycore.tcz extension (not either this one or iegd-emgd, you need both).

then try this one again:

iegd-emgd-2.6.33.3-tinycore.tcz + Xorg7.5.tcz and intel drivers compiled for X 1.7.3 ( + graphics-2.6.33.3-tinycore)

it looks quite good he just can't load the emgd kernel module because of the missing drm modules from graphics-2.6.33.3-tinycore!
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #12 on: March 15, 2011, 12:56:40 AM »
I've done test with this configuration yesterday.

But i have black screen locked, with no possibility to go to console debug :(
I can't have a look to xorg.0.log :(

Have i to modify xorg.conf ?

Daniel.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: US15W card Driver install problem
« Reply #13 on: March 15, 2011, 06:32:50 AM »
I've generated a new intel driver : full generation is here http://dl.free.fr/getfile.pl?file=/kpUZo5Sa
In this file, for xorg 1.7.3, there is an install script. But is it ok for TCL ?


With iedg-emgd ... + Xorg7.5 + graphics- ... and the intel EMGD driver, i've got same results:
locked black screen! :(

How can i get xorg.0.log without terminal ?
Can this file generated on a fixed media ?

or ?

thanks
Daniel.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: US15W card Driver install problem
« Reply #14 on: March 15, 2011, 07:08:13 AM »
you should start an sshd server on the client and tail Xorg.0.log from another pc when starting X, this way Xorg will still hang up but you will have output. you can also debug X over ssh with the use of gdb ;-)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)