Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Instalacia grafickeho ovladaca MESA  (Přečteno 3226 krát)

Xbunt

  • Návštěvník
  • Příspěvků: 13
Instalacia grafickeho ovladaca MESA
« kdy: 08 Prosince 2012, 21:35:55 »
Dobry den. Uz niekolko krat tu bol spominany GMA6300. V UBUNTU 12.04.1 (po update) sa da pekne nainstalovat ovadac napr. cez Synaptic. Len verzia je MESA 8.0.4 a nainstalovana sucast je iba GLX. Trosku som sa do toho vrtal a zistil som, ze my chyba EGL, GLES, GLES2 (pre spravnu funkciu OpenGL a Copmiz)
Nainstaloval som podla pokynov: http://www.mesa3d.org/install.html
Mesa8.0.5 takto:
Kód: [Vybrat]
  ./configure --enable-gallium-egl --enable-gles1 --enable-gles2 --enable-openvg
  make
  sudo make install
Vsetko prebehlo bez problemov, Samozrejme som pred tym doinstaloval zopar balikov, ktore mi vypisovalo pri spusteni ./configure
Po nainstalovani sa nic nedeje. V 'glxinfo' je stale mesa8.0.4 a 'eglinfo' nefunguje.
Treba to nejak este doinstalovat? alebo kde nastavim odkaz na novy MESA8.0.5?     

Po ./configure
Kód: [Vybrat]
        prefix:          /usr/local
        exec_prefix:     ${prefix}
        libdir:          ${exec_prefix}/lib
        includedir:      ${prefix}/include

        OpenGL:          yes (ES1: yes ES2: yes)
        OpenVG:          yes

        OSMesa:          no
        DRI drivers:     i915 i965 nouveau r200 radeon swrast
        DRI driver dir:  ${libdir}/dri
        Shared dricore:  no
        GLX:             DRI-based

        GLU:             yes

        EGL:             yes
        EGL platforms:   x11
        EGL drivers:     builtin:egl_glx egl_gallium
        EGL Gallium STs: $(VG_LIB) $(GL_LIB)

        llvm:            yes
        llvm-config:     /usr/bin/llvm-config
        llvm-version:    2.9

        Gallium:         yes
        Gallium dirs:    auxiliary drivers state_trackers
        Target dirs:     dri-r300 dri-r600 dri-swrast dri-vmwgfx egl-static
        Winsys dirs:     radeon/drm svga/drm sw sw/dri
        Driver dirs:     galahad identity llvmpipe noop r300 r600 rbug softpipe svga trace
        Trackers dirs:   dri egl vega

        Shared libs:     yes
        Static libs:     no

        CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -fPIC
        CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp -fPIC
        Macros:          -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -D__STDC_CONSTANT_MACROS -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM

        PYTHON2:         python2

        Run 'make' to build Mesa

Xbunt

  • Návštěvník
  • Příspěvků: 13
Re:Instalacia grafickeho ovladaca MESA
« Odpověď #1 kdy: 08 Prosince 2012, 21:38:36 »

po make
Kód: [Vybrat]
make[1]: Entering directory `/home/wwlado/Mesa-8.0.5/src'
Making sources for autoconf
make[2]: Entering directory `/home/wwlado/Mesa-8.0.5/src/mapi/shared-glapi'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/mapi/shared-glapi'
:
make[3]: Entering directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets/egl-static'
make[3]: Nothing to be done for `default'.
make[3]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets/egl-static'
make[2]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets'
make[1]: Leaving directory `/home/wwlado/Mesa-8.0.5/src'

po make install
Kód: [Vybrat]
make[1]: Entering directory `/home/wwlado/Mesa-8.0.5/src'
make[2]: Entering directory `/home/wwlado/Mesa-8.0.5/src/mapi/shared-glapi'
/usr/bin/install -c -d /usr/local/lib
/bin/bash ../../../bin/minstall ../../../lib/libglapi.*so* \
/usr/local/lib
make[2]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/mapi/shared-glapi'
:
make[3]: Entering directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets/egl-static'
/usr/bin/install -c -d /usr/local/lib/egl
for out in ../../../../lib/egl/egl_gallium.so ../../../../lib/egl/st_GL.so; do \
/bin/bash ../../../../bin/minstall -m 755 "$out" /usr/local/lib/egl; \
done
make[3]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets/egl-static'
make[2]: Leaving directory `/home/wwlado/Mesa-8.0.5/src/gallium/targets'
make[1]: Leaving directory `/home/wwlado/Mesa-8.0.5/src'

