Thanks for the reply! I'll do my best to answer below:
Quote:
Originally Posted by george_toolan
Just check the data sheet for you CPU. It's HD 3000 graphics or lower depending on your CPU model.
Code:
grep -i intel /proc/cpuinfo | sort -u
|
Here's the output:
Code:
grep -i intel /proc/cpuinfo | sort -u
model name : Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
vendor_id : GenuineIntel
Quote:
Originally Posted by george_toolan
Your graphics chip only has 64 MiB memory available. Can you increase the video memory in your BIOS setup?
|
I searched the BIOS high and low and there ins't a thing in there about allocating video memory.
Quote:
Originally Posted by george_toolan
What kind of monitor is it and how is it connected to your computer?
The maximum resolution is usually automagically detected from the monitor. If this doesn't work for whatever reason then you have to define a screen section manually.
|
This is an ASUS U56E Notebook.
I don't know what define a screen section manually is?!?!
Also, I thought an x11 configuration file (I'm guessing that is what you are referring to) isn't used anymore. Please clarify.
Quote:
Originally Posted by george_toolan
The Intel video driver is part of the kernel. Have you updated to the latest 3.6 kernel yet?
|
This is what I am running:
Code:
uname -a
Linux localhost.localdomain 3.6.7-4.fc17.x86_64 #1 SMP Tue Nov 20 19:40:01 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux