VIdeo card configuration problems.
Description
At first, I thought I had problems with grub:
#204: Configure grub for dual boot
but it seems that grub is properly configured after all.
The problem is that the grub menu doesn't display when I boot the computer.
It seems to be a problem with the video card. When using linux on that computer, I saw some strange artifacts within console and man pages (some words were truncated).
I need to find out what video card is inside (it's an Acer computer, ready assembled) and figure out what driver problem there may be.
Comments
#1
see the attached screenshots for the strange artifacts.
#2
/etc/X11/xorg.conf :
#3
#4
the computer is:
Acer
Aspire M1160
ASM1160-A26uX2-91048
247H.914048.485
1131TDT27502
Athlon II x2 260u 1.8G/1M*2 25W
4GB DDR3
500GB HDD.
#5
# lspci
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
#6
I think this is related:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/782419
uncommenting:
GRUB_GFXMODE=640x480
#7
#6 worked for me. I can now see the grub menu!
#8
Look at the two screenshots posted in #2 above.
In the first one, you can see file and directory listing in the konsole. Notice that all the long directory names are truncated at the end. At first, I thought it was a feature!! But no. On the screenshot, you can see the following directory names truncated:
.gstreamer-0.4/
.kde/
.locale/
.macromedia/
.pulse/
...
augustin/
.directory/
lost+found/
In the second screenshot, you can see a man page within Konsole. Look at
man grub-setup
Also, I had to modify a configuration file with vi, and similarly, some words were truncated, but I could read all the word if I moved my cursor from one letter to the next, as if there was not enough space to show the whole word at once...
What could cause this??
#9
asked here:
http://kubuntuforums.net/forums/index.php?topic=3119370.0