Celkovy efekt:
GLXINFO
Kód: [Vybrat]
name of display: :0
PVRDRIInitPVR2D: PVR2D device index (0)display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_create_context_es2_profile, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read,
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_MESA_multithread_makecurrent, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_EXT_texture_from_pixmap
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)
OpenGL version string: 2.1 Mesa 8.0.4
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    :
    GL_ARB_texture_storage

XORG
Kód: [Vybrat]
[    18.258]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[    18.258] X Protocol Version 11, Revision 0
[    18.258] Build Operating System: Linux 2.6.42-26-generic i686 Ubuntu
[    18.258] Current Operating System: Linux wDotPC 3.2.0-34-generic-pae #53-Ubuntu SMP Thu Nov 15 11:11:12 UTC 2012 i686
[    18.258] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic-pae root=UUID=75bf5bea-6c1a-422c-949d-9193f780740d ro quiet splash
[    18.258] Build Date: 29 August 2012  12:10:05AM
[    18.258] xorg-server 2:1.11.4-0ubuntu10.8 (For technical support please see http://www.ubuntu.com/support)
[    18.258] Current version of pixman: 0.24.4
[    18.258] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    18.258] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.259] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec  8 20:20:48 2012
[    18.276] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.277] (==) ServerLayout "default screen"
[    18.277] (==) No screen section available. Using defaults.
[    18.277] (**) |-->Screen "Default Screen Section" (0)
[    18.277] (**) |   |-->Monitor "<default monitor>"
[    18.277] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[    18.277] (**) |   |-->Device "Card0"
[    18.277] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[    18.278] (**) Option "AIGLX" "Off"
[    18.278] (==) Automatically adding devices
[    18.278] (==) Automatically enabling devices
[    18.278] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.278] Entry deleted from font path.
[    18.278] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.278] Entry deleted from font path.
[    18.278] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.278] Entry deleted from font path.
[    18.345] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[    18.345] Entry deleted from font path.
[    18.345] (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[    18.345] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[    18.345] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    18.345] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.345] (II) Loader magic: 0xb77f35a0
[    18.345] (II) Module ABI versions:
[    18.345] X.Org ANSI C Emulation: 0.4
[    18.345] X.Org Video Driver: 11.0
[    18.345] X.Org XInput driver : 16.0
[    18.345] X.Org Server Extension : 6.0
[    18.347] (--) PCI:*(0:0:2:0) 8086:0be1:1025:0624 rev 11, Mem @ 0x86000000/1048576, I/O @ 0x000050d0/8
[    18.347] (II) Open ACPI successful (/var/run/acpid.socket)
[    18.347] (II) LoadModule: "extmod"
[    18.377] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    18.377] (II) Module extmod: vendor="X.Org Foundation"
[    18.377] compiled for 1.11.3, module version = 1.0.0
[    18.377] Module class: X.Org Server Extension
[    18.377] ABI class: X.Org Server Extension, version 6.0
[    18.377] (II) Loading extension MIT-SCREEN-SAVER
[    18.377] (II) Loading extension XFree86-VidModeExtension
[    18.377] (II) Loading extension XFree86-DGA
[    18.377] (II) Loading extension DPMS
[    18.377] (II) Loading extension XVideo
[    18.377] (II) Loading extension XVideo-MotionCompensation
[    18.377] (II) Loading extension X-Resource
[    18.377] (II) LoadModule: "dbe"
[    18.378] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    18.378] (II) Module dbe: vendor="X.Org Foundation"
[    18.379] compiled for 1.11.3, module version = 1.0.0
[    18.379] Module class: X.Org Server Extension
[    18.379] ABI class: X.Org Server Extension, version 6.0
[    18.379] (II) Loading extension DOUBLE-BUFFER
[    18.379] (II) LoadModule: "glx"
[    18.379] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.380] (II) Module glx: vendor="X.Org Foundation"
[    18.380] compiled for 1.11.3, module version = 1.0.0
[    18.380] ABI class: X.Org Server Extension, version 6.0
[    18.380] (**) AIGLX disabled
[    18.380] (II) Loading extension GLX
[    18.380] (II) LoadModule: "record"
[    18.381] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    18.381] (II) Module record: vendor="X.Org Foundation"
[    18.381] compiled for 1.11.3, module version = 1.13.0
[    18.381] Module class: X.Org Server Extension
[    18.381] ABI class: X.Org Server Extension, version 6.0
[    18.381] (II) Loading extension RECORD
[    18.381] (II) LoadModule: "dri"
[    18.382] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    18.382] (II) Module dri: vendor="X.Org Foundation"
[    18.382] compiled for 1.11.3, module version = 1.0.0
[    18.382] ABI class: X.Org Server Extension, version 6.0
[    18.382] (II) Loading extension XFree86-DRI
[    18.383] (II) LoadModule: "dri2"
[    18.383] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    18.384] (II) Module dri2: vendor="X.Org Foundation"
[    18.384] compiled for 1.11.3, module version = 1.2.0
[    18.384] ABI class: X.Org Server Extension, version 6.0
[    18.384] (II) Loading extension DRI2
[    18.384] (II) LoadModule: "pvr"
[    18.384] (II) Loading /usr/lib/xorg/modules/drivers/pvr_drv.so
[    18.385] (II) Module PVR: vendor="X.Org Foundation"
[    18.385] compiled for 1.11.3, module version = 1.7.10922
[    18.385] Module class: X.Org Video Driver
[    18.385] ABI class: X.Org Video Driver, version 11.0
[    18.385] (II) pvr: Driver for PowerVR chipsets: PowerVR SGX
[    18.385] (++) using VT number 7

[    18.386] drmOpenDevice: node name is /dev/dri/card0
[    18.386] drmOpenDevice: open result is 8, (OK)
[    18.386] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.386] drmOpenDevice: node name is /dev/dri/card0
[    18.386] drmOpenDevice: open result is 8, (OK)
[    18.386] drmOpenByBusid: drmOpenMinor returns 8
[    18.386] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.387] drmOpenDevice: node name is /dev/dri/card0
[    18.387] drmOpenDevice: open result is 8, (OK)
[    18.387] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.387] drmOpenDevice: node name is /dev/dri/card0
[    18.387] drmOpenDevice: open result is 8, (OK)
[    18.387] drmOpenByBusid: drmOpenMinor returns 8
[    18.387] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.389] drmOpenDevice: node name is /dev/dri/card0
[    18.389] drmOpenDevice: open result is 8, (OK)
[    18.389] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.389] drmOpenDevice: node name is /dev/dri/card0
[    18.389] drmOpenDevice: open result is 8, (OK)
[    18.389] drmOpenByBusid: drmOpenMinor returns 8
[    18.389] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.390] (II) Loading /usr/lib/xorg/modules/drivers/pvr_drv.so
[    18.390] drmOpenDevice: node name is /dev/dri/card0
[    18.390] drmOpenDevice: open result is 9, (OK)
[    18.390] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.390] drmOpenDevice: node name is /dev/dri/card0
[    18.390] drmOpenDevice: open result is 9, (OK)
[    18.390] drmOpenByBusid: drmOpenMinor returns 9
[    18.390] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.390] drmOpenDevice: node name is /dev/dri/card0
[    18.390] drmOpenDevice: open result is 10, (OK)
[    18.390] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.390] drmOpenDevice: node name is /dev/dri/card0
[    18.390] drmOpenDevice: open result is 10, (OK)
[    18.390] drmOpenByBusid: drmOpenMinor returns 10
[    18.391] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    18.391] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.393] drmOpenDevice: node name is /dev/dri/card0
[    18.393] drmOpenDevice: open result is 11, (OK)
[    18.393] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.393] drmOpenDevice: node name is /dev/dri/card0
[    18.394] drmOpenDevice: open result is 11, (OK)
[    18.394] drmOpenByBusid: drmOpenMinor returns 11
[    18.394] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    18.394] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.394] drmOpenDevice: node name is /dev/dri/card0
[    18.394] drmOpenDevice: open result is 11, (OK)
[    18.394] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.394] drmOpenDevice: node name is /dev/dri/card0
[    18.394] drmOpenDevice: open result is 11, (OK)
[    18.394] drmOpenByBusid: drmOpenMinor returns 11
[    18.394] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    18.394] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.474] drmOpenDevice: node name is /dev/dri/card0
[    18.474] drmOpenDevice: open result is 11, (OK)
[    18.474] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    18.474] drmOpenDevice: node name is /dev/dri/card0
[    18.474] drmOpenDevice: open result is 11, (OK)
[    18.474] drmOpenByBusid: drmOpenMinor returns 11
[    18.474] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[    18.474] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    18.558] (II) pvr(0): source head @cdv-v1.0.2
[    18.559] (II) pvr(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[    18.559] (==) pvr(0): Depth 24, (==) framebuffer bpp 32
[    18.559] (==) pvr(0): RGB weight 888
[    18.559] (==) pvr(0): Default visual is TrueColor
[    18.559] (**) pvr(0): Option "FlipChain" "On"
[    18.559] (**) pvr(0): Option "SoftEXA" "Off"
[    18.559] (**) pvr(0): Option "DRIDisableVSync" "False"
[    18.559] (II) pvr(0): Flipchain enabled
[    18.624] (II) pvr(0): Output VGA1 has no monitor section
[    18.731] (II) pvr(0): Output LVDS1 has no monitor section
[    18.732] (II) pvr(0): found backlight control interface /sys/class/backlight/acpi_video0
[    18.777] (II) pvr(0): Output DVI1 has no monitor section
[    18.778] (II) pvr(0): Output DP1 has no monitor section
[    18.841] (II) pvr(0): EDID for output VGA1
[    18.948] (II) pvr(0): EDID for output LVDS1
[    18.948] (II) pvr(0): Manufacturer: CMO  Model: 1018  Serial#: 0
[    18.948] (II) pvr(0): Year: 2009  Week: 51
[    18.948] (II) pvr(0): EDID Version: 1.3
[    18.948] (II) pvr(0): Digital Display Input
[    18.948] (II) pvr(0): Max Image Size [cm]: horiz.: 22  vert.: 12
[    18.948] (II) pvr(0): Gamma: 2.20
[    18.948] (II) pvr(0): No DPMS capabilities specified
[    18.948] (II) pvr(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    18.948] (II) pvr(0): First detailed timing is preferred mode
[    18.948] (II) pvr(0): redX: 0.583 redY: 0.355   greenX: 0.335 greenY: 0.562
[    18.948] (II) pvr(0): blueX: 0.152 blueY: 0.133   whiteX: 0.313 whiteY: 0.329
[    18.949] (II) pvr(0): Manufacturer's mask: 0
[    18.949] (II) pvr(0): Supported detailed timing:
[    18.949] (II) pvr(0): clock: 54.2 MHz   Image Size:  222 x 125 mm
[    18.949] (II) pvr(0): h_active: 1024  h_sync: 1133  h_sync_end 1205 h_blank_end 1386 h_border: 0
[    18.949] (II) pvr(0): v_active: 600  v_sync: 607  v_sync_end 620 v_blanking: 652 v_border: 0
[    18.949] (II) pvr(0):  N101L6-L0D
[    18.949] (II) pvr(0):  CMO
[    18.949] (II) pvr(0):  N101L6-L0D
[    18.949] (II) pvr(0): EDID (in hex):
[    18.949] (II) pvr(0): 00ffffffffffff000daf181000000000
[    18.949] (II) pvr(0): 3313010380160c780a4f05955b558f27
[    18.949] (II) pvr(0): 22505400000001010101010101010101
[    18.949] (II) pvr(0): 0101010101012c15006a415834206d48
[    18.949] (II) pvr(0): 7d00de7d00000018000000fe004e3130
[    18.949] (II) pvr(0): 314c362d4c30440a2020000000fe0043
[    18.949] (II) pvr(0): 4d4f0a202020202020202020000000fe
[    18.949] (II) pvr(0): 004e3130314c362d4c30440a2020001d
[    18.950] (II) pvr(0): Not using default mode "320x240" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "512x384" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "640x480" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "640x512" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "800x600" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "576x432" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "680x384" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "680x384" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "700x525" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "720x450" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "800x512" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "840x525" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "840x525" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "960x540" (doublescan mode not supported)
[    18.950] (II) pvr(0): Not using default mode "960x600" (doublescan mode not supported)
[    18.950] (II) pvr(0): Printing probed modes for output LVDS1
[    18.950] (II) pvr(0): Modeline "1024x600"x60.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    18.950] (II) pvr(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.950] (II) pvr(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    18.950] (II) pvr(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    18.995] (II) pvr(0): EDID for output DVI1
[    18.996] (II) pvr(0): EDID for output DP1
[    18.996] (II) pvr(0): Output VGA1 disconnected
[    18.996] (II) pvr(0): Output LVDS1 connected
[    18.996] (II) pvr(0): Output DVI1 disconnected
[    18.996] (II) pvr(0): Output DP1 disconnected
[    18.997] (II) pvr(0): Using exact sizes for initial modes
[    18.997] (II) pvr(0): Output LVDS1 using initial mode 1024x600
[    18.997] (II) pvr(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.997] (--) pvr(0): Virtual size is 1024x600 (pitch 1024)
[    18.997] (**) pvr(0):  Driver mode "1024x600": 54.2 MHz (scaled from 0.0 MHz), 39.1 kHz, 60.0 Hz
[    18.997] (II) pvr(0): Modeline "1024x600"x60.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    18.997] (**) pvr(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    18.997] (II) pvr(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    18.997] (**) pvr(0):  Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    18.997] (II) pvr(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    18.997] (**) pvr(0):  Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    18.997] (II) pvr(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    18.997] (==) pvr(0): DPI set to (96, 96)
[    18.997] (II) Loading sub module "fb"
[    18.997] (II) LoadModule: "fb"
[    18.998] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.999] (II) Module fb: vendor="X.Org Foundation"
[    18.999] compiled for 1.11.3, module version = 1.0.0
[    18.999] ABI class: X.Org ANSI C Emulation, version 0.4
[    18.999] (II) pvr(0): [pvr] Software copy threshold : 0B
[    18.999] (II) pvr(0): [pvr] Software solid threshold : 0B
[    18.999] (II) pvr(0): [pvr] Software composite threshold : 0B
[    18.999] (II) pvr(0): [pvr] Pixmap pool size: 0B
[    18.999] (II) Loading sub module "exa"
[    18.999] (II) LoadModule: "exa"
[    19.000] (II) Loading /usr/lib/xorg/modules/libexa.so
[    19.000] (II) Module exa: vendor="X.Org Foundation"
[    19.000] compiled for 1.11.3, module version = 2.5.0
[    19.000] ABI class: X.Org Video Driver, version 11.0
[    19.000] PVRPreInit: done
[    19.000] (--) Depth 24 pixmap format is 32 bpp
[    19.001] (II) pvr(0): [DRI2] Setup complete
[    19.001] (II) pvr(0): [DRI2]   DRI driver: pvr
[    19.001] (II) EXA(0): Driver allocated offscreen pixmaps
[    19.001] (II) EXA(0): Driver registered support for the following operations:
[    19.001] (II)         Solid
[    19.001] (II)         Copy
[    19.001] (II)         Composite (RENDER acceleration)
[    19.017] (==) pvr(0): Backing store disabled
[    19.017] (==) pvr(0): Silken mouse enabled
[    19.018] (==) pvr(0): DPMS enabled
[    19.018] (II) pvr(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    19.018] (II) pvr(0): max backlight 9
[    19.018] (II) pvr(0): active backlight 5
[    19.019] (==) pvr(0): Direct rendering enabled
[    19.019] (II) pvr(0): Enable XVideo
[    19.031] (II) pvr(0): [dri] Created flip chain 1
[    19.031] (II) pvr(0): hotplug detection enabled
[    19.031] (--) RandR disabled
[    19.032] (II) Initializing built-in extension Generic Event Extension
[    19.032] (II) Initializing built-in extension SHAPE
[    19.032] (II) Initializing built-in extension MIT-SHM
[    19.032] (II) Initializing built-in extension XInputExtension
[    19.032] (II) Initializing built-in extension XTEST
[    19.032] (II) Initializing built-in extension BIG-REQUESTS
[    19.032] (II) Initializing built-in extension SYNC
[    19.032] (II) Initializing built-in extension XKEYBOARD
[    19.032] (II) Initializing built-in extension XC-MISC
[    19.032] (II) Initializing built-in extension SECURITY
[    19.032] (II) Initializing built-in extension XINERAMA
[    19.032] (II) Initializing built-in extension XFIXES
[    19.032] (II) Initializing built-in extension RENDER
[    19.032] (II) Initializing built-in extension RANDR
[    19.032] (II) Initializing built-in extension COMPOSITE
[    19.032] (II) Initializing built-in extension DAMAGE
[    19.100] (II) AIGLX: Loaded and initialized swrast
[    19.100] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    19.101] (II) pvr(0): Setting screen physical size to 270 x 158
[    19.158] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    19.167] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    19.167] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.167] (II) LoadModule: "evdev"
[    19.168] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.169] (II) Module evdev: vendor="X.Org Foundation"
[    19.169] compiled for 1.11.3, module version = 2.7.0
[    19.169] Module class: X.Org XInput Driver
[    19.169] ABI class: X.Org XInput driver, version 16.0
[    19.169] (II) Using input driver 'evdev' for 'Power Button'
[    19.169] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.169] (**) Power Button: always reports core events
[    19.169] (**) evdev: Power Button: Device: "/dev/input/event3"
[    19.169] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.169] (--) evdev: Power Button: Found keys
[    19.169] (II) evdev: Power Button: Configuring as keyboard
[    19.169] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    19.169] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.169] (**) Option "xkb_rules" "evdev"
[    19.169] (**) Option "xkb_model" "pc105"
[    19.169] (**) Option "xkb_layout" "us"
[    19.172] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    19.172] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    19.172] (II) Using input driver 'evdev' for 'Video Bus'
[    19.173] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.173] (**) Video Bus: always reports core events
[    19.173] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    19.173] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    19.173] (--) evdev: Video Bus: Found keys
[    19.173] (II) evdev: Video Bus: Configuring as keyboard
[    19.173] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    19.173] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    19.173] (**) Option "xkb_rules" "evdev"
[    19.173] (**) Option "xkb_model" "pc105"
[    19.173] (**) Option "xkb_layout" "us"
[    19.176] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    19.176] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.176] (II) Using input driver 'evdev' for 'Power Button'
[    19.176] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.176] (**) Power Button: always reports core events
[    19.176] (**) evdev: Power Button: Device: "/dev/input/event0"
[    19.176] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.176] (--) evdev: Power Button: Found keys
[    19.176] (II) evdev: Power Button: Configuring as keyboard
[    19.177] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    19.177] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    19.177] (**) Option "xkb_rules" "evdev"
[    19.177] (**) Option "xkb_model" "pc105"
[    19.177] (**) Option "xkb_layout" "us"
[    19.179] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    19.179] (II) No input driver specified, ignoring this device.
[    19.179] (II) This device may have been added with another device file.
[    19.180] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    19.180] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    19.180] (II) Using input driver 'evdev' for 'Sleep Button'
[    19.180] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.180] (**) Sleep Button: always reports core events
[    19.180] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[    19.180] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    19.180] (--) evdev: Sleep Button: Found keys
[    19.180] (II) evdev: Sleep Button: Configuring as keyboard
[    19.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    19.181] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    19.181] (**) Option "xkb_rules" "evdev"
[    19.181] (**) Option "xkb_model" "pc105"
[    19.181] (**) Option "xkb_layout" "us"
[    19.182] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
[    19.182] (II) No input driver specified, ignoring this device.
[    19.182] (II) This device may have been added with another device file.
[    19.183] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event11)
[    19.183] (II) No input driver specified, ignoring this device.
[    19.183] (II) This device may have been added with another device file.
[    19.184] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[    19.184] (II) No input driver specified, ignoring this device.
[    19.184] (II) This device may have been added with another device file.
[    19.186] (II) config/udev: Adding input device WebCam (/dev/input/event6)
[    19.186] (**) WebCam: Applying InputClass "evdev keyboard catchall"
[    19.186] (II) Using input driver 'evdev' for 'WebCam'
[    19.186] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.186] (**) WebCam: always reports core events
[    19.186] (**) evdev: WebCam: Device: "/dev/input/event6"
[    19.186] (--) evdev: WebCam: Vendor 0x4f2 Product 0xb367
[    19.186] (--) evdev: WebCam: Found keys
[    19.186] (II) evdev: WebCam: Configuring as keyboard
[    19.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input6/event6"
[    19.186] (II) XINPUT: Adding extended input device "WebCam" (type: KEYBOARD, id 10)
[    19.186] (**) Option "xkb_rules" "evdev"
[    19.186] (**) Option "xkb_model" "pc105"
[    19.186] (**) Option "xkb_layout" "us"
[    19.188] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    19.188] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.188] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    19.188] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.188] (**) AT Translated Set 2 keyboard: always reports core events
[    19.188] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    19.189] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    19.189] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.189] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    19.189] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    19.189] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    19.189] (**) Option "xkb_rules" "evdev"
[    19.189] (**) Option "xkb_model" "pc105"
[    19.189] (**) Option "xkb_layout" "us"
[    19.191] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    19.191] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    19.191] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    19.191] (II) LoadModule: "synaptics"
[    19.192] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    19.192] (II) Module synaptics: vendor="X.Org Foundation"
[    19.192] compiled for 1.11.3, module version = 1.6.2
[    19.192] Module class: X.Org XInput Driver
[    19.192] ABI class: X.Org XInput driver, version 16.0
[    19.192] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    19.193] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    19.193] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    19.193] (**) Option "Device" "/dev/input/event8"
[    19.280] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5612
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4618
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    19.280] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    19.280] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    19.348] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input8/event8"
[    19.348] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    19.348] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    19.348] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    19.348] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[    19.349] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    19.349] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    19.349] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    19.349] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    19.349] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    19.350] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    19.350] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    19.358] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event7)
[    19.358] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    19.359] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[    19.359] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.359] (**) Acer WMI hotkeys: always reports core events
[    19.359] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event7"
[    19.359] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[    19.359] (--) evdev: Acer WMI hotkeys: Found keys
[    19.359] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[    19.359] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[    19.359] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 13)
[    19.359] (**) Option "xkb_rules" "evdev"
[    19.359] (**) Option "xkb_model" "pc105"
[    19.359] (**) Option "xkb_layout" "us"
[    28.837] (II) pvr(0): EDID vendor "CMO", prod id 4120
[    28.838] (II) pvr(0): Printing DDC gathered Modelines:
[    28.838] (II) pvr(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)
[    29.054] (II) pvr(0): EDID vendor "CMO", prod id 4120
[    29.054] (II) pvr(0): Printing DDC gathered Modelines:
[    29.054] (II) pvr(0): Modeline "1024x600"x0.0   54.20  1024 1133 1205 1386  600 607 620 652 -hsync -vsync (39.1 kHz)

