Advertisement
JeffeJulioelJudeo

CentOS 6.6 GLX Fatal server error No Screens Found

Dec 29th, 2016
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.01 KB | None | 0 0
  1. “Loading extension GLX Fatal server error: (EE) no screens found(EE)”
  2. “Connection refused (errno 111): unable to connect to X server”
  3. when running startx or initx on an Intel Next Unit of Computing NUC5YPPH N3700 small form factor PC running
  4. CentOS 6.6, FreePBX, and Asterisk distribution from Schmooze
  5.  
  6. This was an experiment to have a VoIP intercom between the house and barn, which isn't working.
  7. Since that was a bust I'd like to use the NUC for browsing the web and as a DLNA media server, but that is turning into a bust as well since I can't even load KDE or GNOME.
  8.  
  9. Information for general problems from getinfo.sh
  10. [code]
  11. == BEGIN uname -rmi ==
  12. 2.6.32-642.6.2.el6.x86_64 x86_64 x86_64
  13. == END uname -rmi ==
  14.  
  15. == BEGIN rpm -qa \*-release\* ==
  16. schmooze-release-6-6.el6.shmz66.3.4.x86_64
  17. nux-dextop-release-0-2.el6.nux.noarch
  18. epel-release-6-8.noarch
  19. elrepo-release-6-6.el6.elrepo.noarch
  20. == END rpm -qa \*-release\* ==
  21.  
  22. == BEGIN cat /etc/redhat-release ==
  23. SHMZ release 6.6 (Final)
  24. == END cat /etc/redhat-release ==
  25.  
  26. == BEGIN getenforce ==
  27. Disabled
  28. == END getenforce ==
  29.  
  30. == BEGIN free -m ==
  31. total used free shared buffers cached
  32. Mem: 7791 712 7078 0 73 247
  33. -/+ buffers/cache: 391 7399
  34. Swap: 766 0 766
  35. == END free -m ==
  36.  
  37. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  38. python-2.6.6-52.el6.x86_64
  39. rpm-build-4.8.0-38.el6_6.x86_64
  40. rpm-libs-4.8.0-38.el6_6.x86_64
  41. rpm-python-4.8.0-38.el6_6.x86_64
  42. yum-3.2.29-60.el6.centos.noarch
  43. yum-kmod-1.1.16-21.16.21.el6.noarch
  44. yum-metadata-parser-1.1.2-16.el6.x86_64
  45. yum-plugin-fastestmirror-1.1.30-30.el6.noarch
  46. yum-utils-1.1.30-30.el6.noarch
  47. == END rpm -qa yum\* rpm-\* python | sort ==
  48.  
  49. == BEGIN ls /etc/yum.repos.d ==
  50. elrepo.repo
  51. epel.repo
  52. epel-testing.repo
  53. FreePBX.repo
  54. google-chrome.repo
  55. nux-dextop.repo
  56. == END ls /etc/yum.repos.d ==
  57.  
  58. == BEGIN cat /etc/yum.conf ==
  59. [main]
  60. cachedir=/var/cache/yum/$basearch/$releasever
  61. keepcache=0
  62. debuglevel=2
  63. logfile=/var/log/yum.log
  64. exactarch=1
  65. obsoletes=1
  66. gpgcheck=1
  67. plugins=1
  68. installonly_limit=5
  69. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=19&ref=http://bugs.centos.org/bug_report_page.php?category=yum
  70. distroverpkg=centos-release
  71.  
  72. # This is the default, if you make this bigger yum won't see if the metadata
  73. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  74. # download the new metadata and "pay" for it by yum not having correct
  75. # information.
  76. # It is esp. important, to have correct metadata, for distributions like
  77. # Fedora which don't keep old packages around. If you don't like this checking
  78. # interupting your command line usage, it's much better to have something
  79. # manually check the metadata once an hour (yum-updatesd will do this).
  80. # metadata_expire=90m
  81.  
  82. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  83. # in /etc/yum.repos.d
  84. == END cat /etc/yum.conf ==
  85.  
  86. == BEGIN yum repolist all ==
  87. Loaded plugins: fastestmirror, kmod, refresh-packagekit
  88. Loading mirror speeds from cached hostfile
  89. * elrepo: iad.mirror.rackspace.com
  90. * epel: mirror.cogentco.com
  91. * nux-dextop: mirror.li.nux.ro
  92. repo id repo name status
  93. base SHMZ-6 - Base enabled: 6,520
  94. elrepo ELRepo.org Community Enterprise Linux Rep enabled: 271
  95. elrepo-extras ELRepo.org Community Enterprise Linux Ext disabled
  96. elrepo-kernel ELRepo.org Community Enterprise Linux Ker disabled
  97. elrepo-testing ELRepo.org Community Enterprise Linux Tes disabled
  98. epel Extra Packages for Enterprise Linux 6 - x enabled: 12,200
  99. epel-debuginfo Extra Packages for Enterprise Linux 6 - x disabled
  100. epel-source Extra Packages for Enterprise Linux 6 - x disabled
  101. epel-testing Extra Packages for Enterprise Linux 6 - T disabled
  102. epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - T disabled
  103. epel-testing-source Extra Packages for Enterprise Linux 6 - T disabled
  104. extras SHMZ-6 - Extras enabled: 38
  105. google-chrome google-chrome enabled: 3
  106. high-availability high-availability disabled
  107. nux-dextop Nux.Ro RPMs for general desktop use enabled: 1,576
  108. nux-dextop-testing Nux.Ro RPMs for general desktop use - tes disabled
  109. pbx pbx enabled: 2,942
  110. schmooze-commercial schmooze-commercial enabled: 171
  111. updates SHMZ-6 - Updates enabled: 1,367
  112. repolist: 25,088
  113. == END yum repolist all ==
  114.  
  115. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  116. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  117.  
  118. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  119. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  120.  
  121. == BEGIN cat /etc/fstab ==
  122.  
  123. #
  124. # /etc/fstab
  125. # Created by anaconda on Fri May 20 01:50:37 2016
  126. #
  127. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  128. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  129. #
  130. UUID=1621dcc6-271e-4cf4-92fe-5b76869940c3 / ext4 defaults 1 1
  131. UUID=edb6239f-6b39-4612-afcd-4f64db11ad28 /boot ext4 defaults 1 2
  132. UUID=95d81a58-26a8-4883-869d-c0c38dec3a69 swap swap defaults 0 0
  133. tmpfs /dev/shm tmpfs defaults 0 0
  134. devpts /dev/pts devpts gid=5,mode=620 0 0
  135. sysfs /sys sysfs defaults 0 0
  136. proc /proc proc defaults 0 0
  137. == END cat /etc/fstab ==
  138.  
  139. == BEGIN df -h ==
  140. Filesystem Size Used Avail Use% Mounted on
  141. /dev/sda2 229G 4.8G 212G 3% /
  142. tmpfs 3.9G 0 3.9G 0% /dev/shm
  143. /dev/sda1 283M 56M 213M 21% /boot
  144. == END df -h ==
  145.  
  146. == BEGIN fdisk -lu ==
  147.  
  148. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  149. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  150. Units = sectors of 1 * 512 = 512 bytes
  151. Sector size (logical/physical): 512 bytes / 512 bytes
  152. I/O size (minimum/optimal): 512 bytes / 512 bytes
  153. Disk identifier: 0x000b8f16
  154.  
  155. Device Boot Start End Blocks Id System
  156. /dev/sda1 * 2048 616447 307200 83 Linux
  157. Partition 1 does not end on cylinder boundary.
  158. /dev/sda2 616448 486825983 243104768 83 Linux
  159. /dev/sda3 486825984 488396799 785408 82 Linux swap / Solaris
  160. == END fdisk -lu ==
  161.  
  162. == BEGIN blkid ==
  163. /dev/sda1: UUID="edb6239f-6b39-4612-afcd-4f64db11ad28" TYPE="ext4"
  164. /dev/sda2: UUID="1621dcc6-271e-4cf4-92fe-5b76869940c3" TYPE="ext4"
  165. /dev/sda3: UUID="95d81a58-26a8-4883-869d-c0c38dec3a69" TYPE="swap"
  166. == END blkid ==
  167.  
  168. == BEGIN cat /proc/mdstat ==
  169. Personalities :
  170. unused devices: <none>
  171. == END cat /proc/mdstat ==
  172.  
  173. == BEGIN pvs ==
  174. == END pvs ==
  175.  
  176. == BEGIN vgs ==
  177. No volume groups found
  178. == END vgs ==
  179.  
  180. == BEGIN lvs ==
  181. No volume groups found
  182. == END lvs ==
  183.  
  184. == BEGIN rpm -qa kernel\* | sort ==
  185. kernel-2.6.32-504.8.1.el6.x86_64
  186. kernel-2.6.32-642.6.2.el6.x86_64
  187. kernel-devel-2.6.32-504.8.1.el6.x86_64
  188. kernel-devel-2.6.32-642.6.2.el6.x86_64
  189. kernel-firmware-2.6.32-642.6.2.el6.noarch
  190. kernel-headers-2.6.32-642.6.2.el6.x86_64
  191. == END rpm -qa kernel\* | sort ==
  192.  
  193. == BEGIN lspci -nn ==
  194. 00:00.0 Host bridge [0600]: Intel Corporation Device [8086:2280] (rev 21)
  195. 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21)
  196. 00:12.0 SD Host controller [0805]: Intel Corporation Device [8086:2296] (rev 21)
  197. 00:13.0 SATA controller [0106]: Intel Corporation Device [8086:22a3] (rev 21)
  198. 00:14.0 USB controller [0c03]: Intel Corporation Device [8086:22b5] (rev 21)
  199. 00:18.0 DMA controller [0801]: Intel Corporation Device [8086:22c0] (rev 21)
  200. 00:18.6 Serial bus controller [0c80]: Intel Corporation Device [8086:22c6] (rev 21)
  201. 00:18.7 Serial bus controller [0c80]: Intel Corporation Device [8086:22c7] (rev 21)
  202. 00:1a.0 Encryption controller [1080]: Intel Corporation Device [8086:2298] (rev 21)
  203. 00:1b.0 Audio device [0403]: Intel Corporation Device [8086:2284] (rev 21)
  204. 00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:22c8] (rev 21)
  205. 00:1c.1 PCI bridge [0604]: Intel Corporation Device [8086:22ca] (rev 21)
  206. 00:1c.2 PCI bridge [0604]: Intel Corporation Device [8086:22cc] (rev 21)
  207. 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:229c] (rev 21)
  208. 00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:2292] (rev 21)
  209. 02:00.0 Network controller [0280]: Intel Corporation Device [8086:3165] (rev 81)
  210. 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
  211. == END lspci -nn ==
  212.  
  213. == BEGIN lsusb ==
  214. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  215. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  216. Bus 001 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
  217. Bus 001 Device 003: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
  218. Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
  219. Bus 001 Device 005: ID 8087:0a2a Intel Corp.
  220. == END lsusb ==
  221.  
  222. == BEGIN rpm -qa kmod\* kmdl\* ==
  223. kmod-dahdi-linux-2.11.1-22_centos6.2.6.32_642.6.2.el6.x86_64.x86_64
  224. == END rpm -qa kmod\* kmdl\* ==
  225.  
  226. == BEGIN ifconfig -a ==
  227. eth0 Link encap:Ethernet HWaddr B8:AE:ED:E9:AD:AB
  228. inet addr:192.168.1.90 Bcast:255.255.255.255 Mask:255.255.255.128
  229. inet6 addr: fe80::baae:edff:fee9:adab/64 Scope:Link
  230. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  231. RX packets:40697 errors:0 dropped:0 overruns:0 frame:0
  232. TX packets:4457 errors:0 dropped:0 overruns:0 carrier:0
  233. collisions:0 txqueuelen:1000
  234. RX bytes:8855955 (8.4 MiB) TX bytes:387021 (377.9 KiB)
  235.  
  236. lo Link encap:Local Loopback
  237. inet addr:127.0.0.1 Mask:255.0.0.0
  238. inet6 addr: ::1/128 Scope:Host
  239. UP LOOPBACK RUNNING MTU:65536 Metric:1
  240. RX packets:52038 errors:0 dropped:0 overruns:0 frame:0
  241. TX packets:52038 errors:0 dropped:0 overruns:0 carrier:0
  242. collisions:0 txqueuelen:0
  243. RX bytes:4830086 (4.6 MiB) TX bytes:4830086 (4.6 MiB)
  244.  
  245. wlan0 Link encap:Ethernet HWaddr 00:DB:DF:5F:7B:A2
  246. UP BROADCAST MULTICAST MTU:1500 Metric:1
  247. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  248. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  249. collisions:0 txqueuelen:1000
  250. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  251.  
  252. == END ifconfig -a ==
  253.  
  254. == BEGIN brctl show ==
  255. bridge name bridge id STP enabled interfaces
  256. == END brctl show ==
  257.  
  258. == BEGIN route -n ==
  259. Kernel IP routing table
  260. Destination Gateway Genmask Flags Metric Ref Use Iface
  261. 192.168.1.0 0.0.0.0 255.255.255.128 U 0 0 0 eth0
  262. 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
  263. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  264. == END route -n ==
  265.  
  266. == BEGIN sysctl -a | grep .rp_filter ==
  267. net.ipv4.conf.all.rp_filter = 0
  268. net.ipv4.conf.all.arp_filter = 0
  269. net.ipv4.conf.default.rp_filter = 1
  270. net.ipv4.conf.default.arp_filter = 0
  271. net.ipv4.conf.lo.rp_filter = 1
  272. net.ipv4.conf.lo.arp_filter = 0
  273. net.ipv4.conf.eth0.rp_filter = 1
  274. net.ipv4.conf.eth0.arp_filter = 0
  275. net.ipv4.conf.wlan0.rp_filter = 1
  276. net.ipv4.conf.wlan0.arp_filter = 0
  277. == END sysctl -a | grep .rp_filter ==
  278.  
  279. == BEGIN ip rule show ==
  280. 0: from all lookup local
  281. 32766: from all lookup main
  282. 32767: from all lookup default
  283. == END ip rule show ==
  284.  
  285. == BEGIN ip route show ==
  286. 192.168.1.0/25 dev eth0 proto kernel scope link src 192.168.1.90
  287. 169.254.0.0/16 dev eth0 scope link metric 1002
  288. default via 192.168.1.1 dev eth0
  289. == END ip route show ==
  290.  
  291. == BEGIN cat /etc/resolv.conf ==
  292. ; generated by /sbin/dhclient-script
  293. search domain.actdsltmp
  294. nameserver 8.8.8.8
  295. nameserver 8.8.4.4
  296. == END cat /etc/resolv.conf ==
  297.  
  298. == BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
  299. #hosts: db files nisplus nis dns
  300. hosts: files dns
  301. #networks: nisplus [NOTFOUND=return] files
  302. #netmasks: nisplus [NOTFOUND=return] files
  303. netmasks: files
  304. networks: files
  305. netgroup: nisplus
  306. == END egrep 'net|hosts' /etc/nsswitch.conf ==
  307.  
  308. == BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
  309. NetworkManager 0:off 1:off 2:off 3:off 4:off 5:off 6:off
  310. network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  311. wpa_supplicant 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  312. == END chkconfig --list | grep -Ei 'network|wpa' ==
  313.  
  314. [/code]
  315.  
  316. ======================================================================================
  317. Xorg Log below
  318.  
  319. [root@localhost etc]# cat /var/log/Xorg.0.log
  320. [ 26354.528]
  321. X.Org X Server 1.15.0
  322. Release Date: 2013-12-27
  323. [ 26354.528] X Protocol Version 11, Revision 0
  324. [ 26354.528] Build Operating System: c6b8 2.6.32-220.el6.x86_64
  325. [ 26354.528] Current Operating System: Linux localhost.localdomain 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
  326. [ 26354.528] Kernel command line: ro root=UUID=1621dcc6-271e-4cf4-92fe-5b76869940c3 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=129M@0M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
  327. [ 26354.528] Build Date: 18 June 2015 11:45:14AM
  328. [ 26354.528] Build ID: xorg-x11-server 1.15.0-26.el6.centos.0.1
  329. [ 26354.528] Current version of pixman: 0.32.4
  330. [ 26354.528] Before reporting problems, check http://wiki.centos.org/Documentation
  331. to make sure that you have the latest version.
  332. [ 26354.528] Markers: (--) probed, (**) from config file, (==) default setting,
  333. (++) from command line, (!!) notice, (II) informational,
  334. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  335. [ 26354.529] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 29 14:31:48 2016
  336. [ 26354.529] (==) Using config file: "/etc/X11/xorg.conf"
  337. [ 26354.529] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  338. [ 26354.529] (==) No Layout section. Using the first Screen section.
  339. [ 26354.529] (==) No screen section available. Using defaults.
  340. [ 26354.529] (**) |-->Screen "Default Screen Section" (0)
  341. [ 26354.529] (**) | |-->Monitor "<default monitor>"
  342. [ 26354.530] (==) No device specified for screen "Default Screen Section".
  343. Using the first device section listed.
  344. [ 26354.530] (**) | |-->Device "Configured Video Device"
  345. [ 26354.530] (==) No monitor specified for screen "Default Screen Section".
  346. Using a default monitor configuration.
  347. [ 26354.530] (==) Automatically adding devices
  348. [ 26354.530] (==) Automatically enabling devices
  349. [ 26354.530] (==) Not automatically adding GPU devices
  350. [ 26354.530] (==) FontPath set to:
  351. catalogue:/etc/X11/fontpath.d,
  352. built-ins
  353. [ 26354.530] (==) ModulePath set to "/usr/lib64/xorg/modules"
  354. [ 26354.530] (II) The server relies on HAL to provide the list of input devices.
  355. If no devices become available, reconfigure HAL or disable AutoAddDevices.
  356. [ 26354.530] (II) Loader magic: 0x823020
  357. [ 26354.530] (II) Module ABI versions:
  358. [ 26354.530] X.Org ANSI C Emulation: 0.4
  359. [ 26354.530] X.Org Video Driver: 15.0
  360. [ 26354.530] X.Org XInput driver : 20.0
  361. [ 26354.530] X.Org Server Extension : 8.0
  362. [ 26354.531] (--) PCI:*(0:0:2:0) 8086:22b1:8086:2060 rev 33, Mem @ 0x80000000/16777216, 0x88000000/134217728, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
  363. [ 26354.532] Initializing built-in extension Generic Event Extension
  364. [ 26354.532] Initializing built-in extension SHAPE
  365. [ 26354.532] Initializing built-in extension MIT-SHM
  366. [ 26354.532] Initializing built-in extension XInputExtension
  367. [ 26354.532] Initializing built-in extension XTEST
  368. [ 26354.532] Initializing built-in extension BIG-REQUESTS
  369. [ 26354.532] Initializing built-in extension SYNC
  370. [ 26354.532] Initializing built-in extension XKEYBOARD
  371. [ 26354.532] Initializing built-in extension XC-MISC
  372. [ 26354.532] Initializing built-in extension SECURITY
  373. [ 26354.532] Initializing built-in extension XINERAMA
  374. [ 26354.532] Initializing built-in extension XFIXES
  375. [ 26354.532] Initializing built-in extension RENDER
  376. [ 26354.532] Initializing built-in extension RANDR
  377. [ 26354.532] Initializing built-in extension COMPOSITE
  378. [ 26354.532] Initializing built-in extension DAMAGE
  379. [ 26354.532] Initializing built-in extension MIT-SCREEN-SAVER
  380. [ 26354.532] Initializing built-in extension DOUBLE-BUFFER
  381. [ 26354.532] Initializing built-in extension RECORD
  382. [ 26354.532] Initializing built-in extension DPMS
  383. [ 26354.532] Initializing built-in extension Present
  384. [ 26354.532] Initializing built-in extension X-Resource
  385. [ 26354.532] Initializing built-in extension XVideo
  386. [ 26354.532] Initializing built-in extension XVideo-MotionCompensation
  387. [ 26354.532] Initializing built-in extension SELinux
  388. [ 26354.533] Initializing built-in extension XFree86-VidModeExtension
  389. [ 26354.533] Initializing built-in extension XFree86-DGA
  390. [ 26354.533] Initializing built-in extension XFree86-DRI
  391. [ 26354.533] Initializing built-in extension DRI2
  392. [ 26354.533] (II) LoadModule: "glx"
  393. [ 26354.534] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
  394. [ 26354.536] (II) Module glx: vendor="X.Org Foundation"
  395. [ 26354.536] compiled for 1.15.0, module version = 1.0.0
  396. [ 26354.536] ABI class: X.Org Server Extension, version 8.0
  397. [ 26354.536] (==) AIGLX enabled
  398. [ 26354.536] Loading extension GLX
  399. [ 26354.536] (==) Matched intel as autoconfigured driver 0
  400. [ 26354.536] (==) Matched modesetting as autoconfigured driver 1
  401. [ 26354.536] (==) Matched fbdev as autoconfigured driver 2
  402. [ 26354.536] (==) Matched vesa as autoconfigured driver 3
  403. [ 26354.536] (==) Assigned the driver to the xf86ConfigLayout
  404. [ 26354.536] (II) LoadModule: "intel"
  405. [ 26354.537] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
  406. [ 26354.537] (II) Module intel: vendor="X.Org Foundation"
  407. [ 26354.537] compiled for 1.15.0, module version = 2.99.911
  408. [ 26354.537] Module class: X.Org Video Driver
  409. [ 26354.538] ABI class: X.Org Video Driver, version 15.0
  410. [ 26354.538] (II) LoadModule: "modesetting"
  411. [ 26354.538] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
  412. [ 26354.538] (II) Module modesetting: vendor="X.Org Foundation"
  413. [ 26354.538] compiled for 1.15.0, module version = 0.8.0
  414. [ 26354.538] Module class: X.Org Video Driver
  415. [ 26354.538] ABI class: X.Org Video Driver, version 15.0
  416. [ 26354.538] (II) LoadModule: "fbdev"
  417. [ 26354.539] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
  418. [ 26354.539] (II) Module fbdev: vendor="X.Org Foundation"
  419. [ 26354.539] compiled for 1.15.0, module version = 0.4.3
  420. [ 26354.539] Module class: X.Org Video Driver
  421. [ 26354.539] ABI class: X.Org Video Driver, version 15.0
  422. [ 26354.539] (II) LoadModule: "vesa"
  423. [ 26354.539] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
  424. [ 26354.539] (II) Module vesa: vendor="X.Org Foundation"
  425. [ 26354.539] compiled for 1.15.0, module version = 2.3.2
  426. [ 26354.539] Module class: X.Org Video Driver
  427. [ 26354.539] ABI class: X.Org Video Driver, version 15.0
  428. [ 26354.539] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
  429. i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
  430. 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
  431. Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
  432. GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
  433. [ 26354.541] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
  434. [ 26354.541] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
  435. [ 26354.541] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
  436. [ 26354.541] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
  437. [ 26354.541] (II) FBDEV: driver for framebuffer: fbdev
  438. [ 26354.541] (II) VESA: driver for VESA chipsets: vesa
  439. [ 26354.541] (--) using VT number 7
  440.  
  441. [ 26354.775] (WW) Falling back to old probe method for modesetting
  442. [ 26354.775] (WW) Falling back to old probe method for fbdev
  443. [ 26354.775] (II) Loading sub module "fbdevhw"
  444. [ 26354.775] (II) LoadModule: "fbdevhw"
  445. [ 26354.776] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
  446. [ 26354.776] (II) Module fbdevhw: vendor="X.Org Foundation"
  447. [ 26354.776] compiled for 1.15.0, module version = 0.0.2
  448. [ 26354.776] ABI class: X.Org Video Driver, version 15.0
  449. [ 26354.776] (WW) Falling back to old probe method for vesa
  450. [ 26354.776] (II) Loading sub module "vgahw"
  451. [ 26354.776] (II) LoadModule: "vgahw"
  452. [ 26354.776] (II) Loading /usr/lib64/xorg/modules/libvgahw.so
  453. [ 26354.777] (II) Module vgahw: vendor="X.Org Foundation"
  454. [ 26354.777] compiled for 1.15.0, module version = 0.1.0
  455. [ 26354.777] ABI class: X.Org Video Driver, version 15.0
  456. [ 26354.777] (II) intel(0): Creating default Display subsection in Screen section
  457. "Default Screen Section" for depth/fbbpp 16/16
  458. [ 26354.777] (==) intel(0): Depth 16, (==) framebuffer bpp 16
  459. [ 26354.777] (==) intel(0): RGB weight 565
  460. [ 26354.777] (==) intel(0): Default visual is TrueColor
  461. [ 26354.777] (II) Loading sub module "xaa"
  462. [ 26354.777] (II) LoadModule: "xaa"
  463. [ 26354.778] (WW) Warning, couldn't open module xaa
  464. [ 26354.778] (II) UnloadModule: "xaa"
  465. [ 26354.778] (II) Unloading xaa
  466. [ 26354.778] (EE) intel: Failed to load module "xaa" (module does not exist, 0)
  467. [ 26354.778] (II) Loading sub module "vbe"
  468. [ 26354.778] (II) LoadModule: "vbe"
  469. [ 26354.779] (II) Loading /usr/lib64/xorg/modules/libvbe.so
  470. [ 26354.779] (II) Module vbe: vendor="X.Org Foundation"
  471. [ 26354.779] compiled for 1.15.0, module version = 1.1.0
  472. [ 26354.779] ABI class: X.Org Video Driver, version 15.0
  473. [ 26354.779] (II) Loading sub module "int10"
  474. [ 26354.779] (II) LoadModule: "int10"
  475. [ 26354.779] (II) Loading /usr/lib64/xorg/modules/libint10.so
  476. [ 26354.779] (II) Module int10: vendor="X.Org Foundation"
  477. [ 26354.779] compiled for 1.15.0, module version = 1.0.0
  478. [ 26354.780] ABI class: X.Org Video Driver, version 15.0
  479. [ 26354.780] (II) intel(0): initializing int10
  480. [ 26354.781] (II) intel(0): Bad V_BIOS checksum
  481. [ 26354.781] (II) intel(0): Primary V_BIOS segment is: 0xc000
  482. [ 26354.781] (II) intel(0): VESA BIOS function failed
  483. [ 26354.782] (II) intel(0): this driver cannot do DDC without VBE
  484. [ 26354.782] (WW) intel(0): Unknown chipset
  485. [ 26354.782] (--) intel(0): Linear framebuffer at 0x80000000
  486. [ 26354.782] (--) intel(0): IO registers at addr 0x0
  487. [ 26354.782] (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
  488. [ 26354.782] (EE) intel(0): AGP GART support is not available. Make sure your kernel has
  489. agpgart support or that the agpgart kernel module is loaded.
  490. [ 26354.782] (II) UnloadModule: "intel"
  491. [ 26354.782] (II) UnloadSubModule: "int10"
  492. [ 26354.782] (II) Unloading int10
  493. [ 26354.782] (II) UnloadSubModule: "vbe"
  494. [ 26354.782] (II) Unloading vbe
  495. [ 26354.783] (II) UnloadSubModule: "vgahw"
  496. [ 26354.783] (II) Unloading vgahw
  497. [ 26354.783] (EE) Screen(s) found, but none have a usable configuration.
  498. [ 26354.783] (EE)
  499. Fatal server error:
  500. [ 26354.783] (EE) no screens found(EE)
  501. [ 26354.783] (EE)
  502. Please consult the CentOS support
  503. at http://wiki.centos.org/Documentation
  504. for help.
  505. [ 26354.783] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
  506. [ 26354.783] (EE)
  507. [ 26354.809] (EE) Server terminated with error (1). Closing log file.
  508.  
  509. ============================================================================
  510.  
  511. yum -y update produces following errors
  512. Loaded plugins: fastestmirror, kmod, refresh-packagekit
  513. --> Finished Dependency Resolution
  514. Error: Package: asterisk13-core-13.13.1-1.shmz65.1.150.x86_64 (@pbx)
  515. Requires: libresample.so.1.0()(64bit)
  516. Removing: libresample-0.1.3-11_centos6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
  517. libresample.so.1.0()(64bit)
  518. Updated By: libresample-0.1.3-12.el6.x86_64 (epel)
  519. Not found
  520. Error: Package: asterisk13-core-13.13.1-1.shmz65.1.150.x86_64 (@pbx)
  521. Requires: libsrtp.so.0()(64bit)
  522. Removing: libsrtp-1.4.4-4.20101004cvs.el6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
  523. libsrtp.so.0()(64bit)
  524. Updated By: libsrtp-1.5.4-3.el6.x86_64 (epel)
  525. Not found
  526. Error: Package: pjproject-2.4-9.shmz65.8.13.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
  527. Requires: libsrtp.so.0()(64bit)
  528. Removing: libsrtp-1.4.4-4.20101004cvs.el6.x86_64 (@anaconda-SHMZ-201501302108.x86_64/6.6)
  529. libsrtp.so.0()(64bit)
  530. Updated By: libsrtp-1.5.4-3.el6.x86_64 (epel)
  531. Not found
  532. You could try using --skip-broken to work around the problem
  533. You could try running: rpm -Va --nofiles --nodigest
  534.  
  535. =============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement