I checked in my /etc/X11/xorg.conf and it looks very empty.
Where are the part where I can change the driver ?
I am used too config by using xorgconf and using the driver xserver-xorg-driver-nv.
but they seems too be gone in backtrack.
Printable View
I checked in my /etc/X11/xorg.conf and it looks very empty.
Where are the part where I can change the driver ?
I am used too config by using xorgconf and using the driver xserver-xorg-driver-nv.
but they seems too be gone in backtrack.
With such details you certainly are not going to get much help.
I would suggest you add a copy of your xorg.conf The type of card you have will also be good info. A link to the manufactures page on this card will also be nice.
While waiting for any help take a look at some at the guides here on the website for more info.
Also look into Ubuntu's forums, there will probably be info there as well.
Everything's 'automagically' detected when you start the Xorg server. If you want/must, you can add the options/drivers/whatever :)
I have a NV44A [GeForce 6200] and wood like too have 3D ACC
glxinfo | grep render ( show me software rendering )
direct rendering: Yes
OpenGL renderer string: Software Rasterizer
I use default xorg.conf and it is hardly any configs in this file is it not used ?
cat /etc/X11/xorg.conf
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
to create a "clean" xorg.conf file run the following command,
sudo Xorg -configure #if you aren't root
then copy that file to the correct location;
cp /root/xorg.conf.new /etc/X11/xorg.conf
you may then edit that file to your hearts content.
Tanks trellis. Nice that X can find hardware so good this days...
I am a bit off shame for asking this question abut 3D. It was so simpel too fix. I Just had too go out to nividia.com download there driver and install.
Bang raised my FPS in glxgers from 150 too 1322FPS :-)