Advertisement
Guest User

debian and radeon

a guest
May 3rd, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.41 KB | None | 0 0
  1. /usr/bin/lspci -k | grep -A3 VGA
  2. 01:00.0 VGA compatible controller: ATI Technologies Inc RV730XT [Radeon HD 4670]
  3.     Subsystem: Giga-byte Technology Device 21c9
  4.     Kernel driver in use: radeon
  5. 01:00.1 Audio device: ATI Technologies Inc RV710/730
  6.  
  7. cat /var/log/Xorg.0.log | grep driver:
  8. (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
  9.     X.Org XInput driver : 7.0
  10. (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
  11.     ABI class: X.Org XInput driver, version 7.0
  12. (II) No input driver/identifier specified (ignoring)
  13. (II) No input driver/identifier specified (ignoring)
  14. (II) No input driver/identifier specified (ignoring)
  15.  
  16. glxinfo:
  17.  
  18. name of display: :0.0
  19. display: :0  screen: 0
  20. direct rendering: Yes
  21. server glx vendor string: SGI
  22. server glx version string: 1.2
  23. server glx extensions:
  24.     GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
  25.     GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
  26.     GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
  27.     GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  28.     GLX_MESA_copy_sub_buffer
  29. client glx vendor string: Mesa Project and SGI
  30. client glx version string: 1.4
  31. client glx extensions:
  32.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  33.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  34.     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  35.     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  36.     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  37.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  38.     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  39. GLX version: 1.2
  40. GLX extensions:
  41.     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  42.     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
  43.     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer
  44. OpenGL vendor string: Mesa Project
  45. OpenGL renderer string: Software Rasterizer
  46. OpenGL version string: 2.1 Mesa 7.7.1
  47. OpenGL shading language version string: 1.20
  48. OpenGL extensions:
  49.  
  50. /etc/X11/xorg.conf:
  51.  
  52.  
  53. Section "ServerLayout"
  54.     Identifier     "X.org Configured"
  55.     Screen      0  "Screen0" 0 0
  56.     InputDevice    "Mouse0" "CorePointer"
  57.     InputDevice    "Keyboard0" "CoreKeyboard"
  58. EndSection
  59.  
  60. Section "Files"
  61.     ModulePath   "/usr/lib/xorg/modules"
  62.     FontPath     "/usr/share/fonts/X11/misc"
  63.     FontPath     "/usr/share/fonts/X11/cyrillic"
  64.     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  65.     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  66.     FontPath     "/usr/share/fonts/X11/Type1"
  67.     FontPath     "/usr/share/fonts/X11/100dpi"
  68.     FontPath     "/usr/share/fonts/X11/75dpi"
  69.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  70.     FontPath     "built-ins"
  71. EndSection
  72.  
  73. Section "Module"
  74.     Load  "extmod"
  75.     Load  "record"
  76.     Load  "dri"
  77.     Load  "dbe"
  78.     Load  "dri2"
  79.     Load  "glx"
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.     Identifier  "Keyboard0"
  84.     Driver      "kbd"
  85. EndSection
  86.  
  87. Section "InputDevice"
  88.     Identifier  "Mouse0"
  89.     Driver      "mouse"
  90.     Option      "Protocol" "auto"
  91.     Option      "Device" "/dev/input/mice"
  92.     Option      "ZAxisMapping" "4 5 6 7"
  93. EndSection
  94.  
  95. Section "Monitor"
  96.     #DisplaySize      340   270 # mm
  97.     Identifier   "Monitor0"
  98.     VendorName   "GSM"
  99.     ModelName    ""
  100.     HorizSync    30.0 - 83.0
  101.     VertRefresh  56.0 - 75.0
  102.     Option      "DPMS"
  103. EndSection
  104.  
  105. Section "Device"
  106.         ### Available Driver options are:-
  107.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  108.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  109.         ### [arg]: arg optional
  110.         #Option     "NoAccel"               # [<bool>]
  111.         #Option     "SWcursor"              # [<bool>]
  112.         #Option     "Dac6Bit"               # [<bool>]
  113.         #Option     "Dac8Bit"               # [<bool>]
  114.         #Option     "BusType"               # [<str>]
  115.         #Option     "CPPIOMode"             # [<bool>]
  116.         #Option     "CPusecTimeout"         # <i>
  117.         #Option     "AGPMode"               # <i>
  118.         #Option     "AGPFastWrite"          # [<bool>]
  119.         #Option     "AGPSize"               # <i>
  120.         #Option     "GARTSize"              # <i>
  121.         #Option     "RingSize"              # <i>
  122.         #Option     "BufferSize"            # <i>
  123.         #Option     "EnableDepthMoves"      # [<bool>]
  124.         #Option     "EnablePageFlip"        # [<bool>]
  125.         #Option     "NoBackBuffer"          # [<bool>]
  126.         #Option     "DMAForXv"              # [<bool>]
  127.         #Option     "FBTexPercent"          # <i>
  128.         #Option     "DepthBits"             # <i>
  129.         #Option     "PCIAPERSize"           # <i>
  130.         #Option     "AccelDFS"              # [<bool>]
  131.         #Option     "IgnoreEDID"            # [<bool>]
  132.         #Option     "CustomEDID"            # [<str>]
  133.         #Option     "DisplayPriority"       # [<str>]
  134.         #Option     "PanelSize"             # [<str>]
  135.         #Option     "ForceMinDotClock"      # <freq>
  136.         #Option     "ColorTiling"           # [<bool>]
  137.         #Option     "VideoKey"              # <i>
  138.         #Option     "RageTheatreCrystal"    # <i>
  139.         #Option     "RageTheatreTunerPort"  # <i>
  140.         #Option     "RageTheatreCompositePort"  # <i>
  141.         #Option     "RageTheatreSVideoPort"     # <i>
  142.         #Option     "TunerType"             # <i>
  143.         #Option     "RageTheatreMicrocPath"     # <str>
  144.         #Option     "RageTheatreMicrocType"     # <str>
  145.         #Option     "ScalerWidth"           # <i>
  146.         #Option     "RenderAccel"           # [<bool>]
  147.         #Option     "SubPixelOrder"         # [<str>]
  148.         #Option     "ClockGating"           # [<bool>]
  149.         #Option     "VGAAccess"             # [<bool>]
  150.         #Option     "ReverseDDC"            # [<bool>]
  151.         #Option     "LVDSProbePLL"          # [<bool>]
  152.         #Option     "AccelMethod"           # <str>
  153.         #Option     "DRI"                   # [<bool>]
  154.         #Option     "ConnectorTable"        # <str>
  155.         #Option     "DefaultConnectorTable"     # [<bool>]
  156.         #Option     "DefaultTMDSPLL"        # [<bool>]
  157.         #Option     "TVDACLoadDetect"       # [<bool>]
  158.         #Option     "ForceTVOut"            # [<bool>]
  159.         #Option     "TVStandard"            # <str>
  160.         #Option     "IgnoreLidStatus"       # [<bool>]
  161.         #Option     "DefaultTVDACAdj"       # [<bool>]
  162.         #Option     "Int10"                 # [<bool>]
  163.         #Option     "EXAVSync"              # [<bool>]
  164.         #Option     "ATOMTVOut"             # [<bool>]
  165.         #Option     "R4xxATOM"              # [<bool>]
  166.         #Option     "ForceLowPowerMode"     # [<bool>]
  167.         #Option     "DynamicPM"             # [<bool>]
  168.         #Option     "NewPLL"                # [<bool>]
  169.         #Option     "ZaphodHeads"           # <str>
  170.     Identifier  "Card0"
  171.     Driver      "radeon"
  172.     VendorName  "ATI Technologies Inc"
  173.     BoardName   "RV730XT [Radeon HD 4670]"
  174.     BusID       "PCI:1:0:0"
  175. EndSection
  176.  
  177. Section "Screen"
  178.     Identifier "Screen0"
  179.     Device     "Card0"
  180.     Monitor    "Monitor0"
  181.     SubSection "Display"
  182.         Viewport   0 0
  183.         Depth     1
  184.     EndSubSection
  185.     SubSection "Display"
  186.         Viewport   0 0
  187.         Depth     4
  188.     EndSubSection
  189.     SubSection "Display"
  190.         Viewport   0 0
  191.         Depth     8
  192.     EndSubSection
  193.     SubSection "Display"
  194.         Viewport   0 0
  195.         Depth     15
  196.     EndSubSection
  197.     SubSection "Display"
  198.         Viewport   0 0
  199.         Depth     16
  200.     EndSubSection
  201.     SubSection "Display"
  202.         Viewport   0 0
  203.         Depth     24
  204.     EndSubSection
  205. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement