You are not logged in.

#1 2008-07-28 12:36:28

rooloo
Member
Registered: 2008-07-09
Posts: 218

set nvidia-settings on start-up

Where is the best place on an arch box to set the

nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1

~/.xinitrc?

Offline

#2 2008-07-28 16:16:29

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: set nvidia-settings on start-up

.xinitrc is good, or you can add something like this to your xorg.conf:

Section "Device"
    ...
    Option  "InitialPixmapPlacement"    "2"
    Option  "GlyphCache"                "1"
    ...
EndSection "Device"

Offline

Board footer

Powered by FluxBB