Mike Monkowski <[email protected]>さん: > The problem appears to be that it expects to find a space before the > "kB" and there is none. In indra/llwindow/llwindowsdl.cpp > In the line > 289 const char part2_template[] = " kB"; > try removing the space there and see if that works. > const char part2_template[] = "kB"; > You can also uncomment > 282 //lldebugs << "XLOG: " << line_buf << llendl; > or change it to > llinfos << "XLOG: " << line_buf << llendl; > to make sure it's actually getting to that part of the code.
I tried to change source and compiled. According to SecondLife.log: 2009-02-07T04:27:06Z INFO: x11_detect_VRAM_kb_fp: XLOG: (II) FBDEV(0): hardware: ps3fb (video memory: 18368kB) 2009-02-07T04:27:06Z INFO: createContext: X11 log-parser detected 17MB VRAM. Thank you,I could get the correct setting for video memory. ----------- Takeshich Nakamura [email protected] _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
