Skip to content

Instantly share code, notes, and snippets.

@Kriptonium
Created April 12, 2016 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kriptonium/4e28bf3a7736c7eb544f7856a0736579 to your computer and use it in GitHub Desktop.
Save Kriptonium/4e28bf3a7736c7eb544f7856a0736579 to your computer and use it in GitHub Desktop.
[user@kripx ~] $ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev ff)
[user@kripx ~] $ grep -i intel /var/log/Xorg.0.log
[ 79.838] (==) Matched intel as autoconfigured driver 0
[ 79.838] (==) Matched intel as autoconfigured driver 4
[ 79.838] (II) LoadModule: "intel"
[ 79.869] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 79.898] (II) Module intel: vendor="X.Org Foundation"
[ 79.959] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
[ 79.960] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 79.960] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 79.960] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 79.972] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20151010
[ 80.007] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 80.007] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[ 80.007] (II) intel(0): Creating default Display subsection in Screen section
[ 80.007] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 80.007] (==) intel(0): RGB weight 888
[ 80.007] (==) intel(0): Default visual is TrueColor
[ 80.008] (II) intel(0): Output LVDS1 has no monitor section
[ 80.021] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[ 80.021] (II) intel(0): Enabled output LVDS1
[ 80.021] (II) intel(0): Output VGA1 has no monitor section
[ 80.021] (II) intel(0): Enabled output VGA1
[ 80.021] (II) intel(0): Output HDMI1 has no monitor section
[ 80.021] (II) intel(0): Enabled output HDMI1
[ 80.021] (II) intel(0): Output DP1 has no monitor section
[ 80.021] (II) intel(0): Enabled output DP1
[ 80.021] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 80.021] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 80.021] (II) intel(0): Enabled output VIRTUAL1
[ 80.021] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[ 80.021] (==) intel(0): TearFree disabled
[ 80.021] (==) intel(0): DPI set to (96, 96)
[ 80.070] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[ 80.070] (==) intel(0): Backing store enabled
[ 80.070] (==) intel(0): Silken mouse enabled
[ 80.072] (II) intel(0): HW Cursor enabled
[ 80.072] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 80.073] (==) intel(0): DPMS enabled
[ 80.073] (==) intel(0): Display hotplug detection enabled
[ 80.073] (II) intel(0): [DRI2] Setup complete
[ 80.073] (II) intel(0): [DRI2] DRI driver: i965
[ 80.073] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 80.073] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 80.073] (II) intel(0): hardware support for Present enabled
[ 80.085] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 80.087] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 80.088] (II) intel(0): Setting screen physical size to 361 x 203
[ 80.246] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 80.246] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 80.247] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 82.022] (II) intel(0): EDID vendor "AUO", prod id 12348
[ 82.022] (II) intel(0): Printing DDC gathered Modelines:
[ 82.022] (II) intel(0): Modeline "1366x768"x0.0 76.60 1366 1404 1426 1598 768 771 777 798 +hsync -vsync (47.9 kHz eP)
[ 82.022] (II) intel(0): Modeline "1366x768"x0.0 51.07 1366 1404 1426 1598 768 771 777 798 +hsync -vsync (32.0 kHz e)
[user@kripx ~] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment