Re: Problem with keyboard layout

2018-10-23 Thread Matthieu Herrb
he symbols blindly :/ * If the X server can't recognize the layout returned by wscons, and there is no explicit configuration in /etc/X11/xorg.conf, the default is what you see below. > > > > Thus here is the Xorg.0.log which has the line > > Option "XkbLayout" "us" > > close to the end. > > > -- Matthieu Herrb

Re: Problem with keyboard layout

2018-10-24 Thread Matthieu Herrb
On Wed, Oct 24, 2018 at 08:41:41AM +0200, Stefan Wollny wrote: > Am 24.10.18 um 07:40 schrieb Matthieu Herrb: > > On Tue, Oct 23, 2018 at 01:19:18PM +0200, Stefan Wollny wrote: > >> Am 22.10.18 um 10:45 schrieb Stefan Wollny: > >>> Am 10/22/18 um

Re: very slow scrolling in xterm

2020-12-20 Thread Matthieu Herrb
idn't look at. If this card is a discrete one, get any ATI/Radeon card from the same era to get something that works a bit better. But support for EXA is also going away with all the userland side, pre DRI/DRM 2D acceleration code. To do reasonably fast graphics you'd need to either maintain a fork of some old X server release or move to more recent hardware. Final note: I don't have any remaining nVidia cards in working condition to test patches. -- Matthieu Herrb

Re: very slow scrolling in xterm

2020-12-20 Thread Matthieu Herrb
On Sun, Dec 20, 2020 at 12:43:43PM +0100, Matthieu Herrb wrote: > > https://marc.infœ?l=openbsd-tech&m=144982511914401&w=2 Should have been : https://marc.info/?l=openbsd-tech&m=144982511914401&w=2 -- Matthieu Herrb

Wayland/sway binary package available

2023-12-04 Thread Matthieu Herrb
limitations that you don't need to report again: - no pointer accelleration - no VT switching - keyboard and/or pointer dont work after suspend/resume This is to be considered as highly experimental and not production-ready. Try it at your own risks. -- Matthieu Herrb

Re: X or cwm got slower

2013-06-29 Thread Matthieu Herrb
fore probably undertested. > AFAICT, EXA is only implemented for G80 chipsets in the nv driver. Older cards have lost acceleration since the removing of XAA in X server 1.4 which was imported into Xenocara on june 7. -- Matthieu Herrb

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-11 Thread Matthieu Herrb
=== RCS file: /cvs/xenocara/app/luit/configure.ac,v retrieving revision 1.6 diff -u -r1.6 configure.ac --- configure.ac10 Feb 2013 15:38:37 - 1.6 +++ configure.ac11 Jul 2013 21:40:21 -0000 @@ -64,6 +64,11 @@ AC_CHECK_FUNCS([poll]) OS_CFLAGS="-D_XOPEN_SOURCE=500" ;; +openbsd*) +# grantpt() support is broken on OpenBSD + ac_cv_func_grantpt=no + unset HAVE_GRANTPT + ;; *) AC_CHECK_HEADERS([poll.h]) AC_CHECK_FUNCS([poll]) @@ -73,7 +78,7 @@ AC_SUBST(OS_CFLAGS) AC_CHECK_HEADERS([pty.h stropts.h sys/ioctl.h sys/param.h sys/poll.h sys/select.h sys/time.h termios.h]) -AC_CHECK_FUNCS([grantpt putenv select strdup]) +AC_CHECK_FUNCS([putenv select strdup]) if test "x$ac_cv_func_grantpt" != "xyes" ; then AC_CHECK_LIB(util, openpty, [cf_have_openpty=yes],[cf_have_openpty=no]) Index: man/Makefile.in === RCS file: /cvs/xenocara/app/luit/man/Makefile.in,v retrieving revision 1.1 diff -u -r1.1 Makefile.in --- man/Makefile.in 10 Feb 2013 15:38:37 - 1.1 +++ man/Makefile.in 11 Jul 2013 21:40:22 - @@ -197,6 +197,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ -- Matthieu Herrb

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-12 Thread Matthieu Herrb
On Fri, Jul 12, 2013 at 09:38:07AM +0200, MERIGHI Marcus wrote: > mhe...@gmail.com (Matthieu Herrb), 2013.07.11 (Thu) 23:41 (CEST): > > On Wed, Jul 10, 2013 at 01:30:23AM -0700, Philip Guenther wrote: > > > On Wed, Jul 10, 2013 at 1:19 AM, Philip Guenther > > > wrote

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-12 Thread Matthieu Herrb
On Fri, Jul 12, 2013 at 11:39:05PM +0200, Jan Stary wrote: > On Jul 12 22:11:58, mhe...@gmail.com wrote: > > On Fri, Jul 12, 2013 at 09:38:07AM +0200, MERIGHI Marcus wrote: > > > mhe...@gmail.com (Matthieu Herrb), 2013.07.11 (Thu) 23:41 (CEST): > > > > On Wed, Ju

Re: current/macppc with the new radeondrm

2013-08-18 Thread Matthieu Herrb
there are a number of knwon issues) and that I strongly recommend not using it. Running X without a config file is much more likely to produce a working result. And for the few cases where an xorg.conf file is needed, just read the xorg.conf(5) man page and use a text editor to create one containing only the needed section(s). -- Matthieu Herrb

Re: slow console

