Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: optim 08 Dubna 2007, 14:59:30
-
Section "Screen"
...
Option "TripleBuffer" "true"
Option "AGPFastWrite" "on"
Option "AddARGBGLXVisuals" "True"
TripleBuffer [optional]
...
or edit /etc/X11/xorg.conf manually and perform the following edit:
Section "Device"
[...your configuration...]
Option "TripleBuffer" "True" # Edit only this line.
EndSection
“Device” section:
Option "AddARGBGLXVisuals" "True"
...
Option "TripleBuffer" "True"
A aby toho nebylo málo, tak sudo nvidia-xconfig --add-argb-glx-visuals
přidá Option "AddARGBGLXVisuals" "True"
do sekce "Screen".
Jsem docela zmatený, do jaké sekce tyto optiony doopravdy patří. Věděl by si s tím někdo rady?
-
Moja momentalna cast xorg.conf po tom co som ho nechal nastavit cez nvidia-settings.
Samozrejme ze beryl mam funkcny.
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "JEN JT198x6"
HorizSync 30.0 - 80.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0; 1280x1024_60 +0+0"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection