Visualizzazione dei risultati da 1 a 6 su 6

Discussione: Uscita tv s-video

  1. #1

    Uscita tv s-video

    Devo collegare il mio laptop (enface) alla televisione (Panasonic), tramite il cavo s-video. Non avendo nè scheda video ATI, nè quella Nvidia, ho qualche difficoltà nel trovare il tutorial giusto per me.

    Ecco tutte le informazioni che posso darvi:

    codice:
    nophiq@nophiq:~$ xrandr 
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
    VGA disconnected (normal left inverted right x axis y axis)
    LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
       1280x800       60.0*+   60.0  
       1280x768       60.0  
       1024x768       60.0  
       800x600        60.3  
       640x480        59.9  
    TV connected (normal left inverted right x axis y axis)
       1024x768       30.0  
       800x600        30.0  
       848x480        30.0  
       640x480        30.0
    codice:
    nophiq@nophiq:~$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    01:04.0 CardBus bridge: O2 Micro, Inc. OZ711SP1 Memory CardBus Controller (rev 01)
    01:04.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)
    01:04.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01)
    01:04.4 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
    03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    codice:
    nophiq@nophiq:~$ cat /etc/X11/xorg.conf 
    # xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"it"
    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"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
    	Monitor		"Generic Monitor"
    	DefaultDepth	24
    	SubSection "Display"
    		Modes		"1280x800"
    	EndSubSection
    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
    Grazie a tutti per l'aiuto

  2. #2
    ma il cavo: portatile----->TV cel'hai ?

  3. #3
    Ovviamente sì, ed era collegato sia al computer che al televisore nel momento in cui ho dato i comandi da shell. Perchè c'è qualcosa di strano nei log?

  4. #4
    hai dato:

    Xorg -configure

    quando erano i 2 attaccati?

  5. #5
    Ciao,

    ho dato i seguenti comandi (con il cavo attaccato da entrambi i lati):
    codice:
    $ sudo rm /tmp/.X0.lock
    $ sudo Xorg -configure
    Potresti dirmi a cosa servirebbe Xorg -configure?

    Il risultato è stata una schermata nera, senza alcun testo o altro, e poi il computer è tornato alla schermata del video, come se nulla fosse successo.

    il log del comando precedente è il seguente:
    codice:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9.2)
    Current Operating System: Linux nophiq 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686
    Build Date: 13 June 2008  01:08:21AM
     
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 30 11:14:45 2009
    List of video drivers:
    	cyrix
    	i740
    	i128
    	sis
    	ztv
    	s3virge
    	siliconmotion
    	i810
    	v4l
    	nsc
    	ati
    	openchrome
    	apm
    	vmware
    	rendition
    	mga
    	amd
    	psb
    	via
    	geode
    	savage
    	tdfx
    	s3
    	mach64
    	imstt
    	nv
    	ark
    	cirrus
    	trident
    	dummy
    	chips
    	voodoo
    	glint
    	tseng
    	newport
    	neomagic
    	intel
    	radeon
    	sisusb
    	tga
    	r128
    	fbdev
    	vesa
    	vga
    
     (EE) module ABI major version (1) doesn't match the server's version (2)
    (EE) Failed to load module "psb" (module requirement mismatch, 0)
    
    (++) Using config file: "/home/nophiq/xorg.conf.new"
    
    
    Xorg detected your mouse at device /dev/input/mice.
    Please check your config if the mouse is still not
    operational, as by default Xorg tries to autodetect
    the protocol.
    
    Your xorg.conf file is /home/nophiq/xorg.conf.new
    
    To test the server, run 'X -config /home/nophiq/xorg.conf.new'
    Sapresti darmi una mano?

  6. #6
    quel comando crea il file nella home: xorg.conf.new


    che va copiato in /etc/X11/xorg.conf


    prima di riprovare a avviare X, esempio con startx

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.