You are not logged in.
I replaced my ATI Radeon card with a NVIDIA GeForce GTX 460, and I've noticed a few issues. Switching to/from a virtual console and starting X is much slower now; fonts in X are a bit strange (e.g., Tamsyn in urxvt looks shorter); and the virtual terminals don't acknowledge my consolefonts settings in rc.conf at all, so the console font is huge and ugly (less than 20 lines on a 21" widescreen monitor).
Do I need to remove the ATI drivers entirely? Could they be interfering somehow? Am I supposed to have xf86-video-nouveau installed as well as the nvidia package and its deps?
Beyond that I'm kind of stumped. Suggestions would be appreciated. Thanks!
Edited to add: I used nvidia-xconfig to create xorg.conf but I haven't made any changes to the file.
Last edited by ibrunton (2012-08-02 23:08:32)
Offline
Tamsyn in urxvt looks shorter
Probably the nvidia driver setting your DPI. Look:
xdpyinfo | grep -B1 dotOffline
ibrunton wrote:Tamsyn in urxvt looks shorter
Probably the nvidia driver setting your DPI. Look:
xdpyinfo | grep -B1 dot
dimensions: 1680x1050 pixels (474x303 millimeters)
resolution: 90x88 dots per inchOffline
dimensions: 1680x1050 pixels (474x303 millimeters) resolution: 90x88 dots per inch
xdpyinfo reports mine as 101x101; I'm using an NVIDIA card as well, and my fonts look like what I remember them being under Gentoo. They're also identical in appearance to another box I have with Intel integrated graphics. Seems that you might have to play around with your DPI.
He who has no .plan has small finger.
~Confucius on UNIX.
Offline
I read up on the Nouveau driver, which lead me to the KernelModeSetting page in the wiki, where I discovered that my problems with TTY fonts and switching was because the proprietary driver doesn't use KMS. I've switched to Nouveau, and it solves those problems. I think it even restored by fonts in X (urxvt, dolphin) to their previous sizes.
I love the Arch wiki!
Last edited by ibrunton (2012-08-02 23:09:41)
Offline