[Openchrome-users] Need some help to make openchrome driver go right

silvo.terri at gmail.com silvo.terri at gmail.com
Mon Apr 21 22:54:56 PDT 2014


Hello

My friend ask me help to install linux in his old Acer Aspire 1360 
Laptop. We run into difficulties with its video card which is from VIA. 
More precise specs of the machine:

inxi -F

System:    Host: xxxx Kernel: 3.11.0-12-generic i686 (32 bit) Desktop: 
Xfce 4.10.2 Distro: Linux Mint 16 Petra
Machine:   System: Acer product: Aspire 1360 version: -1
            Mobo: Acer model: Aspire 1360 version: Rev.A Bios: Phoenix 
version: V1.09 date: 10/26/2004
CPU:       Single core Mobile AMD Sempron 2800+ (-UP-) cache: 256 KB 
flags: (nx sse sse2) clocked at 800.00 MHz
Graphics:  Card: VIA K8M800/K8N800/K8N800A [S3 UniChrome Pro] X.Org: 
1.14.3 driver: openchrome Resolution: 1024x768 at 59.9hz
            GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits) 
GLX Version: 2.1 Mesa 9.2.1
Audio:     Card: VIA VT8233/A/8235/8237 AC97 Audio Controller driver: 
snd_via82xx Sound: ALSA ver: k3.11.0-12-generic
Network:   Card: VIA VT6102 [Rhine-II] driver: via-rhine
            IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: 
xx:xx:xx:xx:xx:xx
Drives:    HDD Total Size: 40.0GB (11.5% used) 1: id: /dev/sda model: 
TOSHIBA_MK4025GA size: 40.0GB
Partition: ID: / size: 36G used: 4.3G (13%) fs: ext4 ID: swap-1 size: 
1.00GB used: 0.00GB (0%) fs: swap
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel 
raid module present
Sensors:   System Temperatures: cpu: 56.0C mobo: 48.0C
            Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 140 Uptime: 56 min Memory: 290.7/938.4MB Client: 
Shell inxi: 1.8.4

I'm quite lost how to configure xorg.conf. This is the last version I 
have tried without very well knowing what we are doing:

  Section "Device"
     Identifier    "Configured Video Device"
     #Driver        "vesa"
     Driver        "openchrome"
     Option        "accelmethod"    "xaa"
     Option        "EnableAGPDMA"    "false"
     Option         "MigrationHeuristic"  "greedy"
EndSection

Section "Monitor"
     Identifier    "Configured Monitor"
EndSection

Section "Screen"
     Identifier    "Default Screen"
     Monitor        "Configured Monitor"
     Device        "Configured Video Device"
     DefaultDepth    24
EndSection

To me appears that open chrome driver works somehow but I can not get 
any speed advantage over vesa driver. Looks that any "Option" line has 
no effect what so ever. This is the problem as my friend wants to use 
his old laptop to watch videos, youtube, TV broadcast that he used to be 
able to watch with this very same computer with Windows XP. Now video is 
jerky so something is must be wrong. I'm noob what comes to linux video 
settings and my friend will be, hopefully, future linux user.

Here is Xorg.0.log:

