Ver tópico anterior :: Ver tópico seguinte |
Autor |
Mensagem |
Tiburcio
Registo: 16 Jun 2007 Mensagens: 8
|
Colocada: 08 Jul 2007 21:22 Assunto: Configurar placa Video / Monitor |
|
|
Bem dei-me conta agora que o meu teclado tem teclas fora do sitio mas e outro assunto.
Sempre que inicio o Pc pelo Linux, levo com uma janelinha no Monitor com a seguinte mensagem "Frequenza troppo elevata"
Com o windows tenho a placa de video / Monitor com a seguinte configuracao: 1024 / 768 32bit 75 hz. E uma configuracao que me agrada e queria transportar para o Linux. O meu xorg.conf e o seguinte
# /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 xorg.conf(5) 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "SAMTRON"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter"
Monitor "SAMTRON"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
O que devo fazer? Obrigado! |
|
Voltar acima |
|
|
AdSense
|
Colocada: 08 Jul 2007 21:22 Assunto: Anúncios Google AdSense |
|
|
|
|
Voltar acima |
|
|
banzap
Registo: 05 Mai 2007 Mensagens: 89
|
Colocada: 09 Jul 2007 20:02 Assunto: |
|
|
mas indica melhor qual é a frequencia q tens agora, q distribuiçao d linux estas a utilizar, e pk aparece a mensagem em italiano.
que tipo d ambiente grafico estas a utilizar: Kde ou Gnome?? _________________
Working |
|
Voltar acima |
|
|
Tiburcio
Registo: 16 Jun 2007 Mensagens: 8
|
Colocada: 10 Jul 2007 12:52 Assunto: |
|
|
Uso o Ubuntu 7.04, o sistema é Gnome e a resolução em Sistema=> Preferências => Resolução de Ecrã é 1024 x 768 x 75 Hz, a mensagem aparece em Italiano porque é uma das línguas disponiveis pro monitor (não tem Português), em inglês aparece "mode video not supported". Já tentei seguir por aqui http://wiki.ubuntu-br.org/CorrigindoResolucaoMonitor#backup, mas para quem começa, parecendo ser simples, a coisa é mais complicada, pois parece-me que há ali passos que não tem que ver com o meu problema. SE houver possibilidade agradecia um explicação mais ou menos detalhada. Obrigado! |
|
Voltar acima |
|
|
banzap
Registo: 05 Mai 2007 Mensagens: 89
|
Colocada: 10 Jul 2007 17:30 Assunto: |
|
|
axo que o problema vem das drivers q tens instalada, e pk pelo q diz o xorg.conf suporta essa resoluçao. tenta instalar as drivers da placa grafica. eu d ubuntu n sei dar-t mtas dicas, pk eu utilizo é o SuSE 10.2
pelo q vi na pagina que pusses-t ali, vi algo q pode ser q ajude, executa isto:
sudo dpkg-reconfigure xserver-xorg
e dps reinicia o X (ctrl+alt+backspace) _________________
Working |
|
Voltar acima |
|
|
|