5035 X2 Logo

picopir8

Junior Member
Apr 20, 2005
23
0
A very minor issue here. Its not really a problem, just something I noticed after playing around. I loaded 5035 and noticed that the x2 logo colors changed. Its no longer blue/silver, instead its bright pink. I had played around with the logo and flubber colors and the transpaency settings. I reverted back to the defaults and its still pink. Was the x2 logo changed or did I mess something up?
 

Klutsh

1
VIP Member
Any chance you could post the bmp?
I've tired with a few and cant get the PINK to show at all.
 

themrpark

Noob Account
Jun 7, 2005
7
0
none of the included mslogos work. I have the new 2.6CE chips and 5035 and they already had a different logo on the bottom (xecuter rox my box). When I tried replacing it with i think asherah, it didn't replace the logo but made the xecuter rox my box PINK. I have 1.6, 2.6CE, and 5035. I also changed the flubber and x logo to red...(preset)


-THANKS
-dj,P
 

Klutsh

1
VIP Member
manually delete the x2config.ini & x2logo.bmp from your hdd, then try transfering them again.
btw what dash are you using?
 

themrpark

Noob Account
Jun 7, 2005
7
0
i'm using the default you had... xbmc (i had to change the path a little). I'll try the deleting process...i'll keep you posted.
 

themrpark

Noob Account
Jun 7, 2005
7
0
no. it didn't work. i think it may have to do with the chip? i have a new 2.6 CE with the 5035
 

picopir8

Junior Member
Apr 20, 2005
23
0
I think I found it. I downloaded a virgin 5035 .ini file and modified a few parameters at a time until I got the pink logo. I then backed out the changes and sure enough the logo was fine. BTW, Im not using a custom logo, this refers to the x2 logo embedded in the bios.

It looks like the problem is with msLogoTransColor which when set to "00" appears to mess up the logo. Granted this may work with other color configurations but it does not work my color scheme (blue flubber/logo w/ red machinery/highlights). Just in case the color scheme plays a part in this, Ill post my entire .ini file. Note, there are two entries for msLogoTransColor (one is commened out). Depending on which entry is commented out, you should be able to switch between the messed up logo and the normal logo.

; startup xbox debug monitor (needs sdk installed)
startDebug = 0

; enable igr
igrEnabled = 1

; display flubber anim
doStartupAnimation = 1

; do dvd drive check
doDvdDriveCheck = 0

; do not reset when pressing on eject
noResetOnEject = 1

; 255 characters max here, format is <drive>:<path_to_xbe>.xbe, e.g. "f:dashes\avalaunch.xbe"
; keep all paths lowercase just in case you have any issues with dashboards booting
dash1Name = f:xbmc\default.xbe
dash2Name = f:evox\default.xbe
dash3Name = f:default.xbe
dash4Name = e:default.xbe
dash5Name = c:xboxdash.xbe

; the xbe name of the title image loaded from dvd on startup, 16 chars max!
dvdBootXbeName = default.xbe

; logo colors
colorXlip = ff3333ff
colorXlipHighlights = ff003366
colorInnerWalls = ff0033ff
colorInnerGlow = ff990066
colorXboxText = ff0000cc

; patch away xbox live connectivity code
patchXboxLive = 1

; if 1 then system runs on error if clock is invalid
clockErrorCheck = 0

; flubber (blob) colors
colorBlob = ff000099
colorBlobGlow = 000066cc
colorGreenFog = 000099ff
colorFogGlowStart = ff6699ff
colorFogGlowEnd = 00003399

; 3 scene colors

; ambient
colorFlubberScene1 = ffcc0033
; diffuse
colorFlubberScene2 = ffcc3333
; specular
colorFlubberScene3 = ff993333

; do random flubber
randomFlubber = 0

; flubber animation number, 0 - 14
flubberAnimationNumber = 2

; speed of xbox fan, value 10 equals 20%, value 50 equals 100%
fanSpeed = 10

; display flubber blob in wireframe mode
flubberWireFrame = 0

; display the TM logo
displayTmLogo = 0

; define the xbox logo background color
; ff000000 is pure black (ff is full alpha 000000 is rgb)
xLogoBackgroundColor = ff000000

; enable VGA patch (currently not working - do not use !!)
; enableVgaPatch = 0

; stop bios to boot DVDs
disableCdromBoot = 0

