› Foros › PC › Software libre
Churly escribió:Puedes usar también nvtv. Con mi gráfica (una Geforce 4 Ti4200) se lleva muy bien, pero es posible que con la de un portátil no.
Churly escribió:¿Has probado a pulsar la combinación de teclas para activar la salida de TV? (Fn+Falgo) En mi portátil con tarjeta Intel se activa directamente, supongo que se hará desde la BIOS directamente.
Section "Device"
Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Driver "nvidia"
BusID "PCI:1:0:0"
# Option "DPMS"
# Option "TwinView" "1"
# Option "ConnectedMonitor" "CRT, TV"
# Option "MetaModes" "1200x800, 1200x800; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
# Option "SecondmonitorHorizSync" "30-50"
# Option "SecondmonitorVertRefresh" "60"
# Option "TVStandard" "PAL-B"
# Option "TwinViewOrientation" "Clone"
Option "DigitalVibrance" "0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Churly escribió:Normalmente hay que pulsar la combinación varias veces, y va rotando entre solo integrada, integrada/externa, integrada/tv, etc.
¿Tienes los drivers de nvidia instalados? Creo que sin ellos no funciona el nvtv.
Sobre el xorg.conf tendrás que poner la salida en modo Clone, lo que no se es como te funciona estando todo comentado (las lineas comienzan por #).
# Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT, TV"
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "1"
Option "SHMConfig" "true"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "DPMS"
Option "TwinView" "1"
Option "ConnectedMonitor" "DFP,TV"
# Option "MetaModes" "1200x800, 1200x800;1200x800,1024x768;1024x768,1200x800;1024x768,1024x768;"
Option "SecondmonitorHorizSync" "30-50"
Option "SecondmonitorVertRefresh" "60"
Option "TVStandard" "PAL-B"
Option "TwinViewOrientation" "Clone"
Option "DigitalVibrance" "1"
EndSection
Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
HorizSync 28-60
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40M? [GeForce Go 6200]"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1200x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection