[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#557067: xorg.conf



Using this xorg.conf the driver works well.


# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "pc105"
   Option        "XkbLayout"    "it"
EndSection

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

Section "Device"
Identifier "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
   Driver        "nv"
   BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
  # Block type: 2:0 3:fd
  # Block type: 2:0 3:fc
  Identifier "Acer AL2216W"
  VendorName "ACR"
  ModelName "Acer AL2216W"
  # Block type: 2:0 3:fd
  HorizSync 30-82
  VertRefresh 56-76
  # Max dot clock (video bandwidth) 210 MHz
  # Block type: 2:0 3:fc
  # Block type: 2:0 3:ff
  # DPMS capabilities: Active off:yes  Suspend:no  Standby:no

  Mode     "1680x1050"    # vfreq 60.495Hz, hfreq 65.879kHz
      DotClock    147.570000
      HTimings    1680 1784 1960 2240
      VTimings    1050 1053 1059 1089
      Flags    "+HSync" "-VSync"
  EndMode
  # Block type: 2:0 3:fd
  # Block type: 2:0 3:fc
  # Block type: 2:0 3:ff
EndSection

Section "Screen"
   Identifier    "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
   Monitor        "Acer AL2216W"
   DefaultDepth    24
   SubSection "Display"
       Modes        "1680x1050" "1280x960" "1280x800" "1152x864" "1024x768"
   EndSubSection
EndSection

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

--
.'  `.   | Registered Linux User #443882
|a_a  |  | http://counter.li.org/                      .''`.
\<_)__/  +---                                         : :'  :
/(   )\                                          ---+ `. `'`
|\`> < /\                  Registered Debian User #9 |   `-
\_|=='|_/       http://debiancounter.altervista.org/ |




Reply to: