14

FYI: My Netbook model is HP Mini 210-1004sa, which comes with Intel Graphics Media Accelerator 3150, and has a display 10.1" Active Matrix Colour TFT 1024 x 600.

I recently removed Windows 7 Starter from my netbook, and replaced it with Ubuntu 12.10.

The problem is the OS doesn't seem to recognise the native display resolution of 1024x600 i.e. the bottom bits of Ubuntu is hidden beneath the screen & the only 2 available resolutions are: the default 1024x768 and 800x600.

I've also thought about replacing Ubuntu with Lubuntu or Puppy Linux, as the system does run a bit slow, but I can't, as then I won't be able to access the taskbar and application menu which will be hidden beneath the screen. Only Ubuntu with Unity is currently usable, as the Unity Launcher is visible enough.


I was able to define a custom resolution 1024x600 using the Q&A:

but when I set that resolution, there appears a black band at the top of the screen and the desktop area is lowered, with bits of it hidden beneath the screen. I tried leaving it at this new resolution and restarting the system to see if the black band would disappear & the display will fit correctly, but it gets reset to 1024x768 at startup and displays following error:

Could not apply the stored configuration for monitors

none of the selected modes were compatible with the possible modes:

Trying modes for CRTC 63
CRTC 63: trying mode 800x600@60Hz with output at 1024x600@60Hz (pass 0)
CRTC 63: trying mode 800x600@56Hz with output at 1024x600@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output at 1024x600@60Hz (pass 0)
CRTC 63: trying mode 1024x768@60Hz with output at 1024x600@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1024x600@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1024x600@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1024x600@60Hz (pass 1)
Trying modes for CRTC 64
CRTC 64: trying mode 1024x768@60Hz with output at 1024x600@60Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1024x600@60Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1024x600@60Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1024x600@60Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1024x600@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1024x600@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1024x600@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1024x600@60Hz (pass 1)

Update

Making progress!

I tried setting nomodeset, i915.modeset=1, and i915.modeset=0, respectively; in Grub.

With nomodeset in Grub, I can now see, and permanently set the 1024x600 resolution I created much earlier without any errors. However, the display is squished, and the bottom bit of the OS is still hidden beneath the screen, & I think it has something to do with aspect ratio. I think it might have something to do with the fact that 1024x600 is the only mode with aspect ratio set to 16:9. How do I change it to 4:3 so it fits?

Though slightly insignificant, it is worth saying that with nomodeset enabled, the OS graphics is a bit slower.

3 Answers3

2

Hi I was just wondering have you tried adding "nomodeset" to grub?

Here is a good reference -> How to set NOMODESET and other kernel boot options in grub2

Let me know how you get on :-)

0

Have you installed the Intel GPU drivers?
With correct drivers, your GPU may be able to recognize the resolution.

Mateng
  • 556
Cheiron
  • 318
-1

Install gnome 3 by going to ubuntu software center and installing gnome shell(if you want all the programs that come with Gnome, install Gnome desktop instead of gnome shell) Since gnome has only top panel in the usual view, resolution won't be a problem. Make sure to select GDM as display manager when the system asks you.