Re: Ovladač monitoru
Napsal: 07 čer 2013, 20:24
zkusim ze stranky: https://01.org/linuxgraphics/downloads/ ... sion-1.0.1 ten ovladac Intel(R) Linux* Graphics Installer version 1.0.1 for Ubuntu* 13.04 (64-bit)
české a slovenské fórum o linuxové distribuci Linux Mint
https://forum.linux-mint-czech.cz/
Here's how I got it working on Linux Mint 14 x64.Replace with (I'm not sure exactly which lines are being checked here by intel-linux-graphics-installer, but definitely not the last one.)Kód: Vybrat vše
$ sudo cp /etc/lsb-release /etc/lsb-release.bak $ sudo pico /etc/lsb-release
Code: Select all
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.10
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="Linux Mint 14 Nadia"
Follow installer and wait for it to ask you to rebootKód: Vybrat vše
$ sudo intel-linux-graphics-installer
RebootKód: Vybrat vše
$ sudo rm /etc/lsb-release $ sudo mv /etc/lsb-release.bak /etc/lsb-release