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?
Are you plugging this into a regular NTSC TV?
Yes, two tv's a Sony 40" LCD and a Sharp Aquos 42" LCD, both same results.
http://wiki.linuxmce.org/index.php/Display_Drivers
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?
that should read "intel". There is a bug in the chipset detection scripts for some intel series.
best regards,
Hari
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
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.
It's probably some Option command that goes under the video card section. Sorry I'm not much help here.
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