bolttux
(usa Slackware)
Enviado em 06/03/2012 - 19:30h
levi linux escreveu:
Bom dia!
Antes de mais nada se possível poste a saída dos seguintes comandos aqui, para ver qual o problema.
# lspci |grep VGA
# lsmod
# cat /etc/X11/xorg.conf
Boa noite. Segue abaixo o resultado dos comandos solicitados...
# lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09)
# lsmod
Module Size Used by
snd_seq_dummy 1107 0
snd_seq_oss 25580 0
snd_seq_midi_event 4620 1 snd_seq_oss
snd_seq 42857 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4543 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 33917 0
snd_mixer_oss 13399 1 snd_pcm_oss
ipv6 229909 24
pcmcia 27872 0
pcmcia_core 25659 1 pcmcia
cpufreq_ondemand 6917 4
speedstep_lib 2683 0
acpi_cpufreq 5705 1
freq_table 2027 2 cpufreq_ondemand,acpi_cpufreq
agpgart 23773 0
lp 7161 0
ppdev 5103 0
parport_pc 18027 0
parport 25487 3 lp,ppdev,parport_pc
fuse 52401 1
ath9k 65211 0
ath9k_common 2033 1 ath9k
mac80211 153050 2 ath9k,ath9k_common
ath9k_hw 207118 2 ath9k,ath9k_common
ath 6820 2 ath9k,ath9k_hw
uvcvideo 54940 0
snd_hda_codec_realtek 185089 1
cfg80211 109656 4 ath9k,ath9k_common,mac80211,ath
videodev 32975 1 uvcvideo
video 15937 0
processor 26515 5 acpi_cpufreq
rtc_cmos 7838 0
rfkill 12812 2 cfg80211
v4l1_compat 13004 2 uvcvideo,videodev
thermal 10194 0
thermal_sys 12086 3 video,processor,thermal
ac 2423 0
battery 7944 0
rtc_core 12050 1 rtc_cmos
hwmon 1085 1 thermal_sys
output 1444 1 video
rtc_lib 1522 1 rtc_core
i2c_i801 7194 0
sdhci_pci 5651 0
sdhci 13770 1 sdhci_pci
i2c_core 15279 2 videodev,i2c_i801
mmc_core 46926 1 sdhci
psmouse 40750 0
button 3934 0
serio_raw 3754 0
led_class 2037 2 ath9k,sdhci
sg 21214 0
snd_hda_intel 18936 2
wmi 5343 0
evdev 6939 13
snd_hda_codec 57091 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5046 1 snd_hda_codec
snd_pcm 57736 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 15699 2 snd_seq,snd_pcm
snd 43107 15 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 4815 1 snd
snd_page_alloc 5849 2 snd_hda_intel,snd_pcm
# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "Module"
Load "dri"
Load "dri2"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection