Note that $|x| = x$ if $x \ge 0$ and $|x| = -x$ if $x < 0$.
Similarly, $|2-x| = 2-x$ if $2 -x \ge 0$ (i.e., if $x \le 2$), and $|2-x| = x-2$ if $2-x < 0$ (i.e., if $x > 2$).
One way is to consider separately the three cases:
$x > 2$ (and so $x \ge 0$ also), so $|x| = x$ and $|2-x| = x-2$.
The inequality becomes $x + x - 2 \le x + 1$.
$0 \le x \le 2$, so $|x| = x$ and $|2-x| = 2-x$.
The inequality becomes $x + 2-x \le x + 1$.
$x < 0$ (and so $x \le 2$ also), so $|x| = -x$ and $|2-x| = 2-x$.
The inequality becomes $-x+2-x \le x + 1$.
Technically there is a fourth combination of $x < 0$ and $x \ge 2$, but clearly this case can't exist since no number can be $ < 0$ and $\ge 2$ at the same time.
Solve the inequalities in each case, and make sure the answer you get makes sense within the restriction of the corresponding case.
For example, for the second case, solving the inequality will give us $x \ge 1$. But remember that this is the case where $0 \le x \le 2$. Thus from the second case we only get $1 \le x \le 2$.
Solve the first and third cases, put it all together, and you'll get $x \in [1,3]$. Let me know if you require further assistance.