[ANNOUNCE] 420Linux 0.420 (pre-alpha) for ia32 machines now available for pre-order and early adoption!
Hi guys, i'm happy to announce the availability of 420Linux for pre-orders, a brand new Debian-based distribution offering a blend of scientific libraries and advanced web development tools for professionals web programming and server-oriented software carpentry. Format: DVD or CD available or tarball (2 units!) Pre-order price: 149.95$ (paypal and interac accepted!) ^^^ if interested to pre-order your copy and/or join the core dev team you can send a short reply to this mail or visit : https://sourceforge.net/p/fourtwentylinux/ http://fourtwentylinux.users.sourceforge.net/ furthermore if you wish to donate to this project or become a contributor you may use paypal to send funds to the dev team by making a donation to animelo...@gmail.com btw theres much work left and plenty of opportunities awaiting to produce a mature product and I'll need properly trained software developers to help either in financing the r&d to develop a stable release, thus your help may make the whole difference in the final result. Best regards, Etienne "The question is not whether we will be extremists, but what kind of extremists we will be. The nation and the world are in dire need of creative extremists." - Martin Luther King, Jr. ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
Re: Solaris 11.1
On Sat, 02 Mar 2013 15:40:26 -0800 Jon Krueger wrote: > I have Gateway FPD1975W native 1440x900. > > It works flawlessly on an HP dc7800 using onboard gma 3100 > on Ubuntu 10.04 with X.Org X Server 1.7.6. Xorg.0.log shows: > > [444166.147] (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 > 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP) > > But it fails on the exact same hardware on Solaris 11.1 with > X.Org X Server 1.12.2. The monitor says "Frequency out of range" > and the screen is otherwise blank. Xorg.0.log shows: > > (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 > 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) > > I have also tried four monitors (2 Gateway, 2 Viewsonic) on > Solaris 11 on this hw; all fail with freq out of range; > all work fine on other systems. > > I tried crafting an xorg.conf file that specifies only this modeline; > same result, blank screen, freq out of range. Most I've succeeded in > doing: if I dink down the hfreq/vfreq numbers I eventually get a > messed-up display at 1280x1024 with half the screen image missing. > > Is there a known bug I may be hitting? Or something I should be trying? > > Thanks! > > -- Jon I have incorporated the following in my xorg.conf to allow easy switching between LVDS1 and VGA1 using a vga connection to the intel videocard: Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Intel 945GM" #Option "DefaultDepth" "16" Option "AccelMethod" "sna" # uxa->sna (gallium3d/dri/kms/mesa) #Option "DRI2" "1" #Option "DRI" "1" #Option "SwapbuffersWait" "false" #Option "LinearFrameBuffer" "1" #Option "TripleBuffer" "0" #Option "Pixmap" "24" SubSection "Display" Modes "1280x800" Virtual 4096 4096 EndSubSection EndSection HTH, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
[xorg] Problem with sna/xcomposite? (i915 video driver related)
Hi, After upgrade to intel-xorg-video 2.21.4 driver, (Intel 945GM chipset) xserver 1.12.4 crash repeatingly with sna enabled in xorg.conf. A workaround i found is to fall back on "uxa" until the issue is resolve in upstream. Backtrace: [ 596.654] Backtrace: [ 596.654] 0: /usr/bin/X (xorg_backtrace+0x49) [0x81af349] [ 596.654] 1: /usr/bin/X (0x8048000+0x16abb6) [0x81b2bb6] [ 596.654] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb774940c] [ 596.654] 3: /usr/local/lib/xorg/modules/drivers/intel_drv.so (0xb7105000+0xb2d10) [0xb71b7d10] [ 596.654] 4: /usr/local/lib/xorg/modules/drivers/intel_drv.so (0xb7105000+0x85158) [0xb718a158] [ 596.655] 5: /usr/local/lib/xorg/modules/drivers/intel_drv.so (0xb7105000+0x85879) [0xb718a879] [ 596.655] 6: /usr/local/lib/xorg/modules/drivers/intel_drv.so (0xb7105000+0x92f52) [0xb7197f52] [ 596.655] 7: /usr/bin/X (CompositeTrapezoids+0xab) [0x812d50b] [ 596.655] 8: /usr/bin/X (0x8048000+0xeae30) [0x8132e30] [ 596.655] 9: /usr/bin/X (0x8048000+0xe59ce) [0x812d9ce] [ 596.655] 10: /usr/bin/X (0x8048000+0x32895) [0x807a895] [ 596.655] 11: /usr/bin/X (0x8048000+0x20655) [0x8068655] [ 596.655] 12: /lib/i386-linux-gnu/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb7410e46] [ 596.656] 13: /usr/bin/X (0x8048000+0x20999) [0x8068999] [ 596.656] [ 596.656] Bus error at address 0xb5054000 [ 596.656] Fatal server error: [ 596.656] Caught signal 7 (Bus error). Server aborting [ 596.656] [ 596.656] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 596.656] Please also check the log file at "/var/log/Xorg.0.log" for additional information. Can this bug please be checked by a upstream maintainer? I believe even with --disable-composite compile time option the xserver experiment severe bus errors. xserver config: ./configure --prefix=/usr/local --disable-composite --enable-dri --enable-dri2 --enable-libdrm --enable-xorg --disable-debug --disable-maintainer-mode --disable-ipv6 --localstatedir=/var --sysconfdir=/etc Regards, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
Re: [xorg] Problem with sna/xcomposite? (i915 video driver related)
On Sun, 17 Mar 2013 21:37:23 + Chris Wilson wrote: > On Sun, Mar 17, 2013 at 01:21:57PM -0700, animelo...@gmail.com wrote: > > Hi, > > > > After upgrade to intel-xorg-video 2.21.4 driver, (Intel 945GM chipset) > > xserver 1.12.4 crash repeatingly > > with sna enabled in xorg.conf. > > Your kernel is buggy. > -Chris > > -- > Chris Wilson, Intel Open Source Technology Centre Yes i realize perhaps kernel 3.4.11 is unstable with this chipset... thus I will try upgrading to latest stable kernel (3.6.x) and rebuild intel video driver to see if i can repeat this bug with a more recent/updated version. Regards, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
SMP and i915 chipset ?
Hello, is it possible to compile linux 3.8.3 kernel with CONFIG_SMP and the i915 (intel_agp) chipset ? I have tried compiling intelfb (i810/i915) with this kernel option but got error: "CONFIG_SMP is not supported with i810" kind regards, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
Re: SMP and i915 chipset ?
On Tue, 9 Apr 2013 08:36:13 +1000 Dave Airlie wrote: > > Hello, is it possible to compile linux 3.8.3 kernel with CONFIG_SMP and the > > i915 (intel_agp) chipset ? > > > > I have tried compiling intelfb (i810/i915) with this kernel option but got > > error: > > > > "CONFIG_SMP is not supported with i810" > > Don't use intelfb, you don't need it. Problem solved. > > Dave. Well obviously i don't get how you ended up to this conclusion... intelfb.ko seem required by the kernel when modprobing i915.ko. However the issue seem to disappear when avoiding to build i810 as a module. erob@nguns:~/phonebook$ cat /proc/fb 0 inteldrmfb kind regards, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
Re: multiple RHEL 6.x updates (CentOS, Scientific Linux, etc) -- updates 6.3 to 6.4
On Fri, 24 May 2013 02:08:16 -0700 mike memmott wrote: > The most incompetent, irresponsible releases I've seen in +30 years in > the open source community. > > I've generic servers, generic graphics i/o, -- updating to 6.4 from 6.3 > screwed me. Thank god I did not update across my entire production > environment. I will never trust to your so-called back-end QA again, nor > any of the downstream providers QA. > > What in the heck is going on that you can't caution or otherwise provide > documentation, support, anything, to mitigate system boot crashes when > updating to the major changes you've thrown over the wall to the > enterprise Linux community? > > Shame on you. I suggest renaming your community to X86 because that is > what you've effectively done -- 86'd the common user. > > no salutation, > > mike Hi, Perhaps a reference to any Xorg related CVE would have been helpful to understand the origins of your frustration as i suspect this may be related to the recent Xlib security issues, but can't confirm without further details. Cheers, Etienne ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com
Re: Triple monitor, one card; xrandr => xorg.conf
On Sat, 25 May 2013 23:00:43 +1000 Nick Urbanik wrote: > Any suggestions on how to make a working xorg.conf? you should probably delete /etc/X11/xorg.conf and use automatic configuration. It worked for me as for making intel 965GM card switching between LVDS1 and VGA1 output. Cheers, Etienne == Etienne Robillard e...@gthcfoundation.org ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com