fco
(usa Slackware)
Enviado em 13/11/2007 - 14:13h
Perfeito!!!
Se você já rodou o # xorgconfig deve existir o arquivo /etc/X11/xorg.conf.
Edite-o agora.
# vim /etc/X11/xorg.conf
Procure pela sessão monitor e deixe-a conforme segue:
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "LG Studiowrks 500G"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30-56
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-120
EndSection
E a sessão vídeo:
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "VIA/S3G UniChrome IGP"
VendorName "Unknown"
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
Driver "via"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
BusID "PCI:1:0:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "VIA/S3G UniChrome IGP"
Driver "via"
# unsupported card
#VideoRam 32768
# Insert Clocks lines here if appropriate
EndSection
E é claro não se esqueça de na sessão Screen deixar o nome do dispositivo (linha "Device") e do monitor (linha "Monitor") com a identificação correta (vide acima), bem como também as resoluções - linha Subsection "Display".
Salve, feche e mande bala!!!