2013-10-05 Thread Matthieu Herrb
On Mon, Sep 23, 2013 at 06:52:29PM -0700, Chris Cappuccio wrote: > Jan Stary [h...@stare.cz] wrote: > > > > On Sep 23 14:50:44, ch...@nmedia.net wrote: > > > Without a dmesg, Xorg.log, and those sort of things, > > > how can anyone possibly give you a clue? > > > > > > With KMS and such, there ar

Re: nvidia driver what do you recommend

2013-10-30 Thread Matthieu Herrb
acking in the dri code is also good for the other drivers. -- Matthieu Herrb

Re: Nvidia 9300GE xorg.conf?

2009-01-05 Thread Matthieu Herrb
ted yet. Any help is appreciated... > If you can't get a card from a vendor with better support, start by sending the /var/log/Xorg.0.log file after tring to run X. -- Matthieu Herrb

Re: error building xenocara on current

2009-01-28 Thread Matthieu Herrb
ocara > make bootstrap > make obj > make build > > [...] > make: don't know how to make app-defaults/Xedit-color.ad. Stop in > /usr/xenocara/app/xedit/obj. > *** Error code 2 > You probably forgot to use the 'd' option to cvs update (ie cvs update -PAd) to create new dirs. -- Matthieu Herrb

Re: Multihead console

2009-02-09 Thread Matthieu Herrb
some > googling and list digging. (did read wsdisplay(4), wscons(4), wsconscfg(8) > and wsconsctl(8)). > No. (At least not without writing code to support that both in the kernel and userland...) -- Matthieu Herrb

Re: Nvidia bug

2009-02-14 Thread Matthieu Herrb
;>> Christiano Farina Haesbaert >> > > I've got several matrox G450's that broke with libpciaccess in X. > I could (if the antispam were not so aggressive) send in a bug > report or I could just get some new hardware. What's the consensus > here? > Send me at least a bug report with the Xorg.0.log from an old working X server and from a new one, with libpciaccess. -- Matthieu Herrb

Re: Nvidia bug

2009-02-15 Thread Matthieu Herrb
eveloppers that there is a real interest in those setups and that support for it should be fixed and not dropped. (The Intel X developpers lean toward dropping it since their chips do not support multiple cards and they aren't supposed to support their competitor's machines). -- Matthieu Herrb

Re: building xenocara fails at libdrm (for me)

2009-02-20 Thread Matthieu Herrb
You probably didn't clean you obj tree before starting the build. -- Matthieu Herrb

Re: -CURRENT intel(4) problem

2009-02-22 Thread Matthieu Herrb
res to start, it seems the new intel(4) driver is failing to map > memory properly. > > If you've got any ideas, or if there is something specific that you > want to see tested, please let me know. > On i8xx chipsets that are experiencing this kind of problems, switching back to the XAA acceleration methode generally works. Add Option "AccelMethod" "XAA" to the Device section of your xorg.conf file -- Matthieu Herrb

Re: -CURRENT intel(4) problem

2009-02-22 Thread Matthieu Herrb
seriously. And for now switch to the vesa driver if you need a working X in this machine. -- Matthieu Herrb

Re: toggle X screens on intel in obsd?

2009-02-23 Thread Matthieu Herrb
ents to userland, so you'd have to implement it in your window manager using a standard function key or menu entries to switch between your favourite xrandr configs. -- Matthieu Herrb

Re: xenocara - autoconf magic incantation?

2009-02-24 Thread Matthieu Herrb
oconf incantation necessary to generate a proper > configure script that will work correctly within the xenocara tree? > Copy Makefile.bsd-wrapper from the xenocara version and run XENOCARA_RERUN_AUTOCONF=-Yes make -f Makefile.bsd-wrapper build But a more recent libpciaccess will not change anything... -- Matthieu Herrb

Re: xenocara: build problem: "Package xdmcp was not found..."

2009-03-03 Thread Matthieu Herrb
e? I guess thatyou forgot to run 'make bootstrap'. Or you have a custom pkg-config somewhere that's used instead of /usr/bin/pkg-pkgconfig. If none of those hypothesis are correct, you'll need to provide the full build log (ie make build > log 2>&1). -- Matthieu Herrb

Re: x11 problems with lenovo w500

2009-03-09 Thread Matthieu Herrb
signal 11. Server aborting > Can you send us the pcidump -v output for both cases? Also what kind of interface is truecrypt using? Is it switching to some graphics mode that would change the state of the card in some way? -- Matthieu Herrb

Re: siliconmotion+current_snapshot

2009-03-10 Thread Matthieu Herrb
ecause it worked properly before - no configuration changes made by > me. After all I've tried manual configuration (xorgconfig) and > automatic (X -configure) but that didn't helped. > > Any clue? > As always with X problems, include the contents of /var/log/Xorg.0.log, and the output of pcidump -v. -- Matthieu Herrb

Re: siliconmotion+current_snapshot

2009-03-17 Thread Matthieu Herrb
o "AddScreen/ScreenInit > failed for driver 0", everything seems to load fine, no errors at the > output but screen goes an stays black (no power)... > > Any clue, info that would help? > Try to set 'Option "UseBIOS" "True"' And insert the log inline not as attachement... -- Matthieu Herrb

Re: graphic card support

2009-03-22 Thread Matthieu Herrb
in Xorg and Mesa the only active developpement that is done is on Intel and ATI chips,. Other chips (VIA, and nVidia --nouveau--) are beeing worked on too, but a much slower rate mainly because of the lack of documentation. -- Matthieu Herrb

Re: Isolating Firefox in a nested X server, and running as a different user

2012-12-02 Thread Matthieu Herrb
You should not use the -Y option to ssh. It gives your 'firefox' session acess to your main X session through the ssh X tunnel (and the DISPLAY environment variable). See http://gouloum.fr/doc/desktop_sec.html for a similar approach (using sudo instead of ssh to switch users). On Dec 2, 2012 5:5

Re: several X servers on one host

2012-12-02 Thread Matthieu Herrb
I just fixed the issue that makes the server segfault when it fails to mmap the MMIO region in the intel driver, but there are still other issues. Among them is probably the fact that the intel driver requires drm(4) to work, and I'm not sure if the latter can handle 2 X servers. -- Matthieu Herrb

Re: intel 2000 failure

2013-02-14 Thread Matthieu Herrb
t uhub2 port 2 "Alcor Micro product 0x6254" rev 2.00/1.00 addr 3 > uhidev0 at uhub4 port 1 configuration 1 interface 0 "Logitech USB-PS/2 > Optical Mouse" rev 2.00/27.20 addr 4 > uhidev0: iclass 3/1 > ums0 at uhidev0: 8 buttons, Z dir > wsmouse0 at ums0 mux 0 > uhub5 at uhub4 port 3 "Chicony Generic USB Hub" rev 1.10/1.02 addr 5 > uhidev1 at uhub5 port 1 configuration 1 interface 0 "Chicony PFU-65 USB > Keyboard" rev 1.10/1.02 addr 6 > uhidev1: iclass 3/1 > ukbd0 at uhidev1: 8 variable keys, 6 key codes > wskbd1 at ukbd0 mux 1 > wskbd1: connecting to wsdisplay0 > > The only thing I changed, regarding graphics, was 64 > 256 mb > in bios. > I was sure this cpu would run xorg without a hickup. Any idea > what to do? Try -current. -- Matthieu Herrb

Re: A slight twist on the OpenBSD laptop question

2013-03-05 Thread Matthieu Herrb
list in radeon(4) blindly. HD6xxx are for sure not supported. As always the best is to be able to get your hands on a demo machine and try to boot it from a CD or USB stick to have a look at dmesg. -- Matthieu Herrb

Re: X11 on Dell Latitude E5410

2013-03-22 Thread Matthieu Herrb
Try a -current snapshot. There is support for recent Intel HD graphics now.

Re: X (vesa) doesn't work with recent shapshot

2013-04-17 Thread Matthieu Herrb
base my node on "release". > <http://www.openbsd.org/faq/faq5.html#Flavors> <http://www.openbsd.org/plus.html> -- Matthieu Herrb

Re: X (vesa) doesn't work with recent shapshot

2013-04-19 Thread Matthieu Herrb
rade? Even a month old snaphot is newer than 5.3. 5.3 has been tagged around end of february. If you system says "5.3-current" it's post 5.3. So installing 5.3 won't be an upgrade... Try an upgrade to a more recent -current instead -- Matthieu Herrb

Re: hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host unknown (Unknown error: 275)

2015-05-23 Thread Matthieu Herrb
r a name. This bug has been fixed in OpenBSD 5.7. I recently backported the commit to 5.5 for the very same reason (hotmail became unreachable) without trouble. http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/asr/gethostnamadr_async.c.diff?r1=1.34&r2=1.35 -- Matthieu Herrb

Re: Show us your /etc/profile

2015-08-29 Thread Matthieu Herrb
> > number=$(dd if=$rdevice bs=4 count=1 2>/dev/null | hexdump -e '/4 > "%u\n"') > if [ -z "$1" ]; then > echo $number > else > echo $(($number % $(($1 + 1 > fi > } One can use &

Re: What's the proper way to add a "link-local" route?

2016-04-09 Thread Matthieu Herrb
; Can anyone advise the proper way to do this please? This is broken in 5.9 indeed. You can either switch to -current or apply this patch to 5.9 sources: http://marc.inf½?l=openbsd-tech&m=145701234317330&w=2 -- Matthieu Herrb [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Re: Can't build X

2016-04-14 Thread Matthieu Herrb
nage to think that you have GNU gettext available, which should not be the case as Xenocara doesn't look in /usr/local/ (where the gettext port install its stuff). Either you have manually installed libgettext or libintl in /usr/lib, or you have managed to tweak environment variables in a

Re: xenocara crash with NVIDIA Quadro NVS 285 on snapshot

2014-05-29 Thread Matthieu Herrb
so writes its errors to stderr and this doesn't get captured in Xorg.0.log There may be something intesting to read here. Otherwise build the xf86-video-nv with debugging symbols too and get a backtrace, if possible by running Xorg directly under gdb, rather than from a core file. From a remote login run sudo gdb Xorg and then 'r' ... -- Matthieu Herrb

Re: x11 colors in 5.6-beta

2014-07-29 Thread Matthieu Herrb
napshot I don't see this: > > $ xrdb -query | awk '{print $0 "."}' > *background:#002b36. > *color0:#073642. > *color1:#dc322f. > *color10: #586e75. > ... > >From which resource file are these resources comming ? Can you paste the corresponding parts (and check for trailing white space there) ? -- Matthieu Herrb

Re: x11 colors in 5.6-beta

2014-07-29 Thread Matthieu Herrb
On Tue, Jul 29, 2014 at 01:48:24PM -0400, Allan Streib wrote: > On Tue, Jul 29, 2014, at 01:35 PM, Matthieu Herrb wrote: > > > From which resource file are these resources comming ? Can you paste > > the corresponding parts (and check for trailing white space there) ? >

Re: Should Android have used OpenBSD instead of Linux?

2013-12-02 Thread Matthieu Herrb
or NetBSD in this area, since they already had all the tools to cross-compile the base system in a much nicer way than linux. Well 9 years later this has not happened. ¹) http://2004.eurobsdcon.org/uploads/media/EBSD04_keynote.pdf page 48 -- Matthieu Herrb

Re: xterm -hold -e loop

2014-01-18 Thread Matthieu Herrb
e xenocara tree. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=136686 Lots of code have changed in xterm since that bug report and fix. The second part is in xenocara, but OpenBSD doesn't define __FreeBSD__ so it's not used. Fixed. -- Matthieu Herrb

Re: XTerm resizing and 4.5

2009-05-06 Thread Matthieu Herrb
eometry to 132x48. > > I'm not sure where I should look to bring that behavior back. see the allowWindowOps resource in the xterm(1) manual page. It is now disabled by default on OpenBSD. -- Matthieu Herrb

Re: xdm xinerama

2009-05-28 Thread Matthieu Herrb
cope or even wireshark which has good X protocol knowledge) on it to see the exact request and reply triggering that. -- Matthieu Herrb

Re: very slow xterm window refresh with TrueType fonts

2009-06-11 Thread Matthieu Herrb
other than xterm is running on > a -current OpenBSD, and I'm using the above Xdefaults options. > Which window manager are you using? Some are generating an un-reasonnable number of redraw events while moving or resizing windows, and xterm tries to handle all of them. -- Matthieu Herrb

Re: "X -configure" command reboots machine

2009-06-14 Thread Matthieu Herrb
ry using the "Vesa" driver xorg.conf. It should work, as I suspect the breakage is in the xf86-video-chips driver. -- Matthieu Herrb

Re: "X -configure" command reboots machine

2009-06-16 Thread Matthieu Herrb
/100dpi/, >/usr/X11R6/lib/X11/fonts/75dpi/, >/usr/X11R6/lib/X11/fonts/misc/, >/usr/X11R6/lib/X11/fonts/TTF/, > /usr/X11R6/lib/X11/fonts/OTF, >/usr/X11R6/lib/X11/fonts/Type1/, >/usr/X11R6/lib/X11/fonts/100dpi/, >/usr/X

Re: X11 on a Sun Blade 1000 - Repeating keys

2009-07-14 Thread Matthieu Herrb
er. Are you using xdm? If so did you disable the getty(8) attached to the console in /etc/ttys? There's a known problem on machines without virtual consoles that cause the getty process and X server to fight to get data from the console, causing the symptoms you describe. -- Matthieu Herrb

Re: xauth

2009-07-18 Thread Matthieu Herrb
oes it happen with the stock 4.5 GENERIC or GENERIC.MP kernels? > > Philip > > How old is you X installation? Afaik this bug was fixed in march 09. -- Matthieu Herrb

Re: X11: xrandr rotate makes picture unreadable

2011-11-27 Thread Matthieu Herrb
Keyboard1" "SendCoreEvents" > > #Option "AutoAddDevices" "false" > >EndSection > > > >Section "Module" > > Load "dbe" > > Load "dri" > > Load "dri2" > > Load "extmod" > > Load "glx" > > Load "record" > >EndSection > > > >Section "InputDevice" > > Identifier "Keyboard0" > > Driver "Keyboard" > > #Option "XkbRules" "xorg" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "fi" > >EndSection > > > >Section "InputDevice" > > Identifier "Keyboard1" > > Driver "Keyboard" > > #Option "XkbRules" "xorg" > > Option "XkbModel" "pc105" > > Option "XkbLayout" "fi" > >EndSection > > > > > >Section "Monitor" > > Identifier "Monitor0" > > VendorName "Monitor Vendor" > > ModelName"Monitor Model" > >EndSection > > > >Section "Device" > > ### Available Driver options are:- > > ### Values:: integer,: float,: "True"/"False", > > ###: "String",: " Hz/kHz/MHz" > > ### [arg]: arg optional > > #Option "NoAccel" # [] > > #Option "SWcursor" # [] > > #Option "ColorKey" # > > #Option "CacheLines"# > > #Option "Dac6Bit" # [] > > #Option "DRI" # [] > > #Option "NoDDC" # [] > > #Option "ShowCache" # [] > > #Option "XvMCSurfaces" # > > #Option "PageFlip" # [] > >#Option "AccelMethod" "UXA" > > Identifier "Card0" > > Driver "intel" > > VendorName "Intel" > > BoardName "GM45 Video" > > BusID "PCI:0:2:0" > >EndSection > > > >Section "Screen" > > Identifier "Screen0" > > Device "Card0" > > Monitor"Monitor0" > >#SubSection "Display" > >#Viewport 0 0 > >#Depth 1 > >#EndSubSection > >#SubSection "Display" > >#Viewport 0 0 > >#Depth 4 > >#EndSubSection > >#SubSection "Display" > >#Viewport 0 0 > >#Depth 8 > >#EndSubSection > >#SubSection "Display" > >#Viewport 0 0 > >#Depth 15 > >#EndSubSection > >#SubSection "Display" > >#Viewport 0 0 > >#Depth 16 > >#EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 24 > >#Virtual8192 8192 > > EndSubSection > >EndSection > > > > > > > -- > Oleksii Zhmyrov > National Technical University of Ukraine "Kyiv Polytechnic Institute" > Institute of Physics and Technology > Tel.: +380-63-496-2695 > -- Matthieu Herrb

Re: X11: xrandr rotate makes picture unreadable

2011-11-28 Thread Matthieu Herrb
9) and continue to use this one until the issues with GM45 chipset are fixed (since those issues are also visible on the upstreams driver on linux machines, there is some real motivation among intel developpers to fix it). -- Matthieu Herrb

Re: problem making IPv6 address from rtadvd prefix

2011-11-28 Thread Matthieu Herrb
x27;rtsol -d' command report when executed ? (it will manually trigger a router sollicitation) > (B) OpenBSD 5.0 not handling the route advertisement prefix? it should handle it. > (C) the Apple Airport-ExtremeN router sending a bad route advertisement and > prefix? That may be the case, although I've used other apple Airport devices with IPv6 successfully in the past. But you may have a crappy ethernet switch or hub in the path that blocks or damages multicast frames. I've had such a device it the past. Replacing it by a little more expensive switch fixed my v6 SLAAC issues. -- Matthieu Herrb

Re: KMS/GEM status for Intel cards

2011-12-17 Thread Matthieu Herrb
Pad X220 running the intel driver... There are still some rough edges but it should be ready for wider testing in the not too far future. -- Matthieu Herrb

Re: dual dvi with 2 monitors, 1 dvi is not detected

2012-01-07 Thread Matthieu Herrb
mbers, no one outside of them is going to be able to maintain, enhance it or add support for more cards to it. Poking around g80_output.c, you may be able to find a way to fix the detection of the outputs, but you're on your own, and please don't complain if you brick your card by writing random values to its registers. -- Matthieu Herrb

Re: Blank virtual consoles in OpenBSD 5.0 with Intel graphics

2012-01-12 Thread Matthieu Herrb
On Jan 12, 2012 6:41 PM, "Joe Gidi" wrote: > > Running OpenBSD/amd64 5.0-RELEASE on a ThinkPad T410 with Intel graphics, > I have blank virtual consoles after starting X. Yes, known problem with recent ontel chipsets. > > Otherwise, the machine works great and seems fully supported. The only > o

Re: 5.0 kernel won't compile on 4.9 i386 system

2012-01-28 Thread Matthieu Herrb
lements in struct initializer > ioconf.c:226: warning: (near initialization for 'cfdata[4]') > ioconf.c:228: warning: excess elements in struct initializer > ioconf.c:228: warning: (near initialization for 'cfdata[5]') > ioconf.c:230: warning: excess elements in struct initializer > ioconf.c:230: warning: (near initialization for 'cfdata[6]') > > The last ones continue for many more lines for 68 members of the array > before the make process exits. > > Now this has happened twice, on brand new systems, also I've found other > list posts describing the same errors but no solutions applying to my > situation. So what do I do to get 5.0 compiled? > > -- > Hdlsningar / Greetings > > Stefan Midjich > [De omnibus dubitandum] > -- Matthieu Herrb

Re: more Thinkpad T60 X/video woes (5.0-stable amd64)

2012-02-03 Thread Matthieu Herrb
` On Feb 2, 2012 12:02 AM, "Jonathan Thornburg" wrote: > > In a thread back in November 2011, > In a thread back in November 2011, > http://marc.info/?t=132173453400070&r=1&w=1 > I reported intermittent kernel/X hangs (usually under near-idle loads) > on a Thinkpad T60 widescreen laptop (alas I

Re: specific X.org segmentation fault

2012-02-03 Thread Matthieu Herrb
On Feb 1, 2012 3:09 PM, "Mihai Popescu" wrote: > > Hello, > > I've run in some "able to repeat issue" using X.org doing some > software try. The result is a complete X.org server shut down. I'm not > good in reporting things, but this is very interesting because it > repeats every time. See the de

Re: radeon(4) update switchable graphics

2012-04-01 Thread Matthieu Herrb
It's not in the release. Try a snapshot and make sure to check current.html to see how to enable the 6.14.3 version. On Mar 31, 2012 6:56 AM, "Sha'ul" wrote: > Did the radeon update on March 4th make it into -release or is it only in > -current? Should I try running a snapshot or can I wait for r

Re: xenocara won't build on vax (5.1-stable)

2012-05-06 Thread Matthieu Herrb
ib/libXpm/obj (line 343 of Makefile). > *** Error code 1 > > Stop in /usr/xenocara/lib/libXpm/obj (line 231 of Makefile). > *** Error code 1 > > Stop in /usr/xenocara/lib/libXpm (line 144 of > /usr/X11R6/share/mk/bsd.xorg.mk). > *** Error code 1 > > Stop in /usr/xenocara/lib/libXpm (line 206 of > /usr/X11R6/share/mk/bsd.xorg.mk). > *** Error code 1 > > Stop in /usr/xenocara/lib (line 48 of /usr/share/mk/bsd.subdir.mk). > *** Error code 1 > > Stop in /usr/xenocara (line 48 of /usr/share/mk/bsd.subdir.mk). > -- Matthieu Herrb

Re: machine which freeze with openbsd 4.2

2007-10-21 Thread Matthieu Herrb
On 10/21/07, Firas Kraiem <[EMAIL PROTECTED]> wrote: > Nicolas Letellier wrote: > > Firas Kraiem a icrit : > >> > >> Salut ;) > >> > >> I have the very same problem on my laptop (running 4.2) and I've > >> discovered that the freezings stop if I'm not using the built-in NIC > >> (Realtek Gigabit 81

Re: Annoying "startx" problem on 4.2/i386

2007-11-24 Thread Matthieu Herrb
On Nov 24, 2007 7:58 PM, Manuel Ravasio <[EMAIL PROTECTED]> wrote: > Hello list. > I am running 4.2/i386 on my company's Dell Latitude D510 laptop. > I started with a fresh 4.2 install, all hardware got recognized, everything > went just great... until a couple of days ago. > > I'm experiencing an

Re: Annoying "startx" problem on 4.2/i386

2007-11-27 Thread Matthieu Herrb
On Nov 24, 2007 10:11 PM, Manuel Ravasio <[EMAIL PROTECTED]> wrote: > > check your DNS configuration. xauth(1) needs a working DNS to > > translates names to addresses and vice-versa. > > If it block, this blocks X startup. > > > Hmmm... > Maybe the first time the problem showed up the laptop was d

Re: howto restored rm-ed files/directory

2007-11-27 Thread Matthieu Herrb
On Nov 25, 2007 4:45 AM, <[EMAIL PROTECTED]> wrote: > Insan Praja SW wrote: > > Hi Misc, > > I got an important directory in my 4.1 bsd and it's deleted using rm -rf > > :(. Anyone had experience restoring them? I really.. (I mean Really) > > need help on this one.. > > > > Thanks, > > Kind Regard

Re: xorgcfg(1) missing on i386 snapshot 26-NOV-2007

2007-12-02 Thread Matthieu Herrb
On Nov 28, 2007 5:16 PM, Heinrich Rebehn <[EMAIL PROTECTED]> wrote: > Hi list, > > the 26-NOV-2007 snapshot seems to be missing xorgcfg(1). > I installed all distribution sets. > Has it been deprecated? > Yes. It has been deprecated in xserver 1.4. No one has maintained and updated it for the vari

Re: X display corruption on yesterdays snapshot

2007-12-09 Thread Matthieu Herrb
XAA already. For those using the intel driver the 2nd patch from this X.Org bug http://bugs.freedesktop.org/show_bug.cgi?id=13456 may help too. I'd like to hear if it changes something or not (with EXA or XAA). -- Matthieu Herrb

Re: Lid closed, system freeze with X11 on the console

2008-01-22 Thread Matthieu Herrb
On Jan 23, 2008 1:39 AM, Mikolaj Kucharski <[EMAIL PROTECTED]> wrote: > Hi, > > I can easly reproduce system freeze on my ThinkPad X40 when I start Xorg > and close the lid. System hangs right away, but when I select text > console before I close the lid, everything is fine. Capslock, numlock > doe

Re: OpenBSD 4.2 on imac

2008-01-29 Thread Matthieu Herrb
? read /usr/X11R6/README and add 'Option "iBookHacks" "on"' to the 'Device' section of xorg.conf. -- Matthieu Herrb

Re: Building 4.2-stable xenocara fails - /usr/src/xenocara/lib/fontconfig claims freetype-config is not installed

2008-02-16 Thread Matthieu Herrb
On Feb 15, 2008 5:31 PM, Rogier Krieger <[EMAIL PROTECTED]> wrote: > Trying to create a new 4.2-stable build on my building machine, I run > into problems building xenocara, even though I follow the instructions > present in release(8). This machine otherwise runs 4.2-stable just > fine, has freshl

Re: x.org pci stuff

2008-02-16 Thread Matthieu Herrb
On Feb 14, 2008 5:40 AM, Brian <[EMAIL PROTECTED]> wrote: > Is work being done on this for openBSD: > > http://www.x.org/wiki/PciReworkProposal > > I ask because I do not see openBSD listed. > We're working on it for the future. That wiki page is not up-to-date.

Re: Projector/external monitor not working on OpenBSD 4.2-current on Thinkpad X60

2008-02-21 Thread Matthieu Herrb
On Thu, Feb 21, 2008 at 11:11 AM, Amarendra Godbole <[EMAIL PROTECTED]> wrote: > I am unable to move the display to a projector or an external monitor > on my Thinkpad X60, which is running OpenBSD 4.2-current. Fn-F7 is the > keycombination to be used to switch displays, but it does not work. >

Re: ThinkPad : X freezes on exit...

2008-02-23 Thread Matthieu Herrb
On Sat, Feb 23, 2008 at 8:29 AM, Mayuresh Kathe <[EMAIL PROTECTED]> wrote: > Hi, > > I've got a ThinkPad R61i (dmesg at the bottom of mail). > I configured X using 'X -configure', it showed a nice 1024x768 X > startup screen, but when I did 'Ctrl+Alt+Backspace' to get back to my > console X jus

Re: Needing a clue for compiling X

2008-03-09 Thread Matthieu Herrb
There's a paragraph in /usr/xenocara/README about what to do in this situation. I On Sun, Mar 9, 2008 at 3:57 AM, STeve Andre' <[EMAIL PROTECTED]> wrote: >So with the change of xenocara from /usr/src to /usr, I seem to > have lost the ability to compile it. No problems in compiling the > sy

Re: using openbsd to make presentations

2008-03-18 Thread Matthieu Herrb
On Tue, Mar 18, 2008 at 10:18 PM, Pau Amaro-Seoane <[EMAIL PROTECTED]> wrote: > Hi, > > very often I have to give a talk about my work etc... The slides > contain a lot of math equations, plots and even sometimes some movies. > > I was used to latex-beamer to do all this because I want something

Re: AMD Geode

2008-03-18 Thread Matthieu Herrb
On Mon, Mar 17, 2008 at 11:38 PM, Dimitri <[EMAIL PROTECTED]> wrote: > Hello all. > > My cuestion is simply. > > OpenBSD run over AMD Geode, specificly over Packard > Bell S18P?. If it's using the integrated LX800 graphics for its display, OpenBSD will not run X on it. The amd/geode X driver ne

Re: Thecus N2100 and RAID 1

2007-05-07 Thread Matthieu Herrb
On 5/7/07, Bryan Vyhmeister <[EMAIL PROTECTED]> wrote: I was just wondering about whether the Thecus N2100 running OpenBSD/ armish can operate in RAID 1 mode. Maybe this is a stupid question but I couldn't find anything about it and I am interested to know. Obviously I would not be running the fi

Re: s3virge pci card on xenocara/sparc64 ?

2007-05-14 Thread Matthieu Herrb
chance to get Xinerama ? The sparc64 kernel currently lacks the support for running multi-head with PCI cards all together. -- Matthieu Herrb

Re: Keys lots in Xenocara update ?

2007-05-26 Thread Matthieu Herrb
On 5/26/07, Landry Breuil <[EMAIL PROTECTED]> wrote: Hello, i lost various keys in last Xenocara update (i had the same issue when updating to snapshot with *41.tgz from 22/5 + x*41.tgz from 8/5 and to latest snapshot from ftp.ca, *41.tgz from 25/5 + x*41.tgz from 24/5). i removed /etc/X11 and /

Re: Could non-used, but non-upgraded X install freeze a system?

2007-05-29 Thread Matthieu Herrb
On 5/29/07, Bill <[EMAIL PROTECTED]> wrote: Hey anyone, We've been having this issue with our router freezing up. Completely dead. No panic, no error, just phooey. Anyway, memory and disk tests did not show anything so we are going to replace the hardware. But in prepping for this I noticed

Re: X.org: i810 -> intel update

2007-06-20 Thread Matthieu Herrb
On 6/18/07, Alexey Suslikov <[EMAIL PROTECTED]> wrote: Hello [EMAIL PROTECTED] As seen in http://wiki.x.org/wiki/IntelGraphicsDriver, xf86-video-i810 is no more and there is xf86-video-intel driver instead. New driver supports more chipsets including i965 and i945 (aka GMA 950 which is frequent

Re: problem of Intel 915GM

2007-06-30 Thread Matthieu Herrb
On 6/30/07, Alex Kwan <[EMAIL PROTECTED]> wrote: Hello! When I exit from the X, I got following warning message: I810: No matching Device section for instance (BusID PCI:0:2:1) found This is just a warning. You can ignore it. I try to edit the BusID PCI:0:2:0 to BusID PCI:0:2:1 in Section "

Re: How to update Xorg?

2007-07-09 Thread Matthieu Herrb
On 7/8/07, Timo Myyra <[EMAIL PROTECTED]> wrote: Antti Harri wrote: > On Sat, 7 Jul 2007, djgoku wrote: > >> On 7/7/07, Timo Myyra <[EMAIL PROTECTED]> wrote: >>> Is there a easy way to update OpenBSD's Xorg to latest cvs release of >>> it. This because of the added 'avivo' driver for my ATI Mobil

Re: : ThinkPad T41p suspend is fine from console, hangs from X

2007-07-10 Thread Matthieu Herrb
On 7/10/07, Raimo Niskanen <[EMAIL PROTECTED]> wrote: I have a related problem. But it is with a ThinkPad T23, S3 graphics. Phoenix BIOS suspend to disk works fine while X is running but only if I have a text console active. And it does not matter if I use the 'savage' or the 'vesa' Xorg driver.

Re: X with XGI Volari Z7

2007-07-12 Thread Matthieu Herrb
On 7/11/07, Alexey Vatchenko <[EMAIL PROTECTED]> wrote: Hi! I have motherboard Tyan n3400B with XGI Volari Z7 video card: vga1 at pci1 dev 10 function 0 "XGI Technology Volari Z7" rev 0x00 Have anyone successfully run X with more than 8bpp (and more than 320x200)? The sis X.Org driver should

Re: Video problems (and others?) with ASRock 755i65G/Intel 865G

2007-07-13 Thread Matthieu Herrb
On 7/13/07, Andris <[EMAIL PROTECTED]> wrote: Hi, I just got a computer yesterday, which has an ASRock 755i65G* motherboard, with an Intel 865G* chipset, 512 MB of RAM, and a ViewSonic E70f+* monitor. I'm using OpenBSD 4.1-stable (i386/GENERIC). I tried to make it run under 1024x768, 24bpp, a h-

Re: Video problems (and others?) with ASRock 755i65G/Intel 865G

2007-07-14 Thread Matthieu Herrb
On 7/13/07, Andris <[EMAIL PROTECTED]> wrote: On 7/13/07, Matthieu Herrb <[EMAIL PROTECTED]> wrote: > On 7/13/07, Andris <[EMAIL PROTECTED]> wrote: > > Hi, I just got a computer yesterday, which has an ASRock 755i65G* > > motherboard, with an Intel 86

Re: OT: looking for a videocard

2007-07-16 Thread Matthieu Herrb
On 7/16/07, Ioan Nemes <[EMAIL PROTECTED]> wrote: Me to! But NOT JUST PCIe-16. I've got some older machines which have no PCIe-16. Ioan >>> Paul de Weerd <[EMAIL PROTECTED]> 16/07/2007 07:07 >>> Hi, I'm in the market for a new videocard (for a new workstation). I'm looking for recommendati

Re: Alpha onboard PCI VGA console color issue.

2007-07-28 Thread Matthieu Herrb
On 7/25/07, Sean Kennedy <[EMAIL PROTECTED]> wrote: > Hello 'alpha' / 'misc' > > Alpha console color question. > > I got a DS20E 833 uniprocessor Alpha with onboard PCI VGA > ( vga0 at pci0 dev 7 function 0 "3D Labs Oxygen GVX1" rev 0x01 ) > > Running 4.1-GENERIC and have seen this since oBSD 3.8 w

Re: Xorg issues with PowerBook G4 and OpenBSD 4.1

2007-07-28 Thread Matthieu Herrb
On 7/28/07, Amit <[EMAIL PROTECTED]> wrote: > Hey all, > > First post in this mailing list and I would like to take the > opportunity to thank all the OpenBSD developers for a wonderful OS. > > I have recently switched over to running OpenBSD full time on my > PowerBook G4 500MHz. OpenBSD has been

Re: Lenovo 8744-J2U - several questions

2007-08-06 Thread Matthieu Herrb
On 8/6/07, Frank Bax <[EMAIL PROTECTED]> wrote: > Just got a new Lenovo 8744-J2U laptop and installed the Aug.1 snapshot: > vga1 at pci1 dev 0 function 0 vendor "ATI", unknown product 0x71d4 rev 0x00 Oh and I forgot: this is a Mobility FireGL V5250, which is indeed not supported by the current X.

Re: Lenovo 8744-J2U - several questions

2007-08-06 Thread Matthieu Herrb
On 8/6/07, Frank Bax <[EMAIL PROTECTED]> wrote: > Just got a new Lenovo 8744-J2U laptop and installed the Aug.1 snapshot: > > 1) When I shutdown X, text resolution is messed up. Chars are bigger, they > are 40 per line, with wrap. All Ctrl-Alt-Fn sessions are affected. If I > issue a command lik

Re: Lenovo 8744-J2U - several questions

2007-08-07 Thread Matthieu Herrb
On 8/7/07, Stephan Andre' <[EMAIL PROTECTED]> wrote: > > Matthieu, I'm also looking at the Lenovo T60. Is the avivo driver > ready for use, and how much effort is there in incorporating it > into Xenocara? I'd really like a new laptop--my A31p is old. > The avivo driver needs X server 1.3 and

Re: Radeon X1300 mobile + WXGA - out of luck?

2007-08-31 Thread Matthieu Herrb
27;t have a 1280x800 modeline, X will not work at this resolution. I've seen some reports in the past that the i915resolution tool also works with some ATI bioses. It "patches" the BIOS to replace an unused mode by the one you need. But I never saw such a case mysel, so ymmw. -- Matthieu Herrb

Re: X Windows and Multihead Display

2007-09-03 Thread Matthieu Herrb
On 9/3/07, Matthieu Herrb <[EMAIL PROTECTED]> wrote: > On 9/2/07, Aaron Hsu <[EMAIL PROTECTED]> wrote: > > Hello All, > > > > I guess I'm doing some strange things here, and I hope that they are not > > going > > to come back to bite me. :-) &

Re: X Windows and Multihead Display

2007-09-03 Thread Matthieu Herrb
15resolution *may* work to "patch" the bios to replace one useless mode by the mode you're looking for. -- Matthieu Herrb

Re: Nvidia drivers

2007-09-17 Thread Matthieu Herrb
nt versions of the nv driver in X.Org's git have some basic support for dual-head cards. You may want to give it a try. I have plans to import the latest released version in xenocara in the next week. -- Matthieu Herrb

Re: Error while trying to build xenocara

2007-09-20 Thread Matthieu Herrb
On 9/20/07, Gregory Edigarov <[EMAIL PROTECTED]> wrote: > Are you kidding? No he wasn't. Did you read /usr/src/xenocara/README? There's a whole paragraph discussing your case: more +134 /usr/src/xenocara/README.

Re: Shutdown script (derived from "Simple startup daemon's on boot question?")

2007-09-20 Thread Matthieu Herrb
On 9/21/07, Siju George <[EMAIL PROTECTED]> wrote: > I have a similar doubt. > What happens when I have a lot of windows open in my fvwm2 and I click > on my desktop and click "Exit Fvwm2" ? > > Will all the X11 applications be shutdown decently? > Or is it better to type "halt" in an xterm? > Wha

Re: 1440x900 resolution problem

2007-09-22 Thread Matthieu Herrb
On 9/21/07, Marius ROMAN <[EMAIL PROTECTED]> wrote: > Like Darrin suggested try matching Modelines and Modes : > > On xorg.conf > > Enable only this (comment the rest of the modellines) : > Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 > 1054 1087 -HSync +Vsync > > Modify the

  1   2   >