Hello All,

Greetings to everyone.

I couldn't get S-Video out working on my TravelMate 5720. I googled and
tried modified my xorg.conf accordingly, but no joy.

r...@linus:~# lspci -v
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (rev 03)
        Subsystem: Acer Incorporated [ALI] Unknown device 011f
    Flags: bus master, fast devsel, latency 0
    Memory at fc100000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: [d0] Power Management version 3

r...@linus:/etc/X11# uname -a
Linux Linus.com 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009
i686 GNU/Linux
r...@linus:/etc/X11# cat /etc/issue
Ubuntu 8.04.2 \n \l


r...@linus:/etc/X11# cat xorg.conf
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
#Option          "monitor-TV"   "TV"
        Option "monitor-VGA" "VGA"
        Option "monitor-TV" "TV"
        Option "monitor-LVCD" "LVCD"
        Option "MonitorLayout" "CRT,LFP"
        Option "Clone" "true"
        Option "DevicePresence" "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Monitor"
        Identifier      "VGA"
        Option "Ignore" "true"
EndSection

Section "Monitor"
        Identifier      "LVCD"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "TV"
        Option  "Ignore" "false"
        Option "TV_FORMAT" "PAL"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Synaptics Touchpad"
EndSection


-- 
Regards,
Udaya Kumar.R
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to