VIdeo card configuration problems.

Project:Linux hardware
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Project wiki:Hardware
Related pages:#205: video
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.

AttachmentSize
lai.206.graphic.2.png 131.95 KB
lai.206.graphic.1.png 231.97 KB

#2

/etc/X11/xorg.conf :

Section "Device"
        Identifier      "Default Device"
        Option  "NoLogo"        "True"
EndSection

#3

# xrandr 
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024      50.0*    51.0  
   1280x960       52.0  
   1152x864       53.0     54.0     55.0     56.0  
   1024x768       57.0     58.0     59.0  
   960x600        60.0  
   960x540        61.0  
   840x525        62.0     63.0     64.0     65.0  
   832x624        66.0  
   800x600        67.0     68.0     69.0     70.0     71.0     72.0  
   800x512        73.0  
   720x450        74.0  
   680x384        75.0     76.0  
   640x512        77.0     78.0  
   640x480        79.0     80.0     81.0     82.0  
   576x432        83.0     84.0     85.0     86.0  
   512x384        87.0     88.0     89.0  
   416x312        90.0  
   400x300        91.0     92.0     93.0     94.0  
   320x240        95.0     96.0     97.0  

#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
in your own console and see how the long options are all truncated.

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