Re: nvidia-driver rebooting machine on X startup

2007-09-18 Thread Eric Ekong
Seems there is a new driver in ports as of yesterday for nvidia.
Anyone tried it as of yet?

Eric
* Mel [EMAIL PROTECTED] [070912 17:43]:
 Date: Wed, 12 Sep 2007 23:43:42 +0200
 From: Mel [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Subject: Re: nvidia-driver rebooting machine on X startup
 
 On Wednesday 12 September 2007 23:21:57 Eric Ekong wrote:
  * Darren Spruell [EMAIL PROTECTED] [070911 19:20]:
   Date: Tue, 11 Sep 2007 16:20:00 -0700
   From: Darren Spruell [EMAIL PROTECTED]
   To: Bruce Cran [EMAIL PROTECTED]
   Cc: Mel [EMAIL PROTECTED],
 freebsd-questions@freebsd.org
   Subject: Re: nvidia-driver rebooting machine on X startup
  
   On 9/11/07, Bruce Cran [EMAIL PROTECTED] wrote:
Mel wrote:
 There's 3 things left I can think of:
 - weird module clash
 - bug in nvidia-driver (I assume you're running Xorg 7.x)
 - driver was not built against running kernel
   
I'm seeing a similar problem, but my system spontaneously reboots
whenever it uses any 3D - for example any of the 3D xscreensaver
modules in full screen mode.   I'm running 7.0-CURRENT and just
realised I have PREEMPTION enabled since it's now in GENERIC.  I
remember a while ago this caused stability problems with the nvidia
driver - does anyone know if this could still be a problem?   I think
there's more going on however, since the driver doesn't seem to know
about my card during bootup (it shows Unknown) though it clearly does
find it when starting Xorg.   Going back to the nvidia-driver-96xx port
appears to fix the problems, and that driver does know what nVidia card
I'm using during boot.
  
   3 of us have posted a thread on nvidia forums as problem reports; I've
   at least tried an older (legacy) driver version to no luck and
   eliminated every suggestion I've gotten from the fbsd community as
   well.
  
   If anyone would like, feel free to piggyback on the thread. There's
   been no help response on the forums for a couple of days now.
  
   http://forums.nvidia.com/index.php?showtopic=45590
  
   If this *is* an issue with the nvidia driver, is there a good way for
   us to alert Nvidia? Customer support, I guess?
  
   --
   Darren Spruell
   [EMAIL PROTECTED]
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Seems like even more than that in the freebsd forums located here...
 
  http://www.nvnews.net/vbulletin/forumdisplay.php?f=47
 
  Might want to repost here as well.
 
 Hmm:
 http://www.nvnews.net/vbulletin/showpost.php?p=1313960postcount=2
 
 My guess is they were in /usr/local/lib/compat/pkg. Any chance you guys have 
 stale libraries hiding away (use ldconfig -r when in doubt)?
 
 
 -- 
 Mel
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
Enlightenment E16 and E17http://www.e.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Eric Ekong
I setup to save dumpcrash, nothing was saved so I think it is just a
reboot.

Eric
* Mel [EMAIL PROTECTED] [070912 17:12]:
 Date: Wed, 12 Sep 2007 23:12:21 +0200
 From: Mel [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Cc: Bruce Cran [EMAIL PROTECTED], Darren Spruell [EMAIL PROTECTED],
   Philip M. Gollucci [EMAIL PROTECTED]
 Subject: Re: nvidia-driver rebooting machine on X startup
 
 On Wednesday 12 September 2007 01:42:28 Philip M. Gollucci wrote:
  Darren Spruell wrote:
   If this *is* an issue with the nvidia driver, is there a good way for
   us to alert Nvidia? Customer support, I guess?
 
  I've had the same issue, but I think I solved it since its working for
  me.  If I had to guess, this was Jul 27, 2007 that I went through this.
 
  I did something similar or harder in May 2007, but the driver versions
  were older then and so was the ports tree -- it was also on 6.2-release-p2.
 
  uname -a
  FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26
  16:44:37 EDT 2007
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
  nvidia0: GeForce 8600 GTS port 0xdc80-0xdcff mem
  0xde00-0xdeff,0xc000-0xcfff,0xdc00-0xddff irq 16
  at device 0.0 on pci1
  nvidia0: [GIANT-LOCKED]
  nvidia0: [ITHREAD]
 
 Did any of you determine whether it's a kernel crash or magical reboot by 
 allowing the kernel to dump and/or running WITNESS on -current?
 
 -- 
 Mel
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
Enlightenment E16 and E17http://www.e.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvidia-driver rebooting machine on X startup

2007-09-12 Thread Eric Ekong
* Darren Spruell [EMAIL PROTECTED] [070911 19:20]:
 Date: Tue, 11 Sep 2007 16:20:00 -0700
 From: Darren Spruell [EMAIL PROTECTED]
 To: Bruce Cran [EMAIL PROTECTED]
 Cc: Mel [EMAIL PROTECTED],
   freebsd-questions@freebsd.org
 Subject: Re: nvidia-driver rebooting machine on X startup
 
 On 9/11/07, Bruce Cran [EMAIL PROTECTED] wrote:
  Mel wrote:
   There's 3 things left I can think of:
   - weird module clash
   - bug in nvidia-driver (I assume you're running Xorg 7.x)
   - driver was not built against running kernel
  
 
  I'm seeing a similar problem, but my system spontaneously reboots
  whenever it uses any 3D - for example any of the 3D xscreensaver modules
  in full screen mode.   I'm running 7.0-CURRENT and just realised I have
  PREEMPTION enabled since it's now in GENERIC.  I remember a while ago
  this caused stability problems with the nvidia driver - does anyone know
  if this could still be a problem?   I think there's more going on
  however, since the driver doesn't seem to know about my card during
  bootup (it shows Unknown) though it clearly does find it when starting
  Xorg.   Going back to the nvidia-driver-96xx port appears to fix the
  problems, and that driver does know what nVidia card I'm using during boot.
 
 3 of us have posted a thread on nvidia forums as problem reports; I've
 at least tried an older (legacy) driver version to no luck and
 eliminated every suggestion I've gotten from the fbsd community as
 well.
 
 If anyone would like, feel free to piggyback on the thread. There's
 been no help response on the forums for a couple of days now.
 
 http://forums.nvidia.com/index.php?showtopic=45590
 
 If this *is* an issue with the nvidia driver, is there a good way for
 us to alert Nvidia? Customer support, I guess?
 
 -- 
 Darren Spruell
 [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Seems like even more than that in the freebsd forums located here...

http://www.nvnews.net/vbulletin/forumdisplay.php?f=47

Might want to repost here as well.

Eric
-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
Enlightenment E16 and E17http://www.e.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvidia-driver rebooting machine on X startup

2007-09-10 Thread Eric Ekong
Same driver different hw, same os version...

blackguy# cat /etc/sysctl.conf
security.bsd.see_other_uids=0
net.link.ether.inet.log_arp_wrong_iface=0
net.inet6.ip6.v6only=0
kern.ipc.shmall=32768
kern.ipc.shmmax=67108864
vfs.usermount=1

FreeBSD blackguy.unixtechs.org 6.2-STABLE FreeBSD 6.2-STABLE #22: Mon
Aug 13 23:00:44 EDT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY  i386


blackguy# dmesg
~
Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
The Regents of the University of California. All rights
reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-STABLE #22: Mon Aug 13 23:00:44 EDT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 3000+ (2162.74-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc0400800SYSCALL,MMX+,3DNow+,3DNow
real memory  = 3221159936 (3071 MB)
avail memory = 3142520832 (2996 MB)
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413,
RF5413)
acpi0: Nvidia AWRDACPI on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
Correcting nForce2 C1 CPU disconnect hangs
agp0: NVIDIA nForce2 AGP Controller mem 0xe000-0xe3ff at
device 0.0 on pci0
pci0: memory, RAM at device 0.1 (no driver attached)
pci0: memory, RAM at device 0.2 (no driver attached)
pci0: memory, RAM at device 0.3 (no driver attached)
pci0: memory, RAM at device 0.4 (no driver attached)
pci0: memory, RAM at device 0.5 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xe8001000-0xe8001fff irq 11
at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1: OHCI (generic) USB controller mem 0xe8002000-0xe8002fff irq 4
at device 2.1 on pci0
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0, legacy support
usb1: SMM does not respond, resetting
usb1: OHCI (generic) USB controller on ohci1
usb1: USB revision 1.0
uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
ehci0: NVIDIA nForce2 USB 2.0 controller mem 0xe8003000-0xe80030ff
irq 3 at device 2.2 on pci0
ehci0: [GIANT-LOCKED]
usb2: EHCI version 1.0
usb2: companion controllers, 4 ports each: usb0 usb1
usb2: NVIDIA nForce2 USB 2.0 controller on ehci0
usb2: USB revision 2.0
uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 6 ports with 6 removable, self powered
nve0: NVIDIA nForce MCP2 Networking Adapter port 0xe000-0xe007 mem
0xe800-0xe8000fff irq 10 at device 4.0 on pci0
nve0: Ethernet address 00:11:2f:b5:c2:41
miibus0: MII bus on nve0
rlphy0: RTL8201L 10/100 media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
nve0: Ethernet address: 00:11:2f:b5:c2:41
pcib1: ACPI PCI-PCI bridge at device 8.0 on pci0
pci1: ACPI PCI bus on pcib1
rl0: RealTek 8139 10/100BaseTX port 0xd000-0xd0ff mem
0xe701-0xe70100ff irq 11 at device 7.0 on pci1
miibus1: MII bus on rl0
rlphy1: RealTek internal media interface on miibus1
rlphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:50:ba:44:04:89
ath0: Atheros 5212 mem 0xe700-0xe700 irq 5 at device 8.0 on
pci1
ath0: Ethernet address: 00:12:17:6c:5f:0d
ath0: mac 5.9 phy 4.3 radio 3.6
pcm0: Creative CT5880-C port 0xd400-0xd43f irq 7 at device 9.0 on
pci1
pcm0: TriTech TR28602 AC97 Codec
pcm0: Playback: DAC2 / Record: ADC
atapci0: nVidia nForce2 UDMA133 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 9.0 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pcib2: ACPI PCI-PCI bridge at device 30.0 on pci0
pci2: ACPI PCI bus on pcib2
nvidia0: Unknown mem
0xe400-0xe4ff,0xd000-0xdfff,0xe500-0xe5ff irq
11 at device 0.0 on pci2
nvidia0: [GIANT-LOCKED]
fdc0: floppy drive controller port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
acpi0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
pmtimer0 on isa0
orm0: ISA Option ROMs at iomem 0xd-0xd3fff,0xd4000-0xd57ff on
isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, 

Re: nvidia-driver rebooting machine on X startup

2007-09-09 Thread Eric Ekong
* Mel [EMAIL PROTECTED] [070908 10:59]:
 Date: Sat, 8 Sep 2007 16:59:32 +0200
 From: Mel [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Subject: Re: nvidia-driver rebooting machine on X startup
 
 On Saturday 08 September 2007 00:43:59 Darren Spruell wrote:
  On 9/7/07, Mel [EMAIL PROTECTED] wrote:
   On Friday 07 September 2007 19:43:03 Darren Spruell wrote:
On 9/6/07, Derek Ragona [EMAIL PROTECTED] wrote:
  At 03:10 PM 9/6/2007, Darren Spruell wrote:

 Wondering if this is a known issue, or if anyone has suggestions to
  get it working...?

  Running FreeBSD 6.2-RELEASE-p4 SMP i386.

  I installed nvidia-driver-100.14.11 from ports (Sep. 5 snapshot),
  Linux compatibility enabled. After loading modules 'linux' and
  'nvidia', I do:

  # X -configure
  # X -config /root/xorg.conf.new

  At this point the system spontaneously reboots. 'X -configure' runs
  fine and produces a configuration without issue, but the reboot
  occcurs when launching X. Nothing is output to screen (it flickers
 as if starting X), and nothing is written to /var/log/Xorg.0.log. I
 do get the same behavior if running 'xorgcfg'.

  Card info:

  NV41 [Quadro FX 3450/4000 SDI] rev 162

  [EMAIL PROTECTED]:0:0: class=0x03 card=0x029b10de chip=0x00cd10de
  rev=0xa2 hdr=0x00
  vendor   = 'NVIDIA Corporation'
  class= display
  subclass = VGA

  I've tried an alternate version of the binary driver
  (nvidia-driver-96xx) to see if there was any change, and it also
  reboots on X startup.


  --
  Check your AGP settings and consult the readme, chapter 9, for the
 latest driver.  You should be running the latest driver with your
 card.

  Make sure you have the correct AGP settings, either letting FreeBSD
 do it in the kernel or disable the kernel and let the Nvidia driver
 manage it.
   
So, I'm not having terrific luck with any combination of settings I
try.
   
The latest FreeBSD driver release from Nvidia is the same as the
version in the ports tree. This is what I've installed.
   
Attempting the AGPGART route (building the driver with
WITH_FREEBSD_AGP=yes and disabling NvAgp support in xorg.conf) still
results in a reboot.
   
Going the NvAGP route (Building without support for AGPGART, setting
NvAgp to 1 in the xorg.conf, and setting hint.agp.0.disabled=1 in
/boot/device.hints) also results in a reboot when X starts. One thing
I notice here; when I specify hint.agp.0.disabled=1, and check the
output of 'kldstat -v' after booting, I still see several agp drivers
loaded:
   
$ kldstat -v |grep -i agp
387 pci/agp_ali
388 pci/agp_amd
389 pci/agp_amd64
390 pci/agp_ati
391 pci/agp_i810
392 pci/agp_intel
393 pci/agp_nvidia
394 pci/agp_sis
395 pci/agp_via
   
Is this a problem?
   
I suspect a couple of problems with what I'm doing. Number one,
there's several knobs to turn (in the driver, in the OS, etc.) and
it's possible I'm not getting the correct combination. Other thing is,
I've been told by a technician that this is a PCI Express video card,
so would AGP even come into play?
  
   Probably not. I'm seeing the same thing on one machine, no AGP on MB, and
   agp kernel modules loaded, but nvidia-driver doesn't care about it.
   Let's kill all red herrings:
   - Is COMPAT5X in the kernel?
 
  COMPAT5X doesn't show up anywhere in /usr/src/; I do have 'options
  COMPAT_FREEBSD5'  defined, though (stock SMP kernel).
 
   - Does running `nvidia-xconfig --query-gpu-info' reboot the system?
   - If you do not load the nvidia kernel module, but use Xorg's nv driver
   does this reboot the system?
 
  No, doesn't reboot the system. Output attached below.
 
  With the 'nv' driver, X starts fine. I don't use it because I don't
  have success with the two output displays and xinerama window sizing.
 
  nvidia-xconfig --query-gpu-info:
 
  Number of GPUs: 1
 
  GPU #0:
Name  : Quadro FX 3450/4000 SDI
PCI BusID : PCI:7:0:0
 
Number of Display Devices: 2
 
Display Device 0 (CRT-0):
   EDID Name : DELL 2001FP
   Minimum HorizSync : 31.000 kHz
   Maximum HorizSync : 80.000 kHz
   Minimum VertRefresh   : 56 Hz
   Maximum VertRefresh   : 76 Hz
   Maximum PixelClock: 162.000 MHz
   Maximum Width : 1600 pixels
   Maximum Height: 1200 pixels
   Preferred Width   : 1600 pixels
   Preferred Height  : 1200 pixels
   Preferred VertRefresh : 60 Hz
   Physical Width: 410 mm
   Physical Height   : 310 mm
 
Display Device 1 (CRT-1):
   EDID Name : DELL 2001FP
   

Re: FreeBSD 6.2 HAL

2007-02-11 Thread Eric Ekong
Try cd /usr/ports/x11/kdebase3  make config 

enable the HAL options and then rebuild 

Eric
* Joe Vender [EMAIL PROTECTED] [070210 13:05]:
 Date: Sat, 10 Feb 2007 12:05:46 -0600
 From: Joe Vender [EMAIL PROTECTED]
 To: Simon Phoenix [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: FreeBSD 6.2  HAL
 
 On Saturday 10 February 2007 04:21, Simon Phoenix wrote:
 ...
  By default in ports, HAL is off for kdebase.
  I have assume, that precompiled version of KDE on CD use this default
  behavior. But this is my assumption only.
 This is the conclusion that I came to, also. I guess one has to build from 
 source with --enable-hal or something like that. Thanks.
 
 Joe
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
Enlightenment E16 and E17http://www.e.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
try ssh -X -C -l root localhost as the normal user of X
then run the program

Eric
* Peter [EMAIL PROTECTED] [060209 15:00]:
 Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
 From: Peter [EMAIL PROTECTED]
 To: freebsd-questions freebsd-questions@freebsd.org
 Subject: Gtk-WARNING **: cannot open display:
 
 Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I have
 installed a MySQL GUI but I cannot run it as root:
 
 (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
 
 I logged in locally as a non-privileged user (who can open the program)
 and su'd to root.  I then set my DISPLAY variable:
 
 # DISPLAY=LOCALHOST:0.0
 
 Here are the programs (mysql-administrator calls mysql-administrator-bin):
 
 -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator
 -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
 /usr/X11R6/bin/mysql-administrator-bin
 
 What should I do?
 
 
   
 
   
   
 __ 
 Find your next car at http://autos.yahoo.ca
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
check /etc/ssh/sshd_config

there is a line that says

grep Root /etc/ssh/sshd_config  ~
PermitRootLogin no

change that

grep Root /etc/ssh/sshd_config  ~
PermitRootLogin yes
* Peter [EMAIL PROTECTED] [060209 15:31]:
 Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
 From: Peter [EMAIL PROTECTED]
 To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
 Subject: Re: Gtk-WARNING **: cannot open display:
 
 
 --- Eric Ekong [EMAIL PROTECTED] wrote:
 
  try ssh -X -C -l root localhost as the normal user of X
  then run the program
  
  Eric
  * Peter [EMAIL PROTECTED] [060209 15:00]:
   Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
   From: Peter [EMAIL PROTECTED]
   To: freebsd-questions freebsd-questions@freebsd.org
   Subject: Gtk-WARNING **: cannot open display:
   
   Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I
  have
   installed a MySQL GUI but I cannot run it as root:
   
   (mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:
   
   I logged in locally as a non-privileged user (who can open the
  program)
   and su'd to root.  I then set my DISPLAY variable:
   
   # DISPLAY=LOCALHOST:0.0
   
   Here are the programs (mysql-administrator calls
  mysql-administrator-bin):
   
   -rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
   /usr/X11R6/bin/mysql-administrator
   -rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
   /usr/X11R6/bin/mysql-administrator-bin
   
   What should I do?
 
 I tried the X11 forwarding but my password for root is not being accepted.
 
 
   
 
   
   
 __ 
 Find your next car at http://autos.yahoo.ca

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gtk-WARNING **: cannot open display:

2006-02-09 Thread Eric Ekong
forgot to say  /etc/rc.d/sshd restart and then try again


* Eric Ekong [EMAIL PROTECTED] [060209 15:37]:
 Date: Thu, 9 Feb 2006 15:37:06 -0500
 From: Eric Ekong [EMAIL PROTECTED]
 To: Peter [EMAIL PROTECTED]
 Cc: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
 X-Mailer: Mutt http://www.mutt.org/
 Subject: Re: Gtk-WARNING **: cannot open display:
 
 check /etc/ssh/sshd_config
 
 there is a line that says
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin no
 
 change that
 
 grep Root /etc/ssh/sshd_config  ~
 PermitRootLogin yes
 * Peter [EMAIL PROTECTED] [060209 15:31]:
  Date: Thu, 9 Feb 2006 15:31:33 -0500 (EST)
  From: Peter [EMAIL PROTECTED]
  To: Eric Ekong [EMAIL PROTECTED], freebsd-questions@freebsd.org
  Subject: Re: Gtk-WARNING **: cannot open display:
  
  
  --- Eric Ekong [EMAIL PROTECTED] wrote:
  
   try ssh -X -C -l root localhost as the normal user of X
   then run the program
   
   Eric
   * Peter [EMAIL PROTECTED] [060209 15:00]:
Date: Thu, 9 Feb 2006 15:00:54 -0500 (EST)
From: Peter [EMAIL PROTECTED]
To: freebsd-questions freebsd-questions@freebsd.org
Subject: Gtk-WARNING **: cannot open display:

Hello, I am running FreeBSD 5.4 with the Fluxbox window manager.  I
   have
installed a MySQL GUI but I cannot run it as root:

(mysql-administrator-bin:814): Gtk-WARNING **: cannot open display:

I logged in locally as a non-privileged user (who can open the
   program)
and su'd to root.  I then set my DISPLAY variable:

# DISPLAY=LOCALHOST:0.0

Here are the programs (mysql-administrator calls
   mysql-administrator-bin):

-rwxr-xr-x  1 root  wheel   546B Feb  8 03:10
/usr/X11R6/bin/mysql-administrator
-rwxr-xr-x  1 root  wheel   2.3M Feb  8 03:10
/usr/X11R6/bin/mysql-administrator-bin

What should I do?
  
  I tried the X11 forwarding but my password for root is not being accepted.
  
  
  
  
  
  
  __ 
  Find your next car at http://autos.yahoo.ca
 
 -- 
 ===
 Eric I. Ekong[EMAIL PROTECTED]
 FreeBSD - The Power to Serve http://www.freebsd.org   
 K Desktop Environment on FreeBSD http://freebsd.kde.org   
 ===
 
 Laws of Serendipity:
 
 (1) In order to discover anything, you must be looking for
 something.
 (2) If you wish to make an improved product, you must already
 be engaged in making an inferior one.
 

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enlightenment

2005-11-18 Thread Eric Ekong
* Arseny Solokha [EMAIL PROTECTED] [051118 09:50]:
 Date: Fri, 18 Nov 2005 21:50:43 +0700
 From: Arseny Solokha [EMAIL PROTECTED]
 To: freebsd-questions@FreeBSD.org
 Cc: 
 X-Mailer: The Bat! (v3.0.1.33) Professional
 Subject: Enlightenment
 
 Hello!
 
 Is Enlightenment window manager supported now?
 And please tell to beginner how to launc it. FreeBSD 5.2.1
 
 Thanks.
 Arseny
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

cd /usr/ports/x11-wm/enlightenment  make install clean
create a file called .xinitrc
inside the file should be the following...

exec /usr/X11R6/bin/enlightenment

to start enlightenment after that just type startx or xinit

if you want the newer development of enlightenment it is
in /usr/ports/x11-wm/enlightenment-devel


Eric
-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Eric Ekong
Check /usr/ports/UPDATING.  There should be a fairly recent
entry discussing how to deal with this. Actually it is the first
listing in /usr/ports/UPDATING

20051113:
  AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients
  AUTHOR: [EMAIL PROTECTED]

  Xterm no longer installs with '-static' prefix. Users should upgrade
  XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before
  attempting upgrade of xterm to 206_1 or newer. Previous versions
remove
  xterm on deinstall so CONFLICTS have been set accordingly.


Eric
* Alex Zbyslaw [EMAIL PROTECTED] [051114 12:22]:
 Date: Mon, 14 Nov 2005 17:22:08 +
 From: Alex Zbyslaw [EMAIL PROTECTED]
 To: Jeppe Larsen [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: xterm conflicts with xorg-clients
 
 Jeppe Larsen wrote:
 
 After running cvsup and portupgrade, I'm having some problems with xterm
 and some other programs.
 Portupgrade failed because of the following:
 
 ===  xterm-206_1 conflicts with installed package(s): 
  xorg-clients-6.8.2
 
  They install files into the same place.
  Please remove them first with pkg_delete(1).
 *** Error code 1
 
 And then skipped a bunch of packages. Then i manually deinstalled xterm
 (that was wrong perhaps?) and now when running portupgrade again it is
 complaining about some stale dependency to xterm. For example:
 
 Stale dependency: amarok-1.3.6 -- xterm-206 -- manually run 'pkgdb -F' to
 fix, or specify -O to force.
 
 Then running pkgdb -F asks me alot of questions regarding this stale
 dependency and I am not sure what to do with it.
 
 Then I read in UPDATING that one must upgrade xorg-clients before xterm,
 but when i tried portupgrade xorg-clients I got:
 
 Stale dependency: xorg-clients-6.8.2 -- xterm-206
 
 Hmm, going in circles. Then i tried with the -F and xorg-clients started
 to compile, but got an error code 1 with this:
 
 cc -o xdriinfo -O2 -fno-strict-aliasing -pipe -march=pentium4 -ansi 
 -pedantic -Wno-system-headers -Dasm=__asm  -Wall -Wpointer-arith -Wundef   
 -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   xdriinfo.o -lGL -lXext 
 -lX11 -L/usr/X11R6/lib -pthread-Wl,-rpath,/usr/X11R6/lib 
 -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
 xdriinfo.o(.text+0x59): In function `main':
 : undefined reference to `glXGetProcAddress'
 xdriinfo.o(.text+0x6a): In function `main':
 : undefined reference to `glXGetProcAddress'
 *** Error code 1
 
 What to do now?
 
  
 
 Don't delete any of those dependencies!  If you do then you will 
 probably have to re-install those packages to get the dependencies back.
 
 I believe upgrading xorg-clients and then xterm should work, if only 
 that damn xorg-clients port would compile!  I found this link late last 
 night which might help, but haven't tried it myself yet.
 
 http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html
 
 If you don't want to do all that then you'll have to get the xterm port 
 back to the state it was before cvsup.  Either get it from a backup or 
 try portdowngrade.  Deleting xterm port *was* a bad idea, sorry.  If you 
 had left it alone then you'd be left with working xorg-client and xterm 
 installed and could either chase the fix above at your leisure or wait 
 for someone to fix it officially.
 
 Hope that helps,
 
 --Alex
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


issues with installworld on fbsd6 libcom_err

2005-11-11 Thread Eric Ekong
I had no errors when building world, but it seems each time I have
tried to installworld I come up with the same error.  It shows up in
the lib/libcom_err directory.  No matter what shell I try fixes the
issue.  I have gone as far as to delete all the directories in /usr/src
and re cvsup.  I have no options in /etc/make.conf outside of the
ones put there by perl and KERNCONF=KERNELNAME.  Like I said it builds 
with no problem, but error code 1 outs each time during make
installworld.

=== lib/libcom_err (install)
install -C -o root -g wheel -m 444   libcom_err.a /usr/lib
install -C -o root -g wheel -m 444   libcom_err_p.a /usr/lib
install -s -o root -g wheel -m 444 libcom_err.so.3 /usr/lib
ln -fs libcom_err.so.3 /usr/lib/libcom_err.so
install -C -o root -g wheel -m 444
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h
/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include
install -o root -g wheel -m 444 com_err.3.gz  /usr/share/man/man3
=== lib/libcom_err/doc (install)
install-info --quiet  --defsection=Programming  development tools.
--defentry=* libcom_err: (com_err).A Common Error Description
Library for UNIX.  com_err.info /usr/share/info/dir
install-info: /usr/share/info/dir: empty file
*** Error code 1

Stop in /usr/src/lib/libcom_err/doc.
*** Error code 1

Stop in /usr/src/lib/libcom_err.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Any suggestions on how to fix this so I can get fbsd 6 world installed
so I can run portmanger to update a crap load of ports would be
appreciated.

Eric
-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Azureus Update Problem

2005-07-04 Thread Eric Ekong
Has anyone successfully accomplished this with the latest release of 
Azureus and is it possible to switch the jdk15 for this release? 

Eric
* Andreas Rudisch cyb.@gmx.net [050609 09:57]:
 On Wed, 2005-06-08 at 13:12 +1000, Warren wrote:
  I have been trying to update Azureus but each time i d/l the file to update 
  with and click restart form the updater section/window it never restarts 
  and 
  then when i re-load the program it sais to check update.log which 
  ironically 
  dosent exist so i have no way to see whats going on.
  
  im running FreeBSD 5.4-STABLE and Azureus 2.2.0.2
 
 All you have to do is download the latest jar-version from here:
 http://prdownloads.sourceforge.net/azureus/Azureus2.3.0.2.jar?download
 
 Then replace /usr/local/share/java/classes/azureus.jar with the new
 file.
 
 Since version 2.2.0.3_B60 Azureus does NOT work with Java 1.5 correctly
 anymore, so you will have to edit the azureus start
 script /usr/local/bin/azureus:
 find and change the following variable: JAVA_VERSION=1.4+
 
 That's it. Start 'azureus' and enjoy version 2.3.0.2
 
 Andreas
 (running FreeBSD 5.4-stable with Azureus 2.3.0.3_B6)
 -- 
 GnuPG key  : 0xD25FCC81  |  http://cyb.websimplex.de/pubkey.asc
 Fingerprint: D182 6F22 7EEC DD4C 0F6E  564C 691B 0372 D25F CC81
 
 
 



-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help with matrox parhelia 256Mb with dual head = Success

2005-07-02 Thread Eric Ekong

Looks like I have figured it out and things are working in DVI mode
with dual head desktop.  It took a couple of friends over my shoulder
to figure this out, but once I did what a wonderful thing.

Attaching my xorg.conf and X.0.log for viewing and I hope this helps
other people out as every other thread I have seen about this card has
either gone un answered or the person has just given up and gone with a
ati card (which I was about an hour from going to do).

Eric
* Eric Ekong [EMAIL PROTECTED] [050701 17:34]:
 As far as I know there is no freebsd driver for the P-Series
 of the Matrox card P650, P750, and Parhelia.  Everything I could
 find points to using the downloadable driver.  The matrox driver for
 these cards is mtx as opposed tot he mga/mga_hal/mgadrm.  
 
 Mind sharing your xorg.conf just so I can compare.  I had Xinerama in
 and with it in, my desktops just showed duplicates.
 
 Eric
 * Paul Schmehl [EMAIL PROTECTED] [050701 17:12]:
  --On Friday, July 01, 2005 13:56:00 -0400 Eric Ekong [EMAIL PROTECTED] 
  wrote:
  
  Initially the second monitor wasn't coming up at all. Now, with a
  minor change or two, I have the second monitor coming up, but it seems
  to bring up a second window manager that I have no access to..., the
  second monitor just kinda sits there in the default kde start screen.
  
  That along with the fact that if I enable Xinerama, I lock up X to the
  point where I can't drop to a virtual screen because the keyboard and
  mouse lock up as well.  If I've gotten this far I must be only a step
  or two away from getting this to work fully.
  
  Need is to have one desktop stretched across 2 monitors. Roughly
  3200x1600 desktop.
  
  Do you have this working with the parhelia?
  
  No, I have a Radeon X300 card.
  
   If so are you using Xorg
  or XFree86 in ports.  I'm guess XFree86 would work in this setup
  better, but it is just a hunch.
  
  I'm using Xorg and Xinerama - two 19 inch monitors - one desktop.  The 
  problem that I have is that the right screen won't display until the system 
  goes to sleep.  So, when I first login, I change the setttings to get the 
  system to go to sleep in one minute, wait one minute, then move the mouse. 
  The right screen then works as long as I don't log out.  (Locking and 
  unlocking the screen works just fine.)
  
  But the problems you're having sound more driver related.  Was there a 
  reason you chose the Linux driver instead of the native FBSD one?
  
  Paul Schmehl ([EMAIL PROTECTED])
  Adjunct Information Security Officer
  University of Texas at Dallas
  AVIEN Founding Member
  http://www.utdallas.edu/ir/security/
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 -- 
 ===
 Eric I. Ekong[EMAIL PROTECTED]
 FreeBSD - The Power to Serve http://www.freebsd.org   
 K Desktop Environment on FreeBSD http://freebsd.kde.org   
 ===
 
 Laws of Serendipity:
 
 (1) In order to discover anything, you must be looking for
 something.
 (2) If you wish to make an improved product, you must already
 be engaged in making an inferior one.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.4 i386 [ELF] 
Current Operating System: FreeBSD blackguy.unixtechs.org 5.4-STABLE FreeBSD 
5.4-STABLE #26: Sat Jul  2 09:18:25 EDT 2005 
root@:/usr/obj/usr/src/sys/BLACKGUY i386
Build Date: 27 June 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Jul  2 21:04:04 2005
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Layout0
(**) |--Screen

Re: help with matrox parhelia 256Mb with dual head

2005-07-01 Thread Eric Ekong
As far as I know there is no freebsd driver for the P-Series
of the Matrox card P650, P750, and Parhelia.  Everything I could
find points to using the downloadable driver.  The matrox driver for
these cards is mtx as opposed tot he mga/mga_hal/mgadrm.  

Mind sharing your xorg.conf just so I can compare.  I had Xinerama in
and with it in, my desktops just showed duplicates.

Eric
* Paul Schmehl [EMAIL PROTECTED] [050701 17:12]:
 --On Friday, July 01, 2005 13:56:00 -0400 Eric Ekong [EMAIL PROTECTED] 
 wrote:
 
 Initially the second monitor wasn't coming up at all. Now, with a
 minor change or two, I have the second monitor coming up, but it seems
 to bring up a second window manager that I have no access to..., the
 second monitor just kinda sits there in the default kde start screen.
 
 That along with the fact that if I enable Xinerama, I lock up X to the
 point where I can't drop to a virtual screen because the keyboard and
 mouse lock up as well.  If I've gotten this far I must be only a step
 or two away from getting this to work fully.
 
 Need is to have one desktop stretched across 2 monitors. Roughly
 3200x1600 desktop.
 
 Do you have this working with the parhelia?
 
 No, I have a Radeon X300 card.
 
  If so are you using Xorg
 or XFree86 in ports.  I'm guess XFree86 would work in this setup
 better, but it is just a hunch.
 
 I'm using Xorg and Xinerama - two 19 inch monitors - one desktop.  The 
 problem that I have is that the right screen won't display until the system 
 goes to sleep.  So, when I first login, I change the setttings to get the 
 system to go to sleep in one minute, wait one minute, then move the mouse. 
 The right screen then works as long as I don't log out.  (Locking and 
 unlocking the screen works just fine.)
 
 But the problems you're having sound more driver related.  Was there a 
 reason you chose the Linux driver instead of the native FBSD one?
 
 Paul Schmehl ([EMAIL PROTECTED])
 Adjunct Information Security Officer
 University of Texas at Dallas
 AVIEN Founding Member
 http://www.utdallas.edu/ir/security/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help with matrox parhelia 256Mb with dual head

2005-07-01 Thread Eric Ekong
As far as I know there is no freebsd driver for the P-Series
of the Matrox card P650, P750, and Parhelia.  Everything I could
find points to using the downloadable driver.  The matrox driver for
these cards is mtx as opposed tot he mga/mga_hal/mgadrm.  

Mind sharing your xorg.conf just so I can compare.  I had Xinerama in
and with it in, my desktops just showed duplicates.

Eric
* Paul Schmehl [EMAIL PROTECTED] [050701 17:12]:
 --On Friday, July 01, 2005 13:56:00 -0400 Eric Ekong [EMAIL PROTECTED] 
 wrote:
 
 Initially the second monitor wasn't coming up at all. Now, with a
 minor change or two, I have the second monitor coming up, but it seems
 to bring up a second window manager that I have no access to..., the
 second monitor just kinda sits there in the default kde start screen.
 
 That along with the fact that if I enable Xinerama, I lock up X to the
 point where I can't drop to a virtual screen because the keyboard and
 mouse lock up as well.  If I've gotten this far I must be only a step
 or two away from getting this to work fully.
 
 Need is to have one desktop stretched across 2 monitors. Roughly
 3200x1600 desktop.
 
 Do you have this working with the parhelia?
 
 No, I have a Radeon X300 card.
 
  If so are you using Xorg
 or XFree86 in ports.  I'm guess XFree86 would work in this setup
 better, but it is just a hunch.
 
 I'm using Xorg and Xinerama - two 19 inch monitors - one desktop.  The 
 problem that I have is that the right screen won't display until the system 
 goes to sleep.  So, when I first login, I change the setttings to get the 
 system to go to sleep in one minute, wait one minute, then move the mouse. 
 The right screen then works as long as I don't log out.  (Locking and 
 unlocking the screen works just fine.)
 
 But the problems you're having sound more driver related.  Was there a 
 reason you chose the Linux driver instead of the native FBSD one?
 
 Paul Schmehl ([EMAIL PROTECTED])
 Adjunct Information Security Officer
 University of Texas at Dallas
 AVIEN Founding Member
 http://www.utdallas.edu/ir/security/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: G550 dual-head problems

2005-07-01 Thread Eric Ekong
Here is my working config, before I upgraded to the parhelia...

attached...

Eric
* Benjamin Thelen [EMAIL PROTECTED] [050630 09:48]:
 
 Hi List,
 
 I really would appreciate your help, because I ran out of ideas!
 
 Basically dual-head works, but only with a little workaround:
 If I start X, with the xorg.conf I attached, the second monitor simply 
 isn't activated, although the desktop is expanded to the second monitor! 
 I first have to comment out Screen 0 and Screen 1 within both 
 'Section Device' for Card0 and Card1. If I then start X, the second 
 monitor is activated in cloning mode. After reaktivating the Screen 
 0 and Screen 1 entries, which I just have commented out, dual-head works.
 
 Do you have an idea what is wrong in my xorg.conf? I played around for 
 example with commenting out Xinerama, removing the second 'Section 
 Device' for Card1, but without success.
 
 
 Kind Regards,
 Benjamin

 Section ServerLayout
   Identifier Dual-Monitor
   Screen  0  Screen0
   Screen  1  Screen1 RightOf Screen0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
 # Option Clone off
 EndSection
 
 
 Section ServerFlags
   Option Xinerama true
 EndSection
 
 
 Section Files
   RgbPath  /usr/X11R6/lib/X11/rgb
   ModulePath   /usr/X11R6/lib/modules
   FontPath /usr/X11R6/lib/X11/fonts/misc/
   FontPath /usr/X11R6/lib/X11/fonts/TTF/
   #FontPath /usr/X11R6/lib/X11/fonts/Type1/
   #FontPath /usr/X11R6/lib/X11/fonts/CID/
   FontPath /usr/X11R6/lib/X11/fonts/75dpi/
   FontPath /usr/X11R6/lib/X11/fonts/100dpi/
   #FontPath/usr/X11R6/lib/X11/fonts/Speedo/
   FontPath/usr/X11R6/lib/X11/fonts/URW/
   FontPath/usr/local/share/fonts/
   FontPath/usr/X11R6/lib/X11/fonts/
   #FontPath/usr/local/share/fonts/override/
   FontPath/usr/X11R6/lib/X11/fonts/bitstream-vera/
   #FontPath/usr/X11R6/lib/X11/fonts/cyrillic/
   #FontPath/usr/X11R6/lib/X11/fonts/latin2/
   #FontPath/usr/X11R6/lib/X11/fonts/local/
   #FontPath/usr/X11R6/lib/X11/fonts/PEX/
   FontPath/usr/X11R6/lib/X11/fonts/TrueType/
   #FontPath/usr/X11R6/lib/X11/fonts/latin2/100dpi/
   #FontPath/usr/X11R6/lib/X11/fonts/latin2/75dpi/
 EndSection
 
 Section Module
   Load  extmod
   Load  glx
   #Load  dri
   Load  dbe
   Load  record
   Load  xtrap
   Load  type1
   Load  freetype
   #Load  speedo
 EndSection
 
 Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option XkbModel pc105
 Option XkbLayout de
 Option XkbVariant nodeadkeys
 EndSection
 
 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping 4 5
 EndSection
 
 
 Section Monitor
   ##DisplaySize 400   300 # mm
   #Identifier   Monitor0
   #VendorName   IVM
   #ModelName2140
   OptionDPMS
   IdentifierMonitor0
 VendorNameIIyama
 ModelName A201HT
   HorizSync 30-130
   VertRefresh   50-160
 EndSection
 
 Section Monitor
 IdentifierMonitor1
 VendorNameIIyama
 ModelName A201HT
 HorizSync 30-130
 VertRefresh   50-160
 OptionDPMS
 EndSection
 
 Section Device
 ### Available Driver options are:-
 ### Values: i: integer, f: float, bool: True/False,
 ### string: String, freq: f Hz/kHz/MHz
 ### [arg]: arg optional
 #Option SWcursor# [bool]
 #Option HWcursor# [bool]
 #Option PciRetry# [bool]
 #Option SyncOnGreen # [bool]
 #Option NoAccel # [bool]
 #Option ShowCache   # [bool]
 #Option Overlay # [str]
 #Option MGASDRAM# [bool]
 #Option ShadowFB# [bool]
 #Option UseFBDev# [bool]
 #Option ColorKey# i
 #Option SetMclk # freq
 #Option OverclockMem# [bool]
 #Option VideoKey# i
 #Option Rotate  # [str]
 #Option TexturedVideo   # [bool]
 #Option Crtc2Half   # [bool]
 #Option Crtc2Ram# i
 #Option Int10   # [bool]
 #Option AGPMode # i
 #Option AGPSize # i
 #Option DigitalScreen1  # [bool]
 #Option DigitalScreen2  # [bool]
 #Option TV  # [bool]
 #Option TVStandard  # 

Re: help with matrox parhelia 256Mb with dual head

2005-06-30 Thread Eric Ekong
* Eric Ekong [EMAIL PROTECTED] [050629 23:18]:
 I am having issues getting dual head to work with this card and 
 freebsd 5.4-STABLE.  I previously had it working with the G550
 with no problem.  I am using Xorg with everything all updated
 from ports as of 5 minutes ago.  As well as I am using the Linux
 driver for 6.8.2 from Matrox. I am going to attach the latest
 Xorg.0.org and my xorg.conf.  I will also include the instructions 
 the matrox drivers.  I would really appreciate any help anyone can
 provide. I have seen multiple configs of linux getting this to work.
 
 Eric
 
 FreeBSD blackguy.unixtechs.org 5.4-STABLE FreeBSD 5.4-STABLE #24: Sat
 May 21 12:26:43 EDT 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY  i386
 
 -- 
 ===
 Eric I. Ekong[EMAIL PROTECTED]
 FreeBSD - The Power to Serve http://www.freebsd.org   
 K Desktop Environment on FreeBSD http://freebsd.kde.org   
 ===
 
 Laws of Serendipity:
 
 (1) In order to discover anything, you must be looking for
 something.
 (2) If you wish to make an improved product, you must already
 be engaged in making an inferior one.
 
A little updated on the xorg.conf with matrox parhelia 256mb and xorg.
I have the resolution working, now to work on dual head.

updated xorg.conf and log
--
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org
K Desktop Environment on FreeBSD http://freebsd.kde.org
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

Section ServerLayout
Identifier Layout0
Screen Screen 0 0 0
Screen Screen 1 LeftOf Screen 0
InputDeviceMicrosoft_Natural CoreKeyboard
InputDeviceMicrosoft Intellimouse Explorer CorePointer
#Option TripleHead

EndSection

Section ServerFlags
Option Xinerama true
AllowMouseOpenFail
Option NoPM
Option TvOut off
EndSection

Section Files
FontPath /usr/X11R6/lib/X11/fonts/misc
FontPath /usr/X11R6/lib/X11/fonts/Type1
FontPath /usr/X11R6/lib/X11/fonts/100dpi
FontPath /usr/X11R6/lib/X11/fonts/75dpi
FontPath /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath /usr/X11R6/lib/X11/fonts/cyrillic
FontPath /usr/X11R6/lib/X11/fonts/URW
FontPath /usr/X11R6/lib/X11/fonts/freefont
FontPath /usr/X11R6/lib/X11/fonts/misc
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
EndSection

Section Module
#Load  extmod
#Load  glx
Load  dri
#Load  dbe
#   #Load  record
#   Load  xtrap
#   Load  type1
#   Load  freetype
#Load  ddc
#Load  GLcore
#Load  vbe
#Load  bitmap
#Load  int10
EndSection

Section InputDevice
Identifier  Microsoft_Natural
Driver  kbd
Option  AutoRepeat  500 30
Option  XkbModel pc105
Option  XkbLayout us
Option  XkbRules xfree86
EndSection

Section InputDevice
Identifier  Microsoft Intellimouse Explorer
Driver  mouse
Option  Protocol Auto
Option  Device /dev/sysmouse
Option  Buttons 5
Option  ZAxisMapping 4 5
Option  Resolution 1600
Option  CursorShadow True
EndSection

Section Monitor
Identifier   Monitor0
VendorName   UltraSharp 2001FP LCD
ModelNameDell
HorizSync30.0 - 130.0
#HorizSync30.0 - 69.0
#HorizSync76.0 - 80.0
VertRefresh  50.0 - 200.0
#VertRefresh  50.0 - 160.0
Option  dpms
EndSection

Section Monitor
Identifier   Monitor1
VendorName   UltraSharp 2001FP LCD
ModelNameDell
HorizSync30.0 - 69.0
VertRefresh  50.0 - 160.0
Option  dpms
EndSection

Section Device
Identifier  Parhelia_256_0
VendorName  Matrox Graphics, Inc.
#Driver  mga
Driver  mtx
VideoRam262144
#Option  SWcursor  True
Option  HWcursor  off
#Option  AGPMode   4
#Option  DRI   True
BusID   PCI:2:0:0
Option  DPMS  on
#Option  QID on
#Option  XFB on
Option  DigitalScreen1 on
Option  DigitalScreen2 on
#Option  TripleHead

help with matrox parhelia 256Mb with dual head

2005-06-30 Thread Eric Ekong
I am having issues getting dual head to work with this card and 
freebsd 5.4-STABLE.  I previously had it working with the G550
with no problem.  I am using Xorg with everything all updated
from ports as of 5 minutes ago.  As well as I am using the Linux
driver for 6.8.2 from Matrox. I am going to attach the latest
Xorg.0.org and my xorg.conf.  I will also include the instructions 
the matrox drivers.  I would really appreciate any help anyone can
provide. I have seen multiple configs of linux getting this to work.

Eric

FreeBSD blackguy.unixtechs.org 5.4-STABLE FreeBSD 5.4-STABLE #24: Sat
May 21 12:26:43 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY  i386

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

[English]
README.TXT   MATROX GRAPHICS INC.   2005.03.07

Matrox Parhelia, Millennium P650/P750, QID, HR256
 LINUX Display Driver
v1.4.1 Beta Pro

Note: This document and the associated software are currently only
available in English. We apologize for the inconvenience.


Contents


- Description of this release
- Available configurations
- Using TripleHead (Parhelia and Millennium P750 only)
- Sample XF86Config Files
- Changing the amount of offscreen memory
- Using digital monitors
- Using a hardware accelerated mouse-pointer
- Binary Installation
- Enabling bus mastering
- Enabling TV out
- Video Blitting
- Enabling dual and quad head support for HR256 and QID
- Kernel module options
- Known driver problems
- New features


Description of this release
===

Supported XFree86 versions:
- 4.2.0
- 4.2.1
- 4.3.0

Supported X.org versions:
- 6.7.0
- 6.8.0
- 6.8.1
- 6.8.2

Supported modes of operation:
- Bus mastering / Direct access
- Color (8, 16, 32 bpp)

OpenGL:
- OpenGL 1.3 compliant when bus mastering is available and enabled.

Xv:
- Xv is enabled when bus mastering is available and enabled.

See the section Enabling bus mastering for details.


Available configurations


With this driver, you can choose amongst the following multi-display
configurations:

  (1) Single display: Only 1 display. This mode supports bus
  mastering. For HR256 and QID, when enabling the QID option 
  will enable dual outputs on the primary connector(s).

  (2) 2 displays - independent mode: 2 displays with different
  display resolutions. This mode supports bus mastering. For
  HR256 and QID, when enabling the QID option will enable
  quad outputs.

  (3) 2 displays - stretched mode: two displays with the same
  display resolution and refresh rate. These 2 displays use 1 big
  frame buffer. This mode supports bus mastering. For HR256 and QID, 
  when enabling the QID option will enable quad outputs.

  (4) 3 displays - stretched mode (TripleHead): 3 displays with the
  same display resolution and refresh rate. These 3 displays
  use 1 big frame buffer. This mode supports bus mastering.


Using TripleHead


(Note: TripleHead is not supported on the Millennium P650)

While using TripleHead, all 3 displays must have the same refresh rate and
resolution because all 3 displays are using the same frame buffer.

In order to enable Triple Head, add

Option TripleHead

to the screen section of your XF86Config-4 file

Here's a sample Screen Section for Triple Head:

Section Screen
Identifier   Screen 1
Device   MGA CARD 1
Monitor  My Monitor
DefaultDepth 24
DefaultFbbpp 32
Option   TripleHead

SubSection Display
Depth24
Virtual  2400 600
Modes800x600
EndSubSection
EndSection

To enable 2 analog + digital mode you will need to add the following
line to your device section:

Option DigitalScreen1 on


Sample XF86Config Files
===

There are sample XF86Config files in the Samples directory. To use them,
you must either:

- Copy the file to your /etc/X11 directory and rename it to
  XF86Config-4 or xorg.conf depending if using XFree86 or X.org
  X servers

OR

- Type startx -- -xf86config FILENAME where FILENAME is the sample
  config file.

For
 Single display   -- XF86Config.single
 2 displays - independent mode-- XF86Config.dual
 2 displays - stretched mode  -- XF86Config.merged
 3 displays - stretched mode  -- 

help with matrox parhelia 256Mb with dual head

2005-06-29 Thread Eric Ekong
I am having issues getting dual head to work with this card and 
freebsd 5.4-STABLE.  I previously had it working with the G550
with no problem.  I am using Xorg with everything all updated
from ports as of 5 minutes ago.  As well as I am using the Linux
driver for 6.8.2 from Matrox. I am going to attach the latest
Xorg.0.org and my xorg.conf.  I will also include the instructions 
the matrox drivers.  I would really appreciate any help anyone can
provide. I have seen multiple configs of linux getting this to work.

Eric

FreeBSD blackguy.unixtechs.org 5.4-STABLE FreeBSD 5.4-STABLE #24: Sat
May 21 12:26:43 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY  i386

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

[English]
README.TXT   MATROX GRAPHICS INC.   2005.03.07

Matrox Parhelia, Millennium P650/P750, QID, HR256
 LINUX Display Driver
v1.4.1 Beta Pro

Note: This document and the associated software are currently only
available in English. We apologize for the inconvenience.


Contents


- Description of this release
- Available configurations
- Using TripleHead (Parhelia and Millennium P750 only)
- Sample XF86Config Files
- Changing the amount of offscreen memory
- Using digital monitors
- Using a hardware accelerated mouse-pointer
- Binary Installation
- Enabling bus mastering
- Enabling TV out
- Video Blitting
- Enabling dual and quad head support for HR256 and QID
- Kernel module options
- Known driver problems
- New features


Description of this release
===

Supported XFree86 versions:
- 4.2.0
- 4.2.1
- 4.3.0

Supported X.org versions:
- 6.7.0
- 6.8.0
- 6.8.1
- 6.8.2

Supported modes of operation:
- Bus mastering / Direct access
- Color (8, 16, 32 bpp)

OpenGL:
- OpenGL 1.3 compliant when bus mastering is available and enabled.

Xv:
- Xv is enabled when bus mastering is available and enabled.

See the section Enabling bus mastering for details.


Available configurations


With this driver, you can choose amongst the following multi-display
configurations:

  (1) Single display: Only 1 display. This mode supports bus
  mastering. For HR256 and QID, when enabling the QID option 
  will enable dual outputs on the primary connector(s).

  (2) 2 displays - independent mode: 2 displays with different
  display resolutions. This mode supports bus mastering. For
  HR256 and QID, when enabling the QID option will enable
  quad outputs.

  (3) 2 displays - stretched mode: two displays with the same
  display resolution and refresh rate. These 2 displays use 1 big
  frame buffer. This mode supports bus mastering. For HR256 and QID, 
  when enabling the QID option will enable quad outputs.

  (4) 3 displays - stretched mode (TripleHead): 3 displays with the
  same display resolution and refresh rate. These 3 displays
  use 1 big frame buffer. This mode supports bus mastering.


Using TripleHead


(Note: TripleHead is not supported on the Millennium P650)

While using TripleHead, all 3 displays must have the same refresh rate and
resolution because all 3 displays are using the same frame buffer.

In order to enable Triple Head, add

Option TripleHead

to the screen section of your XF86Config-4 file

Here's a sample Screen Section for Triple Head:

Section Screen
Identifier   Screen 1
Device   MGA CARD 1
Monitor  My Monitor
DefaultDepth 24
DefaultFbbpp 32
Option   TripleHead

SubSection Display
Depth24
Virtual  2400 600
Modes800x600
EndSubSection
EndSection

To enable 2 analog + digital mode you will need to add the following
line to your device section:

Option DigitalScreen1 on


Sample XF86Config Files
===

There are sample XF86Config files in the Samples directory. To use them,
you must either:

- Copy the file to your /etc/X11 directory and rename it to
  XF86Config-4 or xorg.conf depending if using XFree86 or X.org
  X servers

OR

- Type startx -- -xf86config FILENAME where FILENAME is the sample
  config file.

For
 Single display   -- XF86Config.single
 2 displays - independent mode-- XF86Config.dual
 2 displays - stretched mode  -- XF86Config.merged
 3 displays - stretched mode  -- 

Re: Installing KDE3

2005-06-09 Thread Eric Ekong
Try /usr/ports/x11/kde3  and take a look at the Makefile, it 
explains how to cancel out various options/components of kde
during the install.

Eric
* Eric Kjeldergaard [EMAIL PROTECTED] [050609 00:13]:
 On 6/8/05, Alvaro Rosales [EMAIL PROTECTED] wrote:
  Hello Folks, I am trying to isntall KDE3 in my BSD box from the ports
  tree , but it seems it is installing more software than I need, where
  can I tell FreeBSD to install KDE only with the options I need?.
  Thanks for your answers.
 
 Perhaps you should look at /usr/ports/x11/kdebase3?  
 
 -- 
 If I write a signature, my emails will appear more personalised.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
==
Eric I. Ekong   [EMAIL PROTECTED]
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Azureus Update Problem

2005-06-08 Thread Eric Ekong
It looks like we will have the maintainer to update the port. I tried to 
sub the new release in place of the current one and tweaked Makefile, but
it fails to compile somewhere along the lines with an java error.  If you
look at the /usr/ports/net/azureus/Makefile you can find the maintainers
email address and try and email him/her, but if my memory serves me 
correct this person is usually busy with tons of projects/ports in the
freebsd world.

Eric

* Warren [EMAIL PROTECTED] [050607 23:40]:
 On Wed, 8 Jun 2005 1:24 pm, you wrote:
  What I suspect is happening is that you're running as a user with
  decreased priveleges, but you have a global install of azureus (installed
  in /usr/local/bin).
 
  Azureus is probably presuming you have the rights needed to do the update,
  and never bothers to check or ask otherwise. :\
 
 
 I am running the latest version via the ports but also running it as a single 
 user .. i'll try running it as root and seeing what happens form there.
 
 Ran it as root and it made no diference at all, still refuses to update, atm 
 it dosent affect any torrents, so *g*
 -- 
 Yours Sincerely
 Shinjii
 http://www.shinji.nq.nu
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
==
Eric I. Ekong   [EMAIL PROTECTED]
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fatal trap after adding more memory

2003-04-03 Thread Eric Ekong
* Andrew MacIntyre [EMAIL PROTECTED] [030403 07:33]:
 On Wed, 2 Apr 2003, Eric Ekong wrote:
 
  I added memory to my machine yesterday and since then I have noticed
  Fatal traps when I try to do some intensive activity on the machine.
  IE. make buildworld
 
 Tried yanking that last module back out?
 
 Something else, are all DIMMs the same manufacturer, configuration  spec?
 
 --
 Andrew I MacIntyre These thoughts are mine alone...
 E-mail: [EMAIL PROTECTED]  | Snail: PO Box 370
 [EMAIL PROTECTED]|Belconnen  ACT  2616
 Web:http://www.andymac.org/|Australia
 
 

It was bad memory. Ran memtest98 on it. I found the bad piece, RMA'd
it, and it is being shipped out at the moment.  Thanks for all the
help.

Eric
-- 
==
Eric I. Ekong   [EMAIL PROTECTED]
===
 Uptime: 10:59AM  up 19:13, 1 user, load averages: 0.15, 0.05, 0.01
He looked at me as if I was a side dish he hadn't ordered.


pgp0.pgp
Description: PGP signature


Fatal trap after adding more memory

2003-04-02 Thread Eric Ekong

I added memory to my machine yesterday and since then I have noticed
Fatal traps when I try to do some intensive activity on the machine. 
IE. make buildworld

Motherboard: Asus A7N266-E
Memory: 1.5G
Vid: Matrox G550

Kernel options
options MAXMEM=(1536*1024)

Top Half of boot messages

Apr  2 11:11:13 blackguy /kernel: Copyright (c) 1992-2003 The FreeBSD
Project.
Apr  2 11:11:13 blackguy /kernel: Copyright (c) 1979, 1980, 1983, 1986,
1988, 1989, 1991, 1992, 1993, 1994
Apr  2 11:11:13 blackguy /kernel: The Regents of the University of
California. All rights reserved.
Apr  2 11:11:13 blackguy /kernel: FreeBSD 4.8-RC #8: Wed Apr  2
10:01:12 EST 2003
Apr  2 11:11:13 blackguy /kernel:
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKGUY
Apr  2 11:11:13 blackguy /kernel: Timecounter i8254  frequency
1193182 Hz
Apr  2 11:11:13 blackguy /kernel: CPU: AMD Athlon(TM) XP 2100+
(1271.57-MHz 686-class CPU)
Apr  2 11:11:13 blackguy /kernel: Origin = AuthenticAMD  Id = 0x662
Stepping = 2
Apr  2 11:11:13 blackguy /kernel:
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
Apr  2 11:11:13 blackguy /kernel: AMD
Features=0xc040AMIE,DSP,3DNow!
Apr  2 11:11:13 blackguy /kernel: real memory  = 1610612736 (1572864K
bytes)
Apr  2 11:11:13 blackguy /kernel: avail memory = 1562685440 (1526060K
bytes)
Apr  2 11:11:13 blackguy /kernel: Preloaded elf kernel kernel at
0xc045.
Apr  2 11:11:13 blackguy /kernel: ccd0-3: Concatenated disk drivers


Fatal Trap message

Apr  2 11:11:13 blackguy /kernel: Fatal trap 12: page fault while in
kernel mode
Apr  2 11:11:13 blackguy /kernel: fault virtual address = 0x3a
Apr  2 11:11:13 blackguy /kernel: fault code= supervisor
write, page not present
Apr  2 11:11:13 blackguy /kernel: instruction pointer   =
0x8:0xc0279c76
Apr  2 11:11:13 blackguy /kernel: stack pointer =
0x10:0xe5478d54
Apr  2 11:11:13 blackguy /kernel: frame pointer =
0x10:0xe5478df4
Apr  2 11:11:13 blackguy /kernel: code segment  = base 0x0,
limit 0xf, type 0x1b
Apr  2 11:11:13 blackguy /kernel: = DPL 0, pres 1, def32 1, gran 1
Apr  2 11:11:13 blackguy /kernel: processor eflags  = interrupt
enabled, resume, IOPL = 0
Apr  2 11:11:13 blackguy /kernel: current process   = 10743
(cc1)
Apr  2 11:11:13 blackguy /kernel: interrupt mask= net
tty bio cam
Apr  2 11:11:13 blackguy /kernel: trap number   = 12
Apr  2 11:11:13 blackguy /kernel: panic: page fault
Apr  2 11:11:13 blackguy /kernel:
Apr  2 11:11:13 blackguy /kernel: syncing disks... 187 107 17 17 17 17
17 17 17 25


Can anyone shed some light on this problem. Currently I have 3 pc2100
DDR 512Mb chips in the board.

Eric
-- 
==
Eric I. Ekong   [EMAIL PROTECTED]
===
 Uptime: 11:19AM  up 11 mins, 1 user, load averages: 0.26, 0.28, 0.15
Duct tape is like the force.  It has a light side, and a dark side, and
it holds the universe together ...
-- Carl Zwanzig


pgp0.pgp
Description: PGP signature