Hi, Martin,
First off, Welcome aboard! I hope that you'll enjoy using Pardus. I began using it about 6-7 months ago; it has been a good experience for me and has worked well on my hardware. The Turkish developers have implemented KDE4 very nicely.
I'm not sure that I can solve your problem, but I have a couple of suggestions which might be helpful. I think you can check your resolution via the Info Center (
KInfoCenter):
Applications >
System >
Info Center. Then choose
X-Server from the left panel and look under "Dimensions". (An alternative method is to start up a Konsole session and type
$ kinfocenter from the command line).
I have a 15" HP LCD monitor with a resolution of 1024 x 768, which Pardus correctly detected and configured. I recently installed Ubuntu 10.04 LTS (Lucid Lynx) on my /hda and allowed its GRUB2 to take over the MBR. I'm still very much a GRUB2 novice, so there have been some glitches to overcome with my Linux multibooting. However, GRUB2 did detect and correctly configure my Pardus 2009.2 installation. If you'd like to compare, here's what my GRUB2 entry looks like. (This comes from
/boot/grub/grub.cfg):
menuentry "Pardus 2009.2 Geronticus eremita [2.6.31.13-131] (on /dev/sdb8)" {
insmod ext2
set root='(hd1,8)'
search --no-floppy --fs-uuid --set 7eaecdc1-4e81-4516-99b5-f811c84cabb7
linux /boot/kernel-2.6.31.13-131 root=LABEL=PARDUS_ROOT splash=silent quiet vga=0x317 resume=/dev/sdb7
initrd /boot/initramfs-2.6.31.13-131
}
Apparently that "vga=0x317" parameter is the right value for my screen resolution. You might check yours and see what it says ... For more info on how to set/change that parameter, I found the thread below on the Ubuntu Forums:
http://ubuntuforums.org/showthread.php?t=258484&highlight=kernel+booting+parameters"
HOWTO: Change bootup and console resolution." 16 Sept. 2006.
If you need to tinker with your GRUB2 entries (be careful!), I've found the following webpages to be useful guides:
http://www.dedoimedo.com/computers/grub-2.htmlhttps://help.ubuntu.com/community/Grub2https://wiki.ubuntu.com/Grub2HTH,
=david