WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: EEE PC 901 Screen Resolution Not Working  (Read 6148 times)

Offline GoldenToad

  • Newbie
  • *
  • Posts: 1
EEE PC 901 Screen Resolution Not Working
« on: February 09, 2012, 03:25:00 AM »
I may just be missing something really simple as I am a relative newbie to Linux in general. I have installed Tiny Core (64MB version) from a usb onto my EEE PC 901, however, I cannot seem to set the screen resolution. Parts of program windows appear off screen. I have added vga=789 to the boot options, and I have attempted to use Xvesa to set the resolution but I have not had ay success.

Thanks in advance.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: EEE PC 901 Screen Resolution Not Working
« Reply #1 on: February 09, 2012, 05:58:08 AM »
I'm not sure if you tried searching the forum - I seem to remember posts on this same subject.

Perhaps you'll need to use 915resolution or Xorg-7.6 to get what you want.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: EEE PC 901 Screen Resolution Not Working
« Reply #2 on: February 09, 2012, 07:44:27 AM »
To try 915resolution, use AppBrowser and select it, be sure to use OnBoot.
Then drop vga=789 and instead add xvesa=1024x600 to your boot options. Reboot.
10+ Years Contributing to Linux Open Source Projects.

Offline andrewb

  • Full Member
  • ***
  • Posts: 121
Re: EEE PC 901 Screen Resolution Not Working
« Reply #3 on: February 09, 2012, 02:41:13 PM »
For the eeepc 900 series 915resolution works fine.

Put 915resolution in OnBoot

add:
Code: [Select]
915resolution 50 1024 600 32to bootlocal.sh

edit the xvesa line in .xsession in /home/tc to:
Code: [Select]
...... -screen 1024x600x32 ......

Offline socokev

  • Newbie
  • *
  • Posts: 5
Re: EEE PC 901 Screen Resolution Not Working
« Reply #4 on: May 04, 2012, 01:03:32 AM »
I'm using the old acer aspire one netbook and couldn't get 915 resolution working even with all the help from the forum.  I'm still getting to grips with not using GUI so maybe that's my problem.

Anyway think I've sorted it - the acer has an intel 945GSE chipset

I downloaded latest x.org from  - installed on boot
then downloaded XF86-video-intel.tcz - installed on boot
removed xvesa from on boot maintenance

it just worked.

« Last Edit: May 04, 2012, 01:05:36 AM by socokev »