 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

7th March 2008, 11:18 AM
|
|
Registered User
|
|
Join Date: Jul 2007
Location: Latvia
Posts: 17

|
|
|
Lost direct rendering ( intel ) after yum update
Hi,
Today I did yum update on my Dell Inspiron 6400 laptop with F8. After that, Compiz will not start, giving the following error message:
Code:
[dogs@uldis ~]$ compiz --replace ccm
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
This laptop has onboard integrated Intel graphics card and up today I was using experimental intel driver with no problems.
lspci output:
Code:
[root@uldis ~]# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
...
xorg.conf (actually created by F8, I haven't changed anything):
Code:
[dogs@uldis ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
glxinfo output:
Code:
[dogs@uldis ~]$ export LIBGL_DEBUG=verbose; glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.3)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program,
GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters,
GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
GL_ATI_draw_buffers, GL_ATI_texture_env_combine3,
GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square,
GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite,
GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program,
GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table,
GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x28 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None
0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x30 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow
0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x69 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon
Packages that were installed by yum update:
Code:
[dogs@uldis ~]$ rpm -qa --queryformat "%{installtime:date} %{name}-%{version}-%{release}\n" | grep "Fri 07 Mar 2008"
Fri 07 Mar 2008 11:36:49 AM EET audit-libs-1.6.8-2.fc8
Fri 07 Mar 2008 11:38:05 AM EET audit-libs-python-1.6.8-2.fc8
Fri 07 Mar 2008 11:36:29 AM EET gnome-themes-extras-2.20-5.fc8
Fri 07 Mar 2008 11:37:51 AM EET libtirpc-0.1.7-15.fc8
Fri 07 Mar 2008 11:38:31 AM EET synaptics-0.14.6-2.fc8
Fri 07 Mar 2008 11:36:15 AM EET setroubleshoot-plugins-2.0.4-4.fc8
Fri 07 Mar 2008 11:36:44 AM EET tzdata-2007k-2.fc8
Fri 07 Mar 2008 11:37:50 AM EET taglib-1.5-1.fc8
Fri 07 Mar 2008 11:37:55 AM EET audit-1.6.8-2.fc8
Fri 07 Mar 2008 11:38:10 AM EET kernel-2.6.24.3-12.fc8
Fri 07 Mar 2008 11:36:38 AM EET tzdata-java-2007k-2.fc8
Fri 07 Mar 2008 11:36:56 AM EET evolution-2.12.3-3.fc8
Fri 07 Mar 2008 11:37:54 AM EET mercurial-0.9.5-6.fc8
Fri 07 Mar 2008 11:38:06 AM EET krb5-workstation-1.6.2-13.fc8
Fri 07 Mar 2008 11:36:35 AM EET kernel-headers-2.6.24.3-12.fc8
Fri 07 Mar 2008 11:37:52 AM EET krb5-devel-1.6.2-13.fc8
Fri 07 Mar 2008 11:36:47 AM EET krb5-libs-1.6.2-13.fc8
Fri 07 Mar 2008 11:38:04 AM EET evolution-help-2.12.3-3.fc8
Xorg.0.log attached
Anybody has an idea on what's going on and how to get the Compiz working again?
__________________
:wq
|

7th March 2008, 11:25 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
It's not a compiz problem !
You have lost direct rendering ( I have also re-titled the thread )
Code:
[dogs@uldis ~]$ export LIBGL_DEBUG=verbose; glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
Quote:
|
This laptop has onboard integrated Intel graphics card and up today I was using experimental intel driver with no problems.
|
If you have updated the kernel you will also need to recompile this driver again for the new kernel !!
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 7th March 2008 at 11:28 AM.
|

7th March 2008, 11:58 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Location: Vannes
Age: 33
Posts: 70

|
|
Right, because of your kernel has been updated (Fri 07 Mar 2008 11:38:10 AM EET kernel-2.6.24.3-12.fc8).
Your graphical card driver should be too.
Try following command to check if the corresponding module has well been loaded (it might have not):
|

7th March 2008, 02:23 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: London, UK
Age: 31
Posts: 20

|
|
Hi, it looks like I'm having the same problem , here's my lsmod...
Code:
$ lsmod
Module Size Used by
ext2 60873 1
cryptoloop 6593 1
fuse 41301 0
vfat 13121 1
fat 45405 1 vfat
usb_storage 77057 1
i915 37569 0
drm 116052 1 i915
uinput 10561 0
tifm_sd 12873 0
mmc_block 13637 0
rfcomm 33233 0
l2cap 21953 9 rfcomm
autofs4 20292 2
coretemp 9281 0
hwmon 6341 1 coretemp
sunrpc 149213 3
ipt_MASQUERADE 6593 1
iptable_nat 9413 1
nf_nat 18285 2 ipt_MASQUERADE,iptable_nat
ipt_REJECT 7361 2
nf_conntrack_ipv4 11589 7 iptable_nat
iptable_filter 6337 1
ip_tables 14085 2 iptable_nat,iptable_filter
nf_conntrack_ipv6 16329 1
xt_state 5953 6
nf_conntrack 51713 6 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
xt_tcpudp 6849 11
ip6t_ipv6header 6081 2
ip6t_REJECT 8001 2
ip6table_filter 6209 1
ip6_tables 14981 2 ip6t_ipv6header,ip6table_filter
x_tables 14149 9 ipt_MASQUERADE,iptable_nat,ipt_REJECT,ip_tables,xt_state,xt_tcpudp,ip6t_ipv6header,ip6t_REJECT,ip6_tables
cpufreq_ondemand 10317 1
acpi_cpufreq 12365 2
loop 16197 3 cryptoloop
dm_multipath 18505 0
sha256_generic 15041 0
aes_generic 31361 0
aes_i586 36673 5
geode_aes 8777 0
cbc 7489 3
blkcipher 9285 2 geode_aes,cbc
dm_crypt 14405 1
ipv6 228357 20 nf_conntrack_ipv6,ip6t_REJECT
snd_hda_intel 297441 4
snd_seq_dummy 6725 0
snd_seq_oss 31553 0
snd_seq_midi_event 9665 1 snd_seq_oss
snd_seq 48945 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10317 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 44353 0
snd_mixer_oss 17217 2 snd_pcm_oss
snd_pcm 70981 2 snd_hda_intel,snd_pcm_oss
tifm_7xx1 9153 0
snd_timer 21317 2 snd_seq,snd_pcm
snd_page_alloc 11593 2 snd_hda_intel,snd_pcm
firewire_ohci 18881 0
snd_hwdep 10693 1 snd_hda_intel
sdhci 17861 0
tifm_core 10821 2 tifm_sd,tifm_7xx1
snd 48453 16 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
tpm_infineon 11241 0
firewire_core 36353 1 firewire_ohci
crc_itu_t 5953 1 firewire_core
mmc_core 44357 3 tifm_sd,mmc_block,sdhci
tg3 102853 0
tpm 15329 1 tpm_infineon
video 20177 0
hci_usb 16349 2
soundcore 9505 2 snd
output 6721 1 video
tpm_bios 9409 1 tpm
iTCO_wdt 13797 0
bluetooth 48165 7 rfcomm,l2cap,hci_usb
parport_pc 26725 0
battery 12997 0
ac 8005 0
iTCO_vendor_support 6981 1 iTCO_wdt
parport 32393 1 parport_pc
pcspkr 6465 0
button 10321 0
serio_raw 8901 0
joydev 12545 0
sr_mod 17381 0
sg 32209 0
cdrom 33761 1 sr_mod
ata_piix 17861 0
dm_snapshot 17765 0
dm_zero 5697 0
dm_mirror 21441 0
dm_mod 48773 16 dm_multipath,dm_crypt,dm_snapshot,dm_zero,dm_mirror
ahci 25541 2
libata 128561 2 ata_piix,ahci
sd_mod 26689 5
scsi_mod 123341 5 usb_storage,sr_mod,sg,libata,sd_mod
ext3 111945 3
jbd 40533 1 ext3
mbcache 10049 2 ext2,ext3
uhci_hcd 23633 0
ohci_hcd 22725 0
ehci_hcd 32333 0
any ideas?
__________________
LINICKX.com
Linux Registered User # 372709
|

7th March 2008, 02:51 PM
|
|
Registered User
|
|
Join Date: Oct 2005
Location: Vannes
Age: 33
Posts: 70

|
|
|
It seems there is no intel module loaded for graphical card (there is only for sound).
So, either you must install the module (may be something like xorg-x11-drv-i810 or another iXXX), either it can not be loaded.
For the last case, check the output of dmesg or /var/log/messages.
|

7th March 2008, 03:31 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: London, UK
Age: 31
Posts: 20

|
|
Nothing stands out in the log files... have rebooted into old kern
Code:
$ uname -r
2.6.23.15-137.fc8
old kernel lsmod below...
Code:
$ lsmod
Module Size Used by
i915 23745 2
drm 67029 3 i915
uinput 10689 0
tifm_sd 12873 0
mmc_block 13381 0
rfcomm 36825 0
l2cap 25537 9 rfcomm
autofs4 20421 2
coretemp 9409 0
hwmon 6469 1 coretemp
sunrpc 140765 1
ipt_MASQUERADE 6721 1
iptable_nat 9669 1
nf_nat 18669 2 ipt_MASQUERADE,iptable_nat
ipt_REJECT 7617 2
nf_conntrack_ipv4 11717 7 iptable_nat
iptable_filter 6465 1
ip_tables 14213 2 iptable_nat,iptable_filter
nf_conntrack_ipv6 18769 1
xt_state 6081 6
nf_conntrack 51977 6 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
nfnetlink 8281 4 nf_nat,nf_conntrack_ipv4,nf_conntrack_ipv6,nf_conntrack
xt_tcpudp 6977 11
ip6t_ipv6header 6209 2
ip6t_REJECT 8257 2
ip6table_filter 6337 1
ip6_tables 15109 2 ip6t_ipv6header,ip6table_filter
x_tables 14277 9 ipt_MASQUERADE,iptable_nat,ipt_REJECT,ip_tables,xt_state,xt_tcpudp,ip6t_ipv6header,ip6t_REJECT,ip6_tables
cpufreq_ondemand 10317 1
acpi_cpufreq 12365 1
loop 16581 0
dm_multipath 18249 0
sha256 15169 0
aes 31489 4
cbc 7617 2
blkcipher 9029 1 cbc
dm_crypt 14153 1
ipv6 245989 20 nf_conntrack_ipv6,ip6t_REJECT
snd_hda_intel 274529 4
snd_seq_dummy 6725 0
snd_seq_oss 29889 0
snd_seq_midi_event 9793 1 snd_seq_oss
snd_seq 44849 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10061 3 snd_seq_dummy,snd_seq_oss,snd_seq
ipw3945 181024 0
snd_pcm_oss 37569 0
snd_mixer_oss 16705 2 snd_pcm_oss
snd_pcm 63685 2 snd_hda_intel,snd_pcm_oss
parport_pc 26981 0
firewire_ohci 19137 0
snd_timer 20549 2 snd_seq,snd_pcm
sdhci 17997 0
parport 32393 1 parport_pc
mmc_core 27333 3 tifm_sd,mmc_block,sdhci
ieee80211 30985 1 ipw3945
hci_usb 16605 2
firewire_core 36737 1 firewire_ohci
ac 8133 0
video 20177 0
output 6977 1 video
snd_page_alloc 11337 2 snd_hda_intel,snd_pcm
iTCO_wdt 13797 0
pcspkr 6593 0
tifm_7xx1 9281 0
bluetooth 49317 7 rfcomm,l2cap,hci_usb
snd_hwdep 10309 1 snd_hda_intel
button 10449 0
iTCO_vendor_support 7109 1 iTCO_wdt
tg3 98885 0
battery 14025 0
ieee80211_crypt 8513 1 ieee80211
tifm_core 11205 2 tifm_sd,tifm_7xx1
tpm_infineon 11369 0
snd 43461 15 snd_hda_intel,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
crc_itu_t 6081 1 firewire_core
tpm 15329 1 tpm_infineon
soundcore 9633 2 snd
tpm_bios 9537 1 tpm
joydev 12545 0
serio_raw 9029 0
sg 31965 0
sr_mod 17509 0
cdrom 33889 1 sr_mod
ata_piix 16709 0
dm_snapshot 17765 0
dm_zero 5825 0
dm_mirror 21569 0
dm_mod 46209 16 dm_multipath,dm_crypt,dm_snapshot,dm_zero,dm_mirror
ahci 22853 2
libata 100401 2 ata_piix,ahci
sd_mod 27329 3
scsi_mod 120013 4 sg,sr_mod,libata,sd_mod
ext3 110665 3
jbd 52457 1 ext3
mbcache 10177 1 ext3
uhci_hcd 23633 0
ohci_hcd 21445 0
ehci_hcd 31821 0
Compiz is working fine on old kernel.. so I don't think it's not working in new cause I'm missing an rpm... xorg.conf still not changed... weird!
__________________
LINICKX.com
Linux Registered User # 372709
|

7th March 2008, 05:03 PM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 1

|
|
|
I have this same exact problem. i915 is the kernel module for the graphics card and is present under the new kernel but for some reason direct rendering is not enabled.
|

7th March 2008, 05:31 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: London, UK
Age: 31
Posts: 20

|
|
__________________
LINICKX.com
Linux Registered User # 372709
|

15th March 2008, 11:53 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 2

|
|
|
Any News on Direct Rendering?
How does one enable Direct Rendering? I have read every entry on every forum that Google returns, even for other distros, but no one seems to ever say quite how to enable it. I have tried everything that has been posted that makes some sense. I suspect Desktop Effects is failing because Direct Rendering is not enabled. Is it a complicated procedure to enable it?
Thanks.
|

15th March 2008, 12:01 PM
|
 |
Registered User
|
|
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286

|
|
|
|

15th March 2008, 12:07 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Here's the fix
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

15th March 2008, 12:50 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 65

|
|
|
I didn't try desktop effects on the -12 kernel, but I upgraded to the -22 kernel in updates-testing as that fixed my problems with wep-authentication on wlan. My laptop has intel graphics, and I have done nothing to install special drivers for it. Just what comes with F8. I can confirm that desktop effects work here on the -22 kernel, but I have disabled them again as I get a complete lock-up when doing fast user switching with desktop effects enabled.
|

15th March 2008, 12:54 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by birger
I didn't try desktop effects on the -12 kernel, but I upgraded to the -22 kernel in updates-testing as that fixed my problems with wep-authentication on wlan. My laptop has intel graphics, and I have done nothing to install special drivers for it. Just what comes with F8. I can confirm that desktop effects work here on the -22 kernel, but I have disabled them again as I get a complete lock-up when doing fast user switching with desktop effects enabled.
|
This lock-up with fast user switching and compiz has been an issue for a while ( you need to stop compiz before switching user ).
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

15th March 2008, 02:06 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 2

|
|
|
uname -a
Linux localhost.localdomain 2.6.23.1-42.fc8 #1 SMP Tue Oct 30 13:55:12 EDT 2007 i686 athlon i386 GNU/Linux
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:25 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|