fe24 Asus E35M1-I and Xorg - performance - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > X.Org

X.Org X.Org on FreeBSD installation & configuration.

Reply
 
Thread Tools Display Modes
  #1  
Old November 19th, 2011, 18:12
tingo tingo is offline
Member
 
Join Date: Nov 2008
Location: Oslo, Norway
Posts: 840
Thanks: 138
Thanked 87 Times in 69 Posts
Default Asus E35M1-I and Xorg - performance

Someone asked for Xorg performance "numbers" for the E35M1-I (AMD E350, Radeon HD 6310 gfx). And I thought it would be interesting to know too, even if I am not going to use this box as a desktop (it will be a FreeNAS box). So, the box has FreeBSD 8.2-stable installed on a usb (external drive):

Code:
root@kg-f3# uname -a
FreeBSD kg-f3.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Nov  5 01:54:44 CET 2011
     root@kg-f3.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
root@kg-f3# df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/da0s1a    841M    337M    435M    44%    /
devfs          1.0k    1.0k      0B   100%    /dev
/dev/da0s1e    726M    106k    667M     0%    /tmp
/dev/da0s1f    6.2G    4.2G    1.5G    74%    /usr
/dev/da0s1d    2.9G    128M    2.5G     5%    /var
I installed xorg-minimal and Xfce 4.8 (note: HAL disabled):
Code:
root@kg-f3# portversion -v | grep xorg-mi
xorg-minimal-7.5.1          =  up-to-date with port 
root@kg-f3# portversion -v | grep xfce-4
xfce-4.8                    =  up-to-date with port
I just started Xorg; no changing of themes or other adjustments. Switching workspaces feels snappy. Then I installed benchmarks/gtkperf, started it, changed "Test rounds" to 1000 (thousand) and started it (test all, in case you wonder). Total time was 135.43. Interesting (more or less) parts from /var/log/Xorg.0.log:
Code:
(II) Primary Device is: PCI 00@00:01:0
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(--) RADEON(0): Chipset: "AMD Radeon HD 6310 Graphics" (ChipID = 0x9802)
(II) RADEON(0): ATOM BIOS detected
(II) RADEON(0): ATOM BIOS Rom: 
        SubsystemVendorID: 0x1043 SubsystemID: 0x84a5
        IOBaseAddress: 0xf000
        Filename: E35M1.002   
        BIOS Bootup Message: 
AMD Fusion Wrestler generic VBIOS
(II) RADEON(0): No DRI yet on Evergreen
(II) RADEON(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) RADEON(0): Detected total video RAM=393216K, accessible=262144K (PCI BAR=262144K)
(--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
(II) RADEON(0): Color tiling disabled
(II) RADEON(0): Supported detailed timing:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  360 x 290 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) RADEON(0): Ranges: V min: 58 V max: 85 Hz, H min: 32 H max: 91 kHz, PixClock max 160 MHz
(II) RADEON(0): Output VGA-0 connected
(II) RADEON(0): Using exact sizes for initial modes
(II) RADEON(0): Output VGA-0 using initial mode 1280x1024
(II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) RADEON(0): DPI set to (96, 96)
Mode 1280x1024 - 1688 1066 5
Hope this helps someone.
__________________
Torfinn

Last edited by DutchDaemon; November 20th, 2011 at 00:20. Reason: [code], not [quote]!
Reply With Quote
The Following User Says Thank You to tingo For This Useful Post:
d4nte (May 8th, 2012)
  #2  
Old November 19th, 2011, 18:42
tingo tingo is offline
Member
 
Join Date: Nov 2008
Location: Oslo, Norway
Posts: 840
Thanks: 138
Thanked 87 Times in 69 Posts
Default

Well, there is one problem - when you exit Xorg, the console doesn't get restored. Which means you loose console access until you reboot the machine. Doing $ startxcfe4 blind only results in a stripey white screen.
__________________
Torfinn
Reply With Quote
  #3  
Old November 19th, 2011, 22:58
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Member
 
Join Date: Nov 2008
Location: Eindhoven, Netherlands
Posts: 797
Thanks: 19
Thanked 124 Times in 94 Posts
Default

Thanks!

Quote:
Then I installed benchmarks/gtkperf, started it, changed "Test rounds" to 1000 (thousand) and started it (test all, in case you wonder). Total time was 135.43
For reference, my Intel GMA 4500 got a score of 186.13s. And the gtkperf website lists a score of ~130s in a Geforce 2 MX (In case you didn't know, this is a 10+ years old card).

So, FreeBSD graphics performance (Even 2D) seems to be really bad unless you use a nVidia card ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #4  
Old November 19th, 2011, 23:41
adamk adamk is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,611
Thanks: 6
Thanked 263 Times in 244 Posts
Default

Quote:
Originally Posted by Carpetsmoker View Post
So, FreeBSD graphics performance (Even 2D) seems to be really bad unless you use a nVidia card ...
Not completely true... My HD4850 completes 1000 rounds in 81 seconds on 9.0-PRERELEASE. Unfortunately, without KMS available for newer radeon GPUs, things are only going to get worse.

I can confirm that with the intel drivers performance does suck pretty badly with Xorg. Even on Linux, it's taking 200 seconds on a GM45.
Reply With Quote
  #5  
Old May 8th, 2012, 14:46
d4nte d4nte is offline
Junior Member
 
Join Date: May 2012
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Hi,

I am interested in getting this motherboard to build a NAS. Is it possible to read 1080p videos (let's say matroska/h264) with the integrated video controller on FreeBSD? I am wondering if a media center with FreeBSD is a possible alternative.

Many thanks.

Last edited by DutchDaemon; May 8th, 2012 at 16:31.
Reply With Quote
  #6  
Old June 19th, 2012, 23:14
ajitam ajitam is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

d4nte, for Radeon HD 6310 in this CPU Windows is a much better choice. Running FreeBSD as a NAS on it sounds interesting!

Did anyone try configuring and building a kernel?

Last edited by DutchDaemon; June 19th, 2012 at 23:58.
Reply With Quote
  #7  
Old June 20th, 2012, 02:54
zeissoctopus zeissoctopus is offline
Member
 
Join Date: Aug 2009
Location: Hong Kong
Posts: 116
Thanks: 157
Thanked 21 Times in 14 Posts
Default

My Acer 1810TZ with GM45, FreeBSD 9-STABLE r437185 with KMS, Xorg 7.5.2 with X.Org Server 1.10.6, xf86-video-intel 2.17

The gtkperf 1000 rounds results are:
Code:
GtkPerf 0.40 - Starting testing: Wed Jun 20 09:47:13 2012

GtkEntry - time:  0.60
GtkComboBox - time: 12.95
GtkComboBoxEntry - time:  6.26
GtkSpinButton - time:  1.80
GtkProgressBar - time:  1.37
GtkToggleButton - time:  1.99
GtkCheckButton - time:  1.22
GtkRadioButton - time:  2.29
GtkTextView - Add text - time: 30.00
GtkTextView - Scroll - time:  5.17
GtkDrawingArea - Lines - time: 10.73
GtkDrawingArea - Circles - time: 20.31
GtkDrawingArea - Text - time:  6.03
GtkDrawingArea - Pixbufs - time:  7.25
 --- 
Total time: 108.00
Reply With Quote
Reply

Tags
amd, e-350, hd6310

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] Asus E35M1-I temperature monitoring? tingo System Hardware 10 August 5th, 2012 19:48
System or screen freezes when Xorg -config xorg.conf.new (-retro) matejzima X.Org 6 June 2nd, 2011 05:13
Tuning Xorg Performance Pantu X.Org 11 May 22nd, 2011 16:14
Xorg problem Asus A42J (black screen) oghie X.Org 10 May 16th, 2011 19:24
[Solved] xorg on an Asus 1005P (GMA 3150) marco_r Mobile Computing 8 December 11th, 2010 18:47


All times are GMT +1. The time now is 02:31.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0