0

Possible Duplicate:
Dual boot Ubuntu and Windows 7

So, I've tried this a dozen times with many a complications. I want advice on how to do this and avoid the pain.
The System:

Dell XPS L502x 64 bit 8gb of RAM currently running windows 7 Nvidia GeForce GT 525M <--- the culprit!!!!!

All I want to do is dual boot a nice Ubuntu OS and use both monitors.

So my question to all of you Ubuntu Gangstas out there: Given my set up which version of Ubuntu should I use. What Kernals do I avoid installing and how do I go about avoiding it. I have found the 3.7 kernal isn't ready for the big time in this regard. Is this true? What can I do to get this to work. I'd like to run Ubuntu 12.10, but if it not a ready I'll avoid it.

Basically, if you had my exact system, and wanted to run a dual booting Windows 7/newest possible version of the might Ubuntu, how would you do it?

Guided33
  • 123
  • 1
    nope, this is specific to my system and about the graphic card I have. Not about the process of setting up Dual boot Ubuntu. – Guided33 Jan 23 '13 at 04:13

2 Answers2

1

I have L502, so all are from my personal experience.

  • You can install any version of ubuntu (preferable >= 12.04) with any kernel.

  • For Optimus setup, use bumblebee. Follow instruction here to install

  • About dual moniter - Follow instruction here

For your information, the HDMI port is connected to nvidia chip. So as per bumblebee wiki

When the port is wired into the nvidia chip, you can currently not expand the screen over monitors. The monitor may still be used as extra screen (with no desktop running on it) or to run the full desktop on it (with no output on the Intel LVDS output, a.k.a. "the laptop display").

That means, you can't use both display at same time.

Web-E
  • 21,418
  • Can't use them at the same time?! NO Good! So, is it possible to use an adapter and connect via USB and DVI? Or is there just no current way to have a true dual monitor experience? Thanks for all the info, this looks promising! – Guided33 Jan 23 '13 at 04:37
  • I have never used multi monitor set up, so can't really help you there. :) This link was also mentioned i the wiki. Have a look. – Web-E Jan 23 '13 at 04:54
  • I go the following advice when running optirun true':[ 4302.382263] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) [drm] Could not set DRM device bus ID.

    [ 4302.382360] [ERROR]Aborting because fallback start is disabled. `

    – Guided33 Jan 23 '13 at 13:47
0

Ubuntu 12.10 offers installation alongside an existing Windows installation, so make sure you choose this option. The grub bootloader will allow you to choose which OS to boot once installed.

Ubuntu 12.10 uses kernel 3.5. After installation enable proprietary 3rd party drivers and install nvidia-current, which has very good dual monitor support.

kynan
  • 2,207