ZurĂĽck zum Blog

Native Resolution unter Ubuntu for Intellibooks

đź“…  

Ich zitiere hier nur Daily Siebler:

sudo add-apt-repository ppa:sarvatt/cedarview
sudo apt-get install add-apt-key
sudo add-apt-key 0x4c96de60854c4636
sudo apt-get update

You can try to Add "video=LVDS-1:d"</code\\ to GRUB\_CMDLINE\_LINUX\_DEFAULT variable,

If your don’t see anything remove it… on one of my Systems it’s working, on a second device it doesn’t.

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

Install the cedarview drivers

sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver
cedarview-graphics-drivers

Change Option "AIGLX" to "Off" because 3D isn’t working (default settion)

sudo vi /usr/share/intel-cdv/X11/xorg.conf.d/61-cdv-pvr.conf

Update the Grub Bootloader

sudo update-grub2

Reboot the System

ZurĂĽck zum Blog