3D acceleration..

I have OpenSuse 11 along with windows vista and xp… I know my video card has 3d acceleration but i can’t enable it…
I ran 3D diag and it showed no compatible hardware found… ALso when i went thru YAST the 3d accelereation check box is disabled… Pls help.
As per dxdiag in vista my card is a VIA/S3G Unichrome Pro IGP… with 64 MB memory…
Yeah i have a 50:50 exp with linux. SO pls explain what to do…

this is a link to lots of good info for folks new to openSUSE -WELCOME-

http://tinyurl.com/6jwtg9

ALL of that thread is good for you, but solving your 3D setup begins
along about post #5 where you learn which repos to enable, how to get
the ‘restricted formats’ to allow stuff to work…

3D requires the propriatary drivers to match your graphics
card…learn if you have a nVidia or ATI care and then see one:
http://en.opensuse.org/ATI

NOTE: both pages give an “Easy Way” and a “Hard Way”…i don’t who
decided which was which, but i know if you do the “easy way” and later
update your kernel (for security, when required) then you have to do
the ‘easy way’ again, AFTER your system blows up…

but, if you take your time and do it the “hard way” then the next time
it will automatically renew when you upgrade your kernel…

you decide…which is what Linux is all about…

welcome.


goldie
Give a hacker a fish and you feed him for a day.
Teach wiki and you feed him for a lifetime.

thanx for the quick reply…
Well for one mine is neither an NVIDIA or an ATI graphics card. It uses via Chipset. I dunno where to find the proprietary driver of my card.

I found this… About – openChrome – Trac
I dunno where to go…

Please post contents of /etc/X11/xorg.conf

That one is the configuration file for the Xorg display server.

**
/etc/X11/xorg.conf

/…/

SaX generated X11 config file

Created on: 2009-08-31T14:21:11+0530.

Version: 8.1

Contact: Marcus Schaefer <sax@suse.de>, 2005

Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>

Automatically generated by [ISaX] (8.1)

PLEASE DO NOT EDIT THIS FILE!

Section “Files”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/Type1”
FontPath “/usr/share/fonts/URW”
FontPath “/usr/share/fonts/Speedo”
FontPath “/usr/share/fonts/PEX”
FontPath “/usr/share/fonts/cyrillic”
FontPath “/usr/share/fonts/latin2/misc:unscaled”
FontPath “/usr/share/fonts/latin2/75dpi:unscaled”
FontPath “/usr/share/fonts/latin2/100dpi:unscaled”
FontPath “/usr/share/fonts/latin2/Type1”
FontPath “/usr/share/fonts/latin7/75dpi:unscaled”
FontPath “/usr/share/fonts/baekmuk:unscaled”
FontPath “/usr/share/fonts/japanese:unscaled”
FontPath “/usr/share/fonts/kwintv”
FontPath “/usr/share/fonts/truetype”
FontPath “/usr/share/fonts/uni:unscaled”
FontPath “/usr/share/fonts/CID”
FontPath “/usr/share/fonts/ucs/misc:unscaled”
FontPath “/usr/share/fonts/ucs/75dpi:unscaled”
FontPath “/usr/share/fonts/ucs/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/misc:unscaled”
FontPath “/usr/share/fonts/hellas/75dpi:unscaled”
FontPath “/usr/share/fonts/hellas/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/Type1”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSection

Section “ServerFlags”
Option “AllowMouseOpenFail” “on”
Option “ZapWarning” “on”
EndSection

Section “Module”
Load “freetype”
Load “type1”
Load “dbe”
Load “glx”
Load “extmod”
EndSection

Section “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “us”
Option “XkbModel” “microsoftpro”
Option “XkbRules” “xfree86”
EndSection

Section “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “Device” “/dev/input/mice”
Option “Name” “PS/2”
Option “Protocol” “PS/2”
Option “Vendor” “PS/2-Mouse”
EndSection

Section “Monitor”
DisplaySize 306 230
HorizSync 30-69
Identifier “Monitor[0]”
ModelName “E74”
Option “DPMS”
Option “PreferredMode” “1024x768”
VendorName “IBM”
VertRefresh 50-120
UseModes “Modes[0]”
EndSection

Section “Modes”
Identifier “Modes[0]”
Modeline “1024x768” 94 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
EndSection

Section “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1024x768” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 16
Modes “1024x768” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 24
Modes “1024x768” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
SubSection “Display”
Depth 8
Modes “1024x768” “1024x600” “800x600” “768x576” “640x480”
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection

Section “Device”
BoardName “K8M800, K8N800, K8N800A”
BusID “1:0:0”
Driver “unichrome”
Identifier “Device[0]”
Screen 0
VendorName “VIA”
EndSection

Section “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
Option “Clone” “off”
Option “Xinerama” “off”
Screen “Screen[0]”
EndSection

Section “DRI”
Group “video”
Mode 0660
EndSection

Section “Extensions”

EndSection
</b>**

Section “Extensions”
Option “Composite” “enable”
EndSection

See the line missing in yours? It’s needed to have effects working. AFAICS the rest looks OK.