Patrice OLIVER a �crit :
daniel huhardeaux a �crit :

Patrice OLIVER a �crit :

Bonjour la liste,

Je souhaite pouvoir connecter un vid�o-projecteur sur mon portable pour effectuer les pr�sentations.
En effet, je ne suis pas parvenu au r�sultat et je suis oblig� de booter sous xp pour le faire et d'utiliser openOffice.org sous windows ... dommage.


Je souhaite donc pouvoir le faire en faisant comme sous windows si possible : fonction F8.

Je dispose d'un dell latitude d800 wsxga. Noyau 2.6.9, driver nVidia 1.00.6629 que j'ai install� en suivant les instructions de nvidia (au fait, quelqu'un a essay� les paquets nvidia-cg-toolkit, nvidia-kernel-common, nvidia-settings et nvidia-glx ?).

Ma carte graphique est une GeForce 5650 et dispose donc d'un sortie VGA + TV.

Voil�, je penses que vous avez les �l�ments. je vous joins XF86Config-4

D'avance merci de votre aide.

Patrice

------------------------------------------------------------------------

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edited by [EMAIL PROTECTED], 03.01.2003.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86


Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
#FontPath "/usr/lib/X11/fonts/misc:unscaled"
#FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
#FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
#FontPath "/usr/lib/X11/fonts/Speedo"
#FontPath "/usr/lib/X11/fonts/Type1"
#FontPath "/usr/lib/X11/fonts/CID"
#FontPath "/usr/share/fonts/truetype"
#FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
#FontPath "/usr/share/fonts/truetype/freefont"
FontPath "/usr/lib/X11/fonts/misc"
#FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
#FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/truetypes"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
#FontPath "/usr/share/fonts/truetype"
#FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
#FontPath "/usr/share/fonts/truetype/openoffice"
#FontPath "/usr/share/fonts/truetype/freefont"
#FontPath "/usr/share/fonts/type1"
#FontPath "/usr/share/fonts/type1/gsfonts"
ModulePath "/usr/X11R6/lib/modules"
EndSection


Section "Module"
    Load    "bitmap"
    Load    "dbe"
    SubSection "extmod"
        Option "xfree86-dga"
    EndSubSection
    Load    "ddc"
    Load    "freetype"
#    Load    "xtt"
    Load    "type1"
    Load    "speedo"
#    Load    "dri"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "vbe"
#    Load    "synaptics"
EndSection

Section "InputDevice"
    Identifier    "Internal Keyboard"
    Driver        "keyboard"
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "AutoRepeat"    "250 33.3"
EndSection

Section "InputDevice"
    Identifier    "Internal Mouse"
    Driver        "mouse"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "PS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "InputDevice"
    Identifier    "USB Mouse"
    Driver        "mouse"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "IMPS/2"
    Option        "Emulate3Buttons"    "false"
    Option         "buttons"        "5"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "VGA"
    Driver        "nvidia"
    BusID        "PCI:01:00:0"
    VideoRam    131072
    Screen        0
    VendorName    "NVidia"
    BoardName    "GeForce FX Go5650"

    Option        "NoLogo" "0"
    Option        "TwinView" "1"
    #Option        "TwinViewOrientation" "Clone"
    Option        "NoRenderAccel" "0"
    #Option        "PageFlip" "1"
    Option        "DigitalVibrance" "2"
    Option        "SWCursor" "0"
    Option        "HWCursor" "1"
    Option        "CursorShadow" "1"
    Option        "CursorShadowAlpha" "64"
    Option        "CursorShadowXOffset" "4"
    Option        "CursorShadowYOffset" "2"
EndSection

Section "Device"
Identifier "EcranSup"
Driver "nvidia"
BusID "PCI:01:00:0"
VideoRam 131072
Screen 1
VendorName "NVidia"
BoardName "GeForce FX Go5650"
Option "SWCursor" "0"
Option "HWCursor" "1"
Option "CursorShadow" "1"
Option "CursorShadowAlpha" "64"
Option "CursorShadowXOffset" "4"
Option "CursorShadowYOffset" "2"
Option "DigitalVibrance" "2"
Option "NoLogo" "0"
Option "TwinView" "1"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT"
Option "MetaModes" "[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]@768,[EMAIL PROTECTED]"


EndSection

#Section "Device"
# Identifier "TVOut"
# Driver "nvidia"
# BusID "PCI:01:00:0"
# VideoRam 131072
# Screen 2
# VendorName "NVidia"
# BoardName "GeForce FX Go5650"
# Option "NoLogo" "0"
# Option "TwinView" "1"
# Option "TwinViewOrientation" "Clone"
# Option "TVOutFormat" "COMPOSITE"
# Option "TVStandard" "PAL-B"
# Option "ConnectedMonitor" "TV"
# Option "MetaModes" "[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]"
#EndSection


Section "Monitor"
    Identifier    "LCD"
    ModelName    "Dell LCD"
    VendorName    "Dell"
    HorizSync    31.5-100.0
    VertRefresh    30.0-90.0

    Option        "DPMS"
    Option        "FlatPanelProperties" "Scaling = aspect-scaled"
    #Option        "CalcAlgorithm" "CheckDesktopGeometry"

#Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
ModeLine "1680x1050" 221.31 1680 1752 2112 2256 1050 1052 1064 1090 #90Hz
#ModeLine "1680x1050" 210.42 1680 1712 2504 2536 1050 1070 1083 1103 #75Hz
#ModeLine "1680x1050" 154.20 1680 1712 2296 2328 1050 1071 1081 1103 #60Hz


EndSection

#Section "Monitor"
#    Identifier    "TV"
#    ModelName    "PAL TV"
#    VendorName    "ITT"
#    HorizSync    30.0 - 50.0
#    VertRefresh    60.0 - 90.0
#EndSection

Section "Monitor"
    Identifier    "EcranSup"
    ModelName    "Dell M991"
    VendorName    "DELL"
    HorizSync    30.0 - 75.0
    VertRefresh    60.0 - 90.0
EndSection

Section "Screen"
Identifier "Internal Screen"
Device "VGA"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
EndSubSection
EndSection


Section "Screen"
Identifier "External Screen"
Device "EcranSup"
Monitor "EcranSup"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


#Section "Screen"
#    Identifier    "External TV"
#    Device        "TVOut"
#    Monitor        "TV"
#    DefaultDepth    16
#    SubSection "Display"
#        Depth    16
#        Modes    "1280x1024" "800x600" "640x480" #    EndSubSection
#EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    InputDevice    "Internal Keyboard" "CoreKeyboard"
    InputDevice    "Internal Mouse" "SendCoreEvents"
    InputDevice    "USB Mouse" "CorePointer"
    Screen        "Internal Screen"
    Screen        "External Screen" LeftOf "Internal Screen"
#    Screen        "External TV" RightOf "Internal Screen"

    Option        "Clone" "on"
    Option        "Xinerama" "off"
EndSection

Section "DRI"
    Group    "video"
    Mode    0666
EndSection



A la lecture de ton mail je suppose que le probl�me rencontr� est que les frites n'�taient pas le meilleur plat d'accompagnement pour le poisson ;-) ?

