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

fix fb device node path

üst 7e1b9769
2009-01-21 Fatih Aşıcı <fatih@pardus.org.tr>
* zorg/probe.py: Fixed framebuffer device node name.
2008-11-01 Fatih Aşıcı <fatih@pardus.org.tr>
* data/DriversDB: Renamed nvidia packages. Added
new cards.
......
......@@ -93,7 +93,7 @@ class VideoDevice:
def chooseDriver(self):
if isVirtual():
print "We are in domU. Using fbdev driver."
if os.path.exists("/dev/fb/0"):
if os.path.exists("/dev/fb0"):
self.driver = "fbdev"
return
......
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