I have Asus Eee PC and I wanted to install Ubuntu 12.04, when I used
the bootable USB and tried it, the only available option for resolution
setting was 800×600 which looks bad on the screen.
For upgrade resolution to 1024×600, I’ve managed to get accelerated X working in Ubuntu 12.04 with these steps:
Add repository
# sudo add-apt-repository ppa:sarvatt/cedarview
# sudo apt-get install add-apt-key
# sudo add-apt-key 0x4c96de60854c4636
# sudo apt-get update
Add =LVDS-1:d to GRUB_CMDLINE_LINUX_DEFAULT variable
# sudo vi /etc/default/grub
If you’re using PAE kernel, remove it and install generic kernel
# sudo apt-get install linux-headers-generic linux-image-generic
# sudo apt-get remove linux-headers-generic-pae linux-image-generic-pae
# sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver cedarview-
graphics-drivers
Change Option “AIGLX” to “Off” because 3D isn’t working
# sudo vi /usr/share/intel-cdv/X11/xorg.conf.d/61-cdv-pvr.conf
# sudo update-grub2
After doing above steps restart your pc.
For upgrade resolution to 1024×600, I’ve managed to get accelerated X working in Ubuntu 12.04 with these steps:
Add repository
# sudo add-apt-repository ppa:sarvatt/cedarview
# sudo apt-get install add-apt-key
# sudo add-apt-key 0x4c96de60854c4636
# sudo apt-get update
Add =LVDS-1:d to GRUB_CMDLINE_LINUX_DEFAULT variable
# sudo vi /etc/default/grub
If you’re using PAE kernel, remove it and install generic kernel
# sudo apt-get install linux-headers-generic linux-image-generic
# sudo apt-get remove linux-headers-generic-pae linux-image-generic-pae
# sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver cedarview-
graphics-drivers
Change Option “AIGLX” to “Off” because 3D isn’t working
# sudo vi /usr/share/intel-cdv/X11/xorg.conf.d/61-cdv-pvr.conf
# sudo update-grub2
After doing above steps restart your pc.
Comments