Jump to content

fluid | fixed

ugokind

ugokind

Member Since 04 Nov 2007
Offline Last Active Private
*****

In Topic: G73SW ML 10.8.2 Install

06 April 2013 - 06:50 PM

Ok but.
I read the changelog of 10.8.3
so I think it's not really necessary to have an upgrade If you have an hardware like ours.

this is because I chosed to not upgrade the os. But if I wish to do.. I know how.. thanks you

In Topic: G73SW ML 10.8.2 Install

02 April 2013 - 08:42 PM

really a good job !

In Topic: G73SW ML 10.8.2 Install

29 March 2013 - 04:09 PM

View PostLatinMcG, on 22 March 2013 - 12:06 AM, said:

seen others with 10.8.3 nvidia wake issue.  new drivers from nvidia site helped them


i'm afraid to upgrade..

are you able to write a guide?

In Topic: [GUIDE]+[STUDIO] ZOTAC GEForce 9300 WIFI DDR2 and DDR3 Snow --> ML TEST 1...

12 January 2013 - 01:19 PM

small update
http://www.ebay.it/i...984.m1497.l2649

and bluetooth4.0 native in ML
and wake from mighty mouse is perfect from sleep

In Topic: G73SW ML 10.8.2 Install

02 January 2013 - 04:51 PM

this is quite different
1st it doesn't contain a (_DOS method. and all the merhods are in the (suppose) gfx0 not inside any of the device as we have.
I try to adapt those into asus..
and another problem is that your attachment has BRTL.. so where is the definition.. retrieve of the value? I must invent!
please send me the complete dsdt
in the meantime I try to invent

PCI
	|- VGA			// Define the VGA controller in the namespace
	   |- _PS0 / PR0
	   |- _PS1 / PR1
	   |- _PS3
	   |- _DOS		   // Method to control display output switching
	   |- _DOD		   // Method to retrieve information about child output devices
	   |- _ROM		   // Method to retrieve the ROM image for this device
	   |- _GPD		   // Method for determining which VGA device will post
	   |- _SPD		   // Method for controlling which VGA device will post
	   |- _VPO		   // Method for determining the post options
	   |- CRT		// Child device CRT
		   |- _ADR	   // Hardware ID for this device
		   |- _DDC	   // Get EDID information from the monitor device
		   |- _DCS	   // Get current hardware status
		   |- _DGS	   // Query desired hardware active \ inactive state
		   |- _DSS	   // Set hardware active \ inactive state
		   |- _PS0   \
		   |- _PS1	   - Power methods
		   |- _PS2	   - for the output device
		   |- _PS3   /
	   |- LCD		// Child device LCD
		   |- _ADR	   // Hardware ID for this device
		   |- _DDC	   // Get EDID information from the monitor device
		   |- _DCS	   // Get current hardware status
		   |- _DGS	   // Query desired hardware active \ inactive state
		   |- _DSS	   // Set hardware active \ inactive state
		   |- _BCL	   // Brightness control levels
		   |- _BCM	   // Brightness control method
		   |- _BQC	   // Brightness Query Current Level
		   |- _PS0   \
		   |- _PS1	   - Power methods
		   |- _PS2	   - for the output device
		   |- _PS3   /


those are the acpi4.0a definitions..

brtl ok
Acquire (MUTX, 0xFFFF)
Error 4058 - Invalid type ^  ([Integer|String|Buffer|DdbHandle|Reference] found, Acquire operator requires [Mutex])

dsdt.dsl   2615: Store (Local0, SSMY)
Error 4084 - Object does not exist ^  (SSMY)

dsdt.dsl   2617: Release (MUTX)
Error 4058 - Invalid type ^  ([Integer|String|Buffer|DdbHandle|Reference] found, Release operator requires [Mutex])

ok
brtl was present already in asus
created name SSMY value 0
commented acquire and release mutex

reboot
no acpi backlight loaded no bar in panel

ok
I restore the bar
respect than before I have in the consolle the correct value between 0 and 100 if I move the bar.
but no effect on the system

I changed:
commend to PNLF retrieve in the acpibacklight driver
inserted NAME CID backlight in the LCD1 device (in order to force load the acpibacklight and has backlights methods (the newer of apple)

the ioreg shows as before an independent ACPI LCD1 in ADR 0x110 under Root and not under Nvidia..
and the display of invidia is (as before) without bcl bcq methods



the bootlog shows:
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::probe()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::findDevices()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::getGPU()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU0
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU1
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU2
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU3
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU4
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU5
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU6
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: CPU7
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: _SB
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: PCI0
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: PEG0
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: HDAU
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: testing device: GFX0
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasDOSMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI device GFX0 has _DOS
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasBacklightMethods()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::getChildWithBacklightMethods()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasBacklightMethods()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI device LCD1 has _BCL
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI device LCD1 has _BCM
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI device LCD1 has _BQC
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: Found Backlight Device: LCD1
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI Method _DOS found. Device path: _SB.PCI0.PEG0.GFX0
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: ACPI Methods _BCL _BCM _BQC found. Device path: _SB.PCI0.PEG0.GFX0.LCD1
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: probe(devices found : true)
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: LCD1 has backlight Methods
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::start()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::findDevices()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::getDeviceControl()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: BIOS control disabled: _DOS
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::hasSAVEMethod()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::setupIndexedLevels()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::queryACPISupportedBrightnessLevels()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: LCD1 _BCL 18
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getIndexForLevel(87) is 13
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getIndexForLevel(53) is 8
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::queryACPICurentBrightnessLevel()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: queryACPICurentBrightnessLevel _BQC = 9
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: queryACPICurentBrightnessLevel returning 9
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getIndexForLevel(9) not found in _BCL table !
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::getACStatus()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel::getBatteryDevice()
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getBatteryDevice() serviceMatching OK
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getBatteryDevice() iter OK
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getBatteryDevice() bat is of class AppleACPIBatteryDevice
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: getACStatus() AC is 1
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: min = 0, max = 15, value = 13
Jan 2 17:42:52 localhost kernel[0]: ACPIBacklightPanel: Version 1.2
Jan 2 17:43:04 adrem-mac-pro kernel[0]: ACPIBacklightPanel::setDisplay()
Jan 2 17:43:04 adrem-mac-pro kernel[0]: ACPIBacklightPanel::doUpdate()


© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy