Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 20:20:19 -0400 (EDT)
From:      doug@safeport.com
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Putting my new FreeBSD 9.3 desktop online ....
Message-ID:  <alpine.BSF.2.11.1408152009310.36831@fledge.watson.org>
In-Reply-To: <53EE97F0.3000304@hiwaay.net>
References:  <53EBE6D6.8090501@hiwaay.net> <20140814072430.5e39c3bc.freebsd@edvax.de> <53ED2189.6020408@hiwaay.net> <53EE14FA.8060601@hiwaay.net> <CAPS9%2BSvmWzAn5RkHcr6e3LRpeS18j4ys444_hU8PqsLSXGc7Xg@mail.gmail.com> <53EE3C8D.3040008@hiwaay.net> <CAPS9%2BSsV35V_kh7KxREj8K_qNinTEuaa4kvdNG%2BEtReBDdTkjA@mail.gmail.com> <53EE4416.5090807@hiwaay.net> <20140815193657.b7a67359.freebsd@edvax.de> <53EE4749.5090000@hiwaay.net> <20140815194601.d0108283.freebsd@edvax.de> <53EE97F0.3000304@hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 15 Aug 2014, William A. Mahaffey III wrote:

>
> On 08/15/14 12:46, Polytropon wrote:
>> On Fri, 15 Aug 2014 12:45:45 -0500, William A. Mahaffey III wrote:
>>> On 08/15/14 12:36, Polytropon wrote:
>>>> On Fri, 15 Aug 2014 12:32:06 -0500, William A. Mahaffey III wrote:
>>>>> Hmmmm .... I don't know what got attached, my xorg.conf specifies vesa
>>>>> gfx driver ....
>>>> That also sounds wrong. What kind of graphics card are
>>>> you actually using? Typical answers: ATI, nVidia, Intel...
>>>> Follow-up question: Did you install the <name>-driver
>>>> package (in case of nVidia: nvidia-driver)?
>>>> 
>>>> 
>>> AMD jaguar kabini CPU, GPU on die w/ CPU, not yet supported by X.org .....
>> No support with the ATI driver? That would have been my first
>> guess. Anyway, "nvidia" as a driver is wrong in that case,
>> and "vesa" should at least work, even if it doesn't provide
>> sufficient 3D power.
>> 
>
> xconfig didn't pick it out .... just because it's ATI doesn't mean it 
> supports this new gfx set. I looked on X.org, & this GPU (Kabini [Radeon HD 
> 8280 / R3 Series]) isn't even mentioned, & the next 2 under it are listed as 
> unsupported or partially supported .... No biggie, I expected that, & would 
> guess they'll get on that soon ....
>
> -- 
This may be off point, I did not read the entire thread. If you want to use xdm 
with xfce you need to comment out the line in /usr/local/lib/X11/xdm/xdm-config. 
The xfce (and Gnome folks also I guess) changed something in session management. 
I could not (easily) find the link but the change is by design.

I use xdm with .session =

   #!/bin/sh
   /usr/bin/ssh-agent /usr/local/bin/startxfce4

and its all good. I do not use hal, all you need do is to comment out

   Option          "AutoAddDevices" "false"

This is on 10.0 but I did similiar stuff on a 9.2. The xdm change came with xfce 
4.8 (I think) but for sure with 4.10. As I recall from the writeup it is code 
they share with Gnome (again I think).

Hope this helps.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1408152009310.36831>