EEE PC X101CH no 1080x600 resolution

Asked by michelf41

Ubuntu 12.04
Single resolution possible : 800x600 -> images distorted in length.
Suitable driver missing for that processor ?
Any solution in preparation ?
Thanks for your attention.

Michel Franckart
(newbie)

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Miha Gašperšič (miha.gaspersic) said :
#1

Hi Michael

Your computer if having isues with graphic drivers. You can install your drivers by going to your System settings > Additional drivers and then install any drivers if computer suggest you. Then restart your pc and you could be able to set proper window resolution.

You can try set resolution by going to System settings > Monitors(screen) to change your screen resolution.

If my answer helps you solve your problem, please mark this thread as solved.
Regards,
Miha

Revision history for this message
michelf41 (michel-franckart) said :
#2

Thanks !
I did that, but the search result was "no driver available".
Maybe I should run System settings as root but how ?
"Monitors(screen)" does not offer any choice other than 800x600.
Someone advised me to report a "Poulsbo/Moorestown/Cedarview" problem to Ubuntu.
Or try to install a drm/gma500 unaccelarated driver, but I do not know how to do that.
Best regards.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you give the output of:

sudo lshw -C display; lsb_release -a; uname -a

Thanks

Revision history for this message
michelf41 (michel-franckart) said :
#4

michel@ubuntu:~$ sudo lshw -C display; lsb_release -a; uname -a
[sudo] password for michel:
  *-display UNCLAIMED
       description: VGA compatible controller
       product: Atom Processor D2xxx/N2xxx Integrated Graphics
Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:dfc00000-dfcfffff ioport:f0e0(size=8)
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise

Many thanks for your interest !

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

You may need to form an xorg.conf file if the screen isn't playing nice.

Revision history for this message
michelf41 (michel-franckart) said :
#6

Easier said than done.
Especially from scratch !
There is no xorg.conf at all now.
And I am no IT professional.
Ubuntu had always configured my screen so far!
Thanks anyway

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

If you drop to root recovery mode and run:

Xorg -configure

It will make you a skeleton file, you can then simply add the driver line and it should work. Basically the screen is cheap and not reporting EDID as it should so udev cannot load the intel driver as it does not have the values it needs

Revision history for this message
michelf41 (michel-franckart) said :
#8

Thanks, Andrew.
But how can I boot into recovery mode ?
None appears in the boot menu.
(Only two options : windows or ubuntu)
I have had a look on Internet, but found no adapted solution.

Sorry ....

Michel

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

HHold shift at boot, select recovery mode, select root.

Revision history for this message
michelf41 (michel-franckart) said :
#10

Hi Andrew!

Alas !
I created an xorg.conf the way you said, changed the driver for Card0 to "psb_gfx" and moved the file to /etc/X11 near an xorg.conf.failsafe that I did not touch.
(Should I delete the latter?)
But there was no change on my screen and still no possibility to modify the resolution in system settings.
Is it worth continuing ?

Best regards

Revision history for this message
Launchpad Janitor (janitor) said :
#11

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
michelf41 (michel-franckart) said :
#12

I tested Ubuntu 12.10 : it seems to use the right resolution.
So, patience till October.
Anyway, a great many thanks for your attention and time.
Best regards.

Michel

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

Could install Quantal, works here :)

Revision history for this message
michelf41 (michel-franckart) said :
#14

Yes, it does !
Remarks :
I had to upgrade in text mode, or else I was blocked by a window that remained partly hidden in spite of my efforts.
Now, starting the normal way, I only get a black screen.
When starting in recovery mode then choosing resume in normal mode, screen is OK with 1024x600.
Again, many thanks.

Michel

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#15

Similar problem with Asus 1011CX (Intel Atom N2600) working with 12.04

Solved using:

http://daily.siebler.eu/2012/06/ubuntu-12-04-driver-for-intel-cedarview-atom-n2000-und-d2000-serie/

This problem affects Cedar View and Cedar Trail chipsets (new Intel Atom chipsets with memory & graphics integrated controllers):

http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors

12.04 (Precise) is LTS (Long Term Service). I prefer to use a LTS editions...

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#16
Revision history for this message
Victor Dorokhov (vitekd88) said :
#17

Hello!
Could you help me?

I followed the advise posted on http://daily.siebler.eu... but after cedarview drivers installation 12.04 boots only in console mode (or blank screen, if boot with video=LVDS-1:d)

System: EEE PC X101CH, updated and checked that i have not PAE kernel before installing cedarview drivers.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#18

Don't use this:

# You can try to Add "video=LVDS-1:d" to GRUB_CMDLINE_LINUX_DEFAULT variable , if your don't see anything remove it... on one of my Systems it's working, on a second device it doesn't.

I've got also blank screen using it. For my system (Asus 1011CX) I didn't use it this parameter.

Josep Pujadas-Jubany

Revision history for this message
Victor Dorokhov (vitekd88) said :
#19

I've tried to boot without "video=LVDS-1:d".
The result is: ubuntu logotype is shown for a second and then i get command line. No graphics just terminal.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#20

kernel version, please...

uname -a

Is the 12.04 up-to-date?

Revision history for this message
Victor Dorokhov (vitekd88) said :
#21

3.2.0-27-generic
Installed Ubuntu 12.04 and updated all and rebooted twice just before installing the drivers.

Revision history for this message
Victor Dorokhov (vitekd88) said :
#22

Should result depend on DE? What if i try to reinstall system into Ubuntu, Xubuntu, Lubuntu...?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#23

I'd use Quantal if it works. I use it here and it runs well.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#24

On Asus 1011CX I used 3.20.0-26-generic

I don't have the machine now. I will try to get it and update the system to know if 27 revision is or not the problem.

I read that some people used Quantal. But Quantal is still beta release (12.10, october).

Revision history for this message
Victor Dorokhov (vitekd88) said :
#25

Haha!!)) Thank you, guys))
It is always nice to know that community is ready to help.

I've managed with it: the problem was with distribution i used for installation.
Original Ubuntu 12.04 has booted perfectly just right now and resolution is 1024x600!
Don't know why i didn't got it first time, may be first time it was my mistake, but now i reinstalled it and it's OK.
Actually i also tried to install Xubuntu 12.04 for two times and it fails to boot properly after cedarview drivers installation giving me only terminal. I am sure that with Xubuntu i done all update and drivers installation correctly, so it seem that there is something in Xubuntu.

Revision history for this message
michelf41 (michel-franckart) said :
#26

I confirm what actionparsnip says : Quantal is working fine on my Asus X101CH

Revision history for this message
Victor Dorokhov (vitekd88) said :
#27

Ubuntu 12.04 + cedarview drivers is fine too (thou freezing a bit).
Interesting why Xubuntu 12.04 + cedarview drivers failed for me.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#28

"Interesting why Xubuntu 12.04 + cedarview drivers failed for me."

Perhaps different version of kernel, xorg... I don't know but is not the same environment.

http://xubuntu.org/help/

http://en.wikipedia.org/wiki/Comparison_of_X_Window_System_desktop_environments

Revision history for this message
michelf41 (michel-franckart) said :
#29

After recent updates/upgrades, no more X display.
Startup obstinately ends on command line.
Entering "startx" results in :
"(EE) Segmentation fault at address 0x3c"
...
"Caught signal 11 (Segmentation fault). Server aborting"

Same result with today's daily build in "Try Ubuntu" mode.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#30

Tried the boot option:

nomodeset

Revision history for this message
michelf41 (michel-franckart) said :
#31

I tried "nomodeset" again : nothing changed.

Revision history for this message
michelf41 (michel-franckart) said :
#32

Just in case it helps, the last working build I have is:
Linux 3.5.0-14-generic (i686)
#15-Ubuntu SMP Thu Sep 6 22:57:58 UTC 2012

I upgraded a few minutes ago: no change.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#33

Asus 1011CX (Intel Atom N2600) working with 12.04 up-to-date (29-setember-2012)

1. Go to [System Parameters] [Additional Drivers]
2. Activate cedarview-drm
3. Reboot. In my case I needed to reboot from Ctl+Alt+F1 (no-graphic terminal) because graphic server went out.
4. Go next time to [System Parameters] [Additional Drivers]
5. Activate cedarview-graphics-drivers
6. System resolution ok, at 1204x600. Unity 2D.

Revision history for this message
Josep Pujadas-Jubany (jpujades) said :
#34

1024x600 I would to say.