Re: desktop effects issues and NVidia beta driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Lonni J Friedman wrote:
See:
http://nvnews.net/vbulletin/showthread.php?t=77030

Sah-weet! :-) It's working now.

I replaced...

Section "Extensions"
        Option "Composite"
EndSection

...with...

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

Then I added...

Option "AddARGBGLXVisuals" "True"

...to the end of the Screen section.
Logged off to kill and restart X, and now it's working. Awesome, thanks!

I attached the working version of xorg.conf for future reference. I also "pinged" the Livna team, perhaps they might decide to add some bits to the beta NVidia driver package to fix this issue.

http://bugzilla.livna.org/show_bug.cgi?id=1232

--
Florin Andrei

http://florin.myip.org/
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	ModelName    "SGI 20-inch GDM-20E21"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 96.0
	VertRefresh  48.0 - 160.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection

	Option "AddARGBGLXVisuals" "True"
EndSection


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux