[LAU] Jack vs. Alsa, PianoTeq demo: Alsa wins!

Ralf Mardorf ralf.mardorf at alice-dsl.net
Wed Jun 15 14:13:12 UTC 2011


On Wed, 2011-06-15 at 15:57 +0200, Renato wrote:
> On Wed, 15 Jun 2011 13:05:17 +0200
> Lorenzo Sutton <lsutton at libero.it> wrote:
> 
> > Sorry I am writing from memory as I haven't got my laptop with me.
> > It's the nvidia settings manager and the setting should be under
> > PowerMizer or something similar (you can recognize it because it
> > looks like a CPU settings panel).
> > 
> 
> mmmh maybe it's my video card (geforce go 7300) not supporting it? Here
> is the powermizer tab
> 
> http://i.imgur.com/9NdfP.png
> 
> but I can't change anything. Only thing which seems vaguely related is
> this "Force full GPU scaling" here:
> 
> http://i.imgur.com/Qc7J1.png
> 
> but from the tooltip it seems something that has to do with
> resolution...

For my 7200 it's set to performance by default and the 7200 by hwinfo is
listed as "nVidia GeForce 7300 SE" IIRC those cards are often listed as
7200 / 7300. I only added the 173xx package for the proprietary driver
from the Debian repositories, so it's an outdated version, not the
current driver. I only changed the frequency from auto to 90 Hz.

An issue regarding to xorg.conf?

I attached my xorg.conf.

Hth,

Ralf
-------------- next part --------------
Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "dbe"
	Load  "dri2"
	Load  "glx"
	Load  "record"
	Load		"GLcore"
	Load		"v4l"
EndSection
	Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Plug 'n' Play"
	ModelName    "Plug 'n' Play"
	DisplaySize  305 230
	HorizSync    29-98
	VertRefresh  50-120
	modeline 	"1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
	Gamma	1.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option	    "MergedFB"	"off"           #old debian/ubuntu
	Identifier  "Card0"
        Driver	    "nvidia"
	#Driver	    "nv"
	#Driver     "nouveau"
        #Driver     "vesa"
	VendorName  "nVidia Corporation"
	BoardName   "G72 [GeForce 7300 SE/7200 GS]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"

	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes      "1152x864"
                #Virtual    3840 1200
	EndSubSection

#	SubSection "Display"
#		Viewport   0 0
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     8
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     15
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     16
#	EndSubSection
#	SubSection "Display"
#		Viewport   0 0
#		Depth     24
#	EndSubSection
EndSection


More information about the Linux-audio-user mailing list