LSMOD
Kód: [Vybrat]
Module                  Size  Used by
nls_iso8859_1          12617  1
nls_cp437              12751  1
vfat                   17308  1
fat                    55605  1 vfat
dm_crypt               22528  0
rfcomm                 38139  0
bnep                   17830  2
bluetooth             158438  10 rfcomm,bnep
parport_pc             32114  0
ppdev                  12849  0
binfmt_misc            17292  1
snd_hda_codec_realtek   174313  1
snd_hda_codec_hdmi     31775  1
joydev                 17393  0
acer_wmi               23612  0
sparse_keymap          13658  1 acer_wmi
snd_hda_intel          32765  3
snd_hda_codec         109562  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep              13276  1 snd_hda_codec
snd_pcm                80845  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
uvcvideo               67203  0
videodev               86588  1 uvcvideo
snd_seq_midi           13132  0
psmouse                86486  0
serio_raw              13027  0
snd_rawmidi            25424  1 snd_seq_midi
lib80211_crypt_tkip    17275  0
wl                   2646601  0
snd_seq_midi_event     14475  1 snd_seq_midi
rts_pstor             353215  1
snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
cedarview_gfx         381337  4
snd_timer              28931  2 snd_pcm,snd_seq
snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    62064  16 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ttm                    64734  1 cedarview_gfx
drm_kms_helper         32561  1 cedarview_gfx
drm                   196349  6 cedarview_gfx,ttm,drm_kms_helper
mac_hid                13077  0
lib80211               14040  2 lib80211_crypt_tkip,wl
i2c_algo_bit           13199  1 cedarview_gfx
soundcore              14635  1 snd
snd_page_alloc         14108  2 snd_hda_intel,snd_pcm
lp                     17455  0
parport                40930  3 parport_pc,ppdev,lp
video                  19068  1 cedarview_gfx
wmi                    18744  1 acer_wmi
r8169                  56321  0
zram                   18193  1

 

Provoz zaštiťuje spolek OpenAlt.