How I installed linux (ubuntu) on my JVC MP-XP 7210 / 3210

 

I used the tutorial from https://help.ubuntu.com/community/Installation/FromWindows

I first tried Instlux but unfortunately it did not work. All it did was reboot to windows where immediately the uninstaller opened.

So I followed the manual installation instruction. Since the JVC MP-XP 7210 does not have a cdrom i chose the netinstall apoach.

The following is a copy of the text from the first link with comments and changes of how i got it to work

 

Bevore you start installing make some space on your harddrive for the linux installation. I reccomend using Partition Magic since it is really easy. If you don't want to mess with changing the partition tables during the installation to much you can already create a swap partition (two times the size of your RAM is the rule of thumb from what I heard) also using Partition Magic.

This may sound stupid but make sure you have your power supply pluged in and a stable netwok connetion. The installation takes quite some time and you don't want to mess it up in the middle.

So now we got some unallocated free space and everything plugged in and woking - lets rock!

The netboot approach

Windows NT/2000/XP (using Grub)

To view and edit the Boot.ini file on WindowsXP:
 1. Right-click on My Computer, and then click Properties.
 2. On the Advanced tab, click Settings under Startup and Recovery.
 3. Under System Startup, click Edit.

Note: Eventhough c:\boot.ini is not shown by the explorer, this file exists and can be also opened in the notepad. Just write the path c:\Boot.ini at the open dialog.
I edited my windows properties so I could see all files - went to c:\boot.ini rightclick on the file go to properties and remove the read only switch and added the line at the end.

 

 

Grub starts, Ubuntu starts ... yes great. Now lets get rid of that bad screen resolution. Here is a bit older tutorial that does that fabulosly easy http://emdete.de/mp-xp/

again I copied the interesting part

X11

The X11 stuff, or especially the sis driver comes from a guy in vienna who works hard on this (thanks alot to Thomas Winischhofer). you can download the new driver from http://www.winischhofer.net/ or from here sis_drv.o and copy it to /usr/X11R6/lib/modules/drivers. you may use my XF86Config-4.

The problem with X11 is the unusual resolution of 1024x600 (normal would be i.e. 1024x768 or 800x600). The driver lacks support for proper switching from internal to external display and different resolutions for external displays right now.

Section "Monitor"
	Identifier "LCD"
	VertRefresh 50-75
	HorizSync 30-90
	ModeLine "1024x600" 50 1024 1104 1176 1248 600 603 619 630
EndSection

Section "Device"
	Driver "sis"
	Identifier "SiS 630"
EndSection

Section "Screen"
	Identifier "SiSscreen"
	Device "SiS 630"
	Monitor "LCD"
	DefaultDepth 16
	SubSection "Display"
		Depth 16
		Modes "1024x600"
		#Virtual 1024 768
	EndSubSection
EndSection
	

This is what i did: I just copied his XF86Config-4 over mine (backup before you do so) and copied the sis_drv.o to /usr/X11R6/lib/modules/drivers

everything else works great as far as I can see at the moment. This was too easy :) thaks so much to everybody that made this possible

thanks thanks thanks


Parse error: syntax error, unexpected $end, expecting ')' in /hp/ac/aa/re/www/webstat/var/access.php on line 530