Author Topic: buggy videocard  (Read 8150 times)

Alejandro

  • Newbie
  • *
  • Posts: 8
buggy videocard
« on: October 08, 2010, 20:00:21 PM »
Hello. Recently I bumped into PC with mb on i815 chipset with integrated videocard which didn't supported vesa properly. So loading X with "vesa" driver cause total mess on screen. But "intel" driver works fine. Is there any way to automate recognition of such cases and X reconfigure?

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: buggy videocard
« Reply #1 on: October 09, 2010, 15:46:09 PM »
you can do the same http://forum.plop.at/index.php/topic,414.msg2734.html#msg2734
create a xorg.conf with the intel driver and copy the file at startup to /var/xorg.conf

regards
elmar

Alejandro

  • Newbie
  • *
  • Posts: 8
Re: buggy videocard
« Reply #2 on: October 09, 2010, 18:03:53 PM »
copy the file at startup to /var/xorg.conf
but how to decide is it necessary? i want flexibility without manual config editing every time.

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: buggy videocard
« Reply #3 on: October 09, 2010, 18:49:55 PM »
you only have to write the copy command to the runme.sh. then your xorg.conf is always used. no manual copy is required

Alejandro

  • Newbie
  • *
  • Posts: 8
Re: buggy videocard
« Reply #4 on: October 09, 2010, 18:59:37 PM »
i mean, what if videocard is not intel?