Firma X zaslala předžalobní výzvu vývojáři projektu Nitter (Wikipedia), open-source alternativního frontendu k sociální síti X (ex-Twitter), a provozovatelům instancí jako XCancel, které umožňovaly číst příspěvky bez přihlášení, reklam a javascriptu. Údajně se dopouštějí „sběru dat“. Zdrojový kód Nitteru vývojář archivoval. Vývoj již dříve přerušil v roce 2024 po tehdejším omezení API X. X je dceřiná společnost SpaceXAI Elona Muska, provozující mj. kontroverzního chatbota Grok.
Bylo vydáno Ubuntu 26.04.1 LTS, tj. první opravné vydání Ubuntu 26.04 LTS s kódovým názvem Resolute Raccoon. Přehled novinek a oprav na Discourse.
Národní úřad pro kybernetickou a informační bezpečnost (NÚKIB) vydal Zprávu o stavu kybernetické bezpečnosti ČR za rok 2025 (pdf). Incidentů ubylo, sofistikovanost útočníků roste.
Open source softwarový stack AMD ROCm (Wikipedie) pro vývoj AI a HPC na GPU od AMD byl vydán v nové major verzi 10.0. S ROCm.AI. Přehled novinek v aktualizované dokumentaci.
Finanční skupina Partners se stala minulou neděli obětí kybernetického útoku, při kterém se útočníci dostali k některým osobním údajům klientů. Společnost o tom informovala ve čtvrtek. Ujišťuje, že peníze klientů nejsou v ohrožení. „Kybernetický útok zasáhl část IT infrastruktury naší společnosti. Ihned po zjištění útoku jsme s pomocí externích bezpečnostních odborníků začali intenzivně pracovat na minimalizaci škod. Útočníci se
… více »Americká technologická společnost Meta Platforms se dohodla, že zaplatí až zhruba 18 miliard dolarů (asi 373 miliard Kč) za mimosoudní urovnání sporu o závislosti dětí na sociálních sítích a provede významné změny pro jejich používání mladistvými. Téměř tři desítky států USA firmu v roce 2023 obvinily z toho, že sítě Facebook a Instagram vědomě navrhla tak, aby u dětí vyvolávaly závislost, a zatajovala tyto dopady před veřejností. Firma se
… více »Byl publikován aktuální přehled dění a novinek z vývoje Asahi Linuxu, tj. Linuxu pro Apple Silicon. Blíží se vydání podporující čipy M3. Vývojáře lze podpořit na GitHub Sponsors a Open Collective.
Kancelářský balík LibreOffice byl vydán ve verzi 26.8. Mimo jiné vylepšuje typografii a kompatibilitu s formáty MS Office, více v poznámkách k vydání.
Armbian, tj. linuxová distribuce založená na Debianu a Ubuntu optimalizovaná pro jednodeskové počítače na platformě ARM a RISC-V, ke stažení ale také pro Intel a AMD, byl vydán ve verzi 26.8. Přehled novinek v poznámkách k vydání.
Byla vydána nová verze 23.1.0, tj. první stabilní verze z nové řady 23.1.x, překladačové infrastruktury LLVM (Wikipedie). Přehled novinek v poznámkách k vydání: LLVM, Clang, LLD, Extra Clang Tools, Libc++, Polly a Flang.
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "/usr/lib/xorg/modules/extensions/libglx.so" # z nejakyho navodu
Load "dbe"
Load "v4l"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "cz_qwerty, us"
Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Obecný monitor"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Obecný monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "RenderAccel" "True"
Option "BackStoring" "True"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
zde vypis glxinfo:
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap
GLX version: 1.3
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce4 MX 440 with AGP8X/AGP/SSE2
OpenGL version string: 1.5.8 NVIDIA 96.39
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_pixel_buffer_object,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects,
GL_ARB_shading_language_100, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
GL_S3_s3tc, GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_Cg_shader,
GL_EXT_draw_range_elements, GL_EXT_fog_coord,
GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,
GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shared_texture_palette,
GL_EXT_stencil_wrap, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_fence,
GL_NV_fog_distance, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_register_combiners,
GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
GL_NV_texture_rectangle, GL_NV_vertex_array_range,
GL_NV_vertex_array_range2, GL_NV_vertex_program, GL_NV_vertex_program1_1,
GL_SGIS_generate_mipmap, GL_SGIS_multitexture, GL_SGIS_texture_lod,
GL_SUN_slice_accum
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
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
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x28 24 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x29 24 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x2a 24 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x30 24 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x31 24 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x32 24 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x33 24 dc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x34 24 dc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x35 24 dc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x36 24 dc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x37 24 dc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x38 24 dc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x39 24 dc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x3a 24 dc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x3b 24 dc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x3c 24 dc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x3d 24 dc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x3e 24 dc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x3f 24 dc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x40 24 dc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x41 24 dc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x23 32 tc 0 32 0 r y . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x42 32 tc 0 32 0 r y . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x43 32 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 0 0 None
0x44 32 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 0 0 None
0x45 32 tc 0 32 0 r y . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x46 32 tc 0 32 0 r y . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x47 32 tc 0 32 0 r . . 8 8 8 0 4 24 0 16 16 16 16 0 0 None
0x48 32 tc 0 32 0 r . . 8 8 8 8 4 24 0 16 16 16 16 0 0 None
0x49 32 tc 0 32 0 r y . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x4a 32 tc 0 32 0 r y . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x4b 32 tc 0 32 0 r . . 8 8 8 0 4 16 0 16 16 16 16 0 0 None
0x4c 32 tc 0 32 0 r . . 8 8 8 8 4 16 0 16 16 16 16 0 0 None
0x4d 32 tc 0 32 0 r y . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x4e 32 tc 0 32 0 r y . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
0x4f 32 tc 0 32 0 r . . 8 8 8 0 4 0 0 16 16 16 16 0 0 None
0x50 32 tc 0 32 0 r . . 8 8 8 8 4 0 0 16 16 16 16 0 0 None
Diky za nejakou radu
Beryl-settings mi ani nejde spustit. Nekdy se mi kousne grafika a klavesnice, system bezi dal, mys funguje... Nebo se mi jen tak z niceho nic restartnou X-ka.
Jsem z Berylu docela zklamany. Myslel jsem, ze je to alespon trochu funkci a pouzitelne, ale to hozhodne neni - alespon v mem pripade.
kwin: Fatal IO error: client killed ************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : NVIDIA Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (2046x2046) a tohle vypise po kylnuti ** (beryl-manager:6933): WARNING **: Beryl caught deadly signal 9Nu jako default window manager pouzivam Kwin. Jo a jak říkám, jakmile spustim primo beryla jako window managera tak uz neudelam nic.. Ani si neotevru to menu toho beryl-managera abych tam mohl zmenit na defaultniho... Proste zadna aplikace, nic nejde.. jen s tema oknama muzu hejbat a preskakovat z plochy na plochu. Minimalizovany okna uz taky nevydelam z listy. Pravy tlacitko mysi vubec nejede.... jo a jeste kdyz spustim beryl tak se me obevi strasne moc vyrtualnich ploch, ted sem to schvalne prenastavil na jednu plochu v ovladacim centru kde a beryl jich otevrel 40...
(emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() ** Message: Querying Xkb extension ** Message: Xkb extension found ** Message: This build doesn't include support for XF86Misc extension ** Message: Querying Xkb extension ** Message: Xkb extension found (xfce-mcs-manager:8287): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8287): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() ** (xfwm4:8286): WARNING **: Unmanaged net_wm_state (window 0x3200007) (xfwm4:8286): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawable .c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (xfwm4:8286): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawable .c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() ** (beryl-manager:8209): WARNING **: Couldn't find a Selection Owner, perhaps no WM running? Otherwise, manually kill your wm, and report the bug to the developers, it doesn 't follow the standards. Falling back to looking for a defined WM in xlsclients. ************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : NVIDIA Checking Display :0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (2046x2046) Reloading options (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap() (xfce-mcs-manager:8288): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixb uf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap() (emerald:8281): Gdk-WARNING **: /tmp/buildd/gtk+2.0-2.10.13/gdk/gdkpixbuf-drawab le.c:1247: Source drawable has no colormap; either pass in a colormap, or set th e colormap on the drawable with gdk_drawable_set_colormap()
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/lib/xorg/modules/extensions/nvidia/libglx.so"
Load "glx" # 3D layer
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
BoardName "NVIDIA GeForce 7 Series"
Option "NvAGP" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "DPMS"
Option "RenderAccel" "false"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Extensions"
Option "Composite"
EndSection
Tiskni
Sdílej: