forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

3D Desktop is not functioning

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Video
View previous topic :: View next topic  
Author Message
zeusx64
Xplorer


Joined: 22 Nov 2006
Posts: 1
Location: New Hampshire

PostPosted: Fri Dec 22, 2006 11:59 am    Post subject: 3D Desktop is not functioning Reply with quote

I have a custom PC. That just means I built it. It is freshly installed with Xandros Desktop OS 4.1 Professional. I have the latest nVidia driver from their site, as of December 21 (x86-1.0-9746). My 3D desktop apply settings button is grey (unavailable).
This is my system makeup;
nVidia 6600 (nv43) rev a2 w/256 onboard DDR/ PCI express on 16x slot
MSI K8N NEO4f w/AMD Athlon 64 X2 Dual core 3800+
2 GB/ DDR400/PC3200 Memory

I have edited my xorg.conf file to enable the composite extension.
This is my xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "Xandros"
   Screen         "Screen1"
   InputDevice    "keyboard"
   InputDevice    "stylus"
   InputDevice    "eraser"
   InputDevice    "cursor"
   InputDevice    "pad"
   InputDevice    "mouse"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules/nvidia"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "Module"
   Load  "ddc"
   Load  "int10"
   Load  "dbe"
   Load  "extmod"
   Load  "glx"
   Load  "record"
   Load  "bitmap"
   Load  "freetype"
   Load  "type1"
   Load  "vbe"
   Load  "xandetect"
EndSection

Section "ServerFlags"
   Option       "AllowMouseOpenFail"
EndSection

Section "InputDevice"
   Identifier  "keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
EndSection

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "USB" "on"
   Option       "Mode" "Absolute"
   Option       "SendcoreEvents" "yes"
   Option       "Type" "stylus"
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "USB" "on"
   Option       "Mode" "Absolute"
   Option       "SendcoreEvents" "yes"
   Option       "Type" "eraser"
EndSection

Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "USB" "on"
   Option       "Mode" "Relative"
   Option       "SendcoreEvents" "yes"
   Option       "Type" "cursor"
EndSection

Section "InputDevice"
   Identifier  "pad"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Mode" "Absolute"
   Option       "USB" "on"
   Option       "Type" "pad"
EndSection

Section "InputDevice"
   Identifier  "mouse"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "IMPS/2"
   Option       "Emulate3Buttons" "yes"
   Option       "ZAxisMapping" "4 5"
   Option       "CorePointer"
EndSection

Section "Modes"
   Identifier     "Monitor1"
   ModeLine     "1280x1024@75" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "1280x1024@60" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "1024x768@75" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "1024x768@70" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "1024x768@60" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "800x600@75" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "800x600@72" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "800x600@60" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "800x600@56" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "640x480@75" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "640x480@72" 0.0 0 0 0 0 0 0 0 0
   ModeLine     "640x480@60" 0.0 0 0 0 0 0 0 0 0
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "ICP"
   ModelName    "CM2019"
 ### Comment all HorizSync and VertSync values to use DDC:
   HorizSync    30.0 - 83.0
   VertRefresh  73.0 - 77.0
   Option       "DPMS" "off"
EndSection

Section "Device"
   Identifier  "Device1"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV43 [GeForce 6600]"
   BusID       "PCI:6:0:0"
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Device1"
   Monitor    "Monitor1"
   DefaultDepth     24
   SubSection "Display"
      Depth     8
   EndSubSection
   SubSection "Display"
      Depth     15
   EndSubSection
   SubSection "Display"
      Depth     16
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
   Option       "Composite" "Enable"
EndSection


Maybe there is something that I missed but this was happening from the first boot. I have tried both the Xandros nVidia driver and the one from the nVidia site. So, what the heck? I need sum hep. Confused
_________________
zeusx64
Back to top
View user's profile Send private message Visit poster's website
Arne Anka
Xanspiration
Xanspiration


Joined: 21 Mar 2004
Posts: 4186
Location: Stockholm, Sweden

PostPosted: Fri Dec 22, 2006 12:14 pm    Post subject: Reply with quote

Xandros NVIDIA driver does not support 3D video effects. Just changing driver is not enough. Follow Redrums instructions in the link below.

http://forums.xandros.com/viewtopic.php?t=27911
Back to top
View user's profile Send private message
tazmanskl
Xplorer


Joined: 23 Jul 2006
Posts: 11

PostPosted: Sun Jan 21, 2007 12:47 pm    Post subject: 3d effects not functioning Reply with quote

how do i get the 3d effects to work, I have xandros desktop 4.0 premium with sp1 install when I go to control panel and into the display section and enable the 3d effects it ask to reboot so I do that and my pc won't reboot , the only thing that comes up is a black screen, then I reboot again but go under safe mode to disable 3d effects so my pc will boot up and work. I have the ati x850 pro video card, and i built my pc. I woukd like to try to get the 3d effects to work if possible just because it looks neats and to learn linux since i'm a extreme newbie.
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
redrum
Xandros Community Moderator
Xandros Community Moderator


Joined: 05 Apr 2004
Posts: 2765
Location: Rapid City, South Dakota

PostPosted: Sun Jan 21, 2007 1:09 pm    Post subject: Reply with quote

The 3d desktop option is a technology preview and only works on certain ATI and Intel cards.. It appears that your card is not one of them.. Aside from swapping out the card, I doubt you'll be able to enable 3d effects... There is an Nvidia hack that works well too, but its unofficial.
_________________


Beware of the man who would deny you access to information,
for in his heart he dreams himself your master.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Video All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group