All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Bulley <web@umich.edu>
To: "Deucher, Alexander" <Alexander.Deucher@amd.com>
Cc: "amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>
Subject: Re: Have WX 3200 Radeon graphics card -- cannot get X11 session to work
Date: Fri, 26 Jan 2024 16:19:02 -0500	[thread overview]
Message-ID: <20240126211902.GF660@dell4> (raw)

According to "Deucher, Alexander" <Alexander.Deucher@amd.com> on Fri, 01/26/24 at 15:50:
> 
> [Public]
> 
> Kernel driver looks like its loaded properly.
> 
> I don't really have much experience with freebsd, but it doesn't seem to be
> able to open the kernel driver.  Perhaps X starts before the kernel driver
> has finished loading?  Can you try and load the kernel driver and then start X?

After sending this and researching the forums some more, I made a few changes
and have had some success, but not quite there yet...

Using what I found in the forums I now have this one file in my
/usr/local/etc/X11/xorg.conf.d directory:

unix% cat /usr/local/etc/X11/xorg.conf.d/10-driver.conf
Section "Device"
        Identifier      "Card0"
        Driver          "amdgpu"
        BusID           "PCI:41:0:0"
EndSection

I got to this point today after learning about this the other day:

unix# pciconf -lv | grep -A4 vgapci
vgapci0@pci0:41:0:0:    class=0x030000 rev=0x10 hdr=0x00 vendor=0x1002 device=0x6981 subvendor=0x1002 subdevice=0x0b0d
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Lexa XT [Radeon PRO WX 3200]'
    class      = display
    subclass   = VGA

I am not loading any relevant modules in my /boot/loader.conf file.

This line was added to my /etc/rc.conf file:

   kld_list="amdgpu"

I felt the amdgpu driver would support my WX 3200 (RS780) graphics card,
and after a reboot, I was proved correct.  Previously I was starting my
x11 session using the "startx" command from the vt0 virtual terminal.

Just minutes ago I logged into the virtual terminal vt2 on this system
as a non-root user.  There I entered the "startx" command and I was
completly surprised by the beautiful x11 session that appeared!!!

Unfortunately, the mouse pointer is frozen at the exact center of the
3440 x 1440 monitor, and it will not move.  I don't know how to fix
this.  Any help or ideas or suggestions would be greatly appreciated.

Thank you in advance.

-- 
William Bulley
E-MAIL: web@umich.edu
<web@umich.edu>

             reply	other threads:[~2024-01-26 21:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 21:19 William Bulley [this message]
2024-01-26 21:28 ` Have WX 3200 Radeon graphics card -- cannot get X11 session to work Deucher, Alexander
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 19:00 William Bulley
2024-01-28 19:37 William Bulley
2024-01-29 18:53 ` Deucher, Alexander
2024-01-27 16:58 William Bulley
2024-01-26 22:18 William Bulley
2024-01-26 18:44 William Bulley
2024-01-26 20:50 ` Deucher, Alexander

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=20240126211902.GF660@dell4 \
    --to=web@umich.edu \
    --cc=Alexander.Deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.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.