Problemas com video no debian 5 [RESOLVIDO]

1. Problemas com video no debian 5 [RESOLVIDO]

Alédio Land
aledioland

(usa Debian)

Enviado em 13/06/2011 - 12:29h

Bom dia galera!


Instalei o debian lenny no meu computador e logo depois da instalação o monitor ficou "fore de range" então dei boot em um live cd editei o arquivo xorg.conf e apareceu a interface gráfica mais o vídeo esta desconfigurado esta cortando o fim da tela e essa parte que corta aparece no lado esquerdo do monitor.

minha configuração do xorg.conf é a seguinte:

# 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" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
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"
Device "Generic Video Card"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


alguém sabe como eu arrumo isso?

Dês de já agradeço!


  


2. Re: Problemas com video no debian 5 [RESOLVIDO]

Alédio Land
aledioland

(usa Debian)

Enviado em 15/06/2011 - 18:11h

Depois de Muito procurar consegui resolver meu problema com o video

Segue abaixo a configuração genérica do xorg.conf do debian e o link do site onde consegui o arquivo:

#Começa aqui!

# Xorg.conf universal

Section "ServerFlags"
# Essa opção deixa o xorg abrir mesmo que se tenha um erro no
# mouse.
Option "AllowMouseOpenFail" "true"
EndSection

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 "ddc"
Load "dbe"
Load "extmod"
Load "bitmap"
Load "type1"
Load "speedo"
Load "freetype"
Load "record"
EndSection

#
# Nessa parte temos dois tipos de teclado, o ABNT2 e o Americano
# Internacional, deixamos o ABNT2 por padrão, caso você use o
# Americano Internacional descomente as linhas dele
# (é só remover o # no início de cada linha)
# e remover as linhas do ABNT2.
#

###### Teclado ABNT2 ######
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
###### Fim do Teclado ABNT2 ######

###### Teclado americano internacional ######
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us_intl"
#EndSection
####### Fim do americano internacional ######

#
# Aqui estão os mouses, você não precisa remover nenhum deles
# pois o Xorg irá aceitar qualquer um já que temos a diretiva
# "AllowMouseOpenFail" setada como "true" acima.
#

# Mouse PS/2
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "Auto"
Option "Emulate3Buttons" "true"
EndSection

# Mouse USB
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Resolution" "650"
EndSection

# Mouse Serial em ttys0
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttys0"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Resolution" "650"
EndSection

# Mouse Serial em ttys1
Section "InputDevice"
Identifier "Mouse3"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttys1"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Resolution" "650"
EndSection

Section "Device"
Identifier "Placa de Vídeo Genérica"
# Em raros caso, comente o vesa e descomente o fbdev
Driver "vesa"
# Driver "fbdev"
EndSection

Section "Monitor"
Identifier "Monitor Genérico"
Option "DPMS"
HorizSync 28-57
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Placa de Vídeo Genérica"
Monitor "Monitor Genérico"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Mouse0"
InputDevice "Mouse1"
InputDevice "Mouse2"
InputDevice "Mouse3"
EndSection

Section "DRI"
Mode 0666
EndSection
#Acaba aqui!


http://www.hardware.com.br/comunidade/configurar-xorg/1016171/






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts