I've heard 7.04 has difficulty with screen res on widescreens, at least
outta the box. True? Solutions?
Picked up my MacBook just fine; where'd you hear this?
http://apcmag.com/5981/hands_on_with_ubuntu_7_04_part_1
note reply #23 with list of launchpad bug submissions
Exactly how wide is your MacBook and what's the native screen resolution?
Umm, it's 16:10 like all computer LCD widescreens and is 1280x800.
I'm also using an external monitor for home at 1920x1200, but to get this one to work right, I had to install the ATI proprietary drivers.
I just installed Ubuntu Feisty last night on my 22" widescreen. It wouldn't load correctly at first (screen garbled). I had to load into recovery mode and install the nvidia drivers first (7600GT), then reset. It then detected fine.
DisplaySize 368 304
Option "DPI" "88 x 86"
If your font sizes are screwed up, X may be making a bad assumption about your screen size and DPI. You can override X's assumptions by adding this to the "Monitor" section in xorg.conf:
Where the numbers are the X and Y measurements of your screen, in millimeters. If the fonts are still messed up, you can also try overriding X's DPI calculation:Code:DisplaySize 368 304
Again, that would go in the "Monitor" section.Code:Option "DPI" "88 x 86"