0

Every time i install Ubuntu either 12.10 or any version of Linux mint it install well but i cannot be able to see anything on the screen on when i use a DESKTOP screen by connecting on a VGA that time i see from a different screen.

TuKsn
  • 4,370
  • 2
  • 26
  • 43

1 Answers1

0

Based on the card you've listed I'm assuming you are using a laptop with an external vga monitor, and at boot up both screens are black. I have what sounds like the same problem with my laptop, and I've found two work-arounds for it. These may or may not work for you.

Option #1:

If their is a proprietary driver that can be installed for your card that may fix it. For example I have AMD graphics so installing fglrx-updates fixes it for me. I'm not familiar with your specific card so I don't if there are drivers for it, but I found a tool made by Intel. You can see a list of supported cards by the tool here: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=13815 . The tool can be downloaded from: https://01.org/linuxgraphics/downloads .

Option #2:

Don't plug the vga cable into your laptop until after you've logged in. Then go to your settings and enable the vga monitor. What happens for me is the computer turns off the laptop monitor as it boots up, because it thinks the vga monitor is going to be used, but the vga monitor doesn't get used because Ubuntu is configured to clone display 1 to display 2 by default and display 1 is currently off.

mango
  • 11