Quote:
Originally Posted by MoonMind
I'd say that there's something wrong with X configuration - either the EVO has some exotic hardware on board that's not fully supported, or the display doesn't work well with the video adapter's output or some of the peripherals.
From the terminal, use lspci to find out which chipset(s) are used, then use dmesg | grep err and dmesg | grep video to check if there's some error or some other problem with video configuration.
You can also use sudo dpkg-reconfigure xserver-xorg to manually correct settings or get information about what's configured how, but beware that using this has been discouraged for Hardy and Intrepid, and from my experience, for a reason (it's not as potent as it was and leaves out some major parts of the configuration).
Anyhow, after all that, you'll have a lot more specific information people can comment on, and maybe the last step has even enabled you to fix the problem.
M.
|
Thanks for the help. Here is the info as per your suggestion:
lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL{Brookdale-G]/GE/PE DRAM controller/Host Interface (rev01)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Intergated Graphics Device (rev01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev81)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev01)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH5-L/ICH4-M) AC'97 Audio Controller (rev 01)
05:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller (rev 81)
dmesg | grep err
[0.000000] ACPI: IRQ0 used by override.
[0.000000] ACPI: IRQ2 used by override.
[0.000000] ACPI: IRQ9 used by override.
[0.467725] ACPI: Using IOAPIC for interrupt routing
[0.475352] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[0.475704] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[0.482276] ACPI: PCI Interrrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[0.482444] ACPI: PCI Interrrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
[0.482609] ACPI: PCI Interrrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 14 15) *0,disabled
[0.482777] ACPI: PCI Interrrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 14 15)
[0.482941] ACPI: PCI Interrrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[0.483106] ACPI: PCI Interrrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 14 15) *0,disabled
[0.483273] ACPI: PCI Interrrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 14 15) *0,disabled
[0.483438] ACPI: PCI Interrrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 14 15)
[1.364343] pci 0000:05:08.0: Firmware left e100 interrupts enabled; disabling
{17.161409] lp0: using parport0 (interrupt-driven).
dmesg | grep video
[1.364273] pci 0000:00:02.0: Boot video device
Does this help? Thanks again for you time.