ok.
Get pen and paper, then type both commands and write down the output.
ok.
trickster: What commands do you want me to write down??
Hi trickster, Here is the output. For lspci this is the output.
[(dsanta@localhostdsanta]$ lspci
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 11)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 11)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 11)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 11)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (hub #2) (rev 11)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 11)
02:0d.0 Modem: PCTel INC HSP MicroModem 56 (rev 02)
02:0f.0 VGA compatible controller: Cirrus Logic GD 5446
For /sbin/lsmod this is my output.
[dsanta@localhost dsanta]$ /sbin/lsmod
Module Size Used by Not tainted
lp 8096 0
parport_pc 25096 1
parport 34176 1 [lp parport_pc]
i810 61248 3
agpgart 40896 7 (autoclean)
i810_audio 26248 0
soundcore 6276 0 [i810_audio]
ac97_codec 12488 0 [i810_audio]
af_packet 14952 0 (autoclean)
sr_mod 16920 0 (autoclean)
floppy 55132 0
nls_iso8859-1 3516 1 (autoclean)
nls_cp850 4316 1 (autoclean)
vfat 11820 1 (autoclean)
fat 37944 0 (autoclean) [vfat]
supermount 15296 3 (autoclean)
ide-cd 33856 0
cdrom 31648 0 [sr_mod ide-cd]
ide-scsi 11280 0
scsi_mod 103284 2 [sr_mod ide-scsi]
usbmouse 2936 0 (unused)
keybdev 2720 0 (unused)
mousedev 5268 1
hid 20900 0 (unused)
usbkbd 4440
Allright. According to lspci, your video card has a Cirrus Logic GD 5446 chipset. However, XFREE86 is trying to use the i810 driver. I'm no expert on this, and this might work, but you might want to try the "cirrus" driver instead.
According to the Linux Hardware Compatibility HOWTO the driver it uses is the cirrus. However, for all I know, the XFree86 team might have wanted to change that. Who knows.
I'd say, on a text editor, open /etc/X11/XF86Config, and look for the Device section that is referring to the i810 driver. Then, replace it with "cirrus"
Or, run xf86config and create a new XF86Config file.
xf86config would probably be your best bet. Do it from a console, as root user. Type the command, and follow the prompts. For most things it won't matter much what you answer, but make sure you choose the right video card driver!
ok guys. I wrote it to the file. I used xf86config as root. Once again. It won't let me shut down or restart my system. It logs off really fast. The menu where it should say sut down and restart it flashes and then logs off. I have to shut down my system illegally and i don't like that. Please reply back. Thanks trickster and everyone.
Can you post your /etc/X11/XF86Config file?
Bookmarks