<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1483144171809458914</id><updated>2011-11-05T07:38:16.697Z</updated><category term='Welcome'/><title type='text'>Running Linux on my Asus X5DC Laptop</title><subtitle type='html'>My experiences with installing Ubuntu on an Asus X5DC 15.6" Laptop.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-7101209946353340313</id><published>2010-11-29T12:50:00.000Z</published><updated>2010-11-29T12:50:10.382Z</updated><title type='text'>Ubuntu 10.10 - sis671 driver</title><content type='html'>Hi Everyone,&lt;br /&gt;&lt;br /&gt;Sorry I haven't posted anything for ages! I know your all looking for a SiS driver for Ubuntu 10.10.&amp;nbsp;&amp;nbsp; I haven't upgraded to 10.10 yet, but I am planning to (this week!) so I expect to resolve the lack of support for&amp;nbsp;ASUS Laptop&amp;nbsp;as soon as I upgrade....Watch this space in the coming week....I will post as soon as I have news.!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-7101209946353340313?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/7101209946353340313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/11/ubuntu-1010-sis671-driver.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7101209946353340313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7101209946353340313'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/11/ubuntu-1010-sis671-driver.html' title='Ubuntu 10.10 - sis671 driver'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-7336422558541288658</id><published>2010-05-04T14:26:00.001+01:00</published><updated>2010-05-06T10:41:36.923+01:00</updated><title type='text'>sis67x driver for Ubuntu 10.04</title><content type='html'>Well as promised, I have uploaded the latest sis671 driver for Ubuntu 10.04.&lt;br /&gt;&lt;br /&gt;This driver has been modified to support 1360x768 on ASUS X5DC.&amp;nbsp; xorg.conf file needs the option "ASUSX5DC" to force the screen size.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;The files can be downloaded from here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/dir/33545876/5b3a8e4/sharing.html"&gt;http://www.4shared.com/dir/33545876/5b3a8e4/sharing.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To &amp;nbsp;install to follow the instructions below:&lt;br /&gt;&lt;br /&gt;unpack the files:&lt;br /&gt;tar xjf Asusx5dc-ubuntu10.04-sis671-64bit.tar.bz2&amp;nbsp;&amp;nbsp; (for 32-Bit version substitute download Asusx5dc-ubuntu10.04-sis671-32bit.tar.bz2)&lt;br /&gt;&lt;br /&gt;sudo bash&amp;nbsp;&amp;nbsp; (enter password when prompted)&lt;br /&gt;&lt;br /&gt;then copy the files: &lt;br /&gt;&lt;br /&gt;cp sis671_drv.*&amp;nbsp; /usr/lib/xorg/modules/drivers&lt;br /&gt;&lt;br /&gt;modify/create&amp;nbsp;new &amp;nbsp;/etc/X11/xorg.conf file. &amp;nbsp; (A sample xorg.conf is available from the link above)&lt;br /&gt;&lt;br /&gt;then type the following:&lt;br /&gt;&lt;br /&gt;echo blacklist vga16fb &amp;gt; /etc/modprobe.d/backlist-vga16fb.conf&lt;br /&gt;&lt;br /&gt;update-initramfs -u&lt;br /&gt;&lt;br /&gt;when complete, reboot.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IF YOU WANT TO COMPILE FROM SRC.&amp;nbsp; Download&amp;nbsp; Asusx5dc-ubuntu10.04-sis671-src.tar.bz2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;unpack:&lt;br /&gt;&lt;br /&gt;tar xjf Asusx5dc-ubuntu10.04-sis671-64bit.tar.bz2&lt;br /&gt;&lt;br /&gt;sudo bash&lt;br /&gt;&lt;br /&gt;cd xorg-driver-sis671-0.9.1/&lt;br /&gt;&lt;br /&gt;./autogen.sh --prefix=/usr&lt;br /&gt;&lt;br /&gt;make&lt;br /&gt;&lt;br /&gt;make install &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;best of luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-7336422558541288658?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/7336422558541288658/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/05/sis67x-driver-for-ubuntu-1004.html#comment-form' title='32 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7336422558541288658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7336422558541288658'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/05/sis67x-driver-for-ubuntu-1004.html' title='sis67x driver for Ubuntu 10.04'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>32</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-5992728646300485915</id><published>2010-05-04T08:33:00.000+01:00</published><updated>2010-05-04T08:33:57.120+01:00</updated><title type='text'>upgrade from 9.10 to 10.04</title><content type='html'>well it's been awhile since I last posted on my blog (sorry been really busy!).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Anyway,&amp;nbsp; this is just a quick post to let you all know that I have upgraded my os to Ubuntu 10.04 LTS over the weekend (it was a complete disaster - but more on that later!)&lt;br /&gt;&lt;br /&gt;I just wanted people to know that I will be posting a new sis671 driver, that will work on Ubuntu 10.04 LTS (Lucid) later this week!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-5992728646300485915?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/5992728646300485915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/05/upgrade-from-910-to-1004.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/5992728646300485915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/5992728646300485915'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/05/upgrade-from-910-to-1004.html' title='upgrade from 9.10 to 10.04'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-5330931892437845224</id><published>2010-03-12T12:07:00.002Z</published><updated>2010-05-04T10:05:01.418+01:00</updated><title type='text'>Latest on sis672 driver</title><content type='html'>I have been running the 2d sis67x linux driver at 1360x768 for awhile now, and it appears to be stable.&lt;br /&gt;&lt;br /&gt;I have been receiving a lot of requests to provide the driver &amp;amp; src code, so I&amp;nbsp;am uploading them to the following location (available by end of today!):&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/dir/33545876/5b3a8e4/sharing.html"&gt;http://www.4shared.com/dir/33545876/5b3a8e4/sharing.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It should be noted that the driver was specifically changed to support ASUS X5DC Laptop with 1360x768 resolution....although it may work with others (I can't confirm that!)&amp;nbsp;- but would be happy to here from users that get it running ok.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I have included a copy of my xorg.conf file that shows you the options set on my ASUS X5DC.&lt;br /&gt;&lt;br /&gt;if thoses that require instructions on how to install the 64-bit binary you need to :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;tar xjf Asusx5dc-ubuntu910-sis671-64bit.tar.bz2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;then copy the files (sis671_drv.la , sis671_drv.lai , sis671_drv.so) to /usr/lib/xorg/modules/drivers&lt;br /&gt;&lt;br /&gt;modify/create&amp;nbsp;new &amp;nbsp;/etc/X11/xorg.conf file &amp;amp; restart X.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;NOTE: I haven't had a chance to modify the driver to read EDID from file, but to be honest...it looks a bit like a non-runner because the EDID information is incorrect anyway.&amp;nbsp;&amp;nbsp;&amp;nbsp; I am going to look at creating an option in the&amp;nbsp;sis driver &amp;nbsp;to override the EDID information for special cases (when I get time!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-5330931892437845224?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/5330931892437845224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/03/latest-on-sis672-driver.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/5330931892437845224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/5330931892437845224'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/03/latest-on-sis672-driver.html' title='Latest on sis672 driver'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-7972671945093129094</id><published>2010-02-27T20:43:00.000Z</published><updated>2010-02-27T20:43:08.605Z</updated><title type='text'>converting wubi to dedicated linux partition</title><content type='html'>Over last weekend, I decided that I wanted to ditch Windows 7 in favour of linux. But, I didn't really want to re-install from scratch and I had previously installed Ubuntu in the windows partition using wubi.&lt;br /&gt;Although it did get a bit hairy for a while (at one point I was unable to boot into the Wubi or the dedicated partition). So, I decided I should share the experience I had and hopefully help others avoid the problems I had. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;Firstly, I needed to create some partitioned space, I was going to resize the partitions using &lt;i&gt;gparted&lt;/i&gt;, but I didn't like the way that the current Windows Partitions were defined so, I rebooted and booted Windows 7 and before making changes to the partitions I copied the Ubuntu directory from D:\ to C:\ then I deleted the partitions I didn't want (leaving C:\ intact).&amp;nbsp;&amp;nbsp; I recreated a new smaller partition for drive D:\ and then copied the everything c:\ubuntu to d:\ubuntu.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I rebooted and then tried to boot into my linux wubi install.&amp;nbsp; The Grub menu loaded and I selected the default option at which point Grub reported that the kernel wasn't loaded......WHAT - NOOOO!! I rebooted again and at the grub menu, I selected edit line option to see what the configuration was.....the boot options were configured to boot from /dev/sda5 whereas after re-partitioning the buntu image was on /dev/sda3.&amp;nbsp; After changing the options to reflect /dev/sda3 ubuntu booted fine.&lt;br /&gt;&lt;br /&gt;Not wanting to loose everything, I decided to backed up the entire wubi install to a USB HDD using &lt;i&gt;tar&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After linux had booted I used Gparted to create 3 new partitions:&lt;br /&gt;&lt;br /&gt;A 10 GB (ext3 format) partition to use as root (/),&lt;br /&gt;A ~3 GB (equal to RAM size) (swap format) partition to use as swap, and the rest a (ext3 format) partition to use as /home.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After creating the partitions I mounted the home partition to /media/home and used rsync to copy the /home to the new partition.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;rsync -avx /home/ /media/home&lt;/pre&gt;&lt;br /&gt;To avoid the hassle of manually reinstalling all the packages again I used the command:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 640px;"&gt;dpkg --get-selections &amp;gt; selections.dpkg&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I popped in my ubuntu install CD and rebooted...The ubuntu install started and at the partitioning stage I selected the "manual" option (making sure to specify the appropriate correct partition for each of the mountpoints for root (/) home (/home) and swap.&amp;nbsp; I also made sure that the format partition option was un-ticked.&lt;br /&gt;&lt;br /&gt;I also made sure that I ensured that the account name was the same as the one I configured for my wubi install.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After the installation was complete and I booted into the dedicated linux partition, configured my Internet connection and then loaded the Synaptic package manager &amp;amp; selected "read markings" from file menu;&amp;nbsp; I loaded the selections.dpkg file that I created earlier and began to download the packages/updates.&lt;br /&gt;&lt;br /&gt;The packages started to install but something went wrong and the process stopped.&amp;nbsp;&amp;nbsp; I rebooted &amp;amp; the new dedicated linux partition wouldn't load (it seemed to freeze on boot up).&lt;br /&gt;&lt;br /&gt;I rebooted and tried to boot the original wubi install, but that seemed to fail too...So I used the install CD selecting the option to try Linux without installing.&lt;br /&gt;&lt;br /&gt;I mounted the root partition from my new install to a temporary mountpoint and then connected the USB HDD that had the tar backup on it.&amp;nbsp;&amp;nbsp; I then used the tar command to restore the backup.tar file but excluded restoring the /home, /boot &amp;amp; /proc directories.&lt;br /&gt;&lt;br /&gt;tar xvf /media/disk1/backup.tar --exclude /boot --exclude /home --exclude /proc&lt;br /&gt;&lt;br /&gt;after the restore I shutdown, removed the CD and booted grub to the new dedicated partition.&amp;nbsp;&amp;nbsp; everything appeared to boot fine, so I opened a terminal session and type &lt;i&gt;df&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;the output from df showed that the home directory was loop0 device???? i had forgot the exclude /etc when restoring the tar, meaning the /etc/fstab file from my original wubi install was loaded.... &amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I modified the /etc/fstab file to reflect the device partitions and mount-points for my install:&lt;br /&gt;&lt;br /&gt;/dev/sda5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ext3&amp;nbsp;&amp;nbsp;&amp;nbsp; loop,errors=remount-ro 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;br /&gt;/dev/sda6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; swap&amp;nbsp;&amp;nbsp;&amp;nbsp; loop,sw&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;br /&gt;/dev/sda7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home ext3 nodev,nosuid 0 2&lt;br /&gt;&lt;br /&gt;I rebooted &amp;amp; everything was fine.........&lt;br /&gt;&lt;br /&gt;I re-ran the package manager and everything was up to date.&amp;nbsp; After checking that the system was stable, I rebooted into Windows 7 and remove the wubi install.&amp;nbsp; (I think I will leave Windows 7 in place for another week just in-case!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-7972671945093129094?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/7972671945093129094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/converting-wubi-to-dedicated-linux.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7972671945093129094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7972671945093129094'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/converting-wubi-to-dedicated-linux.html' title='converting wubi to dedicated linux partition'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-6710988179654068536</id><published>2010-02-11T16:29:00.002Z</published><updated>2010-02-11T16:29:37.113Z</updated><title type='text'>Configuring Mobile Broadband E160 Modem in KDE</title><content type='html'>Configuring E160 Modem on Ubuntu 9.10 was fairly straight forward, but there are a couple of gotchas. &lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;Plugin the modem into a usb port then write run KnetworkManager from the K Menu (applications&amp;gt;utilities) then , right click on the Network Icon in the system tray and selecting Manage Connections.   &lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;Click on the Mobile Broadband tab, then click add button:&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;Name the connection, and fill in your provider details.  In the example below its Virgin Mobile.&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_nZR_94wIBbA/S3QvNj2xzEI/AAAAAAAAAAM/5U1KhP3W_CY/s1600-h/snapshot1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="http://2.bp.blogspot.com/_nZR_94wIBbA/S3QvNj2xzEI/AAAAAAAAAAM/5U1KhP3W_CY/s640/snapshot1.png" width="476" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;Make sure you tick on the Connect automatically button.   &lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;Now, click the PPP tab and make sure you un-tick the authentication option, then click-on the OK button.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_nZR_94wIBbA/S3QvXLp-zrI/AAAAAAAAAAU/okRyqJIp8cg/s1600-h/snapshot2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="http://1.bp.blogspot.com/_nZR_94wIBbA/S3QvXLp-zrI/AAAAAAAAAAU/okRyqJIp8cg/s640/snapshot2.png" width="476" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0cm;"&gt;The configuration should now be complete &amp;amp; your mobile broadband should connect.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-6710988179654068536?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/6710988179654068536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/configuring-mobile-broadband-e160-modem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/6710988179654068536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/6710988179654068536'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/configuring-mobile-broadband-e160-modem.html' title='Configuring Mobile Broadband E160 Modem in KDE'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_nZR_94wIBbA/S3QvNj2xzEI/AAAAAAAAAAM/5U1KhP3W_CY/s72-c/snapshot1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-8020642823377071376</id><published>2010-02-11T12:16:00.003Z</published><updated>2010-02-11T22:02:26.842Z</updated><title type='text'>Upside down webcam</title><content type='html'>Suffering from upside down Webcam?&lt;br /&gt;&lt;br /&gt;Well your not the only one.  It appears that its a common problem!&lt;br /&gt;&lt;br /&gt;Some manufacturers mount the webcam upside down...In Windows the software detects the problem and flips the image automatically.  Linux handles the problem differently.  Most (but not all) Linux software that makes use of the webcam via a a collection of userspace libraries called libv4l.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;libv4l adds a thin abstraction layer on top of video4linux2 devices. The purpose of this layer is to make it easy for application writers to support a wide variety of devices without&lt;br /&gt;having to write separate code for different devices in the same class.&lt;br /&gt;&lt;br /&gt;If your webcam is running upside down, download the latest libv4l.  Then run your webcam app with following proceeding it: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so&lt;br /&gt;&lt;br /&gt;For example, if you want to run Kopete instant messenger you would run:&lt;br /&gt;&lt;br /&gt;LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so kopete&lt;br /&gt;&lt;br /&gt;if your webcam is still upside down then you should run the following commands:&lt;br /&gt;&lt;br /&gt;lsusb &amp;gt; lsusb.log&lt;br /&gt;dmidecode &amp;gt; dmi.log&lt;br /&gt;&lt;br /&gt;then email Hans de Goede (hdegoede@redhat.com) explaining you have a webcam with upside down image and attaching the two log files you have just created (lsusb.log &amp;amp; dmi.log).&lt;br /&gt;&lt;br /&gt;Hans will update libv4l and send instructions back on how to install it.  &lt;br /&gt;&lt;br /&gt;For ASUS X5DC users, I have already asked Hans to update so this should work(thanks Hans!)&lt;br /&gt;&lt;br /&gt;You can download the new version here: &lt;a href="http://people.fedoraproject.org/%7Ejwrdegoede/libv4l-0.6.5-test.tar.gz"&gt;http://people.fedoraproject.org/~jwrdegoede/libv4l-0.6.5-test.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Install&lt;br /&gt;===========&lt;br /&gt;&lt;br /&gt;Howto install and test libv4l depends on your system. There are&lt;br /&gt;different instructions for if you have a 32 bit system or a 64 bit system.&lt;br /&gt;which is using multilib. A 64 bit system without multilib is the same as&lt;br /&gt;a 32 bit system.&lt;br /&gt;&lt;br /&gt;To find out what you have do:&lt;br /&gt;&lt;br /&gt;ls -d /usr/lib64&lt;br /&gt;&lt;br /&gt;If this command gives a "No such file or directory" error, use the Non multilib instructions, if the second command is successful, you have multilib, to find out which version (dubbed Fedora and Ubuntu multilib, because those are the most well known examples, do):&lt;br /&gt;&lt;br /&gt;ls -d /usr/lib32&lt;br /&gt;If this command gives a "No such file or directory" error, use the Fedora multilib instructions. If this command succeeds use the Ubuntu multilib instructions. Note the ubuntu multilib instructions also apply to gentoo.&lt;br /&gt;&lt;br /&gt;Non multilib instructions:&lt;br /&gt;-------------------------------&lt;br /&gt;tar xvfz libv4l-0.6.5-test.tar.gz&lt;br /&gt;cd libv4l-0.6.5&lt;br /&gt;make PREFIX=/usr&lt;br /&gt;sudo make install PREFIX=/usr&lt;br /&gt;&lt;br /&gt;Fedora Multilib instructions:&lt;br /&gt;-----------------------------------&lt;br /&gt;Basic 64 bit install:&lt;br /&gt;tar xvfz libv4l-0.6.5-test.tar.gz&lt;br /&gt;cd libv4l-0.6.5&lt;br /&gt;make PREFIX=/usr LIBDIR=/usr/lib64&lt;br /&gt;sudo make install PREFIX=/usr LIBDIR=/usr/lib64&lt;br /&gt;&lt;br /&gt;If you also want to use 32 bit apps (such as skype), you&lt;br /&gt;will need to have the 32 bit libc headers installed, on Fedora&lt;br /&gt;this can be done like this:&lt;br /&gt;Fedora 10-: "sudo yum install glibc-devel.i386"&lt;br /&gt;Fedora 11:  "sudo yum install glibc-devel.i586"&lt;br /&gt;Fedora 12+: "sudo yum install glibc-devel.i686"&lt;br /&gt;Then do:&lt;br /&gt;make clean&lt;br /&gt;make PREFIX=/usr CFLAGS=-m32 LDFLAGS=-m32&lt;br /&gt;sudo make install PREFIX=/usr&lt;br /&gt;&lt;br /&gt;Ubuntu Multilib instructions:&lt;br /&gt;-----------------------------------&lt;br /&gt;tar xvfz libv4l-0.6.5-test.tar.gz&lt;br /&gt;cd libv4l-0.6.5&lt;br /&gt;make PREFIX=/usr&lt;br /&gt;sudo make install PREFIX=/usr&lt;br /&gt;&lt;br /&gt;If you also want to use 32 bit apps (such as skype), you will need to have the 32 bit libc headers installed, on Ubuntu this can be done like this:&lt;br /&gt;&lt;br /&gt;sudo apt-get install libc6-dev-i386&lt;br /&gt;&lt;br /&gt;On gentoo this can be done like this:&lt;br /&gt;sudo emerge -v app-emulation/emul-linux-x86-compat&lt;br /&gt;&lt;br /&gt;Then do:&lt;br /&gt;make clean&lt;br /&gt;make PREFIX=/usr CFLAGS=-m32 LDFLAGS=-m32 LIBDIR=/usr/lib32&lt;br /&gt;sudo make install PREFIX=/usr LIBDIR=/usr/lib32&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Testing&lt;br /&gt;========&lt;br /&gt;&lt;br /&gt;You have a chance that your webcam app use libv4l or have an appropriate script starting it. In that case you don't have to do anything. Just run the application. This is the most common situation with Ubuntu and Fedora packages. If your problem remains unsolved, then your app might not use libv4l.&lt;br /&gt;&lt;br /&gt;In that case start the application from a terminal like this:&lt;br /&gt;&lt;br /&gt;Non multilib:&lt;br /&gt;----------------&lt;br /&gt;LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so &lt;your app="" favourite="" webcam=""&gt;&lt;br /&gt;&lt;br /&gt;Note on Ubuntu sometimes skype is using a wrapper script, so if skype&lt;br /&gt;does not work try:&lt;br /&gt;LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype.real&lt;br /&gt;&lt;br /&gt;Fedora multilib:&lt;br /&gt;--------------------&lt;br /&gt;For 64 bit applications (almost all apps):&lt;br /&gt;&lt;br /&gt;LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so &lt;your app="" favourite="" webcam=""&gt;&lt;br /&gt;&lt;br /&gt;For 32 bit applications (you only need it for proprietary softwares, which don't have a 64 bit version, like skype):&lt;br /&gt;&lt;br /&gt;LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype&lt;br /&gt;&lt;br /&gt;Ubuntu multilib:&lt;br /&gt;--------------------&lt;br /&gt;&lt;br /&gt;For 64 bit applications (almost all apps):&lt;br /&gt;&lt;br /&gt;LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so skype&lt;br /&gt;&lt;br /&gt;For 32 bit applications (you only need it for proprietary softwares, which&lt;br /&gt;don't have a 64 bit version, like skype):&lt;br /&gt;&lt;br /&gt;LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype&lt;br /&gt;&lt;br /&gt;Note on Ubuntu sometimes skype is using a wrapper script, so if skype does not work try:&lt;br /&gt;LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype.real&lt;/your&gt;&lt;/your&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-8020642823377071376?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/8020642823377071376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/webcam-upside-down.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/8020642823377071376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/8020642823377071376'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/webcam-upside-down.html' title='Upside down webcam'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-8458681593913593207</id><published>2010-02-11T09:02:00.002Z</published><updated>2010-02-11T13:14:30.320Z</updated><title type='text'>Great news on SIS672 X Driver!</title><content type='html'>I have managed to get the SIS671 driver working by making some changes to the source code &amp;amp; re-compiling it! I am now running at 1360 x 768.  Not quite the maximum resolution (1366x768) but hardly detectable...&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have created a new Special Timing option for the ASUSX5DC.  I then edited, xorg.conf and under device section I placed the following parameter:&lt;br /&gt;&lt;br /&gt;Option "SpecialTiming" "ASUSX5DC"&lt;br /&gt;&lt;br /&gt;I need to do a bit more work to the source before it is ready for release(I will be asking for the SIS671 Driver to be patched); in the meantime, if you have a ASUS X5DC and you would like a copy of the driver for test purposes, I am happy to provide a copy!  Just leave a comment against this blog or email me, and I will send you a copy. &lt;br /&gt;&lt;br /&gt;I have also extracted the EDID information from Windows 7 Registry and beginning to decode it.  I hope to modify the SiS driver to read the EDID information directly from a file, enabling anyone to port EDID Information from Windows Registry... Useful if a manufacturer used the Microsoft's Windows - Custom EDID option, when configuring the screen driver.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-8458681593913593207?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/8458681593913593207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/great-news-on-sis672-x-driver.html#comment-form' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/8458681593913593207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/8458681593913593207'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/great-news-on-sis672-x-driver.html' title='Great news on SIS672 X Driver!'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-1132729081344032143</id><published>2010-02-10T23:59:00.001Z</published><updated>2010-02-11T13:13:37.892Z</updated><title type='text'>Why is my screen resolution only 800x600?</title><content type='html'>I finally managed to get Ubuntu installed, only to find that the screen resolution was only 800x600 stretched across 15.6” Wide-screen LCD Panel.....but why and how can I resolve it?  &lt;br /&gt;&lt;br /&gt;Well, before I investigated to much, I decided configure the wireless adapter and download all the updates (maybe that will fix it anyway!).&lt;br /&gt;&lt;br /&gt;Luckily, Ubuntu was able to detect the wireless card without intervention.   So, it was just a matter of configuring the adapter in the GNOME Windows Network Manager.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;The updates were detected automatically as soon as I connected to the internet; I downloaded and applied them.  I also decided I wanted to install KDE - I loaded the package manager and selected the KDE Desktop packages; After completing KDE package installs, I rebooted to see if the screen was any better-but it wasn't  :(&lt;br /&gt;&lt;br /&gt;Given that the updates hadn't resolved my screen resolution problem,  I checked the /var/log/Xorg.0.log file and found that the VESA Driver had been loaded rather the a 3D graphics driver from a manufacturer.  I knew from the specs that laptop that I had a Mirage 3+ SiS672 graphics adapter, so I looked in the /usr/lib/xorg/modules/drivers directory for a SiS driver.  &lt;br /&gt;&lt;br /&gt;It was there, so why isn't it detected?  &lt;br /&gt;&lt;br /&gt;Since, its not detected by default - I decide that its worth trying to force it in xorg.conf.  I navigated to /etc/X11 but the xorg.conf is missing???&lt;br /&gt;&lt;br /&gt;what that can't be right...well yes, it turns out that Ubuntu 9.10 X configuration is automatic,  and by default the xorg.conf file doesn't exist, but if you create one, Xorg will read it! &lt;br /&gt;&lt;br /&gt;So I created a new xorg.conf file in /etc/X11 with the following lines: &lt;br /&gt;&lt;br /&gt;Section “Device”&lt;br /&gt;Identifier  "Card0"&lt;br /&gt;Driver      "sis"&lt;br /&gt;VendorName  "Silicon Integrated Systems [SiS]"&lt;br /&gt;BoardName   "771/671 PCIE VGA Display Adapter"&lt;br /&gt;BusID       "PCI:1:0:0"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;I saved the file and rebooted.  Ubuntu booted again but this time in text mode.  I logged in and checked /var/Xorg.0.log. The SiS driver failed to detect the graphics adapter....&lt;br /&gt;&lt;br /&gt;I edited the xorg.conf file again and changed the details to VESA driver, so at least I would have X-Windows running until I could find a solution.&lt;br /&gt;&lt;br /&gt;I Replaced the existing device parameters and configuring some additional parameters to control the monitor and screen settings. My xorg.conf now looks like this:&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;Identifier      "Configured Video Device"&lt;br /&gt;Driver          "vesa"&lt;br /&gt;BusID "PCI:1:0:0"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;Identifier      "Configured Monitor"&lt;br /&gt;Option "DPMS"&lt;br /&gt;HorizSync 28-107&lt;br /&gt;VertRefresh 43-90&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Screen"&lt;br /&gt;Identifier      "Default Screen"&lt;br /&gt;Monitor         "Configured Monitor"&lt;br /&gt;Device          "Configured Video Device"&lt;br /&gt;DefaultDepth  24&lt;br /&gt;SubSection "Display"&lt;br /&gt;Depth   24&lt;br /&gt;Modes   "1024x768"    "800x600"    "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After changing xorg.conf, at the command line I typed: kdm&lt;br /&gt;&lt;br /&gt;X-Windows started and I was presented at the graphical KDE logon screen, and this time it looked better because the resolution was now 1024x768.  But it still looks Cr*p because its still stretched.&lt;br /&gt;&lt;br /&gt;I visited ubuntu forums again and started searching for a solution.  What I found wasn't good....&lt;br /&gt;&lt;br /&gt;SiS Graphic Adapters are one of the least supported video adapters in linux because SiS Corp hadn't released a 3D Graphics Driver, although there was a 2D driver it was old and not supported or updated by SIS. Luckily, some open source developers had been maintaining a 2D driver so at least it is possible to run in full resolution....right? well for some users yes! but not for everyone..(Or at least not me!)  &lt;br /&gt;&lt;br /&gt;After reading through a number of threads on SIS671/SIS672 Adapter problems, I found a couple of links to different SIS Drivers that may sort the problem, but not only did I have the problem of finding the driver, I had an added problem of finding a 64-bit version; however, I managed to find two drivers, one called SIS671 and the other called Sisimedia - both of which had be re-compiled for Ubuntu 9.10 64-bit.  Now taking no chances I downloaded both of them...&lt;br /&gt;&lt;br /&gt;I also found a blog from Barros Lee a developer at SiS corp. in the blog he stated that he had written a 3D driver for SIS672 and it was ready for release, the blog was quite old, but I decided it maybe worth contacting Barros directly to find out how I can obtain a copy.  &lt;br /&gt;&lt;br /&gt;I fired off an email to him and then got back to trying out the drivers I had downloaded....&lt;br /&gt;&lt;br /&gt;Sadly, I tried both drivers and neither worked, although they did detect the adapter, the Xorg failed because it couldn't find a valid mode to run......Xorg.0.log reported that the “mode pool empty”&lt;br /&gt;&lt;br /&gt;I continued to investigate what was wrong, often googling and looking for clues as to the problem.  &lt;br /&gt;&lt;br /&gt;Then, I receive an email from Barros, but he says that SiS corp wouldn't let him release the driver and that it was a few years old now and wouldn't work with later versions of Xorg.  He also says that he is unable to send me a copy because End users need to contact there Manufacturers to obtain it, but he was only aware of one Manufacturer that had permission to use it.&lt;br /&gt;&lt;br /&gt;I contacted ASUS tech support, but they were unable to help and don't support Linux.&lt;br /&gt;&lt;br /&gt;I continued to look for a solution and discovered some errors/warnings in Xorg.0.log that leads me to believe that the problem is that the driver is unable to obtain EDID information from the Flat Screen, the messages were:&lt;br /&gt;&lt;br /&gt;(WW) SIS(0): Could not find/read video BIOS&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;(--) SIS(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)&lt;br /&gt;(--) SIS(0): No CRT1/VGA detected&lt;br /&gt;(--) SIS(0): Detected LCD/Plasma panel (max. X 0 Y 0, pref. 0x0, RGB24)&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;(==) SIS(0): Min pixel clock is 10 MHz&lt;br /&gt;(--) SIS(0): Max pixel clock is 340 MHz&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;(WW) SIS(0): Mode pool is empty&lt;br /&gt;(EE) SIS(0): **************************************************&lt;br /&gt;(EE) SIS(0):                       ERROR:&lt;br /&gt;(EE) SIS(0): No valid modes found - check VertRefresh/HorizSync&lt;br /&gt;(EE) SIS(0):                   END OF MESSAGE&lt;br /&gt;(EE) SIS(0): **************************************************&lt;br /&gt;&lt;br /&gt;Given, the messages, particularly the ones that said, failed to read BIOS &amp;amp; Detected LCD/Plasma panel but with 0x0 resolution.  I ran the command ddcprobe and confirmed that Ubuntu is unable to read the EDID information from the monitor...&lt;br /&gt;&lt;br /&gt;I spent the next few days trying to find a solution to reading EDID information....before deciding that I will have to resort to scanning the sis672 driver source code to get a better understanding of what's going on.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-1132729081344032143?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/1132729081344032143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/why-is-my-screen-resolution-only.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/1132729081344032143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/1132729081344032143'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/why-is-my-screen-resolution-only.html' title='Why is my screen resolution only 800x600?'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-960900855303288458</id><published>2010-02-10T21:30:00.001Z</published><updated>2010-02-11T13:03:37.085Z</updated><title type='text'>Receiving my New ASUS X5DC laptop &amp; Installing Ubuntu 9.10</title><content type='html'>At 15:45 on 25 Jan, I placed an order at &lt;a href="http://www.mobiles.co.uk/refer.aspx?refer=cust963701"&gt;http://www.mobiles.co.uk&lt;/a&gt; for a new contract mobile phone for £30 per month, the deal was for Nokia 6303 phone on orange network and came with 1200 any-time minutes + 500MB Internet, not only that, it came with a &lt;span style="font-weight: bold;"&gt;&lt;a href="http://www.mobiles.co.uk/refer.aspx?refer=cust963701"&gt;FREE ASUS 15.6” HD Laptop!!!&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By 1pm on the 26 Jan - I had received the phone &amp;amp; new laptop.  Yes....of course I unwrapped the mobile and stuck it on charge but my interest wasn't on the phone, it was on the ASUS Laptop :)&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I unwrapped the laptop, installed the battery, switched it on and booted Windows.  The laptop came pre-installed with Windows 7 64-Bit Home Premium, after a little play I decided to install Ubuntu 9.10  – leaving Windows 7 in place, so I could flip between them until I decided if I wanted to migrate back to Windows after running Ubuntu for the couple of years on my old laptop...&lt;br /&gt;&lt;br /&gt;I didn't want to mess with the partitions, so I opted to install Ubuntu using Wubi.&lt;br /&gt;&lt;br /&gt;Wubi allows you to install ubuntu onto existing Windows partitions.&lt;br /&gt;&lt;br /&gt;I downloaded that latest 64-bit Ubuntu 9.10 iso and burnt it to CD.  &lt;br /&gt;&lt;br /&gt;Rebooted Windows 7, logged in and started the Ubuntu Installation by inserting the disk and following the on-screen instructions.   The Wubi installation completed and the laptop rebooted.  &lt;br /&gt;&lt;br /&gt;The laptop booted into the Ubuntu installation and everything was going great, at the end of the installation Ubuntu rebooted and that's when my problems began....&lt;br /&gt;&lt;br /&gt;I selected ubuntu from the boot menu and was presented with rescue: grub&amp;gt; prompt.  I rebooted Windows 7 and connected to the internet and immediately visited http://ubuntuforums.org.  After searching the forum threads for a couple of minutes, I came across other users experiencing the same problems – but it wasn't long before I found a post that explained what the problem was....&lt;br /&gt;&lt;br /&gt;It appears that there is a bug in Grub 2 that prevents files on an NTFS partition being read if the aren't on the first 4GBs of the disk and the solution is to download wubildr and save it “C:\” replacing the existing one. For anyone experiencing the same problem, you can download a new copy of Wubildr &lt;a href="http://launchpadlibrarian.net/36920146/wubildr"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After installing wubildr.  I was able to boot ubuntu for the first-time and proceeded to load X-Windows, the first thing that stuck me was how bad the screen looked.  My next post will explain why....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-960900855303288458?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/960900855303288458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/receiving-my-new-asus-x5dc-laptop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/960900855303288458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/960900855303288458'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/receiving-my-new-asus-x5dc-laptop.html' title='Receiving my New ASUS X5DC laptop &amp; Installing Ubuntu 9.10'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1483144171809458914.post-7993201250441669188</id><published>2010-02-09T22:51:00.000Z</published><updated>2010-02-09T23:00:34.446Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Welcome'/><title type='text'>Welcome to my blog</title><content type='html'>Just a quick post to say welcome to my blog. &lt;br /&gt;&lt;br /&gt;Over the coming days/weeks I will be post details of my experiences of installing &amp; configuring Ubuntu 9.10 64-bit on a Asus X5DC Laptop.  &lt;br /&gt;&lt;br /&gt;The aim is to impart useful information about the hardware configuration and drivers required to build a fully functioning Laptop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1483144171809458914-7993201250441669188?l=tpurch-blog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tpurch-blog.blogspot.com/feeds/7993201250441669188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/welcome-to-my-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7993201250441669188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1483144171809458914/posts/default/7993201250441669188'/><link rel='alternate' type='text/html' href='http://tpurch-blog.blogspot.com/2010/02/welcome-to-my-blog.html' title='Welcome to my blog'/><author><name>tpurch</name><uri>http://www.blogger.com/profile/13738839646659922885</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
