All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rudolf Künzli" <rudolf.kunzli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org>
Cc: "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
	<nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Subject: Re: Odd text behavior on Websites and others
Date: Wed, 12 Aug 2015 00:03:50 +0200	[thread overview]
Message-ID: <1439330630.10427.0.camel@gmail.com> (raw)
In-Reply-To: <CAKb7UviqvY97VCHHnzEOHHHYxWoXnHa+f5VcHKwx90HHJ4e0nw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

I don't have a file /etc/X11/xorg.conf but a folder
/etc/X11/xorg.conf.d

[rudolf@mephisto xorg.conf.d]$ ls -la /etc/X11/xorg.conf.d
total 12
drwxr-xr-x. 2 root root 4096 Aug  4 08:25 .
drwxr-xr-x. 6 root root 4096 May 27 11:40 ..
-rw-r--r--. 1 root root  265 Apr 21 17:06 00-keyboard.conf

Then a folder /usr/share/X11/xorg.conf.d with serveral config files but
I don't see which one to be edited...

[rudolf@mephisto xorg.conf.d]$ ls -la /usr/share/X11/xorg.conf.d
total 32
drwxr-xr-x. 2 root root 4096 Jul 31 18:33 .
drwxr-xr-x. 7 root root 4096 May 27 11:40 ..
-rw-r--r--. 1 root root 1099 Jul 15 10:20 10-evdev.conf
-rw-r--r--. 1 root root 1350 Jul 15 10:20 10-quirks.conf
-rw-r--r--. 1 root root 2827 May  1 08:23 50-synaptics.conf
-rw-r--r--. 1 root root  115 May 15 14:49 50-vmmouse.conf
-rw-r--r--. 1 root root 1385 Mar 20 00:31 50-wacom.conf
-rw-r--r--. 1 root root  789 Jul 13 00:54 90-libinput.conf

Any other place to look for. find didn't help...

I guess I'll have to run "x config" as root to get a xorg.conf which I
can edit later...

-- 
Rudolf Künzli <rudolf.kunzli@gmail.com>
On Tue, 2015-08-11 at 11:42 -0400, Ilia Mirkin wrote:
> No, you probably want something in /etc/X11... a lot of the time it's
> split up into a bunch of separate files in like /etc/X11/xorg.conf.d
> or something. You should consult your distro documentation for how to
> make it happen.
> 
> On Tue, Aug 11, 2015 at 11:38 AM, Rudolf Künzli <
> rudolf.kunzli@gmail.com> wrote:
> > Thanks - the only xorg.conf I found is -
> >  /usr/share/abrt/conf.d/plugins/xorg.conf
> > Is this the file to be edited?
> > 
> > --
> > Rudolf Künzli <rudolf.kunzli@gmail.com>
> > On Tue, 2015-08-11 at 10:56 -0400, Ilia Mirkin wrote:
> > > On Tue, Aug 11, 2015 at 10:47 AM, Rudolf Künzli <
> > > rudolf.kunzli@gmail.com> wrote:
> > > > > GeForce GTX 745 is a NVIDIA card in the NV117 (GM107) 
> > > > > Family...
> > > > The update was made using DNF (Yum) in my daily update 
> > > > procedure
> > > > using
> > > > the Fedora 22 Update repository.
> > > > I am not familiar with details I just can report what happens 
> > > > right
> > > > now...
> > > 
> > > OK, there's no EXA support for maxwell, so you're using glamor.
> > > Before
> > > kernel 4.1, unless you had extracted your own ctxsw firmware, you
> > > didn't have acceleration at all, that was likely the change that
> > > triggered the issue.
> > > 
> > > The glamor integration in nouveau is, sadly, broken. But it's 
> > > unclear
> > > whether that's the cause of your issue. You can either add
> > > 
> > > Option "NoAccel" "true"
> > > 
> > > to the device section in your xorg.conf, which will disable 2d
> > > acceleration and bring you back to the same state you were in 
> > > before,
> > > or you can add
> > > 
> > > Driver "modesetting"
> > > 
> > > (or uninstall xf86-video-nouveau) which will use the modesetting
> > > driver which has a non-broken glamor integration. You may still 
> > > get
> > > the same issues though, as they could just be generic
> > > mesa-sucks-on-maxwell issues (I don't have a Maxwell GPU, no one 
> > > else
> > > has been interested in debugging/fixing issues).
> > > 
> > >   -ilia
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

  parent reply	other threads:[~2015-08-11 22:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11  8:20 Odd text behavior on Websites and others Rudolf Künzli
     [not found] ` <1439281240.4493.2.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-11 13:45   ` Ilia Mirkin
     [not found]     ` <1439304438.6366.4.camel@gmail.com>
     [not found]       ` <1439304438.6366.4.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-11 14:56         ` Ilia Mirkin
     [not found]           ` <CAKb7UviRDg0OPzCZxB2GR67OV70Sc5zubENYSGRyKiH0fFrzdA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-11 15:38             ` Rudolf Künzli
     [not found]               ` <1439307504.6366.6.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-11 15:42                 ` Ilia Mirkin
     [not found]                   ` <CAKb7UviqvY97VCHHnzEOHHHYxWoXnHa+f5VcHKwx90HHJ4e0nw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-11 16:57                     ` Rudolf Künzli
2015-08-11 22:03                     ` Rudolf Künzli [this message]
     [not found]                       ` <1439330630.10427.0.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-11 22:11                         ` Ilia Mirkin
     [not found]                           ` <CAKb7UvhMUKXR42ujqZhG6ENsyq6NXBN=vR9wfvzaMp_-nG=bfw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-12  6:30                             ` Rudolf Künzli
     [not found]                               ` <1439361010.2866.2.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-12  9:16                                 ` Rudolf Künzli
2015-08-12 21:53                                 ` Rudolf Künzli
     [not found]                                   ` <1439416439.4565.2.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-13  9:32                                     ` Rudolf Künzli
2015-08-13 13:33                             ` poma
     [not found]                               ` <55CC9C93.1020709-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-13 14:34                                 ` Rudolf Künzli
  -- strict thread matches above, loose matches on Subject: below --
2015-08-11  6:54 Rudolf Künzli

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=1439330630.10427.0.camel@gmail.com \
    --to=rudolf.kunzli-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.