Çıktılar şu şekildedir :
poyraz@pinar ~ $ uname -rm
3.16.0-38-generic x86_64
poyraz@pinar ~ $ inxi -Gx
Graphics: Card: Advanced Micro Devices [AMD/ATI] Barts PRO [Radeon HD 6850] bus-ID: 01:00.0
X.Org: 1.15.1 driver: fglrx Resolution: 1440x900@59.9hz
GLX Renderer: AMD Radeon HD 6800 Series GLX Version: 4.4.13374 - CPC 15.20.1013 Direct Rendering: Yes
poyraz@pinar ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: AMD Radeon HD 6800 Series
GL_ARB_compute_shader, GL_ARB_conditional_render_inverted,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
poyraz@pinar ~ $ lspci | egrep 'VGA|3D|Display'
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850]
poyraz@pinar ~ $ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 16384 x 16384
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 disconnected (normal left inverted right x axis y axis)
DFP3 disconnected (normal left inverted right x axis y axis)
DFP4 disconnected (normal left inverted right x axis y axis)
CRT1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1280x960 60.0
1280x900 60.0
1360x768 75.0 59.9
1280x800 60.0
1152x864 75.0 59.9
1280x768 60.0
1280x720 60.0
1024x768 75.0 70.1 60.0
800x600 72.2 75.0 60.3 56.2
848x480 75.0 70.1 60.0
720x480 72.2 75.0 60.3 56.2
640x480 72.8 75.0 67.0 59.9
poyraz@pinar ~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection