inxi -Fx
System: Host: Rechner Kernel: 3.13.0-37-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Gnome Distro: Linux Mint 17.1 Rebecca
Machine: System: Hewlett-Packard (portable) product: HP Pavilion m6 Notebook PC version: 0791100000205610000620100
Mobo: Hewlett-Packard model: 18A5 version: 73.50 Bios: Insyde version: F.25 date: 01/21/2013
CPU: Dual core Intel Core i5-3210M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9976.58
Clock Speeds: 1: 1200.00 MHz 2: 2501.00 MHz 3: 1200.00 MHz 4: 1200.00 MHz
Graphics: Card: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
X.Org: 1.15.1 drivers: fglrx,intel Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio: Card: Intel 7 Series/C210 Series Chipset Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture ver: k3.13.0-37-generic
Network: Card-1: Intel Centrino Wireless-N 2230 driver: iwlwifi ver: in-tree: bus-ID: 08:00.0
IF: wlan0 state: up mac: 68:5d:43:b8:3a:53
Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: 2000 bus-ID: 07:00.2
IF: eth0 state: down mac: 28:92:4a:19:14:5b
Drives: HDD Total Size: 1000.2GB (1.0% used) 1: id: /dev/sda model: TOSHIBA_MQ01ABD1 size: 1000.2GB
Partition: ID: / size: 909G used: 9.3G (2%) fs: ext4 ID: swap-1 size: 8.49GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 59.0C mobo: 59.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 189 Uptime: 15 min Memory: 1221.4/7887.4MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4
uname -rm
3.13.0-37-generic x86_64
inxi -G
Graphics: Card: Intel 3rd Gen Core processor Graphics Controller
X.Org: 1.15.1 drivers: fglrx,intel Resolution: 1366x768@60.0hz
GLX Renderer: Mesa DRI Intel Ivybridge Mobile GLX Version: 3.0 Mesa 10.1.3
glxinfo | grep render
libGL error: dlopen /usr/lib/fglrx/dri/i965_dri.so failed (/usr/lib/fglrx/dri/i965_dri.so: cannot open shared object file: No such file or directory)
direct rendering: Yes
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,
xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+ 40.0
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "amd-layout"
Screen 0 "amd-screen" 0 0
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "uxa"
BusID "PCI:0@0:2:0"
EndSection
Section "Device"
Identifier "amd-device"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "amd-monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "amd-screen"
Device "amd-device"
Monitor "amd-monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection