Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. $ sudo lshw -C video
  2. *-display UNCLAIMED
  3. description: VGA compatible controller
  4. product: Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]
  5. vendor: Advanced Micro Devices, Inc. [AMD/ATI]
  6. physical id: 0
  7. bus info: pci@0000:02:00.0
  8. version: 00
  9. width: 64 bits
  10. clock: 33MHz
  11. capabilities: pm pciexpress msi vga_controller bus_master cap_list
  12. configuration: latency=0
  13. resources: memory:c0000000-cfffffff memory:d0000000-d001ffff ioport:9000(size=256) memory:d0040000-d005ffff
  14.  
  15. $ fglrxinfo
  16. X Error of failed request: BadRequest (invalid request code or no such operation)
  17. Major opcode of failed request: 157 (ATIFGLEXTENSION)
  18. Minor opcode of failed request: 66 ()
  19. Serial number of failed request: 13
  20. Current serial number in output stream: 13
  21. $ glxgears
  22. X Error of failed request: BadRequest (invalid request code or no such operation)
  23. Major opcode of failed request: 157 (ATIFGLEXTENSION)
  24. Minor opcode of failed request: 66 ()
  25. Serial number of failed request: 13
  26. Current serial number in output stream: 13
  27.  
  28. $ cat /etc/X11/xorg.conf
  29. Section "ServerLayout"
  30. Identifier "aticonfig Layout"
  31. Screen 0 "aticonfig-Screen[0]-0" 0 0
  32. EndSection
  33.  
  34. Section "Module"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "aticonfig-Monitor[0]-0"
  39. Option "VendorName" "ATI Proprietary Driver"
  40. Option "ModelName" "Generic Autodetecting Monitor"
  41. Option "DPMS" "true"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "0-LVDS"
  46. Option "VendorName" "ATI Proprietary Driver"
  47. Option "ModelName" "Generic Autodetecting Monitor"
  48. Option "DPMS" "true"
  49. Option "PreferredMode" "1600x900"
  50. Option "TargetRefresh" "60"
  51. Option "Position" "0 0"
  52. Option "Rotate" "normal"
  53. Option "Disable" "false"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "0-CRT1"
  58. Option "VendorName" "ATI Proprietary Driver"
  59. Option "ModelName" "Generic Autodetecting Monitor"
  60. Option "DPMS" "true"
  61. Option "PreferredMode" "1600x900"
  62. Option "TargetRefresh" "60"
  63. Option "Position" "1600 0"
  64. Option "Rotate" "normal"
  65. Option "Disable" "false"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "aticonfig-Device[0]-0"
  70. Driver "fglrx"
  71. Option "Monitor-LVDS" "0-LVDS"
  72. Option "Monitor-CRT1" "0-CRT1"
  73. BusID "PCI:2:0:0"
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "aticonfig-Screen[0]-0"
  78. Device "aticonfig-Device[0]-0"
  79. DefaultDepth 24
  80. SubSection "Display"
  81. Viewport 0 0
  82. Virtual 3200 3200
  83. Depth 24
  84. EndSubSection
  85. EndSection
  86.  
  87. $ sudo dpkg-reconfigure fglrx-updates
  88. update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
  89. update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
  90. Processing triggers for libc-bin (2.19-10ubuntu2) ...
  91.  
  92. $ sudo modprobe fglrx
  93. modprobe: ERROR: ../libkmod/libkmod-module.c:816 kmod_module_insert_module() could not find module by name='fglrx_updates'
  94. modprobe: ERROR: could not insert 'fglrx_updates': Function not implemented
  95. $ sudo modprobe fglrx_updates
  96. modprobe: FATAL: Module fglrx_updates not found.
  97.  
  98. [ 381.131] (--) PCI:*(0:2:0:0) 1002:68c1:1025:0442 rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/131072, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
  99. [ 381.131] (II) "glx" will be loaded by default.
  100. [ 381.131] (WW) "xmir" is not to be loaded by default. Skipping.
  101. [ 381.131] (II) LoadModule: "glx"
  102. [ 381.132] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so
  103. [ 381.132] (II) Module glx: vendor="Advanced Micro Devices, Inc."
  104. [ 381.132] compiled for 6.9.0, module version = 1.0.0
  105. [ 381.132] (II) LoadModule: "fglrx"
  106. [ 381.132] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
  107. [ 381.157] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
  108. [ 381.157] compiled for 1.4.99.906, module version = 14.20.7
  109. [ 381.157] Module class: X.Org Video Driver
  110. [ 381.157] (II) Loading sub module "fglrxdrm"
  111. [ 381.157] (II) LoadModule: "fglrxdrm"
  112. [ 381.157] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
  113. [ 381.158] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
  114. [ 381.158] compiled for 1.4.99.906, module version = 14.20.7
  115. [ 381.158] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
  116. [ 381.158] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.201.1006.1002
  117. [ 381.158] (II) AMD Proprietary Linux Driver Build Date: Sep 2 2014 10:14:55
  118. [ 381.158] (++) using VT number 7
  119.  
  120. [ 381.344] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible.
  121. [ 381.344] (WW) fglrx(0): ***********************************************************
  122. [ 381.344] (WW) fglrx(0): * DRI initialization failed *
  123. [ 381.344] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
  124. [ 381.344] (WW) fglrx(0): * 2D and 3D acceleration disabled *
  125. [ 381.344] (WW) fglrx(0): ***********************************************************
  126.  
  127. $ X -version
  128.  
  129. X.Org X Server 1.16.0
  130. Release Date: 2014-07-16
  131. X Protocol Version 11, Revision 0
  132. Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu
  133.  
  134. Package: xserver-xorg-core (2:1.16.0-1ubuntu1)
  135.  
  136. $ uname -a
  137. Linux laptop 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement