unable to set 800x480 on Eee PC 700

Booting, installing, newbie
Message
Author
Tokae
Posts: 9
Joined: Thu 22 Nov 2012, 19:46

#16 Post by Tokae »

lsmod copied and attached
Attachments
lsmod.txt.gz
(2.37 KiB) Downloaded 475 times

arnid
Posts: 5
Joined: Sun 09 Dec 2012, 18:54

#17 Post by arnid »

Hi. I have the same problem of not being able to set the monitor to 800x480 in the Eee pc. This worked fine in the Racy Puppy 5.2 but seems to be a problem in Slacko 5.4 and Precise 5.4.2. I am currently using Slacko 5.4.

Did you solve this problem?

mini-jaguar
Posts: 597
Joined: Thu 13 Nov 2008, 13:45

#18 Post by mini-jaguar »

I've tried on this netbook 4.3.1, 4.3.1 with KDE, Toutou 431, Lucid 5.2.8.005, Slacko 5.3.1 , Slacko 5.4.0, Puppeee 1.0, 3 Headed Dog 0.0.1.005, Lucid 525 with 4.3.1 kernel, and Saluki. They all work in 800x480, as long as you select x24 and not x16, which sometimes bugs.

5.3.1 and 5.2.8 need Pemasu's laptop acpi .pet, otherwise the battery monitor will give crazy readings. Better for 3 headed dog too, because it doesn't seem to have battery monitor on the panel.

Have not tried Precise. I have read that Exprimo also works, but have not tried it.

arnid
Posts: 5
Joined: Sun 09 Dec 2012, 18:54

#19 Post by arnid »

Regarding my earlier post, in Puppy 4.2 the xorgwizard discovered the 800x480 screen but not so in Slacko 5.4 and Precise 5.4.2.
Changing the resolution to 800x480 in xorg.conf by editing doesn't work:

Section "Monitor" #sectionmonitor0
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5
VertRefresh 40-60
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "800x480"
EndSection

and:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "640x480_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "800x480"
EndSubsection
EndSection

There seems to be some function that I am not aware of.
Enclosed is a zip file with three org.conf from the original Xandros, Puppy4.2 and Slacko5.4.

If anyone could find a solution that would be greatly appreciated.
Attachments
xorgconf.zip
(4.96 KiB) Downloaded 392 times

mini-jaguar
Posts: 597
Joined: Thu 13 Nov 2008, 13:45

#20 Post by mini-jaguar »

Works fine with Slacko 5.4 on my eeePC. Maybe I don't have the same model, mine is 4G. (edit: I think not the same, 4G=701)

But it doesn't start in graphic mode except after making a save file.

At first it starts in text mode, have to type in "xorgwizard" and enter, select 800x480x24, then type "xwin" and enter.

arnid
Posts: 5
Joined: Sun 09 Dec 2012, 18:54

#21 Post by arnid »

I have found a solution with the hint from mini-jaguar. :D

I am using a Eeepc 2G surf 700. The xorgwizard doesn't detect the 700 only the 4G Surf 701. If Puppy is installed to 701 there is no problem but if installed to 700 you don't get the 800x480 screen only the 800x640. The problem seems to be that the code in xorgwizard which recognises the Eeepc only identifies the 701 not the 700.

My solution was to edit the"xorgwizard" in the Geany editor and change "701" in the line below to "700". In all probability this could be rectified so both the 700 and 701 would be identified in the same line of code but I am not that familliar with coding.

Code: Select all

#recognise EeePC Asus laptop...
[ "`echo "$DMIDECODE" | grep 'Product Name: 700'`" != "" ] && [ "`echo "$DMIDECODE" | grep 'Serial Number: EeePC'`" != "" ] && echo 'timing: 800x480@60' >> /tmp/ddcprobe.txt
Also enclosed is the changed xorgwizard. After unzipping it it could be copied to the directory "/usr/sbin" instead of editing the xorgwizard in situ. After that it is simply a case of exiting to prompt from the shutdown menu and running the xorgwizard from the prompt.

The 800x480 screen is detected and running.

As stated before it seems that this "bug" is present in Slacko 5.4 and Precise 5.4.2 but wasn't there in Puppy 4.2. Perhaps some change has made it in to the xorgwizard at some point in time?
Attachments
xorgwizard.gz
(24.37 KiB) Downloaded 452 times

Post Reply