Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/08/2006, à 20:26

RenaultPat

nVidia - video overlay plein ecran sur le 2e moniteur

Bonsoir,

il y a une fonction des drivers nvidia sous windows que je n'arrive pas a reproduire sous linux,
a savoir l'affichage des videos en plein ecran sur le 2e ecran.
actuelement, mon serveur X est configuré en DualScreen.
ma carte est une 6600GT.

J'aimerai donc savoir si c'est possible et ou je peux trouver de la doc.

Merci

Hors ligne

#2 Le 02/08/2006, à 22:13

t511

Re : nVidia - video overlay plein ecran sur le 2e moniteur

j'ai a peu pres les meme esperance ...

voila une semaine que j'essaie de faire ce qui suit  :

1 ecran 17" crt en 1280x1024 (pour surfer, ecrire etc ... )
1 television en 800x600 ( pour mater des films en plein ecran .. lié peut etre avec FREEVO )

ma carte graphique est aussi une 6600 GT


J'ai essayé des tas de choses, mais la je m'arrache les cheveux ....

voici mon Xorg

# /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"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

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

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

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

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

Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option        "TwinView" "true"
    Option        "TVStandard" "PAL"
    Option        "TVOutFormat" "COMPOSITE"
    Option        "SecondMonitorHorizSync" "30-50"
    Option        "SecondMonitorVertRefresh" "60"
    Option        "TwinViewOrientation" "CLONE"
    Option        "ConnectedMonitor" "CRT,TV"
    Option        "MetaModes" "1280x1024,800x600"
EndSection

Section "Monitor"
    Identifier    "L1715S"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "L1715S"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

mes 2 ecrans ont la meme resolution 1280x1024
mon probleme est que je n'arrive pas a passer mon ecran TV en 800x600 ....





Sinon j'avais reussi a avoir des resolutions differentes  en utilisant ce xorg :

# /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"    "fr"

    Option        "XkbVariant"    "latin9"

EndSection



Section "InputDevice"

    Identifier    "Configured Mouse"

    Driver        "mouse"

    Option        "CorePointer"

    Option        "Device"        "/dev/input/mice"

    Option        "Protocol"        "ExplorerPS/2"

    Option        "ZAxisMapping"        "4 5"

    Option        "Emulate3Buttons"    "true"

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "stylus"

  Option        "Device"        "/dev/wacom"          # Change to

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "stylus"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "eraser"

  Option        "Device"        "/dev/wacom"          # Change to

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "eraser"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "InputDevice"

  Driver        "wacom"

  Identifier    "cursor"

  Option        "Device"        "/dev/wacom"          # Change to

                                                      # /dev/input/event

                                                      # for USB

  Option        "Type"          "cursor"

  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY

EndSection



Section "Device"

    Identifier    "Device0"

    BusID        "PCI:1:0:0"

    Driver        "nvidia"

    Screen 0

EndSection



Section "Device"

    Identifier    "Device1"

    BusID        "PCI:1:0:0"

    Driver        "nvidia"

    Screen 1

    Option        "TVStandard" "PAL"

    Option        "ConnectedMonitor" "tv"

    Option        "TVOutFormat" "COMPOSITE"

EndSection



Section "Monitor"

    Identifier    "L1715S"

    Option        "DPMS"

EndSection



Section "Monitor"

    Identifier    "tv"

    HorizSync    30-50

    VertRefresh    60

EndSection



Section "Screen"

    Identifier    "screen0"

    Device        "Device0"

    Monitor        "L1715S"

    DefaultDepth    24

    SubSection "Display"

        Depth        1

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        4

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        8

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        15

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        16

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

        Depth        24

        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

EndSection



Section "Screen"

    Identifier    "screen1"

    Device        "Device1"

    Monitor        "tv"

    DefaultDepth    24

    SubSection "Display"

        Modes        "800x600"

        Depth        24

    EndSubSection

EndSection





Section "ServerLayout"

    Identifier    "Layout0"

    Screen 0        "screen0"

    Screen 1        "screen1" Above "screen0"

    InputDevice    "Generic Keyboard"

    InputDevice    "Configured Mouse"

    InputDevice     "stylus" "SendCoreEvents"

    InputDevice     "cursor" "SendCoreEvents"

    InputDevice     "eraser" "SendCoreEvents"

EndSection



Section "DRI"

    Mode    0666

EndSection

Mais le probleme de ce Xorg c'est que :
Je vois la video sur mon ecran 17" mais pas sur ma TV ....

pourriez vous me dire ou je foire dans la config ... merci d'avance ...

Un newbe au borrd de la calvitie

Hors ligne

#3 Le 11/08/2006, à 12:00

Eric-THAL

Re : nVidia - video overlay plein ecran sur le 2e moniteur

Bonjout t511. big_smile

Tout d'abord je ne suis pas un expert dans LINUX mais j'ai déja passé pas mal d'heures devant mon PC et j'ai une petite expérience sur une 6200...
Bien que je sois sous KNOPPIX 4.0 je pense que c'est identique.


1) Si tu veux surfer et regarder de la video en même temps il ne faut pas te mettre en "CLONE" mais "rightf0" ou "leftf0" (ou quelque chose comme ca) pour avoir deux écrans indépendants. Le clone étant une copie exacte des deux écrans.

2) Il faut que tu regardes dans le fichier FX86*.log (je ne me souviens plus du nom exact) dans /var/log/ pour avoir le compte rendu de l'initialisation de X11. Dans ce fichier tu vera le mode video qu'il a pris pout ta TV. En changeant les paramètres SecondMonitor...... tu devrais avoir le mode desiré.

3) Si cela ne fonctionne toujours pas, poste ton fichier FX86*.log de X11

big_smile

Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option        "TwinView" "true"
    Option        "TVStandard" "PAL"
    Option        "TVOutFormat" "COMPOSITE"
    Option        "SecondMonitorHorizSync" "30-50"
    Option        "SecondMonitorVertRefresh" "60"
    Option        "TwinViewOrientation" "CLONE"
    Option        "ConnectedMonitor" "CRT,TV"
    Option        "MetaModes" "1280x1024,800x600"
EndSection