OpenGL on Intel card

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

OpenGL on Intel card

Post by ayu »

Ok, so I'm trying to get OpenGL to work on my laptop, since I'm at my parents house over the weekend I don't have any other computer, so I thought id try to get some games working. And I have gotten some games to work with the lappy when using Windows, so it should work. But I can't get OpenGL to work at all.


I have checked the syslog and I can't find antyhing there about glx, xgl or opengl. I have the xorg-intel drivers installed and I have xserver-xgl installed as well. I have removed all flashy add-ons like compiz, emerald and such, as well as removing all Nvidia drivers that I had installed (since it's not an Nvidia card I didn't see any use of it).

My xorg.conf looks like this, and just as a note, the 3 last sections I added my self to try and get it to work, but no result so far.



Code: Select all

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"se"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

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

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load            "glx"
EndSection

Section "DRI"
        Mode 0666
EndSection

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

The error that I'm getting in the game (world of warcraft) is the following

Code: Select all

fixme:advapi:SetSecurityInfo stub
fixme:powrprof:DllMain (0x7dfb0000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixme:powrprof:DllMain (0x7dfb0000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x32eeec,0x00000000), stub!
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  148 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  507
  Current serial number in output stream:  508
And I've installed DirectX 9.0c so get the needed files (using winetricks), but still nothing.


If anyone has any more tricks that I can try, then feel free to tell ^^
"The best place to hide a tree, is in a forest"

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Update:


I've got the game running now with removing xserver-xgl, everything else as stated above is still the same. I will return with more updates when I've updated the game and fixed the graphical settings.
"The best place to hide a tree, is in a forest"

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

Good work cats.

Hope everything works now as it should do :wink:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Yeah well takes forever to update that game, still not done xD
"The best place to hide a tree, is in a forest"

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Update

without the -opengl option for Wine, the game starts in DirectX mode and is playable when fully updated (newest patch has some graphical improvements, thus the issues with opengl).

I will reformat the computer and redo the procedure, to get a more exact solution.
"The best place to hide a tree, is in a forest"

Post Reply