Skip to content

Commit

Permalink
we ship the dummy driver for Ubuntu and Debian now, so remove the har…
Browse files Browse the repository at this point in the history
…dcoded DPI

git-svn-id: https://xpra.org/svn/Xpra/trunk@15013 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 8, 2017
1 parent 8e3c5d3 commit 258b2db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xpra/scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ def get_xorg_bin():

def get_Xdummy_command(xorg_cmd="Xorg", log_dir="${XPRA_LOG_DIR}", xorg_conf="/etc/xpra/xorg.conf"):
cmd = [xorg_cmd] #ie: ["Xorg"] or ["xpra_Xdummy"] or ["./install/bin/xpra_Xdummy"]
if os.path.exists("/etc/debian_version"):
#no patched dummy driver for debian, so force reasonable DPI instead:
cmd += ["-dpi", "96"]
cmd += [
"-noreset",
"-nolisten", "tcp",
Expand Down

0 comments on commit 258b2db

Please sign in to comment.