Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
← Previous Change
Wiki History
Next Change →
Changes between
Initial Version
and
Version 1
of
Shuttle
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
04/23/19 22:43:20 (
6 years
ago)
Author:
jorrit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Shuttle
v1
v1
1
root@shuttle:/etc/X11/xorg.conf.d# cat 20-intel-graphics.conf
2
{{{
3
Section "Device"
4
Identifier "Intel Graphics"
5
Driver "intel"
6
Option "AccelMethod" "sna"
7
Option "TripleBuffer" "true"
8
Option "TearFree" "true"
9
EndSection
10
}}}