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

capire XF86Config-4



Salve a tutti,

prima di smanettare con modeline ed altro, vorrei capire con che criterio il
file XF86Config-4 legge i settaggi.
Io vorrei una risoluzione di 1280 x 1024 con un refresh di 100 Hz (che e'
quello che uso abitualmente sotto Windows) e, nonostante avessi cambiato
manualmente nel file sopracitato i valori di "HorizSync" e "VertRefresh"
del monitor (come da specifiche del mio monitor), il massimo del refresh
alla risoluzione 1280 x 1024 e' sempre di 85 Hz.
Come mai?

OS: Debian GNU/Linux Sarge
Monitor: Philips 109P40
Scheda video: ATI FireGL 8800

Ecco la parte di XF86Config-4 interessata:
*****************************************
Section "Device"
 Identifier "ATI Technologies, Inc. Radeon R200 QH [Radeon 8500]"
 Driver  "ati"
EndSection

Section "Monitor"
 Identifier "PHILIPS 109P4PHL"
 HorizSync 30-111
 VertRefresh 50-160
 Option  "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device  "ATI Technologies, Inc. Radeon R200 QH [Radeon 8500]"
 Monitor  "PHILIPS 109P4PHL"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

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

Section "DRI"
 Mode 0666
EndSection
****************************************



Reply to: