Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. GRUB_CMDLINE_LINUX="nomodeset"
  2.  
  3. GRUB_CMDLINE_LINUX="i915.modeset=1 i915.lvds_channel_mode=2 video=VGA-1:1280x1024Me video=LVDS-1:1024x768Me"
  4.  
  5. xrandr: Output LVDS1 is not disconnected but has no modes
  6. Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
  7. LVDS1 connected (normal left inverted right x axis y axis)
  8. VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
  9. 1920x1080 60.0*+
  10. 1680x1050 60.0
  11. 1280x1024 75.0 60.0
  12. 1440x900 59.9
  13. 1280x960 60.0
  14. 1024x768 75.1 70.1 60.0
  15. ...
  16. 720x400 70.1
  17. DP1 disconnected (normal left inverted right x axis y axis)
  18. VIRTUAL1 disconnected (normal left inverted right x axis y axis)
  19.  
  20. $ xrandr --addmode LVDS1 1024x768
  21.  
  22. xrandr: Output LVDS1 is not disconnected but has no modes
  23.  
  24. echo -n "Release: " && lsb_release -sd && echo -n "Kernel: " || cat /etc/*release && uname -s -r && echo -n "Unity: " && unity --version && echo && /usr/lib/nux/unity_support_test -p -f && echo || echo && dpkg -s mesa-utils && echo || echo && echo "Xserver xorg core:" && apt-cache policy xserver-xorg-core | grep Installed && echo
  25.  
  26. Release: Ubuntu 14.04.1 LTS
  27. Kernel: Linux 3.13.0-39-generic
  28. Unity: The program 'unity' is currently not installed. You can install it by typing: sudo apt-get install unity
  29.  
  30. Package: mesa-utils
  31. Status: install ok installed
  32. Priority: optional
  33. Section: x11
  34. Installed-Size: 130
  35. Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  36. Architecture: amd64
  37. Source: mesa-demos
  38. Version: 8.1.0-2
  39. Replaces: xbase-clients (<< 6.8.2-38)
  40. Depends: libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libx11-6
  41. Description: Miscellaneous Mesa GL utilities This package provides several basic GL utilities built by Mesa, including glxinfo and glxgears.
  42. Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
  43. Homepage: http://mesa3d.org/
  44.  
  45. Xserver xorg core:
  46. Installed: 2:1.15.1-0ubuntu2.1
  47.  
  48. ~$ for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done
  49.  
  50. DP-1: disconnected
  51. LVDS-1: connected
  52. VGA-1: connected
  53.  
  54. ~# cat /sys/kernel/debug/dri/0/i915_error_state
  55. no error state collected
  56. ~# cat /sys/kernel/debug/dri/64/i915_error_state
  57. no error state collected
  58.  
  59. 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA controller])
  60. Subsystem: Dell Device 02d8
  61. Flags: bus master, fast devsel, latency 0, IRQ 45
  62. Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
  63. Memory at e0000000 (64-bit, prefetchable) [size=256M]
  64. I/O ports at efe8 [size=8]
  65. Expansion ROM at <unassigned> [disabled]
  66. Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
  67. Capabilities: [d0] Power Management version 3
  68. Kernel driver in use: i915
  69.  
  70. 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
  71. Subsystem: Dell Device 02d8
  72. Flags: bus master, fast devsel, latency 0
  73. Memory at f6b00000 (64-bit, non-prefetchable) [size=1M]
  74. Capabilities: [d0] Power Management version 3
  75.  
  76. *-display:0
  77. description: VGA compatible controller
  78. product: Mobile 4 Series Chipset Integrated Graphics Controller
  79. vendor: Intel Corporation
  80. physical id: 2
  81. bus info: pci@0000:00:02.0
  82. version: 07
  83. width: 64 bits
  84. clock: 33MHz
  85. capabilities: msi pm vga_controller bus_master cap_list rom
  86. configuration: driver=i915 latency=0
  87. resources: irq:45 memory:f6c00000-f6ffffff memory:e0000000-efffffff ioport:efe8(size=8)
  88. *-display:1 UNCLAIMED
  89. description: Display controller
  90. product: Mobile 4 Series Chipset Integrated Graphics Controller
  91. vendor: Intel Corporation
  92. physical id: 2.1
  93. bus info: pci@0000:00:02.1
  94. version: 07
  95. width: 64 bits
  96. clock: 33MHz
  97. capabilities: pm bus_master cap_list
  98. configuration: latency=0
  99. resources: memory:f6b00000-f6bfffff
  100.  
  101. ~# for i in /sys/module/i915/parameters/*;do echo ${i}=`cat $i`;done
  102.  
  103. /sys/module/i915/parameters/disable_display=N
  104. /sys/module/i915/parameters/disable_power_well=1
  105. /sys/module/i915/parameters/disable_vtd_wa=N
  106. /sys/module/i915/parameters/enable_cmd_parser=1
  107. /sys/module/i915/parameters/enable_fbc=-1
  108. /sys/module/i915/parameters/enable_hangcheck=Y
  109. /sys/module/i915/parameters/enable_ips=1
  110. /sys/module/i915/parameters/enable_ppgtt=0
  111. /sys/module/i915/parameters/enable_psr=0
  112. /sys/module/i915/parameters/enable_rc6=0
  113. /sys/module/i915/parameters/fastboot=N
  114. /sys/module/i915/parameters/invert_brightness=0
  115. /sys/module/i915/parameters/lvds_channel_mode=2
  116. /sys/module/i915/parameters/lvds_downclock=0
  117. /sys/module/i915/parameters/lvds_use_ssc=-1
  118. /sys/module/i915/parameters/modeset=1
  119. /sys/module/i915/parameters/panel_ignore_lid=1
  120. /sys/module/i915/parameters/powersave=1
  121. /sys/module/i915/parameters/prefault_disable=N
  122. /sys/module/i915/parameters/preliminary_hw_support=1
  123. /sys/module/i915/parameters/reset=Y
  124. /sys/module/i915/parameters/semaphores=-1
  125. /sys/module/i915/parameters/vbt_sdvo_panel_type=-1
  126.  
  127. modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, 1=on, -1=force vga console preference [default]) (int)
  128. panel_ignore_lid:Override lid status (0=autodetect, 1=autodetect disabled [default], -1=force lid closed, -2=force lid open) (int)
  129. powersave:Enable powersavings, fbc, downclocking, etc. (default: true) (int)
  130. semaphores:Use semaphores for inter-ring sync (default: -1 (use per-chip defaults)) (int)
  131. enable_rc6:Enable power-saving render C-state 6. Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. default: -1 (use per-chip default) (int)
  132. enable_fbc:Enable frame buffer compression for power savings (default: -1 (use per-chip default)) (int)
  133. lvds_downclock:Use panel (LVDS/eDP) downclocking for power savings (default: false) (int)
  134. lvds_channel_mode:Specify LVDS channel mode (0=probe BIOS [default], 1=single-channel, 2=dual-channel) (int)
  135. lvds_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] (default: auto from VBT) (int)
  136. vbt_sdvo_panel_type:Override/Ignore selection of SDVO panel mode in the VBT (-2=ignore, -1=auto [default], index in VBT BIOS table) (int)
  137. reset:Attempt GPU resets (default: true) (bool)
  138. enable_hangcheck:Periodically check GPU activity for detecting hangs. WARNING: Disabling this can cause system wide hangs. (default: true) (bool)
  139. enable_ppgtt:Override PPGTT usage. (-1=auto [default], 0=disabled, 1=aliasing, 2=full) (int)
  140. enable_psr:Enable PSR (default: false) (int)
  141. preliminary_hw_support:Enable preliminary hardware support. (int)
  142. disable_power_well:Disable the power well when possible (default: true) (int)
  143. enable_ips:Enable IPS (default: true) (int)
  144. fastboot:Try to skip unnecessary mode sets at boot time (default: false) (bool)
  145. prefault_disable:Disable page prefaulting for pread/pwrite/reloc (default:false). For developers only. (bool)
  146. invert_brightness:Invert backlight brightness (-1 force normal, 0 machine defaults, 1 force inversion), please report PCI device ID, subsystem vendor and subsystem device ID to dri-devel@lists.freedesktop.org, if your machine needs it. It will then be included in an upcoming module version. (int)
  147. disable_display:Disable display (default: false) (bool)
  148. disable_vtd_wa:Disable all VT-d workarounds (default: false) (bool)
  149. enable_cmd_parser:Enable command parsing (1=enabled [default], 0=disabled) (int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement