LinuxMCE Forums

General => Users => Topic started by: Dale_K on December 05, 2008, 05:09:59 pm

Title: Asus eee video problem.
Post by: Dale_K on December 05, 2008, 05:09:59 pm
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?
Title: Re: Asus eee video problem.
Post by: nosebreaker on December 05, 2008, 05:31:07 pm
Are you plugging this into a regular NTSC TV?
Title: Re: Asus eee video problem.
Post by: Dale_K on December 05, 2008, 06:51:39 pm
Yes, two tv's a Sony 40" LCD and a Sharp Aquos 42" LCD, both same results.
Title: Re: Asus eee video problem.
Post by: Zaerc on December 05, 2008, 07:06:38 pm
http://wiki.linuxmce.org/index.php/Display_Drivers
Title: Re: Asus eee video problem.
Post by: Dale_K on December 05, 2008, 07:38:59 pm
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?
Title: Re: Asus eee video problem.
Post by: hari on December 05, 2008, 07:42:01 pm
that should read "intel". There is a bug in the chipset detection scripts for some intel series.

best regards,
Hari
Title: Re: Asus eee video problem.
Post by: niz23 on December 05, 2008, 08:14:01 pm
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
Title: Re: Asus eee video problem.
Post by: Dale_K on December 05, 2008, 08:34:22 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.
Title: Re: Asus eee video problem.
Post by: nosebreaker on December 05, 2008, 08:36:08 pm
It's probably some Option command that goes under the video card section.  Sorry I'm not much help here.
Title: Re: Asus eee video problem.
Post by: niz23 on December 06, 2008, 08:06:24 pm
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