PDA

View Full Version : Linux e refresh monitor


SuperCisco
28-11-2002, 23:40
Ho MDK 9 e vorrei mettere il refresh del monitor a 100hz (ciome su windows).

Nel pannello di controllo non ho trovato nulla di utile allo scopo.

Probablimente dovrei mettere mao al file XF86Config-4 ma non so ben cosa fare.

Il suo contenuto è questo:


# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


## Mandrake font server configuration
##
Section "Files"
FontPath "unix/:-1"
EndSection

# Module loading section

Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
# Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "uk"
EndSection

## IntelliMouse on a PS/2 Port
##
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

## 2 Button mouse on a PS/2 Port
##
#Section "InputDevice"
# Identifier "Mouse0"
# Driver "mouse"
# Option "Protocol" "PS/2"
# Option "Device" "/dev/psaux"
#EndSection

Section "Monitor"
Identifier "My Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 95.0
VertRefresh 50-120
# HorizSync 31.5 - 57.0
# VertRefresh 50-70
# Option "dpms"
EndSection

Section "Device"
BusID "PCI:01:00:00"
Identifier "KYRO"
Driver "powervr"
BoardName "Unknown"
# Option "HWCursor" "0"
# Option "NoAccel" "1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "KYRO"
Monitor "My Monitor"
# Set your desired default color depth here (16 or 24)
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection



Qualcuno sa come fare???


Grazie in anticipo :)


Cisco

NetWalker
29-11-2002, 10:25
Che monitor hai ?

SuperCisco
29-11-2002, 10:45
Un Aoc spectrum7Glr che uso a 1024x768.


Cisco

NetWalker
29-11-2002, 11:00
I valori esatti sarebbero:

HorizSync 30-95
VertRefresh 50-160

Almeno stando ai dati riportati sulla scheda tecnica che c'e' sul sito AOC.

Fossi in te, setterei anche:

DefaultDepth 24

Invece che 16 com'e' ora ;-)

SuperCisco
29-11-2002, 11:42
Grazie 1000 :)


Cisco