-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
125 lines (106 loc) · 3.88 KB
/
ChangeLog
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
2010-03-03 Fatih Aşıcı <[email protected]>
* zorg/config.py:
Use "Disable" option for disable outputs.
2010-01-06 Fatih Aşıcı <[email protected]>
* zorg-cli:
-d parameter can take an empty string as the driver name
that means the driver will be selected by the X server.
2009-11-17 Fatih Aşıcı <[email protected]>
* data/DriversDB:
Remove nvidia71 driver as it doesn't work with new X servers.
* zorg/hwdata.py:
Remove names of old nvidia packages.
2009-10-30 Fatih Aşıcı <[email protected]>
* data/DriversDB:
Add new NVIDIA cards.
2009-10-26 Fatih Aşıcı <[email protected]>
* data/DriversDB:
Add new ATI cards.
2009-05-01 Fatih Aşıcı <[email protected]>
* zorg/probe.py:
Implement a simplified version of getPrimaryCard.
2009-04-23 Fatih Aşıcı <[email protected]>
* setup.py:
Do not install modprobe.d config file.
2009-03-30 Fatih Aşıcı <[email protected]>
* data/DriversDB:
Prefer nvidia-drivers package for 10de:0242.
2009-03-28 Fatih Aşıcı <[email protected]>
* zorg/parser.py:
Do case-insensitive comparison for entry names
2009-03-20 Fatih Aşıcı <[email protected]>
* zorg/config.py, zorg/consts.py, zorg/hwdata.py, zorg/probe.py:
- Refactor variable names to increase consistency.
- Add configuredBus function to get last configured card by
zorg. This will be used at boot.
- Use an empty string for xkb variant as not all layouts have
"basic" variant.
* zorg/utils.py:
- Cleanup unused utils.
* setup.py:
- Get config and data dirs from zorg module instead of
hardcoding.
2009-03-08 Fatih Aşıcı <[email protected]>
* zorg/utils.py:
- Improve backup function to keep last 3 backups.
- Use pardus-python's new get_kernel_option function. Remove
the internal one.
* zorg/config.py, zorg/consts.py, zorg/probe.py:
- Let Xorg decide most of the configurations. Make
Screen, Display, Layout and Monitor sections optional.
- Disable framebuffer size calculation since it tries
to parse mode name and mode names do not have to be in
format "WidthxHeight". Also drivers should be clever
to calcute fb size.
- Add a flag to indicate the initial config.
- Remove monitor query stuff.
- Cleanup unused bits.
* zorg/ddc, zorg/modeline.py:
- Remove ddc and modeline modules.
2009-03-05 Fatih Aşıcı <[email protected]>
* zorg/config.py:
- Do not create InputDevice sections. We will use
new input hotplug mechanism for all input devices.
- Do not create Files section. We will use
catalogue paths.
- Do not create redundant dri section.
* zorg/__init__.py:
- Remove unused __all__ list.
2009-02-19 Fatih Aşıcı <[email protected]>
* zorg/hwdata.py:
Copy hwdata module from display manager.
Add vboxvideo driver to the driver list.
2009-02-02 Fatih Aşıcı <[email protected]>
* data/DriversDB, zorg/{config,probe}.py:
Add support for VirtualBox video and mouse drivers.
2009-01-22 Fatih Aşıcı <[email protected]>
* zorg/parser.py:
Fix a regression introduced with
type/instance changes.
2009-01-21 Fatih Aşıcı <[email protected]>
* zorg/probe.py:
Fixed framebuffer device node name.
* data/DriversDB:
Added new PCI IDs for nvidia-180.
2008-11-01 Fatih Aşıcı <[email protected]>
* data/DriversDB:
Renamed nvidia packages.
Added new cards.
* data/modprobe.d/zorg:
Added new module names for nvidia.
* zorg/__init__.py:
Bumped version to 1.1.1.
2008-10-04 Fatih Aşıcı <[email protected]>
* zorg/__init__.py:
Bumped version to 1.1.
* zorg/config.py:
Added support to create InputDevice sections
for wacom devices.
2008-09-24 Fatih Aşıcı <[email protected]>
* zorg/probe.py:
Added a high timeout value for dbus calls since
enabling a driver package might take a long time on slow
machines.
2008-09-17 Fatih Aşıcı <[email protected]>
* AUTHORS, ChangeLog:
Added AUTHORS and ChangeLog.