scoobydoo1234Köszönöm, hogy próbáltatok segíteni. A következőket tettem:
Az nvidia driver telepítése után ez volt az xorg.config-ban:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Viszont itt a forumon olvastam, hogy valaki ugyan ilyen hibával küszködött és Őneki is volt uhu-s beállítása a gépen. Énnekem nem volt de feltettem Virtuálba és összefésűlve az uhu xorg.config-al ilyen lett és még a 3d-s effektek is működnek. Átírtam, lementettem és újraindítás után tökéletesen műkszik :
Section "Files"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dbi:unscaled"
FontPath "/usr/share/fonts/100dbi:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dbi"
FontPath "/usr/share/fonts/100dbi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ghostscript"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/jmk"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "v4l"
Load "glx"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "Monitor"
Identifier "Monitor"
HorizSync 0-200
VertRefresh 0-76
Option "DPMS"
Option "PreferredMode" "1280x1024"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Monitor"
Device "Default"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024"
EndSubSection
EndSection