WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xorg.conf problem  (Read 4452 times)

Offline jp734

  • Newbie
  • *
  • Posts: 17
xorg.conf problem
« on: February 28, 2016, 05:02:57 PM »
Have the latest stable iso (kernel 4.2.9) and installed frugal. PC boots with no problem BUT I have two monitors and it only works as cloned. xrandr only shows one monitor as well. The video card is an old Radeon HD 5450. I've tried both the amdgpu and ati/radeon drivers. Again, both drivers work with my video card, just can't set my second monitor as an extension. So I tried creating a custom configuration. I created monitor, screen, device and serverlayout configuration files and saved them under /usr/local/share/X11/xorg.conf.d folder. When I reboot the pc with the configurations, X will not start and /var/log/Xorg.0.log says "No device detected!".  If I delete my device config file and leave the rest, X starts just fine but of course with a clone monitor.

My device configuration file is a simple one but enough to stop X.

Section "Device"
    Identifier  "Card0"
    Driver      "amdgpu"
    BusId      "PCI:1:0:0"
EndSection

System Info: Core 2 Quad 9500 2.8 GHz, Radeon HD 5450, latest coreplus iso, Xorg 7.7.

I'm guessing maybe I missed to install something but I am not sure and what if my guess is correct.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: xorg.conf problem
« Reply #1 on: February 29, 2016, 11:39:14 AM »
You should use the radeon driver (amdgpu is only for the very latest), and first try to set it up using xrandr commands (see Arch wiki).
The only barriers that can stop you are the ones you create yourself.

Offline jp734

  • Newbie
  • *
  • Posts: 17
Re: xorg.conf problem
« Reply #2 on: February 29, 2016, 04:48:51 PM »
Thanks curaga for the reply.

Okay. Didn't know that but I will go and stick with the radeon driver. I am not familiar with the xrandr commands yet but I will try. One other question. I noticed another error on /var/log/Xorg.0.log file and it says:

[  1104.114] (EE) open /dev/dri/card0: No such file or directory
[  1104.114] (WW) Falling back to old probe method for modesetting
[  1104.114] (EE) open /dev/dri/card0: No such file or directory
[  1104.114] (EE) Screen 0 deleted because of no matching config section.
[  1104.114] (II) UnloadModule: "radeon"
[  1104.114] (EE) Screen 0 deleted because of no matching config section.
[  1104.114] (II) UnloadModule: "modesetting"

Any clue on this one?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: xorg.conf problem
« Reply #3 on: February 29, 2016, 09:17:05 PM »
[  1104.114] (EE) open /dev/dri/card0: No such file or directory

This just shows that Xorg-7.7-3d is not loaded

Offline jp734

  • Newbie
  • *
  • Posts: 17
Re: xorg.conf problem
« Reply #4 on: March 01, 2016, 03:53:58 PM »
I checked my On Boot Maintenance and Xorg-7.7-3d.tcz is on the list. Also checked my /tce/optional folder and the file exists (8656 K - file size) . Are there any other files that are supposed to be loaded?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: xorg.conf problem
« Reply #5 on: March 02, 2016, 01:47:03 AM »
The graphics- modules and firmware-radeon are also needed for Radeon 3d. They should be dependencies, though.
The only barriers that can stop you are the ones you create yourself.

Offline jp734

  • Newbie
  • *
  • Posts: 17
Re: xorg.conf problem [SOLVED]
« Reply #6 on: March 05, 2016, 08:00:19 PM »
Loaded modules.tcz, now everything is working perfectly. Thanks....