PDA

View Full Version : external monitor on eeepc 900



Betelgeuse
Jun 17th 2008, 12:53 AM
How can I use the external monitor on asus eee pc 900?
Ehen I connect my 19" monitor and power on the machine, it boots but a terrible 800x600 resolution on both lcd and monitör. And the xorg.conf was broken. After I disconnect the monitor, power off the machine and turn on again, still the lcd was 800x600 and I could not solve. I had backup of xorg.conf file so I've copied the backup from the console to fix this.

I want to use my CRT monitor when I'm at home and I want to be able to use projectors when I'm out.

gnowak
Jul 1st 2008, 05:08 PM
This is a topic addressed many times at this forum.. I don't know if there is a stable solution for this? Use propreitary drivers for your gfx card and use their tools to make it work for you.

Below are some of my own notes on the topic, use them at your own risk ;). I have a IBM T40p with a ATI Radeon RV250 [Mobility FireGL 9000] (sudo lshw -C video).



ATI tv-out - xrandr- tvout - svideo - s-video
Thanks to: http://wiki.debian.org/XStrikeForce/HowToRandR12 and

cvt 1024 768
xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
xrandr --addmode S-video 1024x768_60.00
xrandr --output S-video --mode 800x600

list: xrandr --prop

xrandr --addmode S-video 800x600; xrandr --output S-video --mode 800x600
xrandr --output S-video --auto

swith off output:
xrandr --output S-video --off

Deprecated:
http://www.mepis.org/node/7567
/usr/X11R6/bin/X :1 -xf86config xorg.conf.vesa -depth 24 -auth /var/gdm/:1.Xauth vt8 &
DISPLAY=:1.0
export DISPLAY
sleep 5
atitvout ntsc
atitvout -f t
gmplayer -vo sdl -fs
atitvout -f lc
DISPLAY=:0.0
export DISPLAY