How to use 915resolution with Vesa on Hardy

Asked by Sb

Hi there,

I have an Intel 915 graphics chip. The default intel driver for Xorg uses a huge amount of memory. I prefer to use VESA. On Ubuntu Gutsy, I could switch to the VESA driver and then install 915resolution, and use VESA with 1280x800 resolution. But how can I do this with Hardy and the new Xorg autoconfiguration system? Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu 915resolution Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Hello

In your xorg.conf,
Scroll down to the device section, and change whatever driver you have to vesa.

Section "Device"
 Identifier "your video card's name"
 Driver "vesa"
 BusID "some bus ID"
EndSection

You don't need to reboot after that - just re-start the xserver, either with ctrl-alt-backspace or with 'sudo /etc/init.d/gdm restart'

To use vesa.

Then enable the universe repositories and install the 915 resolution package

sudo aot-get install 915resolution

Regards

Bhavani Shankar.

Revision history for this message
Sb (sb56637) said :
#2

Thanks for the reply! However, I think the device section doesn't exist anymore in the xorg.conf.

Revision history for this message
Bhavani Shankar (bhavi) said :
#3

Hello sb

exists with my hardy installation

Section "Device"
 Identifier "Configured Video Device"
 Option "UseFBDev" "true"
 Driver "fglrx"
EndSection

Please check your xorg..

Can you help with this problem?

Provide an answer of your own, or ask Sb for more information if necessary.

To post a message you must log in.