
enki
(usa Zenwalk)
Enviado em 08/06/2008 - 19:03h
O audio eu consertei seguindo esse guia:
http://wiep21.wikispaces.com/Configurar+audio+Ubuntu+Kubuntu?f=print
A internet também já tá ok.
Agora eu toh com um probleminha...
é que eu coloquei no xorg.conf o driver como "vesa" daew eu queria configurar pra minha placa(via), o que devo colocar no arquivo? Ele tá assim:
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"
Driver "vesa"
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