Posts: 86
Joined: Jan 2006
Reputation:
0
I've got it all compiled and whatnot, and I can't seem to find a way to make it fullscreen. My monitor is 1680x1050 and I'd like to test the performance of HD content. Changing the settings and config files seem to have gotten me nowhere.
Also, like everyone else i'd like to say that you guys are doing awesome, and everytime i update my SVN copy more and more things start to work.
Keep it up! You're amazing!
Posts: 5,008
Joined: Sep 2003
Reputation:
30
pike
Team Kodi Admin
Posts: 5,008
README.linux ; start with -fs
but note that this mode is very experimental!
Posts: 86
Joined: Jan 2006
Reputation:
0
Thank you very much.
Now, one more question. XBMC seems to be changing the resolution down to something. How can I get it to display in my monitors native 1680x1050? Is this not implemented yet?
Posts: 5,008
Joined: Sep 2003
Reputation:
30
pike
Team Kodi Admin
Posts: 5,008
currently XBMC only supports PAL/NTSC/480P,720P,1080I
so if you choose 720P everything will stretch to fit. also check settings/videos/ for a setting which controls what resolution will be used for playback of videos
Posts: 86
Joined: Jan 2006
Reputation:
0
So how would i change the resolution for the GUI? Changing the resolution under "Video Hardware" under "System" does nothing. I take the checks out of the 480p and 1080i boxes, and nothing happens. When i restart XBMC they are checked again.
Posts: 86
Joined: Jan 2006
Reputation:
0
I should add that I'm running Ubuntu Feisty, with a GeForce 8800 GTS on an Athlon X2 4800+
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Settings->Appearance->Screen. Set the GUI resolution there.
Settings->Video->Player. Set the playback resolution there.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Eventually, I'm sure we will.
Part of the problem is the GUI engine was designed for specific resolutions in mind. We scale the graphics no problem, but one possible issue is the fonts. Scaling fonts looks poo in general, but perhaps we can get around it.
To test a different resolution, you can change the properties of a specific current resolution (eg 1080i) by altering the setup for it in GraphicContext.cpp.
Cheers,
Jonathan