Re: PCLinuxOS
Postano: 10 vel 2011, 15:39
Kasno sam vidio.
Grof je to riješio.
To je stari bug. Samo se isključi blur i nema problema.
Grof je to riješio.
To je stari bug. Samo se isključi blur i nema problema.
Eto!Hugo je napisao/la:Grofe, koji si ti car!!!Grof je napisao/la:Jooj, rekel si intel grafa!
1. Uključi Disable functionality checks pod Advanced, tak da to ne provjerava i
2. Isključi u Efektima pod appereance Blur efekt. S njime intelka ima problema
pa probaj ponovo
Sad sve radi super! Probao sam i Compiz na KDE-u, ali mi radi puno sporije nego na Gnome-u (vjerojatno zbog slabe grafičke)..
Hvala Grofe!
O domi nesrećo!domi je napisao/la:Evo i ja instalirao to čudo od Linuxa i normalno grub problem nije mi prepoznao Debiana koliko vidim i repozitorij ne radi jel može pomoć mala
Kod: Označi sve
df -hKod: Označi sve
su
fdisk -lKod: Označi sve
[domenico@localhost ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 16G 3.5G 11G 25% /
[domenico@localhost ~]$ su
Password:
[root@localhost domenico]# su
[root@localhost domenico]# fdisk -l
Disk /dev/sda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders, total 80293248 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x829bcd6b
Device Boot Start End Blocks Id System
/dev/sda1 63 54299699 27149818+ 83 Linux
/dev/sda2 76903216 80292869 1694827 5 Extended
/dev/sda3 * 54300672 76902399 11300864 83 Linux
/dev/sda5 76903218 80292869 1694826 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0cab0cab
Device Boot Start End Blocks Id System
/dev/sdc1 63 156296384 78148161 7 HPFS/NTFS
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00660066
Device Boot Start End Blocks Id System
/dev/sdb1 63 123780824 61890381 7 HPFS/NTFS
/dev/sdb2 * 123780825 156296384 16257780 83 Linux
Disk /dev/sdd: 4043 MB, 4043309056 bytes
125 heads, 62 sectors/track, 1018 cylinders, total 7897088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00023d32
Device Boot Start End Blocks Id System
/dev/sdd1 * 62 7889499 3944719 b W95 FAT32
Suko je napisao/la:Nisi mi još dao ispis Debianovog /boot/grub/grub.cfg
Da ne izmišljam cijeli unos. Lakše mi je.
Znači s debianovog diska /boot/grub/grub.cfg
Kod: Označi sve
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
set locale_dir=($root)/boot/grub/locale
set lang=hr
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
set color_normal=light-gray/black
set color_highlight=white/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
echo 'Loading Linux 2.6.32-5-686 ...'
linux /boot/vmlinuz-2.6.32-5-686 root=UUID=c060e12b-9fe1-49ac-b670-3dede409c2f5 ro vga=773 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
echo 'Loading Linux 2.6.32-5-686 ...'
linux /boot/vmlinuz-2.6.32-5-686 root=UUID=c060e12b-9fe1-49ac-b670-3dede409c2f5 ro single vga=773
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set c060e12b-9fe1-49ac-b670-3dede409c2f5
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Ubuntu 10.04.1 LTS, kernel 2.6.32-28-generic (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 6642bf8c-02bb-4575-9034-240c187e634a
linux /boot/vmlinuz-2.6.32-28-generic root=UUID=6642bf8c-02bb-4575-9034-240c187e634a ro quiet splash
initrd /boot/initrd.img-2.6.32-28-generic
}
menuentry "Ubuntu 10.04.1 LTS, kernel 2.6.32-28-generic (recovery mode) (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 6642bf8c-02bb-4575-9034-240c187e634a
linux /boot/vmlinuz-2.6.32-28-generic root=UUID=6642bf8c-02bb-4575-9034-240c187e634a ro single
initrd /boot/initrd.img-2.6.32-28-generic
}
menuentry "Chainload into GRUB 2 (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 6642bf8c-02bb-4575-9034-240c187e634a
linux /boot/grub/core.img
}
menuentry "Ubuntu 10.04.1 LTS, memtest86+ (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 6642bf8c-02bb-4575-9034-240c187e634a
linux /boot/memtest86+.bin
}
menuentry "Ubuntu, with Linux 2.6.35-26-generic (on /dev/sdb2)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)'
search --no-floppy --fs-uuid --set 6a4c4ed2-982f-42ab-9a6e-e27fd366de3b
linux /boot/vmlinuz-2.6.35-26-generic root=UUID=6a4c4ed2-982f-42ab-9a6e-e27fd366de3b ro splash quiet vga=771 quiet splash
initrd /boot/initrd.img-2.6.35-26-generic
}
menuentry "Ubuntu, with Linux 2.6.35-26-generic (recovery mode) (on /dev/sdb2)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)'
search --no-floppy --fs-uuid --set 6a4c4ed2-982f-42ab-9a6e-e27fd366de3b
linux /boot/vmlinuz-2.6.35-26-generic root=UUID=6a4c4ed2-982f-42ab-9a6e-e27fd366de3b ro single splash quiet vga=771
initrd /boot/initrd.img-2.6.35-26-generic
}
menuentry "Ubuntu, with Linux 2.6.35-25-generic (on /dev/sdb2)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)'
search --no-floppy --fs-uuid --set 6a4c4ed2-982f-42ab-9a6e-e27fd366de3b
linux /boot/vmlinuz-2.6.35-25-generic root=UUID=6a4c4ed2-982f-42ab-9a6e-e27fd366de3b ro splash quiet vga=771 quiet splash
initrd /boot/initrd.img-2.6.35-25-generic
}
menuentry "Ubuntu, with Linux 2.6.35-25-generic (recovery mode) (on /dev/sdb2)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)'
search --no-floppy --fs-uuid --set 6a4c4ed2-982f-42ab-9a6e-e27fd366de3b
linux /boot/vmlinuz-2.6.35-25-generic root=UUID=6a4c4ed2-982f-42ab-9a6e-e27fd366de3b ro single splash quiet vga=771
initrd /boot/initrd.img-2.6.35-25-generic
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###