laurent@debian64-sid:~$ cat /etc/X11/xorg.conf
logo-debian

Ce document me sert de mémo Je le diffuse en espérant qu'il puisse servir à  d'autres personnes

Plan de ce document :

  1. retour page nvidia
  2. retour page d'acceuil




#
# 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 "InputDevice"
      Identifier     "Generic Keyboard"
      Driver         "kbd"
      Option         "CoreKeyboard"
      Option         "XkbRules" "xorg"
      Option         "XkbModel" "pc105"
      Option         "XkbLayout" "fr"
      Option         "XkbVariant" "latin9"
  EndSection


  Section "Device"
      Identifier     "Nvidia GF 7600 GT"
      Driver         "nvidia"
      BusID          "PCI:5:0:0"
  EndSection


  Section "Screen"
      Identifier     "Default Screen"
      Device         "Nvidia GF 7600 GT"
  EndSection