scottopoly
February 16th, 2008, 09:20 PM
Ok, so I had teh problem where ANY wine command freezes the laptop. Run wine in console, I would see it started to create .wine, then the mouse would not even move.
Essentially this is the fix that worked for me: https://help.ubuntu.com/community/UniChrome
That is, I changed to the drivers from Viaarena (mine are for the CLE266 class of cards, I have an Averatec 3200 series, It has Via Unichrome S3 something something. xorg.conf called it VT8378, could be correct, who knows)
Also this thread tipped me off to the answer, though he has a different workaround: http://ubuntuforums.org/showthread.php?t=593043
For the record, I tried (these are package names from synaptec) xserver-xorg-video-via, xserver-xorg-video-openchrome, and xserver-xorg-video-unichrome, and here are the results:
-via: (this is the one that came installed by default)
glxinfo: segfaults right after it prints "GL_EXT_texture_lod"
glxgears: about 490 fps
wine: hard freeze
enabling visual effects in gnome: fails
-unichrome:
everything exactly the same as -via. hmm.
-openchrome:
glxinfo: hard freeze
glxgears: hard freeze
wine: hard freeze
vis effects: didn't bother
drivers from Viaarena:
glxinfo: works!
glxgears: 450 fps (hmm)
wine: works!
vis effects: nope.
BUT, anytime openGL anything is invoked (wine, glxinfo, or glxgears), I get the following list of warnings. Oh well, Rome wasn't built in a day.
libGL warning: 3D driver claims to not support visual 0x22
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
Edit: using Gutsy 7.10 here
Essentially this is the fix that worked for me: https://help.ubuntu.com/community/UniChrome
That is, I changed to the drivers from Viaarena (mine are for the CLE266 class of cards, I have an Averatec 3200 series, It has Via Unichrome S3 something something. xorg.conf called it VT8378, could be correct, who knows)
Also this thread tipped me off to the answer, though he has a different workaround: http://ubuntuforums.org/showthread.php?t=593043
For the record, I tried (these are package names from synaptec) xserver-xorg-video-via, xserver-xorg-video-openchrome, and xserver-xorg-video-unichrome, and here are the results:
-via: (this is the one that came installed by default)
glxinfo: segfaults right after it prints "GL_EXT_texture_lod"
glxgears: about 490 fps
wine: hard freeze
enabling visual effects in gnome: fails
-unichrome:
everything exactly the same as -via. hmm.
-openchrome:
glxinfo: hard freeze
glxgears: hard freeze
wine: hard freeze
vis effects: didn't bother
drivers from Viaarena:
glxinfo: works!
glxgears: 450 fps (hmm)
wine: works!
vis effects: nope.
BUT, anytime openGL anything is invoked (wine, glxinfo, or glxgears), I get the following list of warnings. Oh well, Rome wasn't built in a day.
libGL warning: 3D driver claims to not support visual 0x22
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
Edit: using Gutsy 7.10 here