User:Respatix
My Core/Hybrid
Asus P5GC-MX
Intel GMA 950
<charles__> TSCHAKeee: where do I check to make sure it's using xorg-server-intel [21:09] <TSCHAKeee> /etc/X11/xorg.conf after avwizard runs
1. [00:32] <Mandingo-Laptop> sudo vi /etc/apt/sources.list 2. [00:32] <Mandingo-Laptop> when it opens 3. [00:32] <Mandingo-Laptop> hit the a key 4. [00:32] <Mandingo-Laptop> you will see insert at the bottom 5. [00:32] <Mandingo-Laptop> then scroll down and past those 2 lines i gave your 6. [00:34] <Mandingo-Laptop> when you added those 2 lines to the bottom of the list 7. [00:34] <Mandingo-Laptop> then type 8. [00:35] <Mandingo-Laptop> :wq! 9. [00:35] <Mandingo-Laptop> and hit enter 10. 11. 0[00:14] <Mandingo-Laptop> go to another term 12. [00:14] <Mandingo-Laptop> and go to your source list 13. [00:14] <Mandingo-Laptop> and add this to the end of it 14. [00:14] <Mandingo-Laptop> deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/u buntu intrepid main 15. [00:14] <Mandingo-Laptop> deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updat es/ubuntu intrepid main 16. [00:14] <Mandingo-Laptop> let me know when you have done that 17. [00:15] <+Respatix> can i do that from this windows machine? 18. [00:15] <Mandingo-Laptop> no 19. [00:15] <Mandingo-Laptop> cuz your firewall is active 20. [00:17] <+Respatix> sorry your a little above my head now. what do you by while the full screen is black on my hybrid "go to another term" 21. [00:18] <+Respatix> what do you mean by 22. [00:19] <+Respatix> how do I go to another term (i assume you mean terminal)? 23. [00:19] <Mandingo-Laptop> ctrl + alt + f1
My 810 Install Instructions
sudo su - #This might ask for the password you specified earlier during the install of kubuntu.
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install subversion
svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
sudo apt-get install w32codecs libdvdcss2 kubuntu-restricted-extras
reboot
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu intrepid main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu intrepid main
1024R/AF1CDFA9
<mandingoceo> or you can edit the source list from the term [19:15] <mandingoceo> sudo vi /etc/apt/sources.list
Orbiter Software
http://tschak.homelinux.com/installers/
https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/+sourcepub/598054/+listing-archive-extra https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/+files/xserver-xorg-video-intel_2.5.1-1ubuntu5~intrepid_i386.deb
Vob files on lmce just "movie_1/VIDEO_TS/blahblah" put in a video_ts folder and lmce can read them
How to add imdb cover art search in webadmin in 0710rc2
Download and save this patch http://svn.linuxmce.org/trac.cgi/attachment/ticket/53/imdb_cover_art.patch?format=raw to /var/www/pluto-admin/
Download and save this patch http://svn.linuxmce.org/trac.cgi/attachment/ticket/52/corrected_attribute_parsing.patch?format=raw to /var/www/pluto-admin/include/
(In terminal May need to sudo su then password then dolphin to save in those directories)
In terminal ie Konsole "sudo su" then password
cd /var/www/pluto-admin
patch -p0 < imdb_cover_art.patch
In new terminal "sudo su" then password
cd /var/www/pluto-admin/include
patch -p0 < corrected_attribute_parsing.patch
Open this link http://svn.linuxmce.org/trac.cgi/attachment/ticket/53/imdb_cover_art.patch
You will need to edit these 3 files
/var/www/pluto-admin/languages/en/coverArt.lang.php
/var/www/pluto-admin/languages/en/editMediaFile.lang.php
/var/www/pluto-admin/operations/mediaBrowser/editMediaFile.php
Open those files in dolphin with Kate
Refer to the corresponding file name in the link above and the new lines in green at the corresponding line # in Kate and then save.
Open webadmin and under media file sync there will be the option to search for cover art via imdb as amazon is not working.
For further reference see forum post http://forum.linuxmce.org/index.php?topic=6919.0