• [^] # Re: nvidia :)

    Posté par . En réponse au message Problème de résolution sur écran de portable 15.4''. Évalué à 1.

    Je joins le xorg.conf de mon portable, regarde la
    section avec un modeline 1280x800.
    Note qu'il s'agit d'un fichier pour xorg, pas XFree,
    mais les sections sont à peu près identiques.
    Note aussi que j'utilise les drivers nvidia :-)
    Si tu utilises le driver xfree c'est nv et pas nvidia.

    Pascal


    **********************************
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005

    # XF86Config-4 (XFree86 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 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
    #pascal config du touchpad alps

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Generic Mouse"
    InputDevice "Touchpad" "AlwaysCore"
    EndSection

    Section "Files"

    # local font server
    # if the local font server has problems, we can fall back on these
    FontPath "unix/:7100"
    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"
    EndSection

    Section "Module"

    # Load "GLcore" #comment for nvidia
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    # Load "dri" #comment for nvidia
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    Load "synaptics" #pascal : touchpad
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

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

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/event0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "85"
    Option "RightEdge" "830"
    Option "TopEdge" "85"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "EmulateMidButtonTime" "220"
    Option "MaxTapTime" "220"
    Option "MaxDoubleTapTime" "220"
    Option "ClickTime" "220"
    Option "MaxTapMove" "220"
    Option "FastTaps" "1"
    Option "LockedDrags" "0"
    Option "MinSpeed" "0.3"
    Option "MaxSpeed" "1.0"
    Option "AccelFactor" "0.02"
    Option "LTCornerButton" "2"
    Option "RTCornerButton" "3"
    Option "LBCornerButton" "3"
    Option "RBCornerButton" "2"
    Option "EdgeMotionMinSpeed" "0"
    Option "EdgeMotionMaxSpeed" "20"
    Option "EdgeMotionMinZ" "55"
    Option "EdgeMotionMaxZ" "80"
    Option "EdgeMotionUseAlways" "1"
    Option "UpDownScrolling" "1"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "20"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "TouchpadOff" "0"
    Option "SHMConfig" "on"
    EndSection

    Section "Monitor"
    Identifier "Écran générique"
    HorizSync 30.0 - 90.0
    VertRefresh 50.0 - 150.0
    ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Option "DPMS"
    #Modeline "1280x800" 83.91 1280 1312 1624 1656 800 816 824 841 -HSync -VSync
    EndSection

    Section "Device"
    Identifier "Carte vidéo générique"
    Driver "nvidia"
    Option "AllowGLXWithComposite" "True"
    Option "NvAGP" "1"
    Option "RenderAccel" "true"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Carte vidéo générique"
    Monitor "Écran générique"
    DefaultDepth 24

    SubSection "Display"
    Depth 1
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

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