;)

J'ai peut-�tre pas formul�es mes questions, donc je recommence :) :

1) Est-il possible d'utiliser Fontion F8 pour basculer l'affichage sur une sortie externe ? A la premi�re install qui ne comportait que fluxbox, cel� marchait. J'ai install� gnome et cel� ne fonctionne plus ni sur l'un ni sur l'autre.

Bonjour,

J'ai rajout� sur mon laptop (IBM ThinkPad) l'option UseFBDev � True. Ce n'est pas une carte nvidia mais une ATI, enfin peut-etre que �a peut aider quand m�me :

Section "Device"
        Identifier      "ATI Technologies, Inc. Radeon IGP 340M"
        Driver          "ati"
        Option          "UseFBDev"              "true"
EndSection

Ca a fonctionn� pour moi, sans avoir � basculer avec les touches Fn. L'image est pr�sente en permanence sur l'�cran et sur la sortie vid�o. Ce qui est �trange c'est que cela ne fonctionnait pas pour certains vid�oprojecteurs sans cette option, et �a fonctionnait pour d'autres.

Bref, maintenant �a marche pour tous (... ceux que j'ai test�).

Quant aux frites, je confirme. Un meilleur accompagnement est le riz. ;)

Pour sur.

--
CleeK


-- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench

Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Répondre à