; xbox LED color, 0 = off, 15 = green, 240 = red, 255 = orange, 83 = cycle
ledColor = 15

; blob radius * 10
blobRadius = 23

; do blob 'pulse'
blobPulse = 1

; do fast animation
fastAni = 1

; apply interlace filter on startup
iFilter = 0

; enable transparency on mslogo
msLogoTransEn = 1

; ms logo transparency color
; msLogoTransColor = 00ff00f6
msLogoTransColor = 00

; no flubber machinery
noFlubBg = 0

; no startup sound
noSound = 1

; show ms logo
showMsEn = 1

; show x logo
showXEn = 1

; do spikey blob
spikeyBlob = 1

; slow motion blob (ugly)
slowMoBlob = 0

; release all debug monitor memory after launching xbe
useAllMemory = 0

; no x logo light
noLightEn = 0

; color of x logo light
xLightColor = ffcc3333
 

Klutsh

1
VIP Member
; ms logo transparency color
; msLogoTransColor = 00ff00f6
msLogoTransColor = 00
I'm not supprised it messed up, you took away one of the VAR's the bios tries to read, all you have given it now is an ALPHA value without colour information.
 

themrpark

Noob Account
Jun 7, 2005
7
0
hmmm. Can one of you guys real quick then tell me how to get presets Noir and a black background logo to work without pink (replacing the xecuter symbol?).

It's just a simple bmp named x2logo...mostly black 16bit windows bmp same size. (I put it in F:\ as x2logo.bmp along with the x2config.ini)

It's probably something simple right klutsh?
 

picopir8

Junior Member
Apr 20, 2005
23
0
Klutsh said:
I'm not supprised it messed up, you took away one of the VAR's the bios tries to read, all you have given it now is an ALPHA value without colour information.
I had suspected this parameter when I first noticed the pink logo. I had played around with it to get it working. IIRC, I did try ff000000 and ffffffff and they gave me the pink logo as well. Turning logo transparency on/off didnt seem to do anything either. At that time I was not being systematic in my debugging (in other words, I may not have been trying what I thought I was trying). If I get a chance today, Ill try these settings again to see if they result in the pink logo.
 

japagi

Senior Member
Jan 4, 2005
118
0
Denver
If you fix it let us know because I am getting the same deal.
 

japagi

Senior Member
Jan 4, 2005
118
0
Denver
Ok I think I got it. I am not sure if this is the same situation for you guys as it was for me but I had the same pink logo. I read this thread about 300 times before it clicked. When I created my .ini file I used x2 config maker to do it. My assumtion was that for some reason the .bmp file would transfer automaticlly. Well I guess it doesn't. So I put the .bmp there myself. The problem was that is was still called cool blue or something. I changed the file name to x2logo.bmp like klutsh said about three times ( I guess I just missed it. ). Rebooted and viola. The pretty pink was gone. Let me know if this was the same thing for you guys. With all the help I have recieved in these forums it would be nice to know I returned the favor.....//
 

Klutsh

1
VIP Member
I dont see how it kept the cool blue name, below is tthe code used to transfer the logo and as you can see it's hard coded to "x2logo.bmp" it even deletes the previous version.
Code:
FlashPlayer.setVariable("_root.ftpSTATUS.text","Changing to /E");
	ftp.currentDir = "/E";
	FlashPlayer.setVariable("_root.ftpSTATUS.text","Removing Previous Logo");
	ftp.deleteFile("x2logo.bmp");
	FlashPlayer.setVariable("_root.ftpSTATUS.text","Uploading new Logo");
	ftp.upload("x2logo.bmp", resbmp);
	FlashPlayer.setVariable("_root.ftpSTATUS.text","Upload Successful");
with resbmp being the path to the image you want to use.

Could you please post bugs with x2 config maker on to the forums over at www.x-projects.org
 

RooR

Junior Member
Jun 15, 2005
10
0
This isnt really a support issue on how to get it working, but more of a question on the actual bmp image. I have an image that is 180x50 but it is not 256 color. I was wondering what software you guys were using to create the logo's. any help would be greatly appreciated. thanks again for the great products guys, i continue to enjoy them daily.
 

RooR

Junior Member
Jun 15, 2005
10
0
Ok I found out how to convert files easily. Photoshop lets you change it through image>attributes I believe.