Tüm hepsinin çıktısını tek kodda yazdım umarım sıkıntı olmaz
ertan@ertan-Lenovo-G50-45 ~ $ uname -rm
3.13.0-37-generic x86_64
ertan@ertan-Lenovo-G50-45 ~ $ inxi -G
Graphics: Card: Advanced Micro Devices [AMD/ATI] Mullins [Radeon APU A4-6000 with R2 Graphics]
X.Org: 1.15.1 driver: fglrx Resolution: 1366x768@60.0hz
GLX Renderer: AMD Radeon R4 Graphics GLX Version: 4.4.13283 - CPC 14.501.1003
ertan@ertan-Lenovo-G50-45 ~ $ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: AMD Radeon(TM) R4 Graphics
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_copy_depth_to_color,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_copy_depth_to_color,
ertan@ertan-Lenovo-G50-45 ~ $ lspci | egrep 'VGA|3D|Display'
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon APU A4-6000 with R2 Graphics]
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun LE [Radeon HD 8550M]
ertan@ertan-Lenovo-G50-45 ~ $ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
LVDS connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+
1280x768 60.0
1280x720 60.0
1024x768 60.0
800x600 60.0
640x480 60.0
DFP1 disconnected (normal left inverted right x axis y axis)
CRT1 disconnected (normal left inverted right x axis y axis)
ertan@ertan-Lenovo-G50-45 ~ $ 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:0:1: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