dwightpaige79
29th August 2010, 11:18 PM
In F-14 Alpha x86_64 KDE 4. Graphics are not so good. One problem is that there is a blank space at top of screen and to right of screen. As if the display has shifted because KDE menu panel at bottom of desktop is not visible. I had to add a menu panel to top. System Settings>Display and Monitor lists resolution as 1024x768. Normal for this monitor [Acer AL2016W] is 1680x1050. According to sysinfo system is using:
Mesa Project
Model: Software Rasterizer
Driver: 2.1 Mesa 7.9-devel
My hardware [onboard ASUS M2NPV-VM]:
$ lspci
...
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2)
...
*might* work better with nouveau driver. I edited 'boot/grub/menu.lst' from:
title Fedora (2.6.35.4-12.fc14.x86_64)
root (hd0,8)
kernel /boot/vmlinuz-2.6.35.4-12.fc14.x86_64 ro root=UUID=03dd7262-0ccf-4e44-9b82-fbb1458af8c8 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us nomodeset rhgb quiet
initrd /boot/initramfs-2.6.35.4-12.fc14.x86_64.img
to:
title Fedora (2.6.35.4-12.fc14.x86_64)
root (hd0,8)
kernel /boot/vmlinuz-2.6.35.4-12.fc14.x86_64 ro root=UUID=03dd7262-0ccf-4e44-9b82-fbb1458af8c8 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us xdriver=nouveau rhgb quiet
initrd /boot/initramfs-2.6.35.4-12.fc14.x86_64.img
but that led to no login screen. So how do I get it to use nouveau driver? Or is there a better way to improve graphics? I understand that we can't use nvidia driver yet because of some debug stuff in kernel... This hardware rarely works with nv driver.
Mesa Project
Model: Software Rasterizer
Driver: 2.1 Mesa 7.9-devel
My hardware [onboard ASUS M2NPV-VM]:
$ lspci
...
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2)
...
*might* work better with nouveau driver. I edited 'boot/grub/menu.lst' from:
title Fedora (2.6.35.4-12.fc14.x86_64)
root (hd0,8)
kernel /boot/vmlinuz-2.6.35.4-12.fc14.x86_64 ro root=UUID=03dd7262-0ccf-4e44-9b82-fbb1458af8c8 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us nomodeset rhgb quiet
initrd /boot/initramfs-2.6.35.4-12.fc14.x86_64.img
to:
title Fedora (2.6.35.4-12.fc14.x86_64)
root (hd0,8)
kernel /boot/vmlinuz-2.6.35.4-12.fc14.x86_64 ro root=UUID=03dd7262-0ccf-4e44-9b82-fbb1458af8c8 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us xdriver=nouveau rhgb quiet
initrd /boot/initramfs-2.6.35.4-12.fc14.x86_64.img
but that led to no login screen. So how do I get it to use nouveau driver? Or is there a better way to improve graphics? I understand that we can't use nvidia driver yet because of some debug stuff in kernel... This hardware rarely works with nv driver.