Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2014-01-11 09:41:59

  andy - Użytkownik

andy
Użytkownik
Zarejestrowany: 2014-01-01

Przełączanie się między kartami graficznymi używając vga_switcheroo

Cześć, wczoraj próbowałem wykorzystać mechanizm kernela vga_switcheroo aby mieć możliwość przełączyć się między jednym GPU (Intel HD4000) a drugim GPU (Radeon HD7730).

Mój kernel został skompilowany z tym mechanizmem więc powinno wszystko działać:

Kod:

andy@nabuchodonozor:~$ grep -i switcheroo /boot/config-*
/boot/config-3.11-2-amd64:CONFIG_VGA_SWITCHEROO=y
/boot/config-3.12-1-amd64:CONFIG_VGA_SWITCHEROO=y

Korzystając z tej strony http://asusm51ta-with-linux.blogspot.com/ ustawiłem sobie:

1) W /etc/fstab wpis:

Kod:

none    /sys/kernel/debug     debugfs     defaults     0     0

2) Przy każdym uruchomieniu mam wyłączoną drugą kartę graficzną i nadane uprawnienia do pliku do zapisu:

Kod:

root@nabuchodonozor:/home/andy# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Off:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0

Drugie GPU się faktycznie wyłącza jednak mimo odpowiednich uprawnień do pliku nie mogę nic w nim zapisać, wtf?

Kod:

andy@nabuchodonozor:~$ echo ON > /sys/kernel/debug/vgaswitcheroo/
bash: /sys/kernel/debug/vgaswitcheroo/: Brak dostępu

Kod:

root@nabuchodonozor:/home/andy# ls -all /sys/kernel/debug/vgaswitcheroo/switch
-rw-r--r-- 1 andy root 0 sty 11 09:23 /sys/kernel/debug/vgaswitcheroo/switch

3) Z poziomu root'a mogę włączyć Radka, jednak po wylogowaniu z GNOME3 mam czarny ekran - powinna się odpalić wtedy HD7730 od AMD.

Kod:

root@nabuchodonozor:/home/andy# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Off:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0
root@nabuchodonozor:/home/andy# echo ON > /sys/kernel/debug/vgaswitcheroo/switch
root@nabuchodonozor:/home/andy# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Pwr:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0
root@nabuchodonozor:/home/andy# echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
root@nabuchodonozor:/home/andy# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS: :Pwr:0000:01:00.0
1:IGD:+:Pwr:0000:00:02.0

Jakieś pomysły jak zmusić to do działania?

Offline

 

#2  2014-01-11 10:40:06

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

http://forums.gentoo.org/viewtopic-t-909802.html

To znalazłem
Jeśli masz zamknięte sterowniki, to się przez fglrx baw, jeśli otwarte to masz dużo wklepywania ;)

Fervi

Offline

 

#3  2014-01-11 13:55:11

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

vga_switcheroo dotyczy chyba starych układów hybrydowych (muxed). W nowszych powinno to działać w inny sposób.

Offline

 

#4  2014-01-11 15:41:19

  andy - Użytkownik

andy
Użytkownik
Zarejestrowany: 2014-01-01

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

@up w jaki?

Offline

 

#5  2014-01-11 19:54:25

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

Przy otwartych powinno to samo działać przy najnowszym jądrze, xorgu, sterownikach itp.
Do tego opcja kernela (chyba w 3.13 ma być już domyślnie włączone):

Kod:

radeon.dpm=1

To dopiero od niedawna jest w otwartych sterownikach, więc wydajność i samo działanie może być niedopracowane. Nie wiem w ogóle jak to działa w Debianie bo nowości trafiają z opóźnieniem.
Tu ogólny opis na czym to polega:
https://wiki.archlinux.org/index.php/PRIME

W zamkniętych powinno działać stabilniej: [deb]fglrx-driver[/deb].

Jaką masz w ogóle wersje Debiana?

Ostatnio edytowany przez yossarian (2014-01-11 19:54:48)

Offline

 

#6  2014-01-11 20:21:03

  uzytkownikubunt - Zbanowany

uzytkownikubunt
Zbanowany
Zarejestrowany: 2012-04-25

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

341

Ostatnio edytowany przez uzytkownikubunt (2016-12-01 00:42:40)

Offline

 

#7  2014-01-11 20:29:50

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

Tu bardziej aktualne:
http://www.phoronix.com/scan.php?page=news_item&px=MTU1NzM

To wszystko bardzo świeże rzeczy i nie muszą jeszcze poprawnie działać, szczególnie w Debianie.
Dlatego proponowałem zacząć od sterowników zamkniętych.

Offline

 

#8  2014-01-11 21:18:43

  andy - Użytkownik

andy
Użytkownik
Zarejestrowany: 2014-01-01

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

@yossarian z tego co zrozumiałem to:

xrandr --listproviders #Wyświetla listę układów GPU
U siebie mam:

Kod:

andy@nabuchodonozor:~$ xrandr --listproviders 
Providers: number : 2
Provider 0: id: 0x6c cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 4 associated providers: 0 name:Intel
Provider 1: id: 0x45 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 0 associated providers: 0 name:radeon

Dając teraz:

Kod:

xrandr --setprovideroffloadsink 0x45 0x6c

HD7730M powinien być odpalany w momencie kiedy będzie potrzebny tj. zostanie "przypisany" do aplikacji?

Np.

DRI_PRIME=1 glxinfo | grep "OpenGL renderer"[/quote]
glxinfo zostanie uruchomione na drugiej?

U mnie powoduje to restartx Xów.

To wszystko bardzo świeże rzeczy i nie muszą jeszcze poprawnie działać, szczególnie w Debianie.
Dlatego proponowałem zacząć od sterowników zamkniętych.[/quote]
Wolałbym nie używać zamkniętych. Zresztą ostatnai wersja fglrx jest chyba kompatybilna do jajka 3.11 a u siebie mam 3.12.

Offline

 

#9  2014-01-11 21:23:56

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

W przypadku otwartych to chyba trzeba jeszcze trochę poczekać. Nie mam takiego układu to nic więcej nie mogę napisać.

Zamknięte powinny działać na najnowszych kernelach:

fglrx-driver (1:13.12-3) unstable; urgency=medium

  * [b]Fix IOMMU checks (closes: #729765).[/b]
  * Remove transitional libgl1-fglrx-glx-i386 package.

— Michael Gilbert <mgilbert@debian.org>  Sun, 05 Jan 2014 14:12:53 +0000

fglrx-driver (1:13.12-2) unstable; urgency=medium

  * Add a manpage for atigetsysteminfo.
  * [b]Support linux 3.11 (closes: #729765).[/b]

— Michael Gilbert <mgilbert@debian.org>  Sat, 04 Jan 2014 19:11:42 +0000

fglrx-driver (1:13.12-1) unstable; urgency=medium

  * New upstream stable release:
    - Virtual consoles work again (closes: #712527).
  * [b]Apply patches to support linux up to 3.13 (closes: #729765).[/b]

— Michael Gilbert <mgilbert@debian.org>  Tue, 31 Dec 2013 02:22:07 +0000[/quote]

Offline

 

#10  2014-01-12 09:59:55

  andy - Użytkownik

andy
Użytkownik
Zarejestrowany: 2014-01-01

Re: Przełączanie się między kartami graficznymi używając vga_switcheroo

Zainstalowałem zamknięte sterowniki. System uruchomił się ok na Radeonie. O przełączeniu się na Intela Xy mi już wstać nie chciały.
Wywaliłem fglrx, przeinstalowałem xorga, sterowniki otwarte do Radeona, Intela ale dalej mam problem z uruchomieniem Xów.
poniżej log. Jakieś pomysły?

Kod:

[    64.621] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[    64.621] X Protocol Version 11, Revision 0
[    64.621] Build Operating System: Linux 3.13.0-rc2-patser+ x86_64 Debian
[    64.621] Current Operating System: Linux nabuchodonozor 3.12-1-amd64 #1 SMP Debian 3.12.6-2 (2013-12-29) x86_64
[    64.621] Kernel command line: BOOT_IMAGE=/vmlinuz-3.12-1-amd64 root=UUID=c1cf7498-3282-4d78-81ee-6ac3e3006a39 ro quiet splash text
[    64.621] Build Date: 13 December 2013  10:12:53AM
[    64.621] xorg-server 2:1.14.5-1 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>) 
[    64.621] Current version of pixman: 0.32.4
[    64.621]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    64.621] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    64.621] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 12 09:42:27 2014
[    64.666] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    64.701] (==) No Layout section.  Using the first Screen section.
[    64.701] (==) No screen section available. Using defaults.
[    64.701] (**) |-->Screen "Default Screen Section" (0)
[    64.701] (**) |   |-->Monitor "<default monitor>"
[    64.701] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    64.701] (==) Automatically adding devices
[    64.701] (==) Automatically enabling devices
[    64.701] (==) Automatically adding GPU devices
[    64.737] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    64.738]     Entry deleted from font path.
[    64.800] (==) 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,
    built-ins
[    64.800] (==) ModulePath set to "/usr/lib/xorg/modules"
[    64.800] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    64.800] (II) Loader magic: 0x7f3008f58d00
[    64.800] (II) Module ABI versions:
[    64.800]     X.Org ANSI C Emulation: 0.4
[    64.800]     X.Org Video Driver: 14.1
[    64.800]     X.Org XInput driver : 19.1
[    64.800]     X.Org Server Extension : 7.0
[    64.801] (II) xfree86: Adding drm device (/dev/dri/card0)
[    64.802] (--) PCI:*(0:0:2:0) 8086:0166:1028:0572 rev 9, Mem @ 0xc1000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[    64.802] (--) PCI: (0:1:0:0) 1002:682f:1028:0572 rev 0, Mem @ 0xa0000000/268435456, 0xc0000000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    64.802] (II) Open ACPI successful (/var/run/acpid.socket)
[    64.803] Initializing built-in extension Generic Event Extension
[    64.803] Initializing built-in extension SHAPE
[    64.803] Initializing built-in extension MIT-SHM
[    64.803] Initializing built-in extension XInputExtension
[    64.803] Initializing built-in extension XTEST
[    64.803] Initializing built-in extension BIG-REQUESTS
[    64.803] Initializing built-in extension SYNC
[    64.803] Initializing built-in extension XKEYBOARD
[    64.803] Initializing built-in extension XC-MISC
[    64.803] Initializing built-in extension SECURITY
[    64.803] Initializing built-in extension XINERAMA
[    64.803] Initializing built-in extension XFIXES
[    64.803] Initializing built-in extension RENDER
[    64.803] Initializing built-in extension RANDR
[    64.803] Initializing built-in extension COMPOSITE
[    64.803] Initializing built-in extension DAMAGE
[    64.803] Initializing built-in extension MIT-SCREEN-SAVER
[    64.803] Initializing built-in extension DOUBLE-BUFFER
[    64.803] Initializing built-in extension RECORD
[    64.803] Initializing built-in extension DPMS
[    64.803] Initializing built-in extension X-Resource
[    64.803] Initializing built-in extension XVideo
[    64.803] Initializing built-in extension XVideo-MotionCompensation
[    64.803] Initializing built-in extension SELinux
[    64.804] Initializing built-in extension XFree86-VidModeExtension
[    64.804] Initializing built-in extension XFree86-DGA
[    64.804] Initializing built-in extension XFree86-DRI
[    64.804] Initializing built-in extension DRI2
[    64.804] (II) LoadModule: "glx"
[    64.839] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    64.861] (II) Module glx: vendor="X.Org Foundation"
[    64.861]     compiled for 1.14.5, module version = 1.0.0
[    64.861]     ABI class: X.Org Server Extension, version 7.0
[    64.861] (==) AIGLX enabled
[    64.861] Loading extension GLX
[    64.861] (==) Matched intel as autoconfigured driver 0
[    64.861] (==) Matched intel as autoconfigured driver 1
[    64.861] (==) Matched vesa as autoconfigured driver 2
[    64.861] (==) Matched modesetting as autoconfigured driver 3
[    64.861] (==) Matched fbdev as autoconfigured driver 4
[    64.861] (==) Assigned the driver to the xf86ConfigLayout
[    64.861] (II) LoadModule: "intel"
[    64.862] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    64.924] (II) Module intel: vendor="X.Org Foundation"
[    64.924]     compiled for 1.14.3, module version = 2.21.15
[    64.924]     Module class: X.Org Video Driver
[    64.924]     ABI class: X.Org Video Driver, version 14.1
[    64.924] (II) LoadModule: "vesa"
[    64.924] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    64.935] (II) Module vesa: vendor="X.Org Foundation"
[    64.935]     compiled for 1.14.3, module version = 2.3.3
[    64.935]     Module class: X.Org Video Driver
[    64.935]     ABI class: X.Org Video Driver, version 14.1
[    64.935] (II) LoadModule: "modesetting"
[    64.936] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    64.949] (II) Module modesetting: vendor="X.Org Foundation"
[    64.949]     compiled for 1.14.3, module version = 0.8.1
[    64.949]     Module class: X.Org Video Driver
[    64.949]     ABI class: X.Org Video Driver, version 14.1
[    64.949] (II) LoadModule: "fbdev"
[    64.949] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    64.960] (II) Module fbdev: vendor="X.Org Foundation"
[    64.960]     compiled for 1.14.3, module version = 0.4.4
[    64.960]     Module class: X.Org Video Driver
[    64.960]     ABI class: X.Org Video Driver, version 14.1
[    64.960] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    64.961] (II) VESA: driver for VESA chipsets: vesa
[    64.961] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    64.961] (II) FBDEV: driver for framebuffer: fbdev
[    64.961] (--) using VT number 7

[    64.969] (WW) Falling back to old probe method for vesa
[    64.969] (WW) Falling back to old probe method for modesetting
[    64.969] (WW) Falling back to old probe method for fbdev
[    64.969] (II) Loading sub module "fbdevhw"
[    64.969] (II) LoadModule: "fbdevhw"
[    64.969] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    64.996] (II) Module fbdevhw: vendor="X.Org Foundation"
[    64.996]     compiled for 1.14.5, module version = 0.0.2
[    64.996]     ABI class: X.Org Video Driver, version 14.1
[    64.996] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    64.996] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    64.996] (==) intel(0): RGB weight 888
[    64.996] (==) intel(0): Default visual is TrueColor
[    64.996] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    64.997] (**) intel(0): Relaxed fencing enabled
[    64.997] (**) intel(0): Wait on SwapBuffers? enabled
[    64.997] (**) intel(0): Triple buffering? enabled
[    64.997] (**) intel(0): Framebuffer tiled
[    64.997] (**) intel(0): Pixmaps tiled
[    64.997] (**) intel(0): 3D buffers tiled
[    64.997] (**) intel(0): SwapBuffers wait enabled
[    64.997] (==) intel(0): video overlay key set to 0x101fe
[    64.997] (II) intel(0): Output LVDS1 has no monitor section
[    64.997] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[    64.999] (II) intel(0): Output VGA1 has no monitor section
[    64.999] (II) intel(0): Output HDMI1 has no monitor section
[    64.999] (II) intel(0): Output DP1 has no monitor section
[    64.999] (II) intel(0): EDID for output LVDS1
[    64.999] (II) intel(0): Manufacturer: SEC  Model: 5448  Serial#: 0
[    64.999] (II) intel(0): Year: 2011  Week: 0
[    64.999] (II) intel(0): EDID Version: 1.4
[    64.999] (II) intel(0): Digital Display Input
[    64.999] (II) intel(0): 6 bits per channel
[    64.999] (II) intel(0): Digital interface is undefined
[    64.999] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    64.999] (II) intel(0): Gamma: 2.20
[    64.999] (II) intel(0): No DPMS capabilities specified
[    64.999] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    64.999] (II) intel(0): First detailed timing is preferred mode
[    64.999] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    64.999] (II) intel(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[    64.999] (II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    64.999] (II) intel(0): Manufacturer's mask: 0
[    64.999] (II) intel(0): Supported detailed timing:
[    64.999] (II) intel(0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    64.999] (II) intel(0): h_active: 1920  h_sync: 1944  h_sync_end 1960 h_blank_end 2080 h_border: 0
[    64.999] (II) intel(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1111 v_border: 0
[    64.999] (II) intel(0): Supported detailed timing:
[    64.999] (II) intel(0): clock: 129.5 MHz   Image Size:  344 x 194 mm
[    64.999] (II) intel(0): h_active: 1920  h_sync: 1944  h_sync_end 1960 h_blank_end 2408 h_border: 0
[    64.999] (II) intel(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1344 v_border: 0
[    64.999] (II) intel(0):  GJHY2€156HT
[    64.999] (II) intel(0): Unknown vendor-specific block 0
[    64.999] (II) intel(0): EDID (in hex):
[    64.999] (II) intel(0):     00ffffffffffff004ca3485400000000
[    64.999] (II) intel(0):     00150104902213780ac8959e57549226
[    64.999] (II) intel(0):     0f505400000001010101010101010101
[    64.999] (II) intel(0):     010101010101293680a070381f401810
[    64.999] (II) intel(0):     250058c21000001a963280e871380841
[    64.999] (II) intel(0):     1810250058c21000001a000000fe0047
[    64.999] (II) intel(0):     4a4859328031353648540a2000000000
[    64.999] (II) intel(0):     000041219e0000000002010a2020009e
[    65.000] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    65.000] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    65.000] (II) intel(0): Printing probed modes for output LVDS1
[    65.000] (II) intel(0): Modeline "1920x1080"x60.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    65.000] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    65.000] (II) intel(0): Modeline "1920x1080"x40.0  129.50  1920 1944 1960 2408  1080 1082 1087 1344 +hsync -vsync (53.8 kHz e)
[    65.000] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    65.000] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    65.000] (II) intel(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    65.000] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    65.000] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    65.000] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    65.000] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    65.000] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    65.000] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    65.000] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    65.000] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    65.000] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    65.000] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    65.000] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    65.001] (II) intel(0): EDID for output VGA1
[    65.002] (II) intel(0): EDID for output HDMI1
[    65.002] (II) intel(0): EDID for output DP1
[    65.002] (II) intel(0): Output LVDS1 connected
[    65.002] (II) intel(0): Output VGA1 disconnected
[    65.002] (II) intel(0): Output HDMI1 disconnected
[    65.002] (II) intel(0): Output DP1 disconnected
[    65.002] (II) intel(0): Using exact sizes for initial modes
[    65.002] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[    65.002] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    65.002] (II) intel(0): Kernel page flipping support detected, enabling
[    65.002] (==) intel(0): DPI set to (96, 96)
[    65.002] (II) Loading sub module "fb"
[    65.002] (II) LoadModule: "fb"
[    65.002] (II) Loading /usr/lib/xorg/modules/libfb.so
[    65.027] (II) Module fb: vendor="X.Org Foundation"
[    65.027]     compiled for 1.14.5, module version = 1.0.0
[    65.027]     ABI class: X.Org ANSI C Emulation, version 0.4
[    65.027] (II) Loading sub module "dri2"
[    65.027] (II) LoadModule: "dri2"
[    65.027] (II) Module "dri2" already built-in
[    65.027] (II) UnloadModule: "vesa"
[    65.027] (II) Unloading vesa
[    65.027] (II) UnloadModule: "modesetting"
[    65.027] (II) Unloading modesetting
[    65.027] (II) UnloadModule: "fbdev"
[    65.027] (II) Unloading fbdev
[    65.027] (II) UnloadSubModule: "fbdevhw"
[    65.027] (II) Unloading fbdevhw
[    65.027] (==) Depth 24 pixmap format is 32 bpp
[    65.028] (II) intel(0): [DRI2] Setup complete
[    65.028] (II) intel(0): [DRI2]   DRI driver: i965
[    65.028] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    65.030] (II) UXA(0): Driver registered support for the following operations:
[    65.030] (II)         solid
[    65.030] (II)         copy
[    65.030] (II)         composite (RENDER acceleration)
[    65.030] (II)         put_image
[    65.030] (II)         get_image
[    65.030] (==) intel(0): Backing store disabled
[    65.030] (==) intel(0): Silken mouse enabled
[    65.030] (II) intel(0): Initializing HW Cursor
[    65.030] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    65.031] (==) intel(0): DPMS enabled
[    65.031] (==) intel(0): Intel XvMC decoder enabled
[    65.031] (II) intel(0): Set up textured video
[    65.031] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    65.031] (II) intel(0): direct rendering: DRI2 Enabled
[    65.031] (==) intel(0): hotplug detection: "enabled"
[    65.052] (--) RandR disabled
[    65.058] (II) SELinux: Disabled on system
[    65.203] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    65.203] (II) AIGLX: enabled GLX_INTEL_swap_event
[    65.203] (II) AIGLX: enabled GLX_ARB_create_context
[    65.203] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    65.203] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    65.203] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    65.203] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    65.203] (II) AIGLX: Loaded and initialized i965
[    65.203] (II) GLX: Initialized DRI2 GL provider for screen 0
[    65.204] (II) intel(0): Setting screen physical size to 508 x 285
[    65.630] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    65.630] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    65.630] (II) LoadModule: "evdev"
[    65.643] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    65.672] (II) Module evdev: vendor="X.Org Foundation"
[    65.672]     compiled for 1.14.3, module version = 2.8.2
[    65.672]     Module class: X.Org XInput Driver
[    65.672]     ABI class: X.Org XInput driver, version 19.1
[    65.672] (II) Using input driver 'evdev' for 'Power Button'
[    65.672] (**) Power Button: always reports core events
[    65.672] (**) evdev: Power Button: Device: "/dev/input/event3"
[    65.672] (--) evdev: Power Button: Vendor 0 Product 0x1
[    65.672] (--) evdev: Power Button: Found keys
[    65.672] (II) evdev: Power Button: Configuring as keyboard
[    65.672] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[    65.672] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    65.672] (**) Option "xkb_rules" "evdev"
[    65.672] (**) Option "xkb_model" "pc105"
[    65.672] (**) Option "xkb_layout" "pl"
[    65.747] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    65.747] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    65.747] (II) Using input driver 'evdev' for 'Video Bus'
[    65.747] (**) Video Bus: always reports core events
[    65.747] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    65.747] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    65.747] (--) evdev: Video Bus: Found keys
[    65.747] (II) evdev: Video Bus: Configuring as keyboard
[    65.747] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input8/event6"
[    65.747] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    65.747] (**) Option "xkb_rules" "evdev"
[    65.748] (**) Option "xkb_model" "pc105"
[    65.748] (**) Option "xkb_layout" "pl"
[    65.748] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    65.748] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    65.748] (II) Using input driver 'evdev' for 'Power Button'
[    65.748] (**) Power Button: always reports core events
[    65.748] (**) evdev: Power Button: Device: "/dev/input/event1"
[    65.748] (--) evdev: Power Button: Vendor 0 Product 0x1
[    65.748] (--) evdev: Power Button: Found keys
[    65.748] (II) evdev: Power Button: Configuring as keyboard
[    65.748] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event1"
[    65.748] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    65.748] (**) Option "xkb_rules" "evdev"
[    65.748] (**) Option "xkb_model" "pc105"
[    65.748] (**) Option "xkb_layout" "pl"
[    65.749] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    65.749] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    65.749] (II) Using input driver 'evdev' for 'Video Bus'
[    65.749] (**) Video Bus: always reports core events
[    65.749] (**) evdev: Video Bus: Device: "/dev/input/event5"
[    65.749] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    65.749] (--) evdev: Video Bus: Found keys
[    65.749] (II) evdev: Video Bus: Configuring as keyboard
[    65.749] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2a/LNXVIDEO:00/input/input7/event5"
[    65.749] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    65.749] (**) Option "xkb_rules" "evdev"
[    65.749] (**) Option "xkb_model" "pc105"
[    65.749] (**) Option "xkb_layout" "pl"
[    65.749] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    65.749] (II) No input driver specified, ignoring this device.
[    65.749] (II) This device may have been added with another device file.
[    65.749] (II) config/udev: Adding drm device (/dev/dri/card0)
[    65.749] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/event4)
[    65.749] (**) Logitech Unifying Device. Wireless PID:101b: Applying InputClass "evdev pointer catchall"
[    65.749] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101b'
[    65.750] (**) Logitech Unifying Device. Wireless PID:101b: always reports core events
[    65.750] (**) evdev: Logitech Unifying Device. Wireless PID:101b: Device: "/dev/input/event4"
[    65.750] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Vendor 0x46d Product 0xc52b
[    65.750] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found 20 mouse buttons
[    65.750] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found scroll wheel(s)
[    65.750] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found relative axes
[    65.750] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found x and y relative axes
[    65.750] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Configuring as mouse
[    65.750] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Adding scrollwheel support
[    65.750] (**) evdev: Logitech Unifying Device. Wireless PID:101b: YAxisMapping: buttons 4 and 5
[    65.750] (**) evdev: Logitech Unifying Device. Wireless PID:101b: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    65.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/input/input6/event4"
[    65.750] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101b" (type: MOUSE, id 10)
[    65.750] (II) evdev: Logitech Unifying Device. Wireless PID:101b: initialized for relative axes.
[    65.750] (**) Logitech Unifying Device. Wireless PID:101b: (accel) keeping acceleration scheme 1
[    65.750] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration profile 0
[    65.750] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration factor: 2.000
[    65.750] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration threshold: 4
[    65.750] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/mouse0)
[    65.750] (II) No input driver specified, ignoring this device.
[    65.750] (II) This device may have been added with another device file.
[    65.750] (II) config/udev: Adding input device Laptop_Integrated_Webcam_E4HD (/dev/input/event9)
[    65.750] (**) Laptop_Integrated_Webcam_E4HD: Applying InputClass "evdev keyboard catchall"
[    65.750] (II) Using input driver 'evdev' for 'Laptop_Integrated_Webcam_E4HD'
[    65.750] (**) Laptop_Integrated_Webcam_E4HD: always reports core events
[    65.750] (**) evdev: Laptop_Integrated_Webcam_E4HD: Device: "/dev/input/event9"
[    65.750] (--) evdev: Laptop_Integrated_Webcam_E4HD: Vendor 0xc45 Product 0x644a
[    65.750] (--) evdev: Laptop_Integrated_Webcam_E4HD: Found keys
[    65.750] (II) evdev: Laptop_Integrated_Webcam_E4HD: Configuring as keyboard
[    65.750] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input12/event9"
[    65.750] (II) XINPUT: Adding extended input device "Laptop_Integrated_Webcam_E4HD" (type: KEYBOARD, id 11)
[    65.750] (**) Option "xkb_rules" "evdev"
[    65.750] (**) Option "xkb_model" "pc105"
[    65.750] (**) Option "xkb_layout" "pl"
[    65.751] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[    65.751] (II) No input driver specified, ignoring this device.
[    65.751] (II) This device may have been added with another device file.
[    65.751] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    65.751] (II) No input driver specified, ignoring this device.
[    65.751] (II) This device may have been added with another device file.
[    65.751] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[    65.751] (II) No input driver specified, ignoring this device.
[    65.751] (II) This device may have been added with another device file.
[    65.751] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    65.751] (II) No input driver specified, ignoring this device.
[    65.751] (II) This device may have been added with another device file.
[    65.752] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    65.752] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    65.752] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    65.752] (**) AT Translated Set 2 keyboard: always reports core events
[    65.752] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    65.752] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    65.752] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    65.752] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    65.752] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    65.752] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    65.752] (**) Option "xkb_rules" "evdev"
[    65.752] (**) Option "xkb_model" "pc105"
[    65.752] (**) Option "xkb_layout" "pl"
[    65.752] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[    65.752] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    65.752] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    65.752] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    65.752] (II) LoadModule: "synaptics"
[    65.752] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    65.774] (II) Module synaptics: vendor="X.Org Foundation"
[    65.774]     compiled for 1.14.5, module version = 1.7.2
[    65.774]     Module class: X.Org XInput Driver
[    65.774]     ABI class: X.Org XInput driver, version 19.1
[    65.774] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    65.774] (**) ETPS/2 Elantech Touchpad: always reports core events
[    65.774] (**) Option "Device" "/dev/input/event14"
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2940 (res 0)
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1400 (res 0)
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    65.856] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    65.856] (**) ETPS/2 Elantech Touchpad: always reports core events
[    65.916] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event14"
[    65.916] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[    65.916] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    65.916] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[    65.916] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.061
[    65.916] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    65.916] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    65.916] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    65.916] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    65.916] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    65.917] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    65.917] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    65.917] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    65.917] (II) No input driver specified, ignoring this device.
[    65.917] (II) This device may have been added with another device file.
[    65.917] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
[    65.917] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    65.917] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[    65.917] (**) Dell WMI hotkeys: always reports core events
[    65.917] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event8"
[    65.917] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[    65.917] (--) evdev: Dell WMI hotkeys: Found keys
[    65.918] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[    65.918] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event8"
[    65.918] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[    65.918] (**) Option "xkb_rules" "evdev"
[    65.918] (**) Option "xkb_model" "pc105"
[    65.918] (**) Option "xkb_layout" "pl"
[    65.918] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[    65.918] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    65.918] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    65.918] (**) ACPI Virtual Keyboard Device: always reports core events
[    65.918] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event15"
[    65.918] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[    65.918] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[    65.918] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[    65.918] (**) Option "config_info" "udev:/sys/devices/virtual/input/input17/event15"
[    65.918] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 15)
[    65.918] (**) Option "xkb_rules" "evdev"
[    65.918] (**) Option "xkb_model" "pc105"
[    65.918] (**) Option "xkb_layout" "pl"
[    71.206] (II) intel(0): EDID vendor "SEC", prod id 21576
[    71.206] (II) intel(0): Printing DDC gathered Modelines:
[    71.206] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    71.206] (II) intel(0): Modeline "1920x1080"x0.0  129.50  1920 1944 1960 2408  1080 1082 1087 1344 +hsync -vsync (53.8 kHz e)
[    75.546] (II) intel(0): EDID vendor "SEC", prod id 21576
[    75.546] (II) intel(0): Printing DDC gathered Modelines:
[    75.546] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    75.546] (II) intel(0): Modeline "1920x1080"x0.0  129.50  1920 1944 1960 2408  1080 1082 1087 1344 +hsync -vsync (53.8 kHz e)
[    78.680] (II) intel(0): EDID vendor "SEC", prod id 21576
[    78.681] (II) intel(0): Printing DDC gathered Modelines:
[    78.681] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    78.681] (II) intel(0): Modeline "1920x1080"x0.0  129.50  1920 1944 1960 2408  1080 1082 1087 1344 +hsync -vsync (53.8 kHz e)
[    93.069] (II) intel(0): EDID vendor "SEC", prod id 21576
[    93.069] (II) intel(0): Printing DDC gathered Modelines:
[    93.069] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    93.069] (II) intel(0): Modeline "1920x1080"x0.0  129.50  1920 1944 1960 2408  1080 1082 1087 1344 +hsync -vsync (53.8 kHz e)
[   107.123] (II) evdev: ACPI Virtual Keyboard Device: Close
[   107.123] (II) UnloadModule: "evdev"
[   107.123] (II) evdev: Dell WMI hotkeys: Close
[   107.123] (II) UnloadModule: "evdev"
[   107.123] (II) UnloadModule: "synaptics"
[   107.123] (II) evdev: AT Translated Set 2 keyboard: Close
[   107.123] (II) UnloadModule: "evdev"
[   107.123] (II) evdev: Laptop_Integrated_Webcam_E4HD: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.124] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.124] (II) evdev: Video Bus: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.124] (II) evdev: Power Button: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.124] (II) evdev: Video Bus: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.124] (II) evdev: Power Button: Close
[   107.124] (II) UnloadModule: "evdev"
[   107.870] (EE) Server terminated successfully (0). Closing log file.

---

Wywaliłem raz jeszcze otwarte od Radka i wgrałem zamknięte. Pulpit się pięknie ładuje na zamkniętych. Jak naprawić teraz działanie intelowskich z zamkniętymi od radka?

Ostatnio edytowany przez andy (2014-01-12 11:29:07)

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)

[ Generated in 0.010 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00017 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00097 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.225.56.78' WHERE u.id=1
0.00074 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.225.56.78', 1732397821)
0.00042 SELECT * FROM punbb_online WHERE logged<1732397521
0.00054 SELECT topic_id FROM punbb_posts WHERE id=251253
0.00005 SELECT id FROM punbb_posts WHERE topic_id=24972 ORDER BY posted
0.00056 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=24972 AND t.moved_to IS NULL
0.00007 SELECT search_for, replace_with FROM punbb_censoring
0.00125 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=24972 ORDER BY p.id LIMIT 0,25
0.00268 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=24972
Total query time: 0.00749 s