|
 |
|
08-23-2005, 02:02 PM
|
#31
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by contaygious
thanks guino don't mean to sound like a brokan record, but have not heard anything on the video shuffle and auto night gamma...
THANKS
You can use GammaControl. It will change Road Runner's skin, and also FreeDrive's!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-23-2005, 04:02 PM
|
#32
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by guino
This should be something like:
"MAIN","LOAD;MENU1.SKIN",PLAY
"MAIN","LOAD;MENU2.SKIN",STOP
Then just make sure your skins call the "MAIN" command whenever they are supposed to call the main menu. You CAN make a chain of commands based on skin name for the EXIT command but it only makes it more complicated.
thanks, that works like a charm.
|
|
|
08-24-2005, 11:46 AM
|
#33
|
|
FLAC
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
|
Like others, I've noticed that skin drawing is slower than the previous version. I get temporary black screen and "flashing" when switching between skins.
|
|
|
08-25-2005, 12:30 AM
|
#34
|
|
Maximum Bitrate
Join Date: Dec 2003
Location: Greece
Posts: 645
|
Quote: Originally Posted by b8bboi
Like others, I've noticed that skin drawing is slower than the previous version. I get temporary black screen and "flashing" when switching between skins.
I have the same problem
__________________
The road is long but we are getting there.
|
|
|
08-25-2005, 01:28 AM
|
#35
|
|
Constant Bitrate
Join Date: Feb 2004
Posts: 221
|
Quote: Originally Posted by b8bboi
Like others, I've noticed that skin drawing is slower than the previous version. I get temporary black screen and "flashing" when switching between skins.
Ahh! so i WASN`T alone!!  thought i was the only one! =)
|
|
|
08-25-2005, 10:26 AM
|
#36
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,047
|
yeah, I'm looking into the black "flashing".. I have noiced that too.. it's just that while writing the code, I can typically choose between speed OR memory optmizations, so I have to keep finding a balance..
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
08-26-2005, 06:37 PM
|
#37
|
|
FLAC
Join Date: Jan 2004
Posts: 1,000
|
Hi Guino,one small question?
Is it possible to increase the LINE IN volume for the use with the radio D-Link?
If I settings to 100% the LINE IN and the same the Master Volume is very low respect the same percentage of Audio player (100% is very higt in the Audio player!)
Is it one old problem of the D-Link radio....
Thanks
Mauri
Last edited by mauri; 08-27-2005 at 04:14 AM.
|
|
|
08-26-2005, 09:56 PM
|
#38
|
|
Newbie
Join Date: Jul 2005
Location: Sweden
Posts: 23
|
Quote: Originally Posted by guino
yeah, I'm looking into the black "flashing".. I have noiced that too.. it's just that while writing the code, I can typically choose between speed OR memory optmizations, so I have to keep finding a balance..
How about an option in the config tool where we can choose memory or speed optimization? I prefer speed my self after RR is loaded
|
|
|
08-27-2005, 11:43 AM
|
#39
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,047
|
Quote: Originally Posted by mauri
Hi Guino,one small question?
Is it possible to increase the LINE IN volume for the use with the radio D-Link?
If I settings to 100% the LINE IN and the same the Master Volume is very low respect the same percentage of Audio player (100% is very higt in the Audio player!)
Is it one old problem of the D-Link radio....
Thanks
Mauri
Make one mixer preset for MP3 and one for Radio.. then load them when starting/stopping radio (using exectbl.ini):
"AUDIO","PRESET;MP3||LOAD;Audio_player.skin",F M
"RADIO","NOPRESET",FM
"RADIO","PRESET;Radio||LOAD;radio_player.skin"
"NOPRESET","RADIO"
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
08-27-2005, 11:44 AM
|
#40
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,047
|
Quote: Originally Posted by distler
How about an option in the config tool where we can choose memory or speed optimization? I prefer speed my self after RR is loaded 
There's so much that'd have to be changed inside RR's code that it would really be a matter of making two different versions of RR.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
08-27-2005, 12:59 PM
|
#41
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
|
Yeah I was thinking about that, but when developing it isnt really a linear thing that you can just assign certain values to speed/memory... it is usually a completely different programming approach....
I just tested yesterday, and I'm also getting loads of flashing, SCROLL-LEFT labels that stutter, etc... I'm running 512mb RAM and basically nothing xcept FD and RR... Also I noticed that whenever clicking a button the pressed/hover state will flicker 3 or 4 times right after the click....it kind of serves as a clicked notification, but it isnt pretty as some labels also tend to flash
Just trying to give you as much info as I can Guino, not dissing RR in any way... I hope you can get these ironed out!
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
08-27-2005, 01:45 PM
|
#42
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,505
|
Quote: Originally Posted by guino
Chuck, I have actually seen what you meand about "flashing" today.. for some reason it seems to only happen with your skin and after trying to use the TV screen... This is definitely something with the windows drawing API I'm using... it seems to be related to te LARGE image sizes from your skins and doesn't seem to relate to the amount of video memory (I have 64Mb here).. but for some reason those drawing API functions are taking incredible amounts of time to draw and using a lot of CPU while at it..
Quote: Originally Posted by Chuck
Well I will find out about the video memory because I just got an ATI all-in-wonder 9200 with 128 mem - just waiting for the install disk to come
PS
The 8/9/2005 patch you sent me awhile back is rock solid except the xm hibernate, which was ok before that
Guino
Yesterday I installed ATI 9200 with 128md mem on my w2000
And it made no difference with 8-21 or 8-9 versions. I had to take it back out because it would not let me hibernate and the tv Reception sucks.
So now I am back to running 8-9 with screenlimit=5
Last edited by Chuck; 08-27-2005 at 03:59 PM.
|
|
|
08-27-2005, 09:02 PM
|
#43
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
|
Guino, I'm also having some cursor hiding problems... It isnt always hiding.... didnt have this previously, but I had an early august release....
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:45 AM.
| |