Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: jls on September 04, 2012, 04:37:03 PM

Title: Xorg-7.6 & 3d
Post by: jls 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?
Title: Re: Xorg-7.6 & 3d
Post by: Rich 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.
Title: Re: Xorg-7.6 & 3d
Post by: Juanito 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).
Title: Re: Xorg-7.6 & 3d
Post by: curaga on September 05, 2012, 06:28:23 AM
It should work confless, but it's always useful to have a config file ;)
Title: Re: Xorg-7.6 & 3d
Post by: h2sammo 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?