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

Re: Problemi di refresh video



Ciao Roberto, io ho lo stessto monitor tuo 15 pollici e una scheda nvidia come te e non ho i problemi
di refresh a cui accennavi. Se può esserti d'aiuto ti posto la parte del mio xorg.conf riguardante lo schermo e la scheda grafica:


Section "Monitor"
  DisplaySize  340 270
  HorizSync    31-64
  Identifier   "Monitor[0]"
  ModelName    "1280X1024@60HZ"
  Option       "DPMS"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline     "1280x1024" 102.62 1280 1312 1472 1632 1024 1028 1032 1048 -HSync -VSync
EndSection


Section "Device"
  BoardName    "GeForce 6600 LE"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "XaaNoPixmapCache" "on"
  Option       "XaaNoOffScreenPixmaps" "on"
  Option "RenderAccel" "1"
  Option "AllowGLXWithComposite" "true"
VendorName   "NVidia"
EndSection


Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Reply to: