PDA

View Full Version : [ubuntu] [SOLVED] Undo wine update?



upchucky
July 12th, 2008, 02:40 PM
I updated wine from 1.0 to the new 1.1.1, now nothing works when launched in wine, keep getting glx rendering error.

this is a dell xps gen II
2.0ghz
2gig ram
nvidia 6800 ultra with 256m onboard memory.

the vid driver loads the nvidia splash screen on startup and i can set tons of different resolutions in the nvidia manager.

But i get this error when i try to see the fps,
electric@XPS-Laptop:~$ glxgears
Error: glXCreateContext failed
electric@XPS-Laptop:~$


this is my xorg,
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 5 00:10:21 PDT 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
#########added from old xorg###########

Load "bitmap"
Load "ddc"
Load "dri"
Load "glx"
Load "int10"
Load "vbe"

########end of addition from old xorg########
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
############added from old xorg############
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
#########end of addition from old xorg######
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection


my xorg was not changed by the update.