Drivers [RESOLVIDO]

13. Drivers

jânio josé da silva
janiojjs

(usa Ubuntu)

Enviado em 19/04/2009 - 13:46h

Como eu faço para colocar o xorg como vga vocês poderiam me ajudar se precisa de alguma configuração.


  


14. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 19/04/2009 - 14:54h

alt+f2

gksu gedit /etc/X11/xorg.conf

coloque nas linhas:
http://linux.die.net/man/4/vesa

tá em ingles mas em device name coloque vesa.

outra opção é tentar colocar o linux mais antigo.

no vol tem esse artigo que é muito bom para quem quer configurar o xorg manual:

http://www.vivaolinux.com.br/dica/Configurando-o-xorg.conf-no-Ubuntu-Hardy-(8.04)/

no site tb tem o programa para 8.10





15. Re: Drivers [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 19/04/2009 - 15:17h

Olha, Anna,Junio, Pinduvox,

pela saida do comando lspci dele, ele tem placa SIS Silicon Integated Systems, onboard acho.
eu tenho um semprom com essa placa, na Faculdade, nele estou usando Sabayon, mas já usei Mandriva.
Olha, ela tem drivers em todas as distros, deveria reconhecer.
dificilmente ele vai conseguir ativar compiz nela, mas pra usar deveria ter funcionado.
o Ubuntu deveria achar.

em todo o caso,dá uma olhada aqui:

http://www.vivaolinux.com.br/dica/Driver-de-video-SiS-no-Ubuntu-Intrepid-Linux


16. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 19/04/2009 - 15:59h

ai que tá o 8.10 tá com problemas com algumas placas da asus com esse negocio de video. acontece que ela tem os drivers mas tá vindo com alguns códigos quebrados do driver.

só se voce tiver algum rpm dessa placa e converter para .deb, que aqui no meu caso resolveu assim.
outra solução é instalar o displayconfig-gtk que tem nos repositórios que uma vez o pinduvoz me falou (só que ele configura para vesa).




17. Drivers

jânio josé da silva
janiojjs

(usa Ubuntu)

Enviado em 19/04/2009 - 21:47h

Pessoal eu olhei diversos tópicos e não deu certo eu ja instalei o xorg fui no xorg.conf e nesse está 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.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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


Essa configuração do xorg.conf está em /etc/X11.
Eu tenho outro arquivo xorg.conf que está na pasta usr/share/xresprobe.....nesse arquivo do xorg.conf existe outro tipo de configuração.


18. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 20/04/2009 - 18:52h

como que tá esse outro xorg??


19. Drivers

jânio josé da silva
janiojjs

(usa Ubuntu)

Enviado em 20/04/2009 - 18:58h

Essa é a outra configuração do xorg que está na pasta /usr/share/xresprobe

# bare-bones XFree86 config to start the server in probe-only mode
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
RgbPath "/etc/X11/rgb.txt"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "Generic Device"
Driver "::DRIVER::"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection


20. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 20/04/2009 - 20:12h

coloca no select device

vesa


21. Drivers

jânio josé da silva
janiojjs

(usa Ubuntu)

Enviado em 20/04/2009 - 20:18h

annak1408 em qual dos xorgs eu faço isso, e já pedindo muito poderia fazer o exemplo para mim?


22. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 20/04/2009 - 20:24h

nesse ultimo que voce passou.



23. Drivers

jânio josé da silva
janiojjs

(usa Ubuntu)

Enviado em 20/04/2009 - 20:31h

O local do arquivo ta tudo certo é ali mesmo?
E eu mudo é nesse trecho.

Section "Device"<<<<<<<<<<<<<<<<<<<<<<<<<<< no caso aqui eu boto "vesa"??????
Identifier "Generic Device"
Driver "::DRIVER::"




24. Re: Drivers [RESOLVIDO]

anna kamilla
annakamilla

(usa Manjaro Linux)

Enviado em 20/04/2009 - 20:34h

Identifier "vesa"

ai em baixo coloca vga



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts