Logo Hardware.com.br
RRH
RRH Veterano Registrado
1.6K Mensagens 15 Curtidas

[Resolvido] Configurar vídeo

#1 Por RRH 22/06/2009 - 18:57
Estou querendo saber como habilitar todas as resoluções de um monitor que são disponíveis no windows no ubuntu 8 mas não estou conseguindo.

Modelo monitor:
LG FLATRON w1752T

lspci:
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)


xorg.conf:

# 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"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Resoluções disponíveis:
640x480
800x600
1024x768
1280x768
1280x800

Taxa de atualização disponível:
60 Hz
Cigano
Cigano Tô em todas Registrado
1.5K Mensagens 38 Curtidas
#5 Por Cigano
03/07/2009 - 02:53
Amigo adicione uma sub-sessão "Display" na sessão "Screens"

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection


Depois da alteração deverá ficar assim:


Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Depois é só reiniciar o X e escolher a nova resolução de video !!
Slackware 14.2 - KDE/XFCE
Lenovo G400S - Processor i3 - Memory 8GB - Hdd 1TB
Abraços,


Cigano!
RRH
RRH Veterano Registrado
1.6K Mensagens 15 Curtidas
#7 Por RRH
03/07/2009 - 13:58
Cigano disse:


Eu já tenho algumas resoluções disponíveis, só não tenho todas que funcionam no windows. E outra coisa é a taxa de atualização que só tem 60 Hz como opção.

DJ. disse:


E como eu faço isso? Está tudo padrão como foi gerado na instalação.
Intel Core 2 Quad Q8400
4 GB de RAM
HD 500 GB Seagate
Asus P5QL SE
CDDVDW SH-S223B ATA Device
GeForce 9500 GT (1024 MB)
Play TV Pro Ultra
Seven Ultimate, XP sp3 e Ubuntu 10.04
Hqxriven
Hqxriven Veterano Registrado
1.1K Mensagens 42 Curtidas
#8 Por Hqxriven
03/07/2009 - 14:11
Eu já tenho algumas resoluções disponíveis, só não tenho todas que funcionam no windows. E outra coisa é a taxa de atualização que só tem 60 Hz como opção.


Mas o certo não é isso para um lcd???

Fui no site da lg e olha o que diz:

http://br.lge.com/products/model/detail/lcd_w1752t.jhtml

Resolução Máxima : 1440×900@ 60Hz

Ele só vai ter uma imagem legal nessa resolução pois com outra (se não me engano) ele vai ter que interpolar o que prejudica um pouco...

Então amigo, ainda tem alguma dúvida???
Meu objetivo nesse fórum é ajudar. Sou um mero humano mas desejo sempre aprender e melhorar em tudo o que faço em minha vida. Então por favor, quando eu postar me notifique depois...
Hqxriven
Hqxriven Veterano Registrado
1.1K Mensagens 42 Curtidas
#11 Por Hqxriven
03/07/2009 - 17:41
Tenho sim! Porque no windows ele funciona com 75Hz por exemplo? Quero usar a resolução 1152x864 e não consigo, porque?


Alguns monitores principalmente utilizando a saida DVI conseguem funcionar a 75 Hz mas são poucos (ainda hoje) que realmente foram criados para utilizar essa taxa de atualização.

O meu por exemplo é um Samsung 19 lcd e tb usa 60 hz.

Se o seu fabricante diz que o recomendado (e máximo) é utilizar 60 hz (como o meu tb) já pensou que utilizando 75 hz vc está encurtando a vida útil do seu lcd???

Se o problema é olhos cansados tente instalar o driver de vídeo, descansar de tempos em tempos os olhos ou (se vc já não usa) usar a saída dvi e não a analógica.

Quanto a questão da resolução o nosso amigo cigano já respondeu... é só colocar a mesma do lado das outras no xorg (pelo menos aqui funciona)... apesar de 1440 X 900 ser a melhor pois não interpola...

Boa noite!!
Meu objetivo nesse fórum é ajudar. Sou um mero humano mas desejo sempre aprender e melhorar em tudo o que faço em minha vida. Então por favor, quando eu postar me notifique depois...
RRH
RRH Veterano Registrado
1.6K Mensagens 15 Curtidas
#12 Por RRH
03/07/2009 - 18:04
Hqxriven disse:


Ok quanto a taxa de atualização. Agora quanto a resolução alterei o xorg.conf e não funcionou:

[code=rich]Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection[/code]
Intel Core 2 Quad Q8400
4 GB de RAM
HD 500 GB Seagate
Asus P5QL SE
CDDVDW SH-S223B ATA Device
GeForce 9500 GT (1024 MB)
Play TV Pro Ultra
Seven Ultimate, XP sp3 e Ubuntu 10.04
Hqxriven
Hqxriven Veterano Registrado
1.1K Mensagens 42 Curtidas
#13 Por Hqxriven
03/07/2009 - 19:00
Tentou um Control + Alt + Backspace para reiniciar o servidor gráfico??? (as vezes funciona - quer dizer algumas distros tiraram isso!!)

E vc usa KDE ou Gnome??? (eu não sei trocar no gnome mas no kde eu sei... por enquanto)

Imagem

Fui!!! (Por enquanto!!)
Meu objetivo nesse fórum é ajudar. Sou um mero humano mas desejo sempre aprender e melhorar em tudo o que faço em minha vida. Então por favor, quando eu postar me notifique depois...
RRH
RRH Veterano Registrado
1.6K Mensagens 15 Curtidas
#15 Por RRH
08/07/2009 - 11:19
Não sei o que aconteceu que após alguns dias detectou além das configurações que eu queria a marca e tamanho do monitor.

# 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"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1280x1024" "1024x768" "800x600"
EndSubSection

EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Intel Core 2 Quad Q8400
4 GB de RAM
HD 500 GB Seagate
Asus P5QL SE
CDDVDW SH-S223B ATA Device
GeForce 9500 GT (1024 MB)
Play TV Pro Ultra
Seven Ultimate, XP sp3 e Ubuntu 10.04
© 1999-2025 Hardware.com.br. Todos os direitos reservados.
Imagem do Modal