Problema de resolução com ubuntu studio! [RESOLVIDO]

13. Problema de resolução com ubuntu studio!

Edwal F. Paiva Filho
nicolo

(usa Ubuntu)

Enviado em 26/03/2010 - 18:49h

No seu xorg.conf está faltando a secção de resoluções. Assim

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1440x900" "1440x900" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"

# SubSection "Display"
# Depth 24
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection

As linhaas que começam com # (tralha) estão destivadas. Só vale o mode 24 que está definido como default depth


  


14. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 26/03/2010 - 18:52h

Cara disculpe minha ignorancia mas não entendi direito o que devo faser então



15. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 27/03/2010 - 10:44h

Po..responde ai jow


16. Agora [*****]!!

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 27/03/2010 - 14:28h

Coloquei uma nvidia mx440 e atualizei os drivers na opção SISTEMA>ADIMISTRAÇÃO>CONTROLADORES DE HARDWARE e agora a resolução só vai até 640x480

Vejão como ficou o xorg agora:

# 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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection

Section "Module"
Load "glx"
EndSection

pelo amor de deus o que eu devo faser!!!!


17. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 27/03/2010 - 19:46h

Baixe os drivers proprietários da VIA:

http://linux.via.com.tw/support/downloadFiles.action

para o seu micro e o seu Ubuntu, para arrumar a resolução não fica dificil depois de instalado,mas não ative 3D, mesmo pq não há possibilidade de compiz funcionar em ViaChrome..

quanto a mudar resolução em linha de comando,vc deve estar falando de

$ xrandr

e te informa a resolução e pra trocar é

$ sudo xrandr -s 1024x768

mas não garanto que vai funcionar se seu driver estiver incorreto!

Mas, é só um palpite, mas tente atualizar com o synaptic ou com o apt-get, os drivers, e se não der, pq não experimentando o Openchrome novo?

Baixe o melhor para Ubuntu Studio (se me lembro o studio é baseado em um ubuntu mais antigo)

http://www.openchrome.org/

aí tente instalar com o script:

http://www.openchrome.org/

http://www.lucasleao.net/wordpress/archives/4


18. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/03/2010 - 20:45h

Se entendi bem, estás usando uma placa da Nvidia agora. Estás usando os drivers livres ou proprietários? Não sei se no Studio é a mesma coisa, mas no Ubuntu 8.10 você tem que ir em System->Administration->Hardware Drivers e marcar a opção para habilitar os drivers proprietários da Nvidia. Então, vá no Synaptic e instale o driver desejado - no seu caso, se não me engano, é o nvidia-glx-legacy.

Mais informações: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia


19. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 28/03/2010 - 08:23h

Pois foi os drivers propietarios mesmo que eu instalei cara!por favor me ajuda!


20. Meu Deus!!!!!!!

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 28/03/2010 - 19:22h

ja segui este tutorial:
http://www.vivaolinux.com.br/dica/Configurando-o-xorg.conf-no-Ubuntu


e deixei meu xorg assim

# 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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x800@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x1024@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
EndSubSection
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 768
Modes "1280x1024" "1024x768@60" "800x600@60" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection



Eu não sei mas o que fasero efeitos visuais ta tudo ativado,só não a resoluçao que ta uma [*****]!!

POR FAVOR ALGUEM ME AJUDA!!!!!!!


21. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 29/03/2010 - 10:29h

?


22. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 29/03/2010 - 14:06h

Ahhh desisto,não acredito que tenho que trocar uma distro tão leve e funcional que cobre minhas nessecidades só por causa de um problema desse!Adeus ubuntu studio


Aproposito qual distro vcs achão melhor para edição de videos e afins...


23. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rafael Andrade
rafaelskater

(usa Debian)

Enviado em 01/04/2010 - 18:37h

Ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh merrrrrrrrrda ja troquei de distro e monitor mas nada!!!

o que eu faço?eu usava normalmente mas deu esse isso quando instalei o ubuntu studio


24. Re: Problema de resolução com ubuntu studio! [RESOLVIDO]

Rodrigo Chaves
stilldre

(usa Funtoo)

Enviado em 01/04/2010 - 21:04h

tenta sudo dpkg --configure -a



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts