News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Asus eee video problem.

Started by Dale_K, December 05, 2008, 05:09:59 PM

Previous topic - Next topic

Dale_K

Setting up Asus eee box and the AV Wizard comes up fine but when i choose 480p or 720p the screen is out of sync (like if you chose the wrong refresh rate on a computer monitor).  If I choose 1080p it comes up in 640x480 and I can only see the top left corner of the next screen (image is too big for the screen).  Only choosing 640x480 produces a useable picture, but obviously not the resolution I want to run.

I've tried different cables, two different TV's, deleting the MD and creating a new one, all with the same results.

Anybody got any ideas on this?

nosebreaker

Are you plugging this into a regular NTSC TV?

Dale_K

Yes, two tv's a Sony 40" LCD and a Sharp Aquos 42" LCD, both same results.

Zaerc

"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

Dale_K

OK, that post says that the intel drivers are up to date in 0710.  I'm not sure I'm understanding all of it, but when I look at the xorg.conf file for my MD it says "vesa" for the driver, should that be something else for the intel 9xxx driver?

hari

that should read "intel". There is a bug in the chipset detection scripts for some intel series.

best regards,
Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

niz23

Also remember.

You must have the TV you want to use attached/connected and set to correct input during boot of the eee(box).
Otherwise the eee will reset to 640x480 and try to use internal LVDS which is not available to connect to anything.

As hari say.
Change vesa to intel and you are good to go.

You will also need to add a rule in xorg.conf that disable internal lvds.

/niz23

Dale_K

Quote from: niz23 on December 05, 2008, 08:14:01 PM

You will also need to add a rule in xorg.conf that disable internal lvds.

/niz23

Where can I find that rule and where in xorg.conf do I put it?

Sorry, I'm way out of my linux depth here.

nosebreaker

It's probably some Option command that goes under the video card section.  Sorry I'm not much help here.

niz23

ok.

Here goes,

Excerpt from my xorg.conf for eeebox.

Section "Monitor"
        Identifier "LVDS"
        Option "Ignore" "True"
        Modeline        "1280x720" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
        HorizSync       20-500
        VertRefresh     59-61
EndSection

/niz23