Kaydet (Commit) 009b8cc1 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

more cleanup

üst 51b26065
......@@ -6,16 +6,12 @@ zorgConfigDir = "/var/lib/zorg"
zorgConfig = "config.xml"
zorgDataDir = "/usr/share/zorg"
DriversDB = "/usr/lib/X11/DriversDB"
MonitorsDB = "/usr/lib/X11/MonitorsDB"
DriversDB = "%s/DriversDB" % zorgDataDir
MonitorsDB = "%s/MonitorsDB" % zorgDataDir
driver_path = "/usr/lib/xorg/modules/drivers"
xkb_path = "/usr/share/X11/xkb/symbols"
sysdir = "/sys/bus/pci/devices/"
lcd_drivers = ["nv", "nvidia", "ati", "via", "i810",
"intel", "sis", "savage", "neomagic"]
truecolor_cards = ["i810", "intel", "nv", "radeon"]
package_sep = "/"
......@@ -167,9 +167,6 @@ class VideoDevice:
"tv-standards": ""
}
if self.driver in truecolor_cards:
self.probe_result["depths"] = "24,16"
else:
self.probe_result["depths"] = "16,24"
depthlist = self.probe_result.get("depths", "16,24").split(",")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment