LinuxMCE Forums
June 20, 2013, 06:13:36 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Via Integraded Unichrome Pro Graphics pc-1 2500 anyone tried?  (Read 1881 times)
tzinternet
Regular Poster
**
Posts: 21


View Profile
« on: November 21, 2007, 11:21:06 pm »

Has anyone tried using the following board from Via as it has Integraded UniChrome Pro graphics??
Could this be used for a Core and/or Media Director interface. 
http://www.via.com.tw/en/initiatives/empowered/pc2500_mainboard/index.jsp

I have seen these around the internet with a 1.5ghz CPU for less than $70.00

Feedback anyone?
Logged
mathewss
Newbie
*
Posts: 12


View Profile
« Reply #1 on: November 22, 2007, 02:05:30 am »

I have been testing with a VIA EPIA M10000 but i am not able to get any 3d grapics to work so far i have just been able to get simple flat screens to work.

 The board is supposed to be 2d/3d capable im sure limited it is no super gaming board for sure.

 I know the driver for this chipset is supposed to support DRM and so it should be able to get some good grapics going..

http://www.it46.se/wsis/show_entry.php?id=9

This link also goes over this video chipset and talks about DRM

http://www.logicsupply.com/blog/2007/11/06/linux-the-unichrome-families-part-2/

 The think i still have to deal with in this system is that the ubantu seems to be far behind and so if i can get this dvd install patched to a more current version of xorg and other stuff i can probably get my DRM to work and get better graphics. The kernel build does not worry me much but any building of mesa is a real pain and full of potential pitfalls that could take a working system and mess up the gui.
 

 Re
 Sean M


 Re
 Sean M
Logged
mathewss
Newbie
*
Posts: 12


View Profile
« Reply #2 on: November 22, 2007, 10:52:52 pm »

Well i am trying and so far its been lots of fun...

Fumbeling around using the OpenChrome or the ViaChrome driver rebuilding peices of xorg and the kernel.

I have yet to get my direct rendering working..

If i get past that hurdle i will post my process.

Re
Sean M


Has anyone tried using the following board from Via as it has Integraded UniChrome Pro graphics??
Could this be used for a Core and/or Media Director interface. 
http://www.via.com.tw/en/initiatives/empowered/pc2500_mainboard/index.jsp

I have seen these around the internet with a 1.5ghz CPU for less than $70.00

Feedback anyone?
Logged
mathewss
Newbie
*
Posts: 12


View Profile
« Reply #3 on: November 25, 2007, 09:06:53 pm »

Ok i managed to get drm and opengl working on this system but its not very stable yet. I still have my X server crashing or freezing under heavy load.

 I followed the exact procedure as documented on a pdf at viaarena using ubuntu 7.04.

 Be warned this document has some holes and oversights its not exactly a step by step some stuff was just plain wrong so untill i resolve the stability issue i would rather not post any specific processes i changed as they are probably also wrong  Grin

 However if you follow that procedure you should be able to get stuff working.

A few things not on that doc are as follows.

I had to modify my xorg.conf

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
Option "DisableIRQ" "true"
Option "EnableAGPDMA" "false"
Option "NoXVDMA" "true"
BusID "PCI:1:0:0"
EndSection

Also the Driver "via" is actually "unichrome" i think but i just renambed the custom driver i compiled per the doc to via_drv.so so it works as shown.

 Re
 Sean M
Logged
totallymaxed
LinuxMCE God
****
Posts: 4316


View Profile WWW
« Reply #4 on: November 25, 2007, 09:34:51 pm »

Ok i managed to get drm and opengl working on this system but its not very stable yet. I still have my X server crashing or freezing under heavy load.

 I followed the exact procedure as documented on a pdf at viaarena using ubuntu 7.04.

 Be warned this document has some holes and oversights its not exactly a step by step some stuff was just plain wrong so untill i resolve the stability issue i would rather not post any specific processes i changed as they are probably also wrong  Grin

 However if you follow that procedure you should be able to get stuff working.

A few things not on that doc are as follows.

I had to modify my xorg.conf

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
Option "DisableIRQ" "true"
Option "EnableAGPDMA" "false"
Option "NoXVDMA" "true"
BusID "PCI:1:0:0"
EndSection

Also the Driver "via" is actually "unichrome" i think but i just renambed the custom driver i compiled per the doc to via_drv.so so it works as shown.

 Re
 Sean M


If you build the Unichrome Pro installer from the Via sources then Xorg.conf is automatically setup for you
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
tkmedia
wants to work for LinuxMCE
**
Posts: 937


View Profile WWW
« Reply #5 on: December 04, 2007, 05:51:58 pm »

Ok i managed to get drm and opengl working on this system but its not very stable yet. I still have my X server crashing or freezing under heavy load.

 I followed the exact procedure as documented on a pdf at viaarena using ubuntu 7.04.

 Be warned this document has some holes and oversights its not exactly a step by step some stuff was just plain wrong so untill i resolve the stability issue i would rather not post any specific processes i changed as they are probably also wrong  Grin

 However if you follow that procedure you should be able to get stuff working.

A few things not on that doc are as follows.

I had to modify my xorg.conf

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
Option "DisableIRQ" "true"
Option "EnableAGPDMA" "false"
Option "NoXVDMA" "true"
BusID "PCI:1:0:0"
EndSection

Also the Driver "via" is actually "unichrome" i think but i just renambed the custom driver i compiled per the doc to via_drv.so so it works as shown.

 Re
 Sean M


Care to share your xorg.conf

I have this board and I have installed the drivers per the quide.

I can run the avwizard fine, everything is great until the orbiter actually starts drawing the screen it then freezes.
Tried multiple resolutions with ui1 same problem.

I rebuilt the image and tried again ----- same problem Sad

Any thoughts??

Logged

My Setup http://wiki.linuxmce.org/index.php/User:Tkmedia

For LinuxMce compatible  systems and accessories
http://lmcecompatible.com/
totallymaxed
LinuxMCE God
****
Posts: 4316


View Profile WWW
« Reply #6 on: December 04, 2007, 06:27:11 pm »

Ok i managed to get drm and opengl working on this system but its not very stable yet. I still have my X server crashing or freezing under heavy load.

 I followed the exact procedure as documented on a pdf at viaarena using ubuntu 7.04.

 Be warned this document has some holes and oversights its not exactly a step by step some stuff was just plain wrong so untill i resolve the stability issue i would rather not post any specific processes i changed as they are probably also wrong  Grin

 However if you follow that procedure you should be able to get stuff working.

A few things not on that doc are as follows.

I had to modify my xorg.conf

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
Option "DisableIRQ" "true"
Option "EnableAGPDMA" "false"
Option "NoXVDMA" "true"
BusID "PCI:1:0:0"
EndSection

Also the Driver "via" is actually "unichrome" i think but i just renambed the custom driver i compiled per the doc to via_drv.so so it works as shown.

 Re
 Sean M


Care to share your xorg.conf

I have this board and I have installed the drivers per the quide.

I can run the avwizard fine, everything is great until the orbiter actually starts drawing the screen it then freezes.
Tried multiple resolutions with ui1 same problem.

I rebuilt the image and tried again ----- same problem Sad

Any thoughts??



It might be your build of the Unichrome Pro drivers... as they are working fine under UI1 here (but not on the Via Mobo you are using it has to be said)
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!