Gå til innhold

Problemer med Compiz.


Gjest Slettet+oiasdf79

Anbefalte innlegg

Gjest Slettet+oiasdf79

Heisann

 

Jeg tenkte jeg skulle teste ut snø-plugin-effekten til Compiz, men jeg får den bare ikke til å virke. Noen forslag?..:)

 

 

Fra Terminal:

aleksander@Aleksander-Ubuntu:~$ compiz --replace

Checking for Xgl: not present.

Detected PCI ID for VGA:

Checking for texture_from_pixmap: not present.

Trying again with indirect rendering:

Checking for texture_from_pixmap: present.

Checking for non power of two support: present.

Checking for Composite extension: present.

Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.

Checking for Software Rasterizer: Not present.

Checking for nVidia: not present.

Checking for FBConfig: present.

Checking for Xgl: not present.

/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format

/usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version '20080828', expected ABI version '20080401'.

 

/usr/bin/compiz.real (snow) - Error: InitObject failed

/usr/bin/compiz.real (core) - Error: Couldn't activate plugin 'snow'

Lenke til kommentar
Videoannonse
Annonse
Gjest Slettet+oiasdf79

Jeg finner faktisk ikke ut hvilket skjermkort jeg har.. :huh: Det er Intel something. Pc'n er en Acer Aspire 5610Z og jeg bruker standard drivere i Ubuntu.

Endret av Slettet+oiasdf79
Lenke til kommentar
Gjest Slettet+oiasdf79

Etter litt knoting i terminalen fant jeg ut at Intel driverne ser ut til å være riktig installert?

 

 

 

aleksander@Aleksander-Ubuntu:~$ lspci

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)

00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)

00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)

00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)

00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)

00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)

00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)

00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)

00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)

05:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

06:01.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)

06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)

06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)

06:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)

06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)

06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)

aleksander@Aleksander-Ubuntu:~$

 

Endret av Slettet+oiasdf79
Lenke til kommentar

lspci sier bare noe om hva slags hardware som sitter i maskinen, uavhengig av hva som er installert (eller i bruk) av drivere.

 

For å se om du har 3d-akselerasjon kan du kjøre "glxinfo | grep direct". Sjekk også etter noe ala følgende i /etc/X11/xorg.conf

 

Section "Device"
 ...
 Driver	   "intel"
 ...
EndSection

Lenke til kommentar
Gjest Slettet+oiasdf79

Glxinfo | grep direct:

 

aleksander@Aleksander-Ubuntu:~$ glxinfo | grep direct

direct rendering: Yes

 

 

 

Glxinfo:

 

aleksander@Aleksander-Ubuntu:~$ glxinfo

name of display: :0.0

display: :0 screen: 0

direct rendering: Yes

server glx vendor string: SGI

server glx version string: 1.2

server glx extensions:

GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,

GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,

GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group

client glx vendor string: SGI

client glx version string: 1.4

client glx extensions:

GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,

GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,

GLX_MESA_swap_frame_usage, 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 version: 1.2

GLX extensions:

GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control,

GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_swap_control,

GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,

GLX_SGIX_visual_select_group

OpenGL vendor string: Tungsten Graphics, Inc

OpenGL renderer string: Mesa DRI Intel® 945GM 20061102 x86/MMX/SSE2

OpenGL version string: 1.4 Mesa 7.2

OpenGL extensions:

GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_multisample,

GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_shadow,

GL_ARB_texture_border_clamp, GL_ARB_texture_compression,

GL_ARB_texture_cube_map, GL_ARB_texture_env_add,

GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,

GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,

GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,

GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,

GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,

GL_EXT_blend_color, GL_EXT_blend_equation_separate,

GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,

GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_cull_vertex,

GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,

GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,

GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,

GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,

GL_EXT_secondary_color, GL_EXT_separate_specular_color,

GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,

GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,

GL_EXT_texture_env_add, GL_EXT_texture_env_combine,

GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,

GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,

GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1,

GL_APPLE_client_storage, GL_APPLE_packed_pixels,

GL_ATI_blend_equation_separate, GL_ATI_separate_stencil,

GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,

GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,

GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,

GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection,

GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format,

GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,

GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,

GL_SUN_multi_draw_arrays

 

3 GLX Visuals

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav

id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

----------------------------------------------------------------------

0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x55 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

 

36 GLXFBConfigs:

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav

id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

----------------------------------------------------------------------

0x56 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x57 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x58 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x59 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x5a 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x5b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x5c 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x5d 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x5e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x5f 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x60 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x61 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x62 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x63 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x64 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x65 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x66 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x67 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x68 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x69 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x6a 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x6b 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x6c 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None

0x6d 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow

0x6e 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x6f 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x70 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x71 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x72 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x73 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x74 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x75 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x76 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x77 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

0x78 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None

0x79 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow

 

 

 

Jeg har også sjekket xorg, men det som er så rart er at jeg har lest at det skal stå Intel der, men det gjør det ikke:

 

Section "Device"

Identifier "Configured Video Device"

EndSection

 

Lenke til kommentar

Xorg er i det siste blitt ganske flink til å finne ut av hvilke drivere som skal brukes selv, og siden direct rendering er på plass ser det ut til at det er tilfelle her også, så problemet ligger nok et annet sted. Det er dog mulig at det er relatert til Xorg likevel, så det hadde kanskje vært greit med en titt på loggen: "cat /var/log/Xorg.0.log"

Lenke til kommentar
Gjest Slettet+oiasdf79

Aha..

 

 

X.Org X Server 1.5.2

Release Date: 10 October 2008

X Protocol Version 11, Revision 0

Build Operating System: Linux 2.6.24-19-server i686 Ubuntu

Current Operating System: Linux Aleksander-Ubuntu 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686

Build Date: 24 October 2008 08:00:16AM

xorg-server 2:1.5.2-2ubuntu3 ([email protected])

Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 20 22:03:32 2008

(==) Using config file: "/etc/X11/xorg.conf"

(==) No Layout section. Using the first Screen section.

(**) |-->Screen "Default Screen" (0)

(**) | |-->Monitor "Configured Monitor"

(**) | |-->Device "Configured Video Device"

(==) Automatically adding devices

(==) Automatically enabling devices

(==) No FontPath specified. Using compiled-in default.

(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

Entry deleted from font path.

(==) FontPath set to:

/usr/share/fonts/X11/misc,

/usr/share/fonts/X11/100dpi/:unscaled,

/usr/share/fonts/X11/75dpi/:unscaled,

/usr/share/fonts/X11/Type1,

/usr/share/fonts/X11/100dpi,

/usr/share/fonts/X11/75dpi,

/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

(==) ModulePath set to "/usr/lib/xorg/modules"

(II) Cannot locate a core pointer device.

(II) Cannot locate a core keyboard device.

(II) The server relies on HAL to provide the list of input devices.

If no devices become available, reconfigure HAL or disable AllowEmptyInput.

(II) Open ACPI successful (/var/run/acpid.socket)

(II) Loader magic: 0x81d9a40

(II) Module ABI versions:

X.Org ANSI C Emulation: 0.4

X.Org Video Driver: 4.1

X.Org XInput driver : 2.1

X.Org Server Extension : 1.1

X.Org Font Renderer : 0.6

(II) Loader running on linux

(++) using VT number 7

 

(--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0200000/0, 0xc0000000/0, 0xd0300000/0, I/O @ 0x00005088/0

(--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0280000/0

(II) System resource ranges:

[0] -1 0 0xffffffff - 0xffffffff (0x1) MX

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX

[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[5] -1 0 0x00000000 - 0x00000000 (0x1) IX

(II) LoadModule: "extmod"

 

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so

(II) Module extmod: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

Module class: X.Org Server Extension

ABI class: X.Org Server Extension, version 1.1

(II) Loading extension SHAPE

(II) Loading extension MIT-SUNDRY-NONSTANDARD

(II) Loading extension BIG-REQUESTS

(II) Loading extension SYNC

(II) Loading extension MIT-SCREEN-SAVER

(II) Loading extension XC-MISC

(II) Loading extension XFree86-VidModeExtension

(II) Loading extension XFree86-Misc

(II) Loading extension XFree86-DGA

(II) Loading extension DPMS

(II) Loading extension TOG-CUP

(II) Loading extension Extended-Visual-Information

(II) Loading extension XVideo

(II) Loading extension XVideo-MotionCompensation

(II) Loading extension X-Resource

(II) LoadModule: "dbe"

 

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so

(II) Module dbe: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

Module class: X.Org Server Extension

ABI class: X.Org Server Extension, version 1.1

(II) Loading extension DOUBLE-BUFFER

(II) LoadModule: "glx"

 

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so

(II) Module glx: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

ABI class: X.Org Server Extension, version 1.1

(==) AIGLX enabled

(==) Exporting typical set of GLX visuals

(II) Loading extension GLX

(II) LoadModule: "freetype"

 

(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so

(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"

compiled for 1.5.2, module version = 2.1.0

Module class: X.Org Font Renderer

ABI class: X.Org Font Renderer, version 0.6

(II) Loading font FreeType

(II) LoadModule: "record"

 

(II) Loading /usr/lib/xorg/modules/extensions//librecord.so

(II) Module record: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.13.0

Module class: X.Org Server Extension

ABI class: X.Org Server Extension, version 1.1

(II) Loading extension RECORD

(II) LoadModule: "dri"

 

(II) Loading /usr/lib/xorg/modules/extensions//libdri.so

(II) Module dri: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

ABI class: X.Org Server Extension, version 1.1

(II) Loading extension XFree86-DRI

(II) Scanning /usr/share/xserver-xorg/pci directory for additional PCI ID's supported by the drivers

(II) Matched intel from file name intel.ids

(==) Matched intel for the autoconfigured driver

(==) Assigned the driver to the xf86ConfigLayout

(II) LoadModule: "intel"

 

(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so

(II) Module intel: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 2.4.1

Module class: X.Org Video Driver

ABI class: X.Org Video Driver, version 4.1

(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,

i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,

E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,

965GM, 965GME/GLE, G33, Q35, Q33,

Mobile Intel® GM45 Express Chipset,

Intel Integrated Graphics Device, G45/G43, Q45/Q43

(II) Primary Device is: PCI 00@00:02:0

(II) resource ranges after xf86ClaimFixedResources() call:

[0] -1 0 0xffffffff - 0xffffffff (0x1) MX

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX

[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[5] -1 0 0x00000000 - 0x00000000 (0x1) IX

(II) resource ranges after probing:

[0] -1 0 0xffffffff - 0xffffffff (0x1) MX

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX

[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS

[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS

[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS

[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[8] -1 0 0x00000000 - 0x00000000 (0x1) IX

[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS

[10] 0 0 0x000003c0 - 0x000003df (0x20) IS

(II) Loading sub module "int10"

(II) LoadModule: "int10"

 

(II) Loading /usr/lib/xorg/modules//libint10.so

(II) Module int10: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

ABI class: X.Org Video Driver, version 4.1

(II) Loading sub module "vbe"

(II) LoadModule: "vbe"

 

(II) Loading /usr/lib/xorg/modules//libvbe.so

(II) Module vbe: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.1.0

ABI class: X.Org Video Driver, version 4.1

(II) Loading sub module "vgahw"

(II) LoadModule: "vgahw"

 

(II) Loading /usr/lib/xorg/modules//libvgahw.so

(II) Module vgahw: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 0.1.0

ABI class: X.Org Video Driver, version 4.1

(II) intel(0): Creating default Display subsection in Screen section

"Default Screen" for depth/fbbpp 24/32

(==) intel(0): Depth 24, (==) framebuffer bpp 32

(==) intel(0): RGB weight 888

(==) intel(0): Default visual is TrueColor

(II) intel(0): Integrated Graphics Chipset: Intel® 945GM

(--) intel(0): Chipset: "945GM"

(--) intel(0): Linear framebuffer at 0xC0000000

(--) intel(0): IO registers at addr 0xD0200000

(II) intel(0): 2 display pipes available.

(==) intel(0): Using EXA for acceleration

(II) Loading sub module "int10"

(II) LoadModule: "int10"

 

(II) Reloading /usr/lib/xorg/modules//libint10.so

(II) intel(0): initializing int10

(WW) intel(0): Bad V_BIOS checksum

(II) intel(0): Primary V_BIOS segment is: 0xc000

(II) intel(0): VESA BIOS detected

(II) intel(0): VESA VBE Version 3.0

(II) intel(0): VESA VBE Total Mem: 7872 kB

(II) intel(0): VESA VBE OEM: Intel® 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS

(II) intel(0): VESA VBE OEM Software Rev: 1.0

(II) intel(0): VESA VBE OEM Vendor: Intel Corporation

(II) intel(0): VESA VBE OEM Product: Intel® 82945GM Chipset Family Graphics Controller

(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0

(II) Loading sub module "ddc"

(II) LoadModule: "ddc"

(II) Module "ddc" already built-in

(II) Loading sub module "i2c"

(II) LoadModule: "i2c"

(II) Module "i2c" already built-in

(II) intel(0): Output VGA using monitor section Configured Monitor

(II) intel(0): I2C bus "CRTDDC_A" initialized.

(II) intel(0): Output LVDS has no monitor section

(II) intel(0): I2C bus "LVDSDDC_C" initialized.

(II) intel(0): Attempting to determine panel fixed mode.

(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Output TV has no monitor section

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Output VGA disconnected

(II) intel(0): Output LVDS connected

(II) intel(0): Output TV disconnected

(II) intel(0): Using exact sizes for initial modes

(II) intel(0): Output LVDS using initial mode 1280x800

(II) intel(0): Monitoring connected displays enabled

(II) intel(0): detected 256 kB GTT.

(II) intel(0): detected 7932 kB stolen memory.

(==) intel(0): video overlay key set to 0x101fe

(==) intel(0): Will not try to enable page flipping

(==) intel(0): Triple buffering disabled

(==) intel(0): Intel XvMC decoder disabled

(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)

(==) intel(0): DPI set to (96, 96)

(II) Loading sub module "fb"

(II) LoadModule: "fb"

 

(II) Loading /usr/lib/xorg/modules//libfb.so

(II) Module fb: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 1.0.0

ABI class: X.Org ANSI C Emulation, version 0.4

(II) Loading sub module "exa"

(II) LoadModule: "exa"

 

(II) Loading /usr/lib/xorg/modules//libexa.so

(II) Module exa: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 2.4.0

ABI class: X.Org Video Driver, version 4.1

(II) Loading sub module "ramdac"

(II) LoadModule: "ramdac"

(II) Module "ramdac" already built-in

(II) intel(0): Comparing regs from server start up to After PreInit

(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a

(WW) intel(0): PP_STATUS before: on, ready, sequencing idle

(WW) intel(0): PP_STATUS after: on, ready, sequencing on

(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x80000203 to 0x00000000

(WW) intel(0): PIPEASTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS

(WW) intel(0): PIPEASTAT after: status:

(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x10000000 to 0x000c0000

(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d

(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104

(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d

(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200

(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c

(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200

(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000

(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1

(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359

(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022

(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344

(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415

(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607

(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001

(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0

(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0

(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0

(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0

(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088

(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8

(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024

(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198

(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x800010bb

(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283

(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141

(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000

(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060

(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000

(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060

(==) Depth 24 pixmap format is 32 bpp

(II) do I need RAC? No, I don't.

(II) resource ranges after preInit:

[0] -1 0 0xffffffff - 0xffffffff (0x1) MX

[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX

[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX

[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX

[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS(OprD)

[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS(OprD)

[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS(OprD)

[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX

[8] -1 0 0x00000000 - 0x00000000 (0x1) IX

[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS(OprU)

[10] 0 0 0x000003c0 - 0x000003df (0x20) IS(OprU)

(II) intel(0): Kernel reported 488960 total, 1 used

(II) intel(0): I830CheckAvailableMemory: 1955836 kB available

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: Open failed

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: open result is -1, (No such device or address)

drmOpenDevice: Open failed

drmOpenByBusid: Searching for BusID pci:0000:00:02.0

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 11, (OK)

drmOpenByBusid: drmOpenMinor returns 11

drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0

(II) [drm] loaded kernel module for "i915" driver.

(II) [drm] DRM interface version 1.3

(II) [drm] DRM open master succeeded.

(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.

(II) intel(0): [drm] framebuffer mapped by ddx driver

(II) intel(0): [drm] added 1 reserved context for kernel

(II) intel(0): X context handle = 0x1

(II) intel(0): [drm] installed DRM signal handler

(**) intel(0): Framebuffer compression enabled

(**) intel(0): Tiling enabled

(==) intel(0): VideoRam: 262144 KB

(II) intel(0): Attempting memory allocation with tiled buffers.

(II) intel(0): Tiled allocation successful.

(II) intel(0): [drm] Registers = 0xd0200000

(II) intel(0): [drm] ring buffer = 0xc0000000

(II) intel(0): [drm] mapped front buffer at 0xc1000000, handle = 0xc1000000

(II) intel(0): [drm] mapped back buffer at 0xc4000000, handle = 0xc4000000

(II) intel(0): [drm] mapped depth buffer at 0xc5000000, handle = 0xc5000000

(II) intel(0): [drm] mapped classic textures at 0xc6000000, handle = 0xc6000000

(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432

(II) intel(0): [dri] visual configs initialized

(II) intel(0): Page Flipping disabled

(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000

(II) EXA(0): Offscreen pixmap area of 31457280 bytes

(II) EXA(0): Driver registered support for the following operations:

(II) Solid

(II) Copy

(II) Composite (RENDER acceleration)

(==) intel(0): Backing store disabled

(==) intel(0): Silken mouse enabled

(II) intel(0): Initializing HW Cursor

(II) intel(0): [DRI] installation complete

(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)

(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)

(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)

(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)

(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)

(II) intel(0): Fixed memory allocation layout:

(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)

(II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000007f820000 physical

)

(II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000007fe20000 physical

)

(II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000007fe21000 physical

)

(II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)

(II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000007fe33000 physical

)

(II) intel(0): 0x007bf000: end of stolen memory

(II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled

(II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)

(II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled

(II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled

(II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)

(II) intel(0): 0x10000000: end of aperture

(II) intel(0): Selecting standard 18 bit TMDS pixel format.

(II) intel(0): Output configuration:

(II) intel(0): Pipe A is off

(II) intel(0): Display plane A is now disabled and connected to pipe A.

(II) intel(0): Pipe B is on

(II) intel(0): Display plane B is now enabled and connected to pipe B.

(II) intel(0): Output VGA is connected to pipe none

(II) intel(0): Output LVDS is connected to pipe B

(II) intel(0): Output TV is connected to pipe none

(II) intel(0): [drm] dma control initialized, using IRQ 16

(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.

(II) intel(0): Selecting standard 18 bit TMDS pixel format.

(II) intel(0): DPMS enabled

(II) intel(0): Set up textured video

(II) intel(0): Set up overlay video

(II) intel(0): direct rendering: Enabled

(--) RandR disabled

(II) Initializing built-in extension MIT-SHM

(II) Initializing built-in extension XInputExtension

(II) Initializing built-in extension XTEST

(II) Initializing built-in extension XKEYBOARD

(II) Initializing built-in extension XC-APPGROUP

(II) Initializing built-in extension SECURITY

(II) Initializing built-in extension XINERAMA

(II) Initializing built-in extension XFIXES

(II) Initializing built-in extension RENDER

(II) Initializing built-in extension RANDR

(II) Initializing built-in extension COMPOSITE

(II) Initializing built-in extension DAMAGE

(II) Initializing built-in extension XEVIE

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 12, (OK)

drmOpenByBusid: Searching for BusID pci:0000:00:02.0

drmOpenDevice: node name is /dev/dri/card0

drmOpenDevice: open result is 12, (OK)

drmOpenByBusid: drmOpenMinor returns 12

drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0

(II) AIGLX: enabled GLX_MESA_copy_sub_buffer

(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control

(II) AIGLX: enabled GLX_texture_from_pixmap with driver support

(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so

(II) GLX: Initialized DRI GL provider for screen 0

(II) intel(0): Setting screen physical size to 331 x 207

(II) config/hal: Adding input device Macintosh mouse button emulation

(II) LoadModule: "evdev"

 

(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so

(II) Module evdev: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 2.0.99

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 2.1

(**) Macintosh mouse button emulation: always reports core events

(**) Macintosh mouse button emulation: Device: "/dev/input/event0"

(II) Macintosh mouse button emulation: Found x and y relative axes

(II) Macintosh mouse button emulation: Found 3 mouse buttons

(II) Macintosh mouse button emulation: Configuring as mouse

(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)

(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5

(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200

(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad

(II) LoadModule: "synaptics"

 

(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so

(II) Module synaptics: vendor="X.Org Foundation"

compiled for 1.5.2, module version = 0.15.2

Module class: X.Org XInput Driver

ABI class: X.Org XInput driver, version 2.1

(II) Synaptics touchpad driver version 0.15.2

(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472

(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448

(**) Option "Device" "/dev/input/event7"

(--) SynPS/2 Synaptics TouchPad touchpad found

(**) SynPS/2 Synaptics TouchPad: always reports core events

(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)

(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472

(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448

(--) SynPS/2 Synaptics TouchPad touchpad found

(II) config/hal: Adding input device AT Translated Set 2 keyboard

(**) AT Translated Set 2 keyboard: always reports core events

(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"

(II) AT Translated Set 2 keyboard: Found keys

(II) AT Translated Set 2 keyboard: Configuring as keyboard

(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)

(**) Option "xkb_rules" "evdev"

(**) AT Translated Set 2 keyboard: xkb_rules: "evdev"

(**) Option "xkb_model" "pc105"

(**) AT Translated Set 2 keyboard: xkb_model: "pc105"

(**) Option "xkb_layout" "no"

(**) AT Translated Set 2 keyboard: xkb_layout: "no"

(II) config/hal: Adding input device Logitech USB Receiver

(**) Logitech USB Receiver: always reports core events

(**) Logitech USB Receiver: Device: "/dev/input/event11"

(II) Logitech USB Receiver: Found 1 mouse buttons

(II) Logitech USB Receiver: Found keys

(II) Logitech USB Receiver: Configuring as keyboard

(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)

(**) Option "xkb_rules" "evdev"

(**) Logitech USB Receiver: xkb_rules: "evdev"

(**) Option "xkb_model" "pc105"

(**) Logitech USB Receiver: xkb_model: "pc105"

(**) Option "xkb_layout" "no"

(**) Logitech USB Receiver: xkb_layout: "no"

(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5

(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200

(II) config/hal: Adding input device Logitech USB Receiver

(**) Logitech USB Receiver: always reports core events

(**) Logitech USB Receiver: Device: "/dev/input/event10"

(II) Logitech USB Receiver: Found x and y relative axes

(II) Logitech USB Receiver: Found 16 mouse buttons

(II) Logitech USB Receiver: Configuring as mouse

(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)

(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5

(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200

(II) config/hal: Adding input device Video Bus

(**) Video Bus: always reports core events

(**) Video Bus: Device: "/dev/input/event9"

(II) Video Bus: Found keys

(II) Video Bus: Configuring as keyboard

(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)

(**) Option "xkb_rules" "evdev"

(**) Video Bus: xkb_rules: "evdev"

(**) Option "xkb_model" "pc105"

(**) Video Bus: xkb_model: "pc105"

(**) Option "xkb_layout" "no"

(**) Video Bus: xkb_layout: "no"

(II) config/hal: Adding input device Video Bus

(**) Video Bus: always reports core events

(**) Video Bus: Device: "/dev/input/event8"

(II) Video Bus: Found keys

(II) Video Bus: Configuring as keyboard

(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)

(**) Option "xkb_rules" "evdev"

(**) Video Bus: xkb_rules: "evdev"

(**) Option "xkb_model" "pc105"

(**) Video Bus: xkb_model: "pc105"

(**) Option "xkb_layout" "no"

(**) Video Bus: xkb_layout: "no"

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(EE) intel(0): underrun on pipe B!

AUDIT: Thu Nov 20 22:03:41 2008: 5345 X: client 4 rejected from local host ( uid=0 gid=0 pid=5583 )

AUDIT: Thu Nov 20 22:03:47 2008: 5345 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5643 )

AUDIT: Thu Nov 20 22:03:47 2008: 5345 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5644 )

AUDIT: Thu Nov 20 22:03:47 2008: 5345 X: client 4 rejected from local host ( uid=1000 gid=1000 pid=5645 )

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): EDID vendor "LPL", prod id 51712

(II) intel(0): Printing DDC gathered Modelines:

(II) intel(0): Modeline "1280x800"x0.0 73.50 1280 1312 1352 1464 800 804 808 837 -hsync -vsync (50.2 kHz)

(II) intel(0): EDID vendor "LPL", prod id 51712

 

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...