ChangeLog.OLD 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 2010-03-03 Fatih Aşıcı <fatih@pardus.org.tr>
  2. * sorg/config.py:
  3. Use "Disable" option for disable outputs.
  4. 2010-01-06 Fatih Aşıcı <fatih@pardus.org.tr>
  5. * sorg-cli:
  6. -d parameter can take an empty string as the driver name
  7. that means the driver will be selected by the X server.
  8. 2009-11-17 Fatih Aşıcı <fatih@pardus.org.tr>
  9. * data/DriversDB:
  10. Remove nvidia71 driver as it doesn't work with new X servers.
  11. * sorg/hwdata.py:
  12. Remove names of old nvidia packages.
  13. 2009-10-30 Fatih Aşıcı <fatih@pardus.org.tr>
  14. * data/DriversDB:
  15. Add new NVIDIA cards.
  16. 2009-10-26 Fatih Aşıcı <fatih@pardus.org.tr>
  17. * data/DriversDB:
  18. Add new ATI cards.
  19. 2009-05-01 Fatih Aşıcı <fatih@pardus.org.tr>
  20. * sorg/probe.py:
  21. Implement a simplified version of getPrimaryCard.
  22. 2009-04-23 Fatih Aşıcı <fatih@pardus.org.tr>
  23. * setup.py:
  24. Do not install modprobe.d config file.
  25. 2009-03-30 Fatih Aşıcı <fatih@pardus.org.tr>
  26. * data/DriversDB:
  27. Prefer nvidia-drivers package for 10de:0242.
  28. 2009-03-28 Fatih Aşıcı <fatih@pardus.org.tr>
  29. * sorg/parser.py:
  30. Do case-insensitive comparison for entry names
  31. 2009-03-20 Fatih Aşıcı <fatih@pardus.org.tr>
  32. * sorg/config.py, zorg/consts.py, zorg/hwdata.py, zorg/probe.py:
  33. - Refactor variable names to increase consistency.
  34. - Add configuredBus function to get last configured card by
  35. sorg. This will be used at boot.
  36. - Use an empty string for xkb variant as not all layouts have
  37. "basic" variant.
  38. * sorg/utils.py:
  39. - Cleanup unused utils.
  40. * setup.py:
  41. - Get config and data dirs from sorg module instead of
  42. hardcoding.
  43. 2009-03-08 Fatih Aşıcı <fatih@pardus.org.tr>
  44. * sorg/utils.py:
  45. - Improve backup function to keep last 3 backups.
  46. - Use pardus-python's new get_kernel_option function. Remove
  47. the internal one.
  48. * sorg/config.py, zorg/consts.py, zorg/probe.py:
  49. - Let Xorg decide most of the configurations. Make
  50. Screen, Display, Layout and Monitor sections optional.
  51. - Disable framebuffer size calculation since it tries
  52. to parse mode name and mode names do not have to be in
  53. format "WidthxHeight". Also drivers should be clever
  54. to calcute fb size.
  55. - Add a flag to indicate the initial config.
  56. - Remove monitor query stuff.
  57. - Cleanup unused bits.
  58. * sorg/ddc, zorg/modeline.py:
  59. - Remove ddc and modeline modules.
  60. 2009-03-05 Fatih Aşıcı <fatih@pardus.org.tr>
  61. * sorg/config.py:
  62. - Do not create InputDevice sections. We will use
  63. new input hotplug mechanism for all input devices.
  64. - Do not create Files section. We will use
  65. catalogue paths.
  66. - Do not create redundant dri section.
  67. * sorg/__init__.py:
  68. - Remove unused __all__ list.
  69. 2009-02-19 Fatih Aşıcı <fatih@pardus.org.tr>
  70. * sorg/hwdata.py:
  71. Copy hwdata module from display manager.
  72. Add vboxvideo driver to the driver list.
  73. 2009-02-02 Fatih Aşıcı <fatih@pardus.org.tr>
  74. * data/DriversDB, sorg/{config,probe}.py:
  75. Add support for VirtualBox video and mouse drivers.
  76. 2009-01-22 Fatih Aşıcı <fatih@pardus.org.tr>
  77. * sorg/parser.py:
  78. Fix a regression introduced with
  79. type/instance changes.
  80. 2009-01-21 Fatih Aşıcı <fatih@pardus.org.tr>
  81. * sorg/probe.py:
  82. Fixed framebuffer device node name.
  83. * data/DriversDB:
  84. Added new PCI IDs for nvidia-180.
  85. 2008-11-01 Fatih Aşıcı <fatih@pardus.org.tr>
  86. * data/DriversDB:
  87. Renamed nvidia packages.
  88. Added new cards.
  89. * data/modprobe.d/sorg:
  90. Added new module names for nvidia.
  91. * sorg/__init__.py:
  92. Bumped version to 1.1.1.
  93. 2008-10-04 Fatih Aşıcı <fatih@pardus.org.tr>
  94. * sorg/__init__.py:
  95. Bumped version to 1.1.
  96. * sorg/config.py:
  97. Added support to create InputDevice sections
  98. for wacom devices.
  99. 2008-09-24 Fatih Aşıcı <fatih@pardus.org.tr>
  100. * sorg/probe.py:
  101. Added a high timeout value for dbus calls since
  102. enabling a driver package might take a long time on slow
  103. machines.
  104. 2008-09-17 Fatih Aşıcı <fatih@pardus.org.tr>
  105. * AUTHORS, ChangeLog:
  106. Added AUTHORS and ChangeLog.