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 14/05/2007, à 23:39

jimbo_johns

installation du dual screen (svideo) avec nvidia

Bonjour,
après moultes recherches sur les forums de ubuntu-fr ainsi que les moteurs type google, je n'arrive vraiment pas à faire fonctionner le deuxième écran (ici, ma TV via une Svideo).
Je suis passé en feisty fawn depuis peu en pensant que ca allait être plus simple à mettre en place mais... non!
Ma carte pourtant est une nvidia :
~$ lspci | grep nVidia
01:00.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX Go5200 32M/64M] (rev a1)

J'étais un habitué de Windows (j'essaie de devenir adept d'ubuntu) donc je ne maîtrise pas tout ce que je fais!! ;-)

Cela dit, je crois bien que le driver est bien chargé (NVIDIA apparaît au démarrage du serveur X) et j'ai activer beryl.

Par contre ==> TJS PAS D'UBUNTU SUR MA TV !!

Voici mon xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    Screen         "Screen1" rightof "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

	# path to defoma fonts
    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"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
        Identifier "Television" #TV
        HorizSync 30-50
        VertRefresh 60
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34M [GeForce FX Go5200 32M/64M]"
    Driver         "nvidia"
    Screen 0
 #   Option  "NoLogo"        "true"
 #   Option  "RenderAccel"   "true"
    BusID   "PCI:1:0:0"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver "nvidia"
        Screen 1
        Option  "TVOutFormat" "SVIDEO"
        Option  "TVStandard" "PAL-B"
        Option  "ConnectedMonitor" "TV"
        BusID   "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34M [GeForce FX Go5200 32M/64M]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      ""
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
        DefaultDepth    24
        SubSection "Display"
        Depth 24
        Modes "800x600"
        EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

J'ai déjà essayé pas mal de truc:
- displaycfg gtk
- envy (même si h'ai cru comprendre qu'il n'atais pas encore configuré pour feisty fawn...)
- le package d'nvidia
etc...

Merci pour votre aide!

Dernière modification par jimbo_johns (Le 14/05/2007, à 23:41)

Hors ligne

#2 Le 22/05/2007, à 16:23

havel1

Re : installation du dual screen (svideo) avec nvidia

J'ai la meme impasse avec la meme carte video. Comment je fais pour avoir deux écrans... l'ordinateur et la télé. J'avais réussi cet installation sous windows.

Merci de me donner un coup de main.
et Bonne journée!

#3 Le 28/05/2007, à 23:55

jimbo_johns

Re : installation du dual screen (svideo) avec nvidia

personne pour me donner un coup de main ?

roll

Hors ligne

#4 Le 29/05/2007, à 07:22

plouplinou

Re : installation du dual screen (svideo) avec nvidia

pêut etre en passant par nvidia-settings

nvidia-settings

Il y a un onglet "X server display configuration" qui te propose une detection automatique des ecrans connectés.
Je sais pas si ça le fait avec une télé mais chez moi c'est Ok avec un ecran LG.
désolé c'est un peu vague ... hmm


Jaunty 64bits sur Hp pavillon dv6242ea     http://www.plouplinou.levrai.com

Hors ligne