What graphics driver are you using? I had a similar problem on a Sawtooth with an ATI 9000 with the text displaying as a very light purple. The only solution I found was to use the NoAccel option for the "radeon" driver in my xorg.conf. Of course, after that I had a slow as molasses desktop.
Regards,
Dan
--- On Thu, 1/17/13, David Adcock <david....@lonestarbio.com> wrote:
Archive: http://lists.debian.org/1358565912.8913....@web140803.mail.bf1.yahoo.com
Option "AccelMethod" "XAA"
in your xorg.conf instead of "NoAccel" "True". This solved the font issue for me and preserved 2d acceleration.
--- On Fri, 1/18/13, Dan DeVoto <dand...@yahoo.com> wrote:
> What graphics driver are you using? I had a similar
> problem on a Sawtooth with an ATI 9000 with the text
> displaying as a very light purple. The only solution I
> found was to use the NoAccel option for the "radeon" driver
> in my xorg.conf. Of course, after that I had a slow as
> molasses desktop.
--
To UNSUBSCRIBE, email to debian-powe...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1358980551.55616...@web140806.mail.bf1.yahoo.com
sudo /etc/init.d/lightdm stop
Replace lightdm with your login manager if different. Then enter:
sudo Xorg -configure
sudo cp /root/xorg.conf.new /etc/X11/xorg.conf
In other distros, it created the xorg.conf.new file in my home folder, but wherever it is it'll say in the Xorg -configure output. Now you can restart X with startx.
One caveat, when you halt X your console's text might become garbled, so you'll have to type blind. This appears to be a Debian bug.
--- On Sat, 2/23/13, Rick Thomas <rbth...@pobox.com> wrote:
>
> I have the same problem, but by default there is no
> xorg.conf file...
>
> Can I somehow generate one for my configuration?
>
> Thanks!
>
> Rick
>
> On Jan 23, 2013, at 2:35 PM, Dan DeVoto wrote:
>
> > Just to add one last thing, with the radeon driver you
> can use:
> >
> > Option "AccelMethod" "XAA"
> >
> > in your xorg.conf instead of "NoAccel" "True".
> This solved the font issue for me and preserved 2d
> acceleration.
--
To UNSUBSCRIBE, email to debian-powe...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1361645146.66524...@web140805.mail.bf1.yahoo.com