WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xorg-7.6 & 3d  (Read 2005 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Xorg-7.6 & 3d
« on: September 04, 2012, 01:37:03 PM »
Hi
Reading the Xorg-7.6 info file I understand that for 3d accel I need to create xorg.conf.
Is that true?
dCore user

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11287
Re: Xorg-7.6 & 3d
« Reply #1 on: September 04, 2012, 05:51:16 PM »
Hi jls_legalize
Quote
Is that true?
From the Xorg-7.6 info file:
Quote
      To get Xorg with accel, exit to prompt,
      get a root console (sudo su), and then
      Xorg -configure
That's the way I read it too.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14624
Re: Xorg-7.6 & 3d
« Reply #2 on: September 04, 2012, 08:22:43 PM »
Perhaps it depends on your hardware - with intel hardware 3d starts "confless" (but soon crashes due to a bug).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10981
Re: Xorg-7.6 & 3d
« Reply #3 on: September 05, 2012, 03:28:23 AM »
It should work confless, but it's always useful to have a config file ;)
The only barriers that can stop you are the ones you create yourself.

Offline h2sammo

  • Jr. Member
  • **
  • Posts: 80
    • Best podcast on LI-ion
Re: Xorg-7.6 & 3d
« Reply #4 on: September 30, 2012, 06:05:59 PM »
on my system Xorg -configure complains about not having newport_drv.so. i tried to load it with modprobe but it says:
Code: [Select]
tc@box:~$ lspci -k | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation Device 06c4 (rev a3)
tc@box:~$ sudo modprobe newport_drv.so
modprobe: module newport_drv.so not found in modules.dep
even though i see it in /usr/local/lib/X11/drivers

any ideas?
Thank you for your help!