Forum - go back to the Plop Homepage

Plop Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: buggy videocard  (Read 888 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?
Logged

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 1872
  • 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
Logged

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.
Logged

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 1872
  • 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
Logged

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?
Logged