public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Volker Armin Hemmann <volkerarmin@googlemail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Loss of performance...OpenGL?
Date: Sun, 11 Jan 2009 15:31:38 +0100	[thread overview]
Message-ID: <200901111531.38848.volkerarmin@googlemail.com> (raw)
In-Reply-To: <20090111142118.GA30720@solfire>

On Sonntag 11 Januar 2009, meino.cramer@gmx.de wrote:
> Volker Armin Hemmann <volkerarmin@googlemail.com> [09-01-11 15:15]:
> > On Sonntag 11 Januar 2009, meino.cramer@gmx.de wrote:
> > > > are you using composite? if yes, don't. Or install the latest nvidia
> > > > driver.
> > >
> > > In my initial posting I mentioned the driver, which is installed on my
> > > PC
> > >
> > > > > x11-drivers/nvidia-drivers-177.82  USE="acpi gtk -custom-cflags
> > > > > (-multilib)
> > >
> > > This is -- according to "emerge -pv..." the newest available...
> >
> > no, it is not. The latest are 180something and they solved some 2d
> > slowness issues with that driver.
> >
> > > Is it needed to switch off Composite with that version ?
> >
> > composite makes 2d very slow with drivers prior to 180. You don't have to
> > disable composite in xorg.conf. Just don't use compiz and deactivate all
> > effects in gnome/kde.
> > btw, xorg.conf would be nice to see.
>
> ...eeeh...how can I get the newest driver in a gentoo-compatible way?

look into bugzilla - I am pretty sure somebody posted an updated ebuild 
already. Download it, put it into your overlay, ebuild ...ebuild manifest and 
emerge it.

> I set
>
> x11-drivers/nvidia-drivers ~x86
>
> in /etc/package/package-keywords.
>
> Emerge reports the previously mentioned (non-180) version of the nvidia
> drivers.
>
> I attached Xorg.conf to this email.

and I cleaned it up a bit:

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option         "LeftAlt" "Meta"
    Option         "RightAlt" "ModeShift"
    Option         "ScrollLock" "Compose"
    Option         "RightCtl" "Control"
    Option         "XkbOptions" "lv3:win_switch,ctrl:nocaps,compose:rwin"
# To customise the XKB settings to suit your keyboard, modify the
    Option         "XkbModel" "pc102"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
#    Option "Device"        "/dev/input/mouse0"
    Option         "Device" "/dev/input/mice"
    Option         "Buttons" "5"
    Option         "ZAxisMapping" "4 5"
# When using XQUEUE, comment out the above two lines, and uncomment
    Option         "ChordMiddle"
EndSection

Section "Monitor"
    Identifier     "HM903DT"
    Option         "DPMS"
EndSection

Section "Device"

    # Option "Overlay" "true"
    # Option "UBB" "true"
    # Option "CIOverlay" "true"
    # VideoRam  66560 
    Identifier     "n7600GT"
    Driver         "nvidia"
    Option         "NvAGP" "3"
    Option         "TripleBuffer" "true"
    Option         "NoLogo" "1"
    Option         "BackingStore" "True"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "n7600GT"
    Monitor        "HM903DT"
    DefaultDepth    24
      SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

you could try without bs and tb.



  reply	other threads:[~2009-01-11 14:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-11 13:24 [gentoo-user] Loss of performance...OpenGL? meino.cramer
2009-01-11 13:33 ` Volker Armin Hemmann
2009-01-11 14:00   ` meino.cramer
2009-01-11 14:08     ` Volker Armin Hemmann
2009-01-11 14:21       ` meino.cramer
2009-01-11 14:31         ` Volker Armin Hemmann [this message]
2009-01-11 14:46           ` meino.cramer
2009-01-11 14:51             ` Volker Armin Hemmann
2009-01-11 16:40               ` meino.cramer
2009-01-11 16:46                 ` Volker Armin Hemmann
2009-01-11 17:46                   ` meino.cramer
2009-01-11 17:55                     ` Volker Armin Hemmann
2009-01-11 18:15                       ` meino.cramer
2009-01-11 18:23                         ` Volker Armin Hemmann
2009-01-11 14:22       ` meino.cramer
2009-01-11 14:04   ` meino.cramer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200901111531.38848.volkerarmin@googlemail.com \
    --to=volkerarmin@googlemail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox