Merhaba istediğiniz çıktılar aşağıdki gibidir.
cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
inxi -Fx
System: Host: own-desktop Kernel: 3.13.0-37-generic x86_64 (64 bit, gcc: 4.8.2)
Desktop: Gnome Distro: Linux Mint 17.1 Rebecca
Machine: Mobo: Foxconn model: H55MXV Series version: 1.0 Bios: American Megatrends version: 080015 date: 06/19/2010
CPU: Dual core Intel Core i5 CPU 650 (-HT-MCP-) cache: 4096 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12767.1
Clock Speeds: 1: 3191.772 MHz 2: 3191.772 MHz 3: 3191.772 MHz 4: 3191.772 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] bus-ID: 01:00.0
X.Org: 1.15.1 driver: fglrx Resolution: 1920x1080@60.0hz
GLX Renderer: AMD Radeon HD 5450 GLX Version: 4.3.12798 - CPC 13.35.1005 Direct Rendering: Yes
Audio: Card-1: Intel 5 Series/3400 Series Chipset High Definition Audio driver: snd_hda_intel bus-ID: 00:1b.0
Card-2: Advanced Micro Devices [AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300 Series] driver: snd_hda_intel bus-ID: 01:00.1
Sound: Advanced Linux Sound Architecture ver: k3.13.0-37-generic
Network: Card-1: Sundance / IC Plus IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY
driver: sundance port: ec00 bus-ID: 04:01.0
IF: eth1 state: unknown speed: 100 Mbps duplex: full mac: 64:70:02:05:ab:28
Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: d800 bus-ID: 03:00.0
IF: eth0 state: up speed: 100 Mbps duplex: full mac: 90:fb:a6:65:9c:ae
Drives: HDD Total Size: 820.2GB (0.9% used) 1: id: /dev/sda model: SAMSUNG_HM321HI size: 320.1GB
2: id: /dev/sdb model: WDC_WD5000AAKS size: 500.1GB
Partition: ID: / size: 92G used: 5.6G (7%) fs: ext4 ID: /home size: 196G used: 1.3G (1%) fs: ext4
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: 46.0C mobo: N/A gpu: 58.00C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 201 Uptime: 5:59 Memory: 1274.6/3252.8MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4
glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: AMD Radeon HD 5450
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
lspci | egrep 'VGA|3D|Display'
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
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