Como configurar a resoluçao de vídeo? [RESOLVIDO]

1. Como configurar a resoluçao de vídeo? [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 25/04/2010 - 14:02h

Toda vez que reinicio o ubuntu, o vídeo volta a configuração de 800 x 600(além de voltar a ter o papel de parede que vem por default no ubuntu).
Aí vou em ; sitema:preferências: vídeo e altero para 1024 x 768. Quando tento : save to X configuration file, aparece a mensagem de que não tenho privilégios suficientes para isso.
Alguém sabe como resolver isso?
Aí vai a cópia do meu Xorg

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection



  


2. ok

Raimundo Alves Portela
rai3mb

(usa Outra)

Enviado em 25/04/2010 - 14:08h

Ok, basta você alterar este arquivo abrindo como root(super usuário).
Abra um terminal e no diretório deste arquivo digite ;
$sudo gedit xorg.cong

ou pode usar o comando com o caminho completo:
$sudo gedit /etc/X11/xorg.conf

ai você não vai ter problemas com a permissão do arquivo.

Abraços


3. Re: Como configurar a resoluçao de vídeo? [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 25/04/2010 - 14:28h

Oi, Rai3mb. Mais uma vez, você ajudando. Obrigado.
Mas o problema aqui se refere ao modo gŕafico. Olha abrir o arquivo com sudo gedit /etc/X11/xorg.conf eu sei, tanto que o usei para copiar o arquivo e exibi-lo aqui no site.
Quando disse que aparecia que não tinha privilégios suficientes, estava me referindo ao caminho que fiz no gnome(parte gráfica).
Além disso, eu não sei como mudar o xorg(no próprio xorg) que está copiado aí na tela para setar a configuração de 1024 x 768.


4. Re: Como configurar a resoluçao de vídeo?

Ednilton Santos de Oliveira
ednilton_so

(usa KUbuntu)

Enviado em 25/04/2010 - 14:36h

Olá,

Digita no terminal o seguinte:
sudo nvidia-settings

Aí vai aparecer a mesma janela que você abre pelo menu, só que agora com as permissões necessárias. Altere as configurações e reinicie o sistema.

Boa sorte.


5. Re: Como configurar a resoluçao de vídeo? [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 25/04/2010 - 14:45h

Valeu, Ednilton.
Mas consegui de outra forma. Quando aparece o aplicativo da nvidia, perguntando se queria setar as informações, aparece uma tecla preview. Eu cliquei nela e copiei as informações que seriam salvas se eu tivesse permissão para setá-las. Nesse momento digitei
sudo gedit /etc/X11/xorg.conf
e colei as informções do preview e depois, salvei-as.
Olha a diferença entro o primeiro Xorg que postei e este agora:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 55.0
VertRefresh 50.0 - 120.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6150SE nForce 430"
EndSection

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

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

É impressionante como existem milhões de maneiras de fazer algo no Linux.
Valeu a todos.
Até a próxima.



6. ops...

Raimundo Alves Portela
rai3mb

(usa Outra)

Enviado em 25/04/2010 - 14:50h

O meu xorg.conf é igual ao seu :-):
------------------------------------
Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
---------------------------------------------------

No meu caso estou usando uma resolução de 1920x1200, e como podemos ver você e eu temos o drive da nvidia instalado, quando preciso mudar a resolução uso o "nvidia-settings"

Tente usar e fazer a modificação por ele: pode usar pela interface gráfica ou pelo terminal com o comando "nvidia-settings", dentro dele tem a opção "X-server Display COnfiguration".

Abraços






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts