"out of frequency range" - Attention Out of range H:90.2KHz V:60.1Hz
Configurei um conjunto de 10 computadores com o etch há cerca de um ano e portaram-se todos muito bem.
Como me estou a aperceber que "stable" pode ser sinónimo de versões de compiladores e outras coisas já com algum tempo, optei por instalar o Lenny.
Nos Dell a coisa foi simples.
Nos "TSUNAMI" a instalação corre bem mas o X não inicia.
Já tirei a teima com vários monitores mas acho que o problema deve estar nos drivers da placa gráfica.
Não tenho aqui o "bicho" para dar mais detalhes mas gostava de saber o seguinte:
Como é que se altera os valores de VSync and HSyn?
Tenho reparado que nos computadores que funcionam normalmente o xorg.conf é muito simplório ... tipo o meu:
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Pelos vistos agora não é possível forçar a utilização de um driver específico com o dpkg-reconfigure xserver-xorg ... o que também já experimentei. Será que existe algum parâmetro mágico para resolver isto?
Obrigado pela vossa paciência ... mas tenho que instalar isto em cerca de 10 tipos de máquinas diferentes :(
- Clique Iniciar Sessão ou registar-se para colocar comentários







Já agora ... o que faz este
Já agora ... o que faz este parâmetro: -phigh?
Será que alterando a prioridade para high ele me vai fazer as perguntas certas?
#dpkg-reconfigure -phigh xserver-xorg
dentro da secção "Monitor"
dentro da secção "Monitor" deves colocar algo do género:
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
...obviamente de acordo com o que está indicado no manual do teu monitor.
o -phigh é para fazer perguntas de prioridade alta, não quererás -plow?
(de prioridade baixa para cima?)
Recordo-me de ler há alguns meses uma blogadela do super-homem do X em Debian (o David Nusinow) que falava acerca de os scripts Debian abandonarem aquelas perguntas todas de configuração e e utilizarem o que é detectado pelo X (X -configure, ou algo do género).
--
"No ínicio não havia nada e Ele disse: apt-get install light"
Já resolvi isto de forma um
Já resolvi isto de forma um bocado primitiva.
Chapei o xorg.conf de um PC onde já tinha andado às voltas com isto e passou:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
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 "Placa Gráfica Genérica"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Não é o ideal mas ..."time is money" :)))
Pelos vistos nestes casos a solução passa por forçar a utilização dos drivers genéricos VESA!