Ahoj, nainstaloval jsem Ubuntu 12.04 na starý stroj (Athlon XP 2500+, deska Asus s čipsetem VIA KM400). Deska má IGP UniChrome.
Po instalaci se hned nastavilo správné rozlišení displeje (1680 × 1050), ale pohyb oken při přesouvání po ploše je trhaný, všechny 2D efekty jsou taky trhané (kde se to dá vypnout, aby to nezpomalovalo?), při těch efektech bliká kurzor myši (flickering) a Flash nefunguje (nainstalovaný ale podle Centra software je). Podle Centra software je nainstalovaný taky driver X.org X server openchrome, ale podle výpisů to nevypadá, že by byl používán. V lsmodu není.
Výpis hwinfo:
lukfi@Pangolin:~$ hwinfo --gfxcard
> hal.1: read hal dataprocess 2587: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
17: PCI 100.0: 0300 VGA compatible controller (VGA)
[Created at pci.318]
Unique ID: VCu0.Eb_wugO+xr1
Parent ID: vSkL.S16qDHSKEeD
SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: graphics card
Model: "VIA KM400/KN400/P4M800 [S3 UniChrome]"
Vendor: pci 0x1106 "VIA Technologies, Inc."
Device: pci 0x7205 "KM400/KN400/P4M800 [S3 UniChrome]"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x80ed
Revision: 0x01
Memory Range: 0xe0000000-0xe3ffffff (ro,non-prefetchable)
Memory Range: 0xe6000000-0xe6ffffff (rw,non-prefetchable)
Memory Range: 0xe7000000-0xe700ffff (ro,non-prefetchable,disabled)
IRQ: 16 (no events)
I/O Ports: 0x3c0-0x3df (rw)
Module Alias: "pci:v00001106d00007205sv00001043sd000080EDbc03sc00i00"
Driver Info #0:
Driver Status: viafb is not active
Driver Activation Cmd: "modprobe viafb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #8 (PCI bridge)
Primary display adapter: #17
Výpis glxinfo:
lukfi@Pangolin:~$ glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on softpipe
OpenGL version string: 3.0 Mesa 8.0.2
OpenGL shading language version string: 1.30
OpenGL extensions:
lukfi@Pangolin:~$ glxinfo | grep direct
direct rendering: Yes
xorg.conf (vlastnoruční):
Section "Device"
Identifier "UniChrome"
Driver "openchrome"
EndSection
Xorg.0.log neobsahuje žádné warningy ani chyby (WW/EE). Je mi jasný, že IGP VIA není žádný rychlík, ale předpokládám, že tohle není správný stav (co vůbec dělá VMware v OpenGL vendor string? Ubuntu je normálně na železe, ne na virtuálce.)
Předem děkuji za rady.