Ubuntu Pastebin

Paste from Scheda video sis at Sat, 9 Dec 2017 10:49:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Dunque devi andare sul terminale e digitare

Codice:
sudo apt-get install git

Codice:
sudo apt-get install xorg-dev

Codice:
sudo apt-get install xorg-dev

Codice:
sudo apt-get install mesa-common-dev

Codice:
sudo apt-get install libdrm-dev

Codice:
sudo apt-get install libtool

Una volta installati questi pacchetti, sempre da terminale digita in questo ordine:

Codice:
git clone git://github.com/hellnest/xf86-video-sismedia-0.9.1.git

Codice:
cd xf86-video-sismedia-0.9.1

Codice:
./configure --prefix=/usr --disable-static

Codice:
make

Codice:
sudo make install

Infine

Codice:
sudo gedit /etc/X11/xorg.conf

e nella pagina vuota che appare inserisci:

Section "Device"
Identifier "Configured Video Device"
Option "UseTiming1366" "yes"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Salva, esci e riavvia.
Se al riavvio non c'e' gia' la risoluzione giusta, la trovi fra le preferenze.
Download as text