First let me apologize to you all as I am a certified Linux n00b. I am not, however, an idiot, I am simply (mostly) ignorant to the ways of Linux.
That being said, I would like to say I LOVE MCNLive, and I am (as are others) anxiously awaiting the release of MCNLive based on Mandriva 2008.
SO here're my problems:
I have succesfully burned Toronto and installed it to my USB flash drive. I am running off of it right now, in fact. I am running on a work-issued Thinkpad T60. But two problems are causing me much annoyance:
1. I can't adjust resolution! When I go to Display settings (by right-clicking the desktop and selection "Configure Desktop...", my only options are 800x600 or 640x480. As you can imagine this is very bothersome. So I loooked around and found various suggestions to modify the xorg.conf file. Here is the section that seems to be controlling possible resolutions, and it seems that I should have the option of 1024x768 regardless of color depth (in fact, I haven't been able to figure out where to find the color depth settings).
CODE
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1024x768"
HorizSync 31.5-55
VertRefresh 40-70
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1300 - X1950"
Driver "fbdev"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1024x768"
HorizSync 31.5-55
VertRefresh 40-70
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon X1300 - X1950"
Driver "fbdev"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
When I look at MCC hardware, it correctly identifies my graphics card as the Radeon Mobility X1400, so why doesn't show supported resolutions in the GUI?? And in this, when I adjust video card settings, it shows the resolution as 1024x768 16bpp. Why are there are two (different) resolutions shown?? And why would it say the
2. This may be related, but 3D Desktop Effects are disabled. This is a relatively minor item, but I did try out Mandriva 2008 One LiveCD and it worked beautifully (resolution was higher, 3D effects worked, etc). I actually *really* liked the Metisse effects too...
Also, when I make changes to the settings, it seems like they are not in effect when I reboot! I thought that since this was running from USB flash, that you would be able to maintain a customized setup?
I apologize for all the newbie questions, but I have searched through the forums and I couldn't find anything that really helped...
Thanks (in advance) for your help and I really appreciate the work you've put into making the MCNLive distro!!
-Steve