[  1078.048]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[  1078.048] X Protocol Version 11, Revision 0
[  1078.048] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[  1078.048] Current Operating System: Linux xxxxxx 3.11.0-12-generic 
#19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686
[  1078.048] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=3d2d9027-e984-4652-9b79-d90a793be6d8 ro quiet splash vt.handoff=7
[  1078.048] Build Date: 15 October 2013  09:23:29AM
[  1078.048] xorg-server 2:1.14.3-3ubuntu2 (For technical support please 
see http://www.ubuntu.com/support)
[  1078.048] Current version of pixman: 0.30.2
[  1078.048]     Before reporting problems, check http://wiki.x.org
     to make sure that you have the latest version.
[  1078.048] Markers: (--) probed, (**) from config file, (==) default 
setting,
     (++) from command line, (!!) notice, (II) informational,
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1078.049] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 22 
07:21:01 2014
[  1078.049] (==) Using config file: "/etc/X11/xorg.conf"
[  1078.049] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1078.050] (==) No Layout section.  Using the first Screen section.
[  1078.050] (**) |-->Screen "Default Screen" (0)
[  1078.050] (**) |   |-->Monitor "Configured Monitor"
[  1078.051] (**) |   |-->Device "Configured Video Device"
[  1078.051] (==) Automatically adding devices
[  1078.051] (==) Automatically enabling devices
[  1078.051] (==) Automatically adding GPU devices
[  1078.051] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.
[  1078.051]     Entry deleted from font path.
[  1078.051] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not 
exist.
[  1078.051]     Entry deleted from font path.
[  1078.051] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not 
exist.
[  1078.051]     Entry deleted from font path.
[  1078.051] (WW) The directory "/usr/share/fonts/X11/100dpi" does not 
exist.
[  1078.051]     Entry deleted from font path.
[  1078.051] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1078.051]     Entry deleted from font path.
[  1078.051] (==) FontPath set to:
     /usr/share/fonts/X11/misc,
     /usr/share/fonts/X11/Type1,
     built-ins
[  1078.051] (==) ModulePath set to 
"/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[  1078.051] (II) The server relies on udev to provide the list of input 
devices.
     If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  1078.051] (II) Loader magic: 0xb77d96a0
[  1078.051] (II) Module ABI versions:
[  1078.051]     X.Org ANSI C Emulation: 0.4
[  1078.051]     X.Org Video Driver: 14.1
[  1078.051]     X.Org XInput driver : 19.1
[  1078.051]     X.Org Server Extension : 7.0
[  1078.054] (--) PCI:*(0:1:0:0) 1106:3108:1025:006e rev 1, Mem @ 
0xf0000000/67108864, 0xd1000000/16777216
[  1078.055] (II) Open ACPI successful (/var/run/acpid.socket)
[  1078.055] Initializing built-in extension Generic Event Extension
[  1078.055] Initializing built-in extension SHAPE
[  1078.055] Initializing built-in extension MIT-SHM
[  1078.055] Initializing built-in extension XInputExtension
[  1078.055] Initializing built-in extension XTEST
[  1078.055] Initializing built-in extension BIG-REQUESTS
[  1078.055] Initializing built-in extension SYNC
[  1078.055] Initializing built-in extension XKEYBOARD
[  1078.055] Initializing built-in extension XC-MISC
[  1078.056] Initializing built-in extension SECURITY
[  1078.056] Initializing built-in extension XINERAMA
[  1078.056] Initializing built-in extension XFIXES
[  1078.056] Initializing built-in extension RENDER
[  1078.056] Initializing built-in extension RANDR
[  1078.056] Initializing built-in extension COMPOSITE
[  1078.056] Initializing built-in extension DAMAGE
[  1078.056] Initializing built-in extension MIT-SCREEN-SAVER
[  1078.056] Initializing built-in extension DOUBLE-BUFFER
[  1078.056] Initializing built-in extension RECORD
[  1078.056] Initializing built-in extension DPMS
[  1078.056] Initializing built-in extension X-Resource
[  1078.056] Initializing built-in extension XVideo
[  1078.056] Initializing built-in extension XVideo-MotionCompensation
[  1078.056] Initializing built-in extension SELinux
[  1078.056] Initializing built-in extension XFree86-VidModeExtension
[  1078.056] Initializing built-in extension XFree86-DGA
[  1078.056] Initializing built-in extension XFree86-DRI
[  1078.056] Initializing built-in extension DRI2
[  1078.056] (II) "glx" will be loaded by default.
[  1078.056] (WW) "xmir" is not to be loaded by default. Skipping.
[  1078.056] (II) LoadModule: "dri2"
[  1078.057] (II) Module "dri2" already built-in
[  1078.057] (II) LoadModule: "glamoregl"
[  1078.058] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1078.061] (II) Module glamoregl: vendor="X.Org Foundation"
[  1078.062]     compiled for 1.14.2.901, module version = 0.5.1
[  1078.062]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1078.062] (II) LoadModule: "glx"
[  1078.062] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1078.063] (II) Module glx: vendor="X.Org Foundation"
[  1078.063]     compiled for 1.14.3, module version = 1.0.0
[  1078.063]     ABI class: X.Org Server Extension, version 7.0
[  1078.063] (==) AIGLX enabled
[  1078.063] Loading extension GLX
[  1078.063] (II) LoadModule: "openchrome"
[  1078.063] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[  1078.101] (II) Module openchrome: vendor="http://openchrome.org/"
[  1078.101]     compiled for 1.14.5, module version = 0.3.1
[  1078.101]     Module class: X.Org Video Driver
[  1078.101]     ABI class: X.Org Video Driver, version 14.1
[  1078.101] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, 
KM400/KN400,
     K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
     CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
     VX855/VX875, VX900
[  1078.102] (++) using VT number 8

[  1078.122] (!!) VIA Technologies does not support this driver in any way.
[  1078.122] (!!) For support, please refer to http://www.openchrome.org/.
[  1078.122] (!!) (openchrome 0.3.1 release)
[  1078.122] (II) CHROME(0): VIAPreInit
[  1078.122] (II) CHROME(0): VIAGetRec
[  1078.122] (--) CHROME(0): Chipset: K8M800/K8N800
[  1078.122] (--) CHROME(0): Chipset revision: 0
[  1078.205] (EE) CHROME(0): [drm] Failed to open DRM device for 
pci:0000:01:00.0: No such file or directory
[  1078.205] (II) Loading sub module "vgahw"
[  1078.205] (II) LoadModule: "vgahw"
[  1078.206] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[  1078.237] (II) Module vgahw: vendor="X.Org Foundation"
[  1078.238]     compiled for 1.14.3, module version = 0.1.0
[  1078.238]     ABI class: X.Org Video Driver, version 14.1
[  1078.238] (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
[  1078.238] (II) CHROME(0): VIAMapMMIO
[  1078.238] (--) CHROME(0): mapping MMIO @ 0xd1000000 with size 0xd000
[  1078.238] (--) CHROME(0): mapping BitBlt MMIO @ 0xd1200000 with size 
0x200000
[  1078.238] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[  1078.238] (II) CHROME(0): VIAMapFB
[  1078.238] (--) CHROME(0): mapping framebuffer @ 0xf0000000 with size 
0x4000000
[  1078.239] (--) CHROME(0): Frame buffer start: 0xb2a8d000, free start: 
0x0 end: 0x4000000
[  1078.239] (II) CHROME(0): Creating default Display subsection in 
Screen section
     "Default Screen" for depth/fbbpp 24/32
[  1078.239] (**) CHROME(0): Depth 24, (--) framebuffer bpp 32
[  1078.239] (==) CHROME(0): RGB weight 888
[  1078.239] (==) CHROME(0): Default visual is TrueColor
[  1078.239] (II) CHROME(0): VIASetupDefaultOptions - Setting up default 
chipset options.
[  1078.239] (**) CHROME(0): Option "AccelMethod" "xaa"
[  1078.239] (**) CHROME(0): Option "EnableAGPDMA" "false"
[  1078.239] (==) CHROME(0): Shadow framebuffer is disabled.
[  1078.239] (==) CHROME(0): Hardware acceleration is enabled.
[  1078.239] (**) CHROME(0): Using EXA acceleration architecture.
[  1078.239] (==) CHROME(0): EXA composite acceleration disabled.
[  1078.239] (==) CHROME(0): EXA scratch area size is 4096 kB.
[  1078.239] (==) CHROME(0): Using hardware two-color cursors and 
software full-color cursors.
[  1078.240] (==) CHROME(0): GPU virtual command queue will be enabled.
[  1078.240] (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
[  1078.240] (**) CHROME(0): AGP DMA will be disabled if DRI is enabled.
[  1078.240] (==) CHROME(0): PCI DMA will be used for XV image transfer 
if DRI is enabled.
[  1078.240] (==) CHROME(0): Will not enable VBE modes.
[  1078.240] (==) CHROME(0): VBE VGA register save & restore will not be 
used
     if VBE modes are enabled.
[  1078.240] (==) CHROME(0): Xv Bandwidth check is enabled.
[  1078.240] (==) CHROME(0): Will not impose a limit on video RAM 
reserved for DRI.
[  1078.240] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[  1078.240] (==) CHROME(0): TV dotCrawl is disabled.
[  1078.240] (==) CHROME(0): TV deflicker is set to 0.
[  1078.240] (==) CHROME(0): No default TV type is set.
[  1078.240] (==) CHROME(0): No default TV output signal type is set.
[  1078.240] (==) CHROME(0): No default TV output port is set.
[  1078.240] (==) CHROME(0): Will not print VGA registers.
[  1078.240] (==) CHROME(0): Will not scan I2C buses.
[  1078.240] (II) CHROME(0): ...Finished parsing config file options.
[  1078.240] (--) CHROME(0): Detected Acer Aspire 136x. Card-Ids (1025|  6E)
[  1078.240] (II) CHROME(0): Detected MemClk 5
[  1078.240] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 5
[  1078.241] (II) CHROME(0): Detected TV standard: PAL.
[  1078.241] (II) Loading sub module "ramdac"
[  1078.241] (II) LoadModule: "ramdac"
[  1078.241] (II) Module "ramdac" already built-in
[  1078.241] (II) Loading sub module "i2c"
[  1078.241] (II) LoadModule: "i2c"
[  1078.241] (II) Module "i2c" already built-in
[  1078.241] (II) CHROME(0): ViaI2CInit
[  1078.241] (II) CHROME(0): ViaI2CBus1Init
[  1078.241] (II) CHROME(0): I2C bus "I2C bus 1" initialized.
[  1078.241] (II) CHROME(0): ViaI2cBus2Init
[  1078.241] (II) CHROME(0): I2C bus "I2C bus 2" initialized.
[  1078.241] (II) CHROME(0): ViaI2CBus3Init
[  1078.241] (II) CHROME(0): I2C bus "I2C bus 3" initialized.
[  1078.241] (II) Loading sub module "ddc"
[  1078.241] (II) LoadModule: "ddc"
[  1078.241] (II) Module "ddc" already built-in
[  1078.241] (II) CHROME(0): ViaOutputsDetect
[  1078.241] (==) CHROME(0): LVDS-0 : Digital output bus width is 12 bits.
[  1078.241] (==) CHROME(0): LVDS-0 : DVI Center is disabled.
[  1078.241] (==) CHROME(0): LVDS Panel will not be forced.
[  1078.241] (==) CHROME(0): Panel size is not selected from config file.
[  1078.241] (II) CHROME(0): Enabling panel from PCI-subsystem ID 
information.
[  1078.241] (II) CHROME(0): Output LVDS-1 using monitor section 
Configured Monitor
[  1078.241] (II) CHROME(0): Output VGA-1 has no monitor section
[  1078.242] (II) CHROME(0): ViaVT162xDetect
[  1078.242] (II) CHROME(0): I2C device "I2C bus 3:VT162x" registered at 
address 0x40.
[  1078.244] (--) CHROME(0): Detected VIA Technologies VT1622A/VT1623 TV 
Encoder
[  1078.244] (II) CHROME(0): ViaVT162xInit
[  1078.244] (II) CHROME(0): Output TV-1 has no monitor section
[  1078.244] (II) CHROME(0): VT162xSave
[  1078.387] (II) CHROME(0): VIAGetPanelSizeFromDDCv1
[  1078.387] (II) CHROME(0): Panel Mode probed 1024x768 from IGA 2
[  1078.387] (II) CHROME(0): NativeMode: 1024 768
[  1078.387] (II) CHROME(0): Printing probed modes for output LVDS-1
[  1078.387] (II) CHROME(0): Modeline "1024x768"x59.9   63.50  1024 1072 
1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz eP)
[  1078.387] (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at 
address 0xA0.
[  1078.390] (II) CHROME(0): ViaDisplayDisableCRT
[  1078.390] (II) CHROME(0): EDID for output VGA-1
[  1078.390] (II) CHROME(0): VT1622DACSense
[  1078.396] (--) CHROME(0): VT162x: Nothing connected.
[  1078.396] (II) CHROME(0): EDID for output TV-1
[  1078.396] (II) CHROME(0): Output LVDS-1 connected
[  1078.396] (II) CHROME(0): Output VGA-1 disconnected
[  1078.396] (II) CHROME(0): Output TV-1 disconnected
[  1078.396] (II) CHROME(0): Using exact sizes for initial modes
[  1078.396] (II) CHROME(0): Output LVDS-1 using initial mode 1024x768
[  1078.396] (II) CHROME(0): Using default gamma of (1.0, 1.0, 1.0) 
unless otherwise stated.
[  1078.396] (==) CHROME(0): DPI set to (96, 96)
[  1078.396] (II) Loading sub module "fb"
[  1078.396] (II) LoadModule: "fb"
[  1078.396] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1078.396] (II) Module fb: vendor="X.Org Foundation"
[  1078.396]     compiled for 1.14.3, module version = 1.0.0
[  1078.396]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1078.396] (II) Loading sub module "exa"
[  1078.396] (II) LoadModule: "exa"
[  1078.397] (II) Loading /usr/lib/xorg/modules/libexa.so
[  1078.416] (II) Module exa: vendor="X.Org Foundation"
[  1078.416]     compiled for 1.14.3, module version = 2.6.0
[  1078.416]     ABI class: X.Org Video Driver, version 14.1
[  1078.416] (--) Depth 24 pixmap format is 32 bpp
[  1078.416] (II) CHROME(0): VIAScreenInit
[  1078.416] (II) CHROME(0): Frame Buffer From (0,0) To (1024,16384)
[  1078.416] (II) CHROME(0): Using 15616 lines for offscreen memory.
[  1078.416] 3145728 bytes of Linear memory allocated at 300000, handle 
3107075232
[  1078.416] 262144 bytes of Linear memory allocated at 600000, handle 
3107075360
[  1078.416] 32 bytes of Linear memory allocated at 640000, handle 
3107075488
[  1078.416] 32 bytes of Linear memory allocated at 640080, handle 
3107075616
[  1078.416] (II) CHROME(0): - Visuals set up
[  1078.416] (II) CHROME(0): - B & W
[  1078.416] (II) CHROME(0): [EXA] Disabling EXA accelerated composite.
[  1078.416] (**) CHROME(0): Option "MigrationHeuristic" "greedy"
[  1078.416] (II) EXA(0): Offscreen pixmap area of 63963136 bytes
[  1078.416] (II) EXA(0): Driver registered support for the following 
operations:
[  1078.417] (II)         Solid
[  1078.417] (II)         Copy
[  1078.417] (II) CHROME(0): [EXA] Enabled EXA acceleration.
[  1078.417] (==) CHROME(0): Backing store disabled
[  1078.417] (II) CHROME(0): - Backing store set up
[  1078.417] (II) CHROME(0): - SW cursor set up
[  1078.417] (II) CHROME(0): HWCursor ARGB enabled
[  1078.417] 16384 bytes of Linear memory allocated at 641000, handle 
3107079728
[  1078.417] 16384 bytes of Linear memory allocated at 645000, handle 
3107075704
[  1078.417] (II) CHROME(0): RandR 1.2 enabled, ignore the following 
RandR disabled message.
[  1078.417] (II) CHROME(0): - Def Color map set up
[  1078.417] (II) CHROME(0): - Palette loaded
[  1078.417] (II) CHROME(0): - Color maps etc. set up
[  1078.417] (==) CHROME(0): DPMS enabled
[  1078.417] (II) CHROME(0): - DPMS set up
[  1078.417] (II) CHROME(0): VIAEnterVT
[  1078.417] (II) CHROME(0): VIASave
[  1078.417] (II) CHROME(0): Primary
[  1078.418] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[  1078.418] (II) CHROME(0): Crtc...
[  1078.418] (II) CHROME(0): TVSave...
[  1078.418] (II) CHROME(0): VT162xSave
[  1078.550] (II) CHROME(0): VIASave
[  1078.551] (II) CHROME(0): Primary
[  1078.551] (II) CHROME(0): Primary Adapter! saving VGA_SR_ALL !!
[  1078.551] (II) CHROME(0): Crtc...
[  1078.551] (II) CHROME(0): TVSave...
[  1078.551] (II) CHROME(0): VT162xSave
[  1078.683] (II) CHROME(0): VT162xSave
[  1078.815] (II) CHROME(0): ViaLCDPower: Off.
[  1078.816] (II) CHROME(0): ViaDisplayDisableCRT
[  1078.816] (II) CHROME(0): ViaTVPower: Off.
[  1078.816] (II) CHROME(0): VT1622Power
[  1078.817] (II) CHROME(0): ViaSecondCRTCModeValid
[  1078.817] (II) CHROME(0): ViaLCDPower: Off.
[  1078.817] (II) CHROME(0): ViaModeSecondCRTC
[  1078.817] (II) CHROME(0): mode: 0xb9326290
[  1078.817] (II) CHROME(0): mode->name: 0xb92ffc48
[  1078.817] (II) CHROME(0): mode->name: 1024x768
[  1078.817] (II) CHROME(0): ViaSecondCRTCSetMode
[  1078.817] (II) CHROME(0): Setting up 1024x768
[  1078.817] (II) CHROME(0): ViaSetSecondaryFIFO
[  1078.818] (II) CHROME(0): ViaSetDotclock to 0x04704d
[  1078.818] (II) CHROME(0): ViaSetUseExternalClock
[  1078.818] (II) CHROME(0): ViaSecondDisplayChannelEnable
[  1078.818] (II) CHROME(0): ViaDisplayDisableSimultaneous
[  1078.818] (II) CHROME(0): VIALoadRgbLut
[  1078.818] (II) CHROME(0): ViaLCDPower: On.
[  1078.819] (II) CHROME(0): ViaDisplayDisableCRT
[  1078.819] (II) CHROME(0): ViaTVPower: Off.
[  1078.819] (II) CHROME(0): VT1622Power
[  1078.819] DRM memory allocation failed -6
[  1078.820] 635904 bytes of Linear memory allocated at 649000, handle 
3107076440
[  1078.829] (II) CHROME(0): Benchmarking video copy.  Less time is better.
[  1078.851] (--) CHROME(0): Timed   libc YUV420 copy... 15043582. 
Throughput: 63.1 MiB/s.
[  1078.871] (--) CHROME(0): Timed kernel YUV420 copy... 15041812. 
Throughput: 63.1 MiB/s.
[  1078.892] (--) CHROME(0): Timed    SSE YUV420 copy... 15042861. 
Throughput: 63.1 MiB/s.
[  1078.913] (--) CHROME(0): Timed    MMX YUV420 copy... 15049115. 
Throughput: 63.1 MiB/s.
[  1078.934] (--) CHROME(0): Timed 3DNow! YUV420 copy... 15022757. 
Throughput: 63.2 MiB/s.
[  1078.954] (--) CHROME(0): Timed   MMX2 YUV420 copy... 15032409. 
Throughput: 63.1 MiB/s.
[  1078.955] Freed 6590464 (pool 4)
[  1078.955] (--) CHROME(0): Using 3DNow! YUV42X copy for video.
[  1078.955] (WW) CHROME(0): [XvMC] Cannot use XvMC without DRI!
[  1078.955] (II) CHROME(0): - Done
[  1078.955] (--) RandR disabled
[  1078.966] (II) SELinux: Disabled on system
[  1078.968] (II) AIGLX: Screen 0 is not DRI2 capable
[  1078.968] (II) AIGLX: Screen 0 is not DRI capable
[  1078.989] (II) AIGLX: Loaded and initialized swrast
[  1078.989] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1078.990] (II) CHROME(0): Setting screen physical size to 270 x 203
[  1079.053] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[  1079.058] (II) config/udev: Adding input device Power Button 
(/dev/input/event2)
[  1079.058] (**) Power Button: Applying InputClass "evdev keyboard 
catchall"
[  1079.058] (II) LoadModule: "evdev"
[  1079.058] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1079.059] (II) Module evdev: vendor="X.Org Foundation"
[  1079.059]     compiled for 1.14.1, module version = 2.7.3
[  1079.059]     Module class: X.Org XInput Driver
[  1079.059]     ABI class: X.Org XInput driver, version 19.1
[  1079.059] (II) Using input driver 'evdev' for 'Power Button'
[  1079.059] (**) Power Button: always reports core events
[  1079.059] (**) evdev: Power Button: Device: "/dev/input/event2"
[  1079.059] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1079.059] (--) evdev: Power Button: Found keys
[  1079.059] (II) evdev: Power Button: Configuring as keyboard
[  1079.059] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1079.059] (II) XINPUT: Adding extended input device "Power Button" 
(type: KEYBOARD, id 6)
[  1079.059] (**) Option "xkb_rules" "evdev"
[  1079.059] (**) Option "xkb_model" "pc105"
[  1079.059] (**) Option "xkb_layout" "fi"
[  1079.063] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-F30D752BAEAAD4B8C79BE2C421539A0D3700902C.xkm
[  1079.065] (II) config/udev: Adding input device Video Bus 
(/dev/input/event4)
[  1079.065] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1079.065] (II) Using input driver 'evdev' for 'Video Bus'
[  1079.065] (**) Video Bus: always reports core events
[  1079.065] (**) evdev: Video Bus: Device: "/dev/input/event4"
[  1079.065] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1079.065] (--) evdev: Video Bus: Found keys
[  1079.065] (II) evdev: Video Bus: Configuring as keyboard
[  1079.065] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:03/LNXVIDEO:00/input/input4/event4"
[  1079.065] (II) XINPUT: Adding extended input device "Video Bus" 
(type: KEYBOARD, id 7)
[  1079.065] (**) Option "xkb_rules" "evdev"
[  1079.065] (**) Option "xkb_model" "pc105"
[  1079.065] (**) Option "xkb_layout" "fi"
[  1079.066] (II) config/udev: Adding input device Lid Switch 
(/dev/input/event0)
[  1079.066] (II) No input driver specified, ignoring this device.
[  1079.066] (II) This device may have been added with another device file.
[  1079.066] (II) config/udev: Adding input device Sleep Button 
(/dev/input/event1)
[  1079.066] (**) Sleep Button: Applying InputClass "evdev keyboard 
catchall"
[  1079.066] (II) Using input driver 'evdev' for 'Sleep Button'
[  1079.066] (**) Sleep Button: always reports core events
[  1079.066] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[  1079.066] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  1079.067] (--) evdev: Sleep Button: Found keys
[  1079.067] (II) evdev: Sleep Button: Configuring as keyboard
[  1079.067] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[  1079.067] (II) XINPUT: Adding extended input device "Sleep Button" 
(type: KEYBOARD, id 8)
[  1079.067] (**) Option "xkb_rules" "evdev"
[  1079.067] (**) Option "xkb_model" "pc105"
[  1079.067] (**) Option "xkb_layout" "fi"
[  1079.068] (II) config/udev: Adding input device AT Translated Set 2 
keyboard (/dev/input/event3)
[  1079.068] (**) AT Translated Set 2 keyboard: Applying InputClass 
"evdev keyboard catchall"
[  1079.068] (II) Using input driver 'evdev' for 'AT Translated Set 2 
keyboard'
[  1079.068] (**) AT Translated Set 2 keyboard: always reports core events
[  1079.068] (**) evdev: AT Translated Set 2 keyboard: Device: 
"/dev/input/event3"
[  1079.068] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 
Product 0x1
[  1079.068] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1079.068] (II) evdev: AT Translated Set 2 keyboard: Configuring as 
keyboard
[  1079.068] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1079.068] (II) XINPUT: Adding extended input device "AT Translated 
Set 2 keyboard" (type: KEYBOARD, id 9)
[  1079.068] (**) Option "xkb_rules" "evdev"
[  1079.068] (**) Option "xkb_model" "pc105"
[  1079.068] (**) Option "xkb_layout" "fi"
[  1079.069] (II) config/udev: Adding input device SynPS/2 Synaptics 
TouchPad (/dev/input/event5)
[  1079.069] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev 
touchpad catchall"
[  1079.069] (**) SynPS/2 Synaptics TouchPad: Applying InputClass 
"touchpad catchall"
[  1079.069] (**) SynPS/2 Synaptics TouchPad: Applying InputClass 
"Default clickpad buttons"
[  1079.069] (II) LoadModule: "synaptics"
[  1079.070] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1079.070] (II) Module synaptics: vendor="X.Org Foundation"
[  1079.070]     compiled for 1.14.2, module version = 1.7.1
[  1079.070]     Module class: X.Org XInput Driver
[  1079.070]     ABI class: X.Org XInput driver, version 19.1
[  1079.070] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics 
TouchPad'
[  1079.070] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1079.070] (**) Option "Device" "/dev/input/event5"
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 
1472 - 5472 (res 85)
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 
1408 - 4448 (res 94)
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 
0 - 255
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width 
range 0 - 15
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left 
right double triple scroll-buttons
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 
Product 0x7
[  1079.070] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1079.070] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1079.070] (**) Option "config_info" 
"udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[  1079.071] (II) XINPUT: Adding extended input device "SynPS/2 
Synaptics TouchPad" (type: TOUCHPAD, id 10)
[  1079.071] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) 
MinSpeed is now constant deceleration 2.5
[  1079.071] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) 
MaxSpeed is now 1.75
[  1079.071] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) 
AccelFactor is now 0.040
[  1079.071] (**) SynPS/2 Synaptics TouchPad: (accel) keeping 
acceleration scheme 1
[  1079.071] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1079.071] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration 
factor: 2.000
[  1079.071] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration 
threshold: 4
[  1079.071] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1079.071] (II) config/udev: Adding input device SynPS/2 Synaptics 
TouchPad (/dev/input/mouse0)
[  1079.071] (**) SynPS/2 Synaptics TouchPad: Ignoring device from 
InputClass "touchpad ignore duplicates"
[  1079.079] (II) CHROME(0): ViaLCDPower: On.
[  1100.168] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-6D099B098F1D490FE30A162961EF34BC6787B899.xkm
[  1100.766] (II) CHROME(0): ViaDisplayDisableCRT
[  1100.772] (II) CHROME(0): VT1622DACSense
[  1100.785] (--) CHROME(0): VT162x: Nothing connected.
[  1100.823] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-767F515D52BABEE7B2A02FF482D5276DAAF5FCEE.xkm
[  1102.277] (II) CHROME(0): ViaDisplayDisableCRT
[  1102.280] (II) CHROME(0): VT1622DACSense
[  1102.289] (--) CHROME(0): VT162x: Nothing connected.
[  1102.297] (II) CHROME(0): ViaDisplayDisableCRT
[  1102.297] (II) CHROME(0): VT1622DACSense
[  1102.307] (--) CHROME(0): VT162x: Nothing connected.
[  1102.328] (II) CHROME(0): ViaLCDPower: On.
[  1102.329] (II) CHROME(0): ViaLCDPower: On.
[  1935.579] (II) CHROME(0): ViaDisplayDisableCRT
[  1935.579] (II) CHROME(0): VT1622DACSense
[  1935.585] (--) CHROME(0): VT162x: Nothing connected.
[  1998.052] (II) CHROME(0): ViaDisplayDisableCRT
[  1998.052] (II) CHROME(0): VT1622DACSense
[  1998.058] (--) CHROME(0): VT162x: Nothing connected.
[  2099.694] (II) CHROME(0): ViaDisplayDisableCRT
[  2099.694] (II) CHROME(0): VT1622DACSense
[  2099.700] (--) CHROME(0): VT162x: Nothing connected.

I noticed the line "[  1078.205] (EE) CHROME(0): [drm] Failed to open 
DRM device for pci:0000:01:00.0: No such file or directory", but I don't 
know what exactly this means. Very little I found info for that from 
internet.

I'm stuck with this as VIA products are not very common it seems to be 
tricky to make work right.

I would be very grateful for any help

regards,

HPa




More information about the Openchrome-users mailing list