Announcement

Collapse
No announcement yet.

S-video doesnt work with Kubuntu 7.10 nor webcam

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    S-video doesnt work with Kubuntu 7.10 nor webcam

    Hello, all, i tried searching for the answer to this question and dont seem to find what im looking for. I have an S-video output on my Sony Laptop which has INtel X3100 graphics, GM965. When i had vista installed it worked fine, but im just not sure what to do. i am new to this stuff and tried to dual-boot and ended up wipeing out my computer which sucks. I also have a built in webcam and that doesnt seem to work and displays the error "could not connect to video device (/dev/video0) using camorama. please check connection. if anyone could help it will be greatly appreciated.

    #2
    Re: S-video doesnt work with Kubuntu 7.10 nor webcam

    Can you post the output of the commands

    Code:
    cat /etc/X11/xorg.conf
    Code:
    xrandr --prop
    Code:
    ls -l /dev/video*
    That will help us to know how to help you.

    Comment


      #3
      Re: S-video doesnt work with Kubuntu 7.10 nor webcam

      1st Code:

      Section "InputDevice"
      Identifier "Generic Keyboard"
      Driver "kbd"
      Option "CoreKeyboard"
      Option "XkbRules" "xorg"
      Option "XkbModel" "pc105"
      Option "XkbLayout" "us"
      EndSection

      Section "InputDevice"
      Identifier "Configured Mouse"
      Driver "mouse"
      Option "CorePointer"
      Option "Device" "/dev/input/mice"
      Option "Protocol" "ImPS/2"
      Option "ZAxisMapping" "4 5"
      Option "Emulate3Buttons" "true"
      EndSection

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

      Section "InputDevice"
      Driver "wacom"
      Identifier "stylus"
      Option "Device" "/dev/input/wacom"
      Option "Type" "stylus"
      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
      EndSection

      Section "InputDevice"
      Driver "wacom"
      Identifier "eraser"
      Option "Device" "/dev/input/wacom"
      Option "Type" "eraser"
      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
      EndSection

      Section "InputDevice"
      Driver "wacom"
      Identifier "cursor"
      Option "Device" "/dev/input/wacom"
      Option "Type" "cursor"
      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
      EndSection

      Section "Device"
      Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
      Driver "intel"
      BusID "PCI:0:2:0"
      EndSection

      Section "Monitor"
      Identifier "Generic Monitor"
      Option "DPMS"
      HorizSync 30-70
      VertRefresh 50-160
      EndSection

      Section "Screen"
      Identifier "Default Screen"
      Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
      Monitor "Generic Monitor"
      DefaultDepth 24
      EndSection

      Section "ServerLayout"
      Identifier "Default Layout"
      Screen "Default Screen"
      InputDevice "Generic Keyboard"
      InputDevice "Configured Mouse"

      # Uncomment if you have a wacom tablet
      # InputDevice "stylus" "SendCoreEvents"
      # InputDevice "cursor" "SendCoreEvents"
      # InputDevice "eraser" "SendCoreEvents"
      InputDevice "Synaptics Touchpad"
      EndSection


      2nd code:

      Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
      VGA disconnected (normal left inverted right)
      LVDS connected 1280x800+0+0 (normal left inverted right) 0mm x 0mm
      BACKLIGHT_CONTROL: 2 (0x00000002) range: (0,4)
      BACKLIGHT: 52030 (0x0000cb3e) range: (0,52031)
      1280x800 60.2*+ 60.0
      1280x768 60.0
      1152x768 54.8
      1024x768 85.0 75.0 70.1 60.0
      832x624 74.6
      800x600 85.1 72.2 75.0 60.3 56.2
      640x480 85.0 72.8 75.0 59.9
      720x400 85.0
      640x400 85.1
      640x350 85.1
      TV disconnected (normal left inverted right)
      BOTTOM: 37 (0x00000025) range: (0,100)
      RIGHT: 46 (0x0000002e) range: (0,100)
      TOP: 36 (0x00000024) range: (0,100)
      LEFT: 54 (0x00000036) range: (0,100)
      TV_FORMAT: NTSC-M
      supported: NTSC-M NTSC-443 NTSC-J PAL-M
      PAL-N PAL 480p@59.94Hz 480p@60Hz
      576p 720p@60Hz 720p@59.94Hz 720p@50Hz
      1080i@50Hz 1080i@60Hz 1080i@59.94H

      3rd code: says there is no such file or directory


      Comment

      Working...
      X