I'm new to LÖVE, but first I want to thank all of you for comtributing in LÖVE community with examples, enhancing the engine, helping each other, LÖVE is a very KISS and awesome game engine, I never saw a game engine so small and so powerfull at same time. Thank you all for showing love in this LÖVE community.
The reason why I'm creating this topic is that when a run my LÖVE project it crashs my Video driver and Xorg. I can't understand why, I've already reconfigure xorg to a very minimalist way and he still crashes. I tryied the Nvidia driver but its to slow for me.
Does someone had similar problems? Can someone help me?
By thay my config are here:
LOVE 0.8.0 (Rubber Piggy)
My Xorg configuration
Code: Select all
#Section "ServerFlags"
# Option "GlxVisuals" "all"
# Option "AIGLX" "true"
#EndSection
#Section "Module"
#Load "dri"
#Load "GLcore"
#Load "glx"
#Load "i2c"
#Load "bitmap"
#Load "ddc"
#Load "dbe"
#Load "extmod"
#Load "freetype"
#Load "intl0"
#Load "vbe"
#EndSection
#Section "Extensions"
#Option "Composite" "Enable"
#EndSection
#Section "DRI"
#Group "video"
#Mode 0666
#EndSection
Section "Device"
Identifier "Device0"
Driver "nouveau"
vendorName "Nvidia Corporation"
BoardName "GeForce 9600M GS"
BusId "PCI:1:0:0"
#Option "DRI" "true"
#Option "AccelMethod" "EXA"
#Option "XAANoOffscreenPixmaps" "true"
#Option "AllowGLXWithComposite" "true"
#Option "GLXVBlank" "true" # tearing free compositing
EndSection
#Section "Monitor"
#Identifier "Monitor0"
#Option "DPMS" "true"
#EndSection
#Section "Screen"
#Identifier "Screen0"
#Device "Device0"
#Monitor "Monitor0"
#DefaultDepth 24 # or 24
#SubSection "Display"
#Depth 24
#Modes "1280x800_60.00"
#EndSubSection
#EndSection