PDA

View Full Version : [ubuntu] PAE in 11.04



schopen
March 19th, 2012, 03:34 PM
Welcome.
I have just replace my single SODIMM 2 GB RAM with 2 x 4 GB RAM, that's why i want use PAE in Ubuntu.
I am having installed initrd.img-2.6.35-32-generic and i tryied install initrd.img-2.6.35-32-generic-pae kernel, but it doesn't work.
When i try run PAE kernel Ubuntu is loaded but without graphical environment.
In console mode i could run top and htop to check if 8 GB RAM has been detected and everything is ok.
I have Radeon HD 4250. I am not sure - perhaps something with graphical drivers is wrong?
If someone had similar experience please help me :)

ajgreeny
March 19th, 2012, 04:52 PM
Welcome.
I have just replace my single SODIMM 2 GB RAM with 2 x 4 GB RAM, that's why i want use PAE in Ubuntu.
I am having installed initrd.img-2.6.35-32-generic and i tryied install initrd.img-2.6.35-32-generic-pae kernel, but it doesn't work.
When i try run PAE kernel Ubuntu is loaded but without graphical environment.
In console mode i could run top and htop to check if 8 GB RAM has been detected and everything is ok.
I have Radeon HD 4250. I am not sure - perhaps something with graphical drivers is wrong?
If someone had similar experience please help me :)
The command
free -m will tell you how much ram is recognised.

As for lack of gui, perhaps you just need to reinstall the driver again, now that the new kernel has been installed. I'm not totally sure how you do that from a command line as I don't know the package name, but you should be able to find what you have installed at the moment from synaptic.

sudodus
March 19th, 2012, 06:58 PM
Here are some suggestions what to try:

Do you remember what graphical driver (for the Radeon card) you were using before? Can you find the interface for trying the drivers that are offered by the internal system (proprietary drivers)? If not, maybe you can tell us more about your computer, for example the version and flavour of Ubuntu (is it 'vanilla' Ubuntu 11.10 or something else).

How does it work, if you run a live session 'testing' from the Ubuntu install CD or USB drive? Then, after running a while, you should get an offer to install proprietary drivers. That's the interface I'm talking about.

If that driver does not help, the next step would be to download a proprietary driver directly from the manufacturer, but that is harder, and I suggest that you browse the Ubuntu Forums for threads about it before trying.

schopen
March 21st, 2012, 08:57 AM
Thanks for answer.
I found addictional drivers in System -> Administration.
Removing graphics drivers helped and Ubuntu with PAE Kernel work properly but what i lost after removing it is changing brightness by 1 using function keys.
I do research and i have 0..9 brightness level but after single pressing function key it change by 3.
How to set it to be able changing brightness level by 1 using Function keys?

sudodus
March 21st, 2012, 09:38 AM
I can't help you with that, because I have another brand of graphics (nvidia) and the drivers for that card.

Maybe you can try to add a proprietary driver to your new kernel, and then you will have a better functionality of the graphics. But if the quality of video playing is good, I suggest you keep it, even if it means that some of the setting methods are a bit crude.

schopen
March 21st, 2012, 10:18 AM
I am able to set brightness level between multiples of three typing:
echo 2 > /sys/class/backlight/acpi_video0/brightness
but it's not comfortable.

sudodus
March 21st, 2012, 10:51 AM
It would be a little more convenient to use an alias, try for example

alias brt='echo 2 > /sys/class/backlight/acpi_video0/brightness'and get the action typing only
brtor if it should be flexible

alias brt='echo > /sys/class/backlight/acpi_video0/brightness'and get the action typing for example
brt 2 or
brt 5If you enter the alias line into the file ~/.bashrc, it will be available automatically