A760G M2+ BIOS graphics setting [important BIOS setting]


Recommended Posts

Has anyone tried disabling these settings:

 

A760G M2+ BIOS Manual

Internal Graphics Mode

This item allows you to select the memory mode used for internal graphics device. Options: UMA (Default) / Disable

UMA FrameBuffer Size

This item allows you to choose the UMA frame buffer size for internal graphics . Options: Auto (Default) / 32M / 64M /128M / 256M / 512M / Disabled

 

I hate to think that 1/8 of my RAM is being wasted by a video buffer.

Link to comment

The UMA frame buffer steals about 200M of RAM in its default configuration.

 

UMA FrameBuffer Size set to default (auto):

root@192:/mnt# free -m
            total       used       free     shared    buffers     cached
Mem:          1770       1729         41          0        241       1349
-/+ buffers/cache:        139       1631
Swap:            0          0          0
root@192:/mnt# 

 

After setting UMA FrameBuffer Size to 32M:

root@192:~# free -m
            total       used       free     shared    buffers     cached
Mem:          1993        382       1610          0          3        311
-/+ buffers/cache:         68       1924
Swap:            0          0          0
root@192:~# 

 

Note the total increases by 223M.

 

This setting should go in the wiki under http://lime-technology.com/wiki/index.php?title=Hardware_Compatibility#First_Time_Configuration.

Link to comment

The UMA frame buffer steals about 200M of RAM in its default configuration.

 

UMA FrameBuffer Size set to default (auto):

root@192:/mnt# free -m
            total       used       free     shared    buffers     cached
Mem:          1770       1729         41          0        241       1349
-/+ buffers/cache:        139       1631
Swap:            0          0          0
root@192:/mnt# 

 

After setting UMA FrameBuffer Size to 32M:

root@192:~# free -m
            total       used       free     shared    buffers     cached
Mem:          1993        382       1610          0          3        311
-/+ buffers/cache:         68       1924
Swap:            0          0          0
root@192:~# 

 

Note the total increases by 223M.

 

This setting should go in the wiki under http://lime-technology.com/wiki/index.php?title=Hardware_Compatibility#First_Time_Configuration.

Great find.  I need to check mine on my older server.  It only has 512 Meg of ram and a little more available to it sure would not hurt.
Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.