WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Xorg-7.6 & 3d
« on: September 04, 2012, 04: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: 11581
Re: Xorg-7.6 & 3d
« Reply #1 on: September 04, 2012, 08: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: 14794
Re: Xorg-7.6 & 3d
« Reply #2 on: September 04, 2012, 11:22:43 PM »
Perhaps it depends on your hardware - with intel hardware 3d starts "confless" (but soon crashes due to a bug).

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11043
Re: Xorg-7.6 & 3d
« Reply #3 on: September 05, 2012, 06: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, 09: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!