Здравейте!
Преди известно време реших да пробвам Linux игрите, но се натъкнах на следният проблем:
При стартиране на коя и да е игра в режим "Window" няма никакви проблеми, но при пускането й в режим "Full Screen" мониторът се изключва ... много странно. Реших да не е нещо от неинсталирано 3D .... ама compiz и игрите в режим "Window" работят без ядове .... реших да не е от мониторът или видеото, но нямам подобен проблем с игри под WindowsXP.
Принципно не играя много игри, но проблемът ме загложди .... та ако някой се досети за причината или има съмнения щесе радвам да сподели и да пробвам

Мониторът е Dell p1130 (21'), а видеото е Nvidia 6600 Diamond. Дистрибуциите, с които пробвах са: ArchLinux (тя ми е основна) и Ubuntu 9.04 (за тестове, че да не омажа другата). Графичната среда едва ли е фактор, но ... на Arch е fluxbox, а на Ubunto е Gnome.
xorg.conf изглежда така:
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 "Module"
Load "dbe"
Load "type1"
Load "v4l"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "record"
Load "speedo"
Load "freetype"
Load "speedo"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,bg"
Option "XkbVariant" ",phonetic"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Driver "nvidia"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
BusID "PCI:5:0:0"
Identifier "Configured Video Device"
Option "TwinView"
Option "SecondMonitorHorizSync" "31-90"
Option "SecondMonitorVertRefresh" "56-110"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1600x1200,1024;768,800x600;640x480,640x480;320x200,NULL"
Option "TVStandard" "AUTO"
Option "ConnectedMonitor" "CRT,TV"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS" "true"
HorizSync 30-130
VertRefresh 48-170
DisplaySize 404 302
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Option "XAANoOffscreenPixmaps" "true"
DefaultDepth 24
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "UseDamageEvents" "True"
Option "UseRandR" "True"
Option "RenderAccel" "True"
Option "NoPowerConnectorCheck" "False"
Option "RandRRotation" "True"
Option "OnDemandVBlankInterrupts" "True"
Option "ConnectToAcpid" "True"
Option "EnableACPIHotkeys" "True"
Option "UseEvents" "True"
Option "ExactModeTimingsDVI" "True"
Option "NvAGP" "0"
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "RENDER" "Enable"
EndSection
.... някой да има идея защо?