Discussion:
x on powerbook g4
noman
2011-07-05 15:58:54 UTC
Permalink
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So far
so good, but I can't get X to work. If I simply run startx or xinit the
screen fades to white. I tried using the xorg.conf files I found here:
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
But with them I get the following error:
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error

I did add my computer name to the localhost line in the host file. I
tested turning pf off to make sure that wasn't blocking something. At
this point I'm kind of stuck.

Any ideas what I should try next? Thank you for your help!
patrick keshishian
2011-07-05 17:44:08 UTC
Permalink
have you read the bit in the README file under /usr/X11R6 (I believe)
that talks about changing status value of /dev/ttyC0 to 'off'?

http://www.openbsd.org/cgi-bin/cvsweb/xenocara/distrib/notes/README.macppc?re
v=1.8
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So far so
good, but I can't get X to work. If I simply run startx or xinit the
screen
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error
I did add my computer name to the localhost line in the host file. I
tested
turning pf off to make sure that wasn't blocking something. At this point
I'm kind of stuck.
Any ideas what I should try next? Thank you for your help!
noman
2011-07-05 18:09:07 UTC
Permalink
Thank you for the reply Patrick. I forgot to say that, I did try that,
and after that the laptop wouldn't give me a login when I booted
anymore, I don't know why. But that made it impossible to do anything
local on the laptop. And I don't care if it boots into X, in fact I
prefer not to, but I do need to get X working.
Post by patrick keshishian
have you read the bit in the README file under /usr/X11R6 (I believe)
that talks about changing status value of /dev/ttyC0 to 'off'?
http://www.openbsd.org/cgi-bin/cvsweb/xenocara/distrib/notes/README.macppc?rev=1.8
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So far so
good, but I can't get X to work. If I simply run startx or xinit the screen
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error
I did add my computer name to the localhost line in the host file. I tested
turning pf off to make sure that wasn't blocking something. At this point
I'm kind of stuck.
Any ideas what I should try next? Thank you for your help!
patrick keshishian
2011-07-05 18:35:28 UTC
Permalink
Thank you for the reply Patrick. I forgot to say that, I did try that, and
after that the laptop wouldn't give me a login when I booted anymore, I
don't know why. But that made it impossible to do anything local on the
laptop. And I don't care if it boots into X, in fact I prefer not to, but
I
do need to get X working.
With the macppc you can either run in console mode or in X. Unlink
i386 where you can switch between the two at will. So, if you want X,
you need to set ttyC0 status 'off', start X from your rc.conf.local
with something like xdm(1) (i.e., placing "xdm_flags=" in your
/etc/rc.conf.local file). Once you have these in place, you reboot and
xdm(1) will be started and will prompt you for login.

If you are currently in the state where you have ttyC0 set to 'off'
and are not able to login, try to ssh into your g4 box if you have
sshd enabled on it. If not, reboot into single user mode (e.g., at the
openfirmware prompt also add the "-s" option to your boot
string/command).

Once logged in, fsck /, remount it, edit /etc/ttys using ed(1) (which
is a bit intimidating if you have never used it before). Making a
backup copy of /etc/ttys might be a good idea before using ed on it.

/ttyC0
.s/off/on/
wq

that should restore /etc/ttyC0 so the machine will boot in console mode
again.

HTH,
--patrick
Post by patrick keshishian
have you read the bit in the README file under /usr/X11R6 (I believe)
that talks about changing status value of /dev/ttyC0 to 'off'?
http://www.openbsd.org/cgi-bin/cvsweb/xenocara/distrib/notes/README.macppc?re
v=1.8
Post by patrick keshishian
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So far so
good, but I can't get X to work. If I simply run startx or xinit the screen
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error
I did add my computer name to the localhost line in the host file. I tested
turning pf off to make sure that wasn't blocking something. At this point
I'm kind of stuck.
Any ideas what I should try next? Thank you for your help!
Matthieu Herrb
2011-07-05 20:29:14 UTC
Permalink
Post by noman
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So
far so good, but I can't get X to work. If I simply run startx or
xinit the screen fades to white. I tried using the xorg.conf files
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
That file is for Linux and quite out of date.
Post by noman
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error
I did add my computer name to the localhost line in the host file.
I tested turning pf off to make sure that wasn't blocking something.
At this point I'm kind of stuck.
Look in /var/log/Xorg.0.log for obvious errors. The most frequent
problem with macppc laptops it the failure to set the display panel
correctly because there is no DDC information available.

Setting Options "PanelWidth" and "PanelHeight" or manually adding a
modeline that matches your hardware may help.
Post by noman
Any ideas what I should try next? Thank you for your help!
--
Matthieu Herrb
noman
2011-07-05 22:31:42 UTC
Permalink
Thank you. I checked and I found this error in the mix of a ton of stuff:
[drm] failed to load kernel module "r128"

Since a Rage 128 card is what I have, that doesn't sound good. That was
in a .old file, so I think that was when I tried with an xorg.conf file
that called r128 specifically and it hung. The current file is without
the xorg.conf file and the screen just turns to white, and that file has
nothing at all in it.
Post by Matthieu Herrb
Post by noman
I have OpenBSD 4.9 installed on a 2001 PowerBook G4 M7952LL/A. So
far so good, but I can't get X to work. If I simply run startx or
xinit the screen fades to white. I tried using the xorg.conf files
http://mac.linux.be/content/xorgconf-powerbook-g4500-15-inch-ati-rage-128
That file is for Linux and quite out of date.
Post by noman
xinit: giving up
xinit: unable to connect to X Server: Connection refused
xinit: server error
I did add my computer name to the localhost line in the host file.
I tested turning pf off to make sure that wasn't blocking something.
At this point I'm kind of stuck.
Look in /var/log/Xorg.0.log for obvious errors. The most frequent
problem with macppc laptops it the failure to set the display panel
correctly because there is no DDC information available.
Setting Options "PanelWidth" and "PanelHeight" or manually adding a
modeline that matches your hardware may help.
Post by noman
Any ideas what I should try next? Thank you for your help!
noman
2011-07-06 00:42:21 UTC
Permalink
OK, this may be something. Before the [drm] failed to load kernel
module "r128" error there are 2 errors for drmOpenDevice saying node
name is /dev/drm0, then, open result is -1, (Operation not permitted).
If I look in /dev there is no drm0 device. So something seems wrong.
Anyone know what I should do? I did a ./MAKEDEV all in /dev but it
still isn't there.
patrick keshishian
2011-07-06 01:16:09 UTC
Permalink
OK, this may be something. Before the [drm] failed to load kernel module
"r128" error there are 2 errors for drmOpenDevice saying node name is
/dev/drm0, then, open result is -1, (Operation not permitted). If I look
in /dev there is no drm0 device. So something seems wrong. Anyone know
what I should do? I did a ./MAKEDEV all in /dev but it still isn't there.
it might be helpful if you include the following: dmesg output,
/var/log/Xorg.0.log and your /etc/X11/xorg.conf if any.

--patrick
noman
2011-07-06 02:42:46 UTC
Permalink
Attached are all 3 in txt files. If I don't use the xorg.conf file I
don't get anything in the log file, but with it I get that.
Post by patrick keshishian
it might be helpful if you include the following: dmesg output,
/var/log/Xorg.0.log and your /etc/X11/xorg.conf if any.
[ using 479780 bytes of bsd ELF symbol table ]
console out [ATY,RageM3p12A]console in [keyboard] , using ADB
using parent ATY,RageM3p12Parent:: memaddr b4000000 size 4000000, : consaddr b6008000, : ioaddr b0020000, size 20000: memtag 8000, iotag 8000: width 1152 linebytes 1280 height 768 depth 8
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2011 OpenBSD. All rights reserved. http://www.OpenBSD.org

OpenBSD 4.9 (GENERIC) #48: Wed Mar 2 07:02:32 MST 2011
***@macppc.openbsd.org:/usr/src/sys/arch/macppc/compile/GENERIC
real mem = 134217728 (128MB)
avail mem = 116338688 (110MB)
mainbus0 at root: model PowerBook3,2
cpu0 at mainbus0: 7410 (Revision 0x1102): 400 MHz: 1MB backside cache
mem0 at mainbus0
spdmem0 at mem0: 128MB SDRAM non-parity PC100CL3
memc0 at mainbus0: uni-n
kiic0 at memc0 offset 0xf8001000
iic0 at kiic0
mpcpcibr0 at mainbus0 pci: uni-north, Revision 0xff
pci0 at mpcpcibr0 bus 0
pchb0 at pci0 dev 11 function 0 "Apple Uni-N AGP" rev 0x00
vgafb0 at pci0 dev 16 function 0 "ATI Mobility M3" rev 0x02, mmio
wsdisplay0 at vgafb0 mux 1: console (std, vt100 emulation)
mpcpcibr1 at mainbus0 pci: uni-north, Revision 0x0
pci1 at mpcpcibr1 bus 0
pchb1 at pci1 dev 11 function 0 "Apple Uni-N" rev 0x00
macobio0 at pci1 dev 23 function 0 "Apple Keylargo" rev 0x03
openpic0 at macobio0 offset 0x40000: version 0x4614 little endian
macgpio0 at macobio0 offset 0x50
macgpio1 at macgpio0 irq 47
pgs0 at macgpio0: irq 55
"firewire-linkon" at macgpio0 not configured
"escc-legacy" at macobio0 offset 0x12000 not configured
zsc0 at macobio0 offset 0x13000: irq 22,23
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
awacs0 at macobio0 offset 0x14000: irq 24,9,10 speaker
audio0 at awacs0
"timer" at macobio0 offset 0x15000 not configured
adb0 at macobio0 offset 0x16000 irq 25: via-pmu, 3 targets
akbd0 at adb0 addr 2: PowerBook G4 keyboard (Inverted T)
wskbd0 at akbd0: console keyboard, using wsdisplay0
ams0 at adb0 addr 3: EMP trackpad <tpad> 2-button, 400 dpi
wsmouse0 at ams0 mux 0
abtn0 at adb0 addr 7: brightness/volume/eject buttons
apm0 at adb0: battery flags 0x5, 0% charged
"battery" at macobio0 offset 0x0 not configured
"backlight" at macobio0 offset 0xf300 not configured
kiic1 at macobio0 offset 0x18000
iic1 at kiic1
wdc0 at macobio0 offset 0x1f000 irq 19: DMA
wd0 at wdc0 channel 0 drive 0: <TOSHIBA MK1016GAP>
wd0: 16-sector PIO, LBA, 9590MB, 19640880 sectors
wd0(wdc0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 4
wdc1 at macobio0 offset 0x20000 irq 20: DMA
atapiscsi0 at wdc1 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <MATSHITA, DVD-ROM SR-8187, HA18> ATAPI 5/cdrom removable
cd0(wdc1:0:0): using BIOS timings, DMA mode 2
wdc2 at macobio0 offset 0x21000 irq 21: DMA
wi0 at macobio0 offset 0x30000 irq 57:
wi0: Firmware 8.70 variant 1, address 00:30:65:10:0a:9b
ohci0 at pci1 dev 24 function 0 "Apple USB" rev 0x00: irq 27, version 1.0
ohci1 at pci1 dev 25 function 0 "Apple USB" rev 0x00: irq 28, version 1.0
cbb0 at pci1 dev 26 function 0 "TI PCI1211 CardBus" rev 0x00: irq 58
usb0 at ohci0: USB revision 1.0
uhub0 at usb0 "Apple OHCI root hub" rev 1.00/1.00 addr 1
usb1 at ohci1: USB revision 1.0
uhub1 at usb1 "Apple OHCI root hub" rev 1.00/1.00 addr 1
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x8, lattimer 0x20
pcmcia0 at cardslot0
mpcpcibr2 at mainbus0 pci: uni-north, Revision 0x16
pci2 at mpcpcibr2 bus 0
pchb2 at pci2 dev 11 function 0 "Apple Uni-N Eth" rev 0x00
"Apple Uni-N Eth Firewire" rev 0x01 at pci2 dev 14 function 0 not configured
gem0 at pci2 dev 15 function 0 "Apple Uni-N GMAC" rev 0x01: irq 41, address 00:30:65:ba:aa:d8
bmtphy0 at gem0 phy 0: BCM5221 100baseTX PHY, rev. 3
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
bootpath: /***@f2000000/mac-***@17/ata-***@1f000/***@0:/bsd
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted
[2399272.377] (--) Using wscons driver
[2399272.494]
X.Org X Server 1.9.3
Release Date: 2010-12-13
[2399272.494] X Protocol Version 11, Revision 0
[2399272.495] Build Operating System: OpenBSD 4.9 macppc
[2399272.495] Current Operating System: OpenBSD powerfull.my.domain 4.9 GENERIC#48 macppc
[2399272.496] Build Date: 01 March 2011 04:05:49PM
[2399272.496]
[2399272.513] Current version of pixman: 0.20.2
[2399272.513] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[2399272.513] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[2399272.514] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 7 00:29:55 2011
[2399272.713] (II) Loader magic: 0x19dfdb0
[2399272.713] (II) Module ABI versions:
[2399272.713] X.Org ANSI C Emulation: 0.4
[2399272.713] X.Org Video Driver: 8.0
[2399272.713] X.Org XInput driver : 11.0
[2399272.713] X.Org Server Extension : 4.0
[2399272.715] (--) PCI:*(0:0:16:0) 1002:4c46:1002:4c46 rev 2, Mem @ 0xb4000000/67108864, 0xb0000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[2399272.723] (==) Using default built-in configuration (12 lines)
[2399272.723] (==) --- Start of built-in configuration ---
[2399272.724] Section "Device"
[2399272.724] Identifier "Builtin Default ati Device 0"
[2399272.724] Driver "ati"
[2399272.724] EndSection
[2399272.724] Section "Screen"
[2399272.724] Identifier "Builtin Default ati Screen 0"
[2399272.724] Device "Builtin Default ati Device 0"
[2399272.724] EndSection
[2399272.724] Section "ServerLayout"
[2399272.724] Identifier "Builtin Default Layout"
[2399272.724] Screen "Builtin Default ati Screen 0"
[2399272.724] EndSection
[2399272.724] (==) --- End of built-in configuration ---
[2399272.737] (==) ServerLayout "Builtin Default Layout"
[2399272.737] (**) |-->Screen "Builtin Default ati Screen 0" (0)
[2399272.737] (**) | |-->Monitor "<default monitor>"
[2399272.752] (**) | |-->Device "Builtin Default ati Device 0"
[2399272.752] (==) No monitor specified for screen "Builtin Default ati Screen 0".
Using a default monitor configuration.
[2399272.752] (==) Disabling SIGIO handlers for input devices
[2399272.752] (==) Not automatically adding devices
[2399272.752] (==) Not automatically enabling devices
[2399273.025] (==) FontPath set to:
/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/X11R6/lib/X11/fonts/75dpi/
[2399273.025] (==) ModulePath set to "/usr/X11R6/lib/modules"
[2399273.025] (==) |-->Input Device "<default pointer>"
[2399273.025] (==) |-->Input Device "<default keyboard>"
[2399273.025] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[2399273.025] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[2399273.026] (II) LoadModule: "extmod"
[2399273.106] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[2399273.150] (II) Module extmod: vendor="X.Org Foundation"
[2399273.151] compiled for 1.9.3, module version = 1.0.0
[2399273.151] Module class: X.Org Server Extension
[2399273.151] ABI class: X.Org Server Extension, version 4.0
[2399273.151] (II) Loading extension MIT-SCREEN-SAVER
[2399273.151] (II) Loading extension XFree86-VidModeExtension
[2399273.151] (II) Loading extension XFree86-DGA
[2399273.151] (II) Loading extension DPMS
[2399273.151] (II) Loading extension XVideo
[2399273.152] (II) Loading extension XVideo-MotionCompensation
[2399273.152] (II) Loading extension X-Resource
[2399273.152] (II) LoadModule: "dbe"
[2399273.153] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[2399273.171] (II) Module dbe: vendor="X.Org Foundation"
[2399273.171] compiled for 1.9.3, module version = 1.0.0
[2399273.171] Module class: X.Org Server Extension
[2399273.171] ABI class: X.Org Server Extension, version 4.0
[2399273.171] (II) Loading extension DOUBLE-BUFFER
[2399273.171] (II) LoadModule: "glx"
[2399273.173] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[2399273.227] (II) Module glx: vendor="X.Org Foundation"
[2399273.228] compiled for 1.9.3, module version = 1.0.0
[2399273.228] ABI class: X.Org Server Extension, version 4.0
[2399273.229] (==) AIGLX enabled
[2399273.229] (II) Loading extension GLX
[2399273.229] (II) LoadModule: "record"
[2399273.231] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[2399273.244] (II) Module record: vendor="X.Org Foundation"
[2399273.244] compiled for 1.9.3, module version = 1.13.0
[2399273.244] Module class: X.Org Server Extension
[2399273.244] ABI class: X.Org Server Extension, version 4.0
[2399273.244] (II) Loading extension RECORD
[2399273.244] (II) LoadModule: "dri"
[2399273.245] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[2399273.271] (II) Module dri: vendor="X.Org Foundation"
[2399273.271] compiled for 1.9.3, module version = 1.0.0
[2399273.271] ABI class: X.Org Server Extension, version 4.0
[2399273.272] (II) Loading extension XFree86-DRI
[2399273.272] (II) LoadModule: "dri2"
[2399273.274] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[2399273.283] (II) Module dri2: vendor="X.Org Foundation"
[2399273.283] compiled for 1.9.3, module version = 1.2.0
[2399273.283] ABI class: X.Org Server Extension, version 4.0
[2399273.283] (II) Loading extension DRI2
[2399273.283] (II) LoadModule: "ati"
[2399273.284] (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
[2399273.300] (II) Module ati: vendor="X.Org Foundation"
[2399273.300] compiled for 1.9.3, module version = 6.12.2
[2399273.300] Module class: X.Org Video Driver
[2399273.300] ABI class: X.Org Video Driver, version 8.0
[2399273.300] (II) LoadModule: "r128"
[2399273.301] (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.so
[2399273.321] (II) Module r128: vendor="X.Org Foundation"
[2399273.322] compiled for 1.9.3, module version = 6.8.1
[2399273.322] Module class: X.Org Video Driver
[2399273.322] ABI class: X.Org Video Driver, version 8.0
[2399273.330] (II) LoadModule: "mouse"
[2399273.351] (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
[2399273.362] (II) Module mouse: vendor="X.Org Foundation"
[2399273.362] compiled for 1.9.3, module version = 1.6.0
[2399273.362] Module class: X.Org XInput Driver
[2399273.362] ABI class: X.Org XInput driver, version 11.0
[2399273.362] (II) LoadModule: "kbd"
[2399273.365] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[2399273.367] (II) Module kbd: vendor="X.Org Foundation"
[2399273.367] compiled for 1.9.3, module version = 1.5.0
[2399273.367] Module class: X.Org XInput Driver
[2399273.367] ABI class: X.Org XInput driver, version 11.0
[2399273.367] (II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
[2399273.369] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[2399273.370] (II) R128(0): PCI bus 0 card 16 func 0
[2399273.370] (II) R128(0): Creating default Display subsection in Screen section
"Builtin Default ati Screen 0" for depth/fbbpp 24/32
[2399273.370] (==) R128(0): Depth 24, (--) framebuffer bpp 32
[2399273.370] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[2399273.370] (==) R128(0): Default visual is TrueColor
[2399273.371] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
[2399273.371] (==) R128(0): RGB weight 888
[2399273.371] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[2399273.371] (--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46)
[2399273.371] (--) R128(0): Linear framebuffer at 0xb4000000
[2399273.371] (--) R128(0): MMIO registers at 0xb0000000
[2399273.372] (--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
[2399273.372] (**) R128(0): Using flat panel for display
[2399273.512] (WW) R128(0): Video BIOS not found!
[2399273.512] (II) R128(0): Primary Display == Type 2
[2399273.512] (WW) R128(0): Can't determine panel dimensions, and none specified.
Disabling programming of FP registers.
[2399273.512] (II) R128(0): PLL parameters: rf=2950 rd=59 min=12500 max=25000; xclk=10500
[2399273.512] (II) Loading sub module "ddc"
[2399273.512] (II) LoadModule: "ddc"
[2399273.512] (II) Module "ddc" already built-in
[2399273.513] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[2399273.513] (II) R128(0): <default monitor>: Using default hsync range of 31.50-37.90 kHz
[2399273.513] (II) R128(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[2399273.513] (WW) R128(0): Unable to estimate virtual size
[2399273.513] (II) R128(0): Clock range: 12.50 to 250.00 MHz
[2399273.520] (II) R128(0): Not using default mode "640x350" (vrefresh out of range)
[2399273.520] (II) R128(0): Not using default mode "320x175" (doublescan mode not supported)
[2399273.520] (II) R128(0): Not using default mode "640x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x200" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "720x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "360x200" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768i" (interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "512x384i" (interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1152x864" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "576x432" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "832x624" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "416x312" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (--) R128(0): Virtual size is 800x600 (pitch 800)
[2399273.525] (**) R128(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[2399273.525] (II) R128(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[2399273.525] (**) R128(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[2399273.526] (II) R128(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[2399273.526] (**) R128(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[2399273.526] (II) R128(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[2399273.526] (==) R128(0): DPI set to (96, 96)
[2399273.526] (II) Loading sub module "fb"
[2399273.526] (II) LoadModule: "fb"
[2399273.541] (II) Loading /usr/X11R6/lib/modules/libfb.so
[2399273.564] (II) Module fb: vendor="X.Org Foundation"
[2399273.564] compiled for 1.9.3, module version = 1.0.0
[2399273.564] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.564] (II) Loading sub module "ramdac"
[2399273.564] (II) LoadModule: "ramdac"
[2399273.564] (II) Module "ramdac" already built-in
[2399273.564] (II) Loading sub module "xaa"
[2399273.564] (II) LoadModule: "xaa"
[2399273.568] (II) Loading /usr/X11R6/lib/modules/libxaa.so
[2399273.615] (II) Module xaa: vendor="X.Org Foundation"
[2399273.615] compiled for 1.9.3, module version = 1.2.1
[2399273.615] ABI class: X.Org Video Driver, version 8.0
[2399273.615] (II) Loading sub module "shadowfb"
[2399273.615] (II) LoadModule: "shadowfb"
[2399273.619] (II) Loading /usr/X11R6/lib/modules/libshadowfb.so
[2399273.624] (II) Module shadowfb: vendor="X.Org Foundation"
[2399273.624] compiled for 1.9.3, module version = 1.0.0
[2399273.624] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.624] (II) R128(0): Page flipping disabled
[2399273.624] (!!) R128(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
[2399273.624] (--) Depth 24 pixmap format is 32 bpp
[2399273.666] drmOpenDevice: node name is /dev/drm0
[2399273.667] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.667] drmOpenDevice: Open failed
[2399273.667] drmOpenDevice: node name is /dev/drm0
[2399273.668] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.668] drmOpenDevice: Open failed
[2399273.668] [drm] failed to load kernel module "r128"
[2399273.668] (EE) [drm] drmOpen failed.
[2399273.668] (EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.
[2399273.748] (II) R128(0): Memory manager initialized to (0,0) (800,2621)
[2399273.767] (II) R128(0): Reserved area from (0,600) to (800,602)
[2399273.768] (II) R128(0): Largest offscreen area available: 800 x 2019
[2399273.769] (II) R128(0): Using XFree86 Acceleration Architecture (XAA)
[2399273.769] Screen to screen bit blits
[2399273.770] Solid filled rectangles
[2399273.770] 8x8 mono pattern filled rectangles
[2399273.770] Indirect CPU to Screen color expansion
[2399273.770] Solid Lines
[2399273.770] Dashed Lines
[2399273.770] Scanline Image Writes
[2399273.790] Setting up tile and stipple cache:
[2399273.790] 32 128x128 slots
[2399273.790] 14 256x256 slots
[2399273.793] (II) R128(0): Acceleration enabled
[2399273.794] (==) R128(0): Backing store disabled
[2399273.794] (==) R128(0): Silken mouse disabled
[2399273.814] (II) R128(0): Using hardware cursor (scanline 2408)
[2399273.814] (II) R128(0): Largest offscreen area available: 800 x 2016
[2399273.847] (==) R128(0): DPMS enabled
[2399273.855] (WW) R128(0): Direct rendering disabled
[2399273.866] (==) RandR enabled
[2399273.866] (II) Initializing built-in extension Generic Event Extension
[2399273.866] (II) Initializing built-in extension SHAPE
[2399273.866] (II) Initializing built-in extension MIT-SHM
[2399273.866] (II) Initializing built-in extension XInputExtension
[2399273.866] (II) Initializing built-in extension XTEST
[2399273.866] (II) Initializing built-in extension BIG-REQUESTS
[2399273.866] (II) Initializing built-in extension SYNC
[2399273.866] (II) Initializing built-in extension XKEYBOARD
[2399273.866] (II) Initializing built-in extension XC-MISC
[2399273.866] (II) Initializing built-in extension XINERAMA
[2399273.866] (II) Initializing built-in extension XFIXES
[2399273.866] (II) Initializing built-in extension RENDER
[2399273.866] (II) Initializing built-in extension RANDR
[2399273.867] (II) Initializing built-in extension COMPOSITE
[2399273.867] (II) Initializing built-in extension DAMAGE
[2399273.994] (II) AIGLX: Screen 0 is not DRI2 capable
[2399274.000] (II) AIGLX: Screen 0 is not DRI capable
[2399274.184] (II) AIGLX: Loaded and initialized /usr/X11R6/lib/modules/dri/swrast_dri.so
[2399274.184] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[2399276.646] (WW) <default pointer>: No Device specified, looking for one...
[2399276.647] (II) <default pointer>: found Device "/dev/wsmouse"
[2399276.647] (**) <default pointer>: Protocol: WSMouse
[2399276.647] (**) Option "CorePointer"
[2399276.647] (**) <default pointer>: always reports core events
[2399276.647] (**) Option "Device" "/dev/wsmouse"
[2399276.677] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
[2399276.677] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
[2399276.677] (**) <default pointer>: Buttons: 9
[2399276.677] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
[2399276.678] (**) <default pointer>: (accel) keeping acceleration scheme 1
[2399276.678] (**) <default pointer>: (accel) acceleration profile 0
[2399276.678] (**) <default pointer>: (accel) acceleration factor: 2.000
[2399276.679] (**) <default pointer>: (accel) acceleration threshold: 4
[2399276.680] (**) Option "CoreKeyboard"
[2399276.680] (**) <default keyboard>: always reports core events
[2399276.680] (**) Option "Protocol" "standard"
[2399276.680] (**) <default keyboard>: Protocol: standard
[2399276.680] (--) <default keyboard>: using wscons layout us
[2399276.681] (**) Option "XkbRules" "xorg"
[2399276.681] (**) <default keyboard>: XkbRules: "xorg"
[2399276.681] (**) Option "XkbModel" "pc105"
[2399276.681] (**) <default keyboard>: XkbModel: "pc105"
[2399276.681] (**) Option "XkbLayout" "us"
[2399276.681] (**) <default keyboard>: XkbLayout: "us"
[2399276.681] (**) Option "CustomKeycodes" "off"
[2399276.681] (**) <default keyboard>: CustomKeycodes disabled
[2399276.681] (II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "type1"
Load "vbe"
Load "xie"
EndSection


Section "Device"
Identifier "ATI Rage 128 M3"
Option "UseFBDev"
Driver "r128"
VideoRam 8192
EndSection


Section "Monitor"
Identifier "Apple PowerBook G4"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"
Modeline "1152x768" 64.994 1152 1178 1314 1472 768 771 777 806 +HSync -VSync
EndSection


Section "Screen"
Identifier "Default Screen"
Device "ATI Rage 128 M3"
Monitor "Apple PowerBook G4"
DefaultDepth 16

SubSection "Display"
Depth 8
Modes "1152x768"
EndSubSection

SubSection "Display"
Depth 16
Modes "1152x768"
EndSubSection
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection


Section "DRI"
Mode 0666
EndSection
noman
2011-07-09 16:05:18 UTC
Permalink
Well it seems sending those files didn't help that much. So one last
question before I give up. The error is about the device /dev/drm0
which I don't have and isn't in the dmesg. Based on my dmesg what is
the proper display device? It seems like if I could get it using the
right device it may work. This is too bad too, I really wanted to use
this on a road trip later this month.
Post by noman
Attached are all 3 in txt files. If I don't use the xorg.conf file I
don't get anything in the log file, but with it I get that.
Post by patrick keshishian
it might be helpful if you include the following: dmesg output,
/var/log/Xorg.0.log and your /etc/X11/xorg.conf if any.
[ using 479780 bytes of bsd ELF symbol table ]
console out [ATY,RageM3p12A]console in [keyboard] , using ADB
using parent ATY,RageM3p12Parent:: memaddr b4000000 size 4000000, : consaddr b6008000, : ioaddr b0020000, size 20000: memtag 8000, iotag 8000: width 1152 linebytes 1280 height 768 depth 8
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2011 OpenBSD. All rights reserved. http://www.OpenBSD.org
OpenBSD 4.9 (GENERIC) #48: Wed Mar 2 07:02:32 MST 2011
real mem = 134217728 (128MB)
avail mem = 116338688 (110MB)
mainbus0 at root: model PowerBook3,2
cpu0 at mainbus0: 7410 (Revision 0x1102): 400 MHz: 1MB backside cache
mem0 at mainbus0
spdmem0 at mem0: 128MB SDRAM non-parity PC100CL3
memc0 at mainbus0: uni-n
kiic0 at memc0 offset 0xf8001000
iic0 at kiic0
mpcpcibr0 at mainbus0 pci: uni-north, Revision 0xff
pci0 at mpcpcibr0 bus 0
pchb0 at pci0 dev 11 function 0 "Apple Uni-N AGP" rev 0x00
vgafb0 at pci0 dev 16 function 0 "ATI Mobility M3" rev 0x02, mmio
wsdisplay0 at vgafb0 mux 1: console (std, vt100 emulation)
mpcpcibr1 at mainbus0 pci: uni-north, Revision 0x0
pci1 at mpcpcibr1 bus 0
pchb1 at pci1 dev 11 function 0 "Apple Uni-N" rev 0x00
macobio0 at pci1 dev 23 function 0 "Apple Keylargo" rev 0x03
openpic0 at macobio0 offset 0x40000: version 0x4614 little endian
macgpio0 at macobio0 offset 0x50
macgpio1 at macgpio0 irq 47
pgs0 at macgpio0: irq 55
"firewire-linkon" at macgpio0 not configured
"escc-legacy" at macobio0 offset 0x12000 not configured
zsc0 at macobio0 offset 0x13000: irq 22,23
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
awacs0 at macobio0 offset 0x14000: irq 24,9,10 speaker
audio0 at awacs0
"timer" at macobio0 offset 0x15000 not configured
adb0 at macobio0 offset 0x16000 irq 25: via-pmu, 3 targets
akbd0 at adb0 addr 2: PowerBook G4 keyboard (Inverted T)
wskbd0 at akbd0: console keyboard, using wsdisplay0
ams0 at adb0 addr 3: EMP trackpad<tpad> 2-button, 400 dpi
wsmouse0 at ams0 mux 0
abtn0 at adb0 addr 7: brightness/volume/eject buttons
apm0 at adb0: battery flags 0x5, 0% charged
"battery" at macobio0 offset 0x0 not configured
"backlight" at macobio0 offset 0xf300 not configured
kiic1 at macobio0 offset 0x18000
iic1 at kiic1
wdc0 at macobio0 offset 0x1f000 irq 19: DMA
wd0 at wdc0 channel 0 drive 0:<TOSHIBA MK1016GAP>
wd0: 16-sector PIO, LBA, 9590MB, 19640880 sectors
wd0(wdc0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 4
wdc1 at macobio0 offset 0x20000 irq 20: DMA
atapiscsi0 at wdc1 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:<MATSHITA, DVD-ROM SR-8187, HA18> ATAPI 5/cdrom removable
cd0(wdc1:0:0): using BIOS timings, DMA mode 2
wdc2 at macobio0 offset 0x21000 irq 21: DMA
wi0: Firmware 8.70 variant 1, address 00:30:65:10:0a:9b
ohci0 at pci1 dev 24 function 0 "Apple USB" rev 0x00: irq 27, version 1.0
ohci1 at pci1 dev 25 function 0 "Apple USB" rev 0x00: irq 28, version 1.0
cbb0 at pci1 dev 26 function 0 "TI PCI1211 CardBus" rev 0x00: irq 58
usb0 at ohci0: USB revision 1.0
uhub0 at usb0 "Apple OHCI root hub" rev 1.00/1.00 addr 1
usb1 at ohci1: USB revision 1.0
uhub1 at usb1 "Apple OHCI root hub" rev 1.00/1.00 addr 1
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x8, lattimer 0x20
pcmcia0 at cardslot0
mpcpcibr2 at mainbus0 pci: uni-north, Revision 0x16
pci2 at mpcpcibr2 bus 0
pchb2 at pci2 dev 11 function 0 "Apple Uni-N Eth" rev 0x00
"Apple Uni-N Eth Firewire" rev 0x01 at pci2 dev 14 function 0 not configured
gem0 at pci2 dev 15 function 0 "Apple Uni-N GMAC" rev 0x01: irq 41, address 00:30:65:ba:aa:d8
bmtphy0 at gem0 phy 0: BCM5221 100baseTX PHY, rev. 3
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted
[2399272.377] (--) Using wscons driver
[2399272.494]
X.Org X Server 1.9.3
Release Date: 2010-12-13
[2399272.494] X Protocol Version 11, Revision 0
[2399272.495] Build Operating System: OpenBSD 4.9 macppc
[2399272.495] Current Operating System: OpenBSD powerfull.my.domain 4.9 GENERIC#48 macppc
[2399272.496] Build Date: 01 March 2011 04:05:49PM
[2399272.496]
[2399272.513] Current version of pixman: 0.20.2
[2399272.513] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[2399272.513] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[2399272.514] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 7 00:29:55 2011
[2399272.713] (II) Loader magic: 0x19dfdb0
[2399272.713] X.Org ANSI C Emulation: 0.4
[2399272.713] X.Org Video Driver: 8.0
[2399272.713] X.Org XInput driver : 11.0
[2399272.713] X.Org Server Extension : 4.0
[2399272.723] (==) Using default built-in configuration (12 lines)
[2399272.723] (==) --- Start of built-in configuration ---
[2399272.724] Section "Device"
[2399272.724] Identifier "Builtin Default ati Device 0"
[2399272.724] Driver "ati"
[2399272.724] EndSection
[2399272.724] Section "Screen"
[2399272.724] Identifier "Builtin Default ati Screen 0"
[2399272.724] Device "Builtin Default ati Device 0"
[2399272.724] EndSection
[2399272.724] Section "ServerLayout"
[2399272.724] Identifier "Builtin Default Layout"
[2399272.724] Screen "Builtin Default ati Screen 0"
[2399272.724] EndSection
[2399272.724] (==) --- End of built-in configuration ---
[2399272.737] (==) ServerLayout "Builtin Default Layout"
[2399272.737] (**) |-->Screen "Builtin Default ati Screen 0" (0)
[2399272.737] (**) | |-->Monitor "<default monitor>"
[2399272.752] (**) | |-->Device "Builtin Default ati Device 0"
[2399272.752] (==) No monitor specified for screen "Builtin Default ati Screen 0".
Using a default monitor configuration.
[2399272.752] (==) Disabling SIGIO handlers for input devices
[2399272.752] (==) Not automatically adding devices
[2399272.752] (==) Not automatically enabling devices
/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/X11R6/lib/X11/fonts/75dpi/
[2399273.025] (==) ModulePath set to "/usr/X11R6/lib/modules"
[2399273.025] (==) |-->Input Device "<default pointer>"
[2399273.025] (==) |-->Input Device "<default keyboard>"
[2399273.025] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[2399273.025] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[2399273.026] (II) LoadModule: "extmod"
[2399273.106] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[2399273.150] (II) Module extmod: vendor="X.Org Foundation"
[2399273.151] compiled for 1.9.3, module version = 1.0.0
[2399273.151] Module class: X.Org Server Extension
[2399273.151] ABI class: X.Org Server Extension, version 4.0
[2399273.151] (II) Loading extension MIT-SCREEN-SAVER
[2399273.151] (II) Loading extension XFree86-VidModeExtension
[2399273.151] (II) Loading extension XFree86-DGA
[2399273.151] (II) Loading extension DPMS
[2399273.151] (II) Loading extension XVideo
[2399273.152] (II) Loading extension XVideo-MotionCompensation
[2399273.152] (II) Loading extension X-Resource
[2399273.152] (II) LoadModule: "dbe"
[2399273.153] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[2399273.171] (II) Module dbe: vendor="X.Org Foundation"
[2399273.171] compiled for 1.9.3, module version = 1.0.0
[2399273.171] Module class: X.Org Server Extension
[2399273.171] ABI class: X.Org Server Extension, version 4.0
[2399273.171] (II) Loading extension DOUBLE-BUFFER
[2399273.171] (II) LoadModule: "glx"
[2399273.173] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[2399273.227] (II) Module glx: vendor="X.Org Foundation"
[2399273.228] compiled for 1.9.3, module version = 1.0.0
[2399273.228] ABI class: X.Org Server Extension, version 4.0
[2399273.229] (==) AIGLX enabled
[2399273.229] (II) Loading extension GLX
[2399273.229] (II) LoadModule: "record"
[2399273.231] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[2399273.244] (II) Module record: vendor="X.Org Foundation"
[2399273.244] compiled for 1.9.3, module version = 1.13.0
[2399273.244] Module class: X.Org Server Extension
[2399273.244] ABI class: X.Org Server Extension, version 4.0
[2399273.244] (II) Loading extension RECORD
[2399273.244] (II) LoadModule: "dri"
[2399273.245] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[2399273.271] (II) Module dri: vendor="X.Org Foundation"
[2399273.271] compiled for 1.9.3, module version = 1.0.0
[2399273.271] ABI class: X.Org Server Extension, version 4.0
[2399273.272] (II) Loading extension XFree86-DRI
[2399273.272] (II) LoadModule: "dri2"
[2399273.274] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[2399273.283] (II) Module dri2: vendor="X.Org Foundation"
[2399273.283] compiled for 1.9.3, module version = 1.2.0
[2399273.283] ABI class: X.Org Server Extension, version 4.0
[2399273.283] (II) Loading extension DRI2
[2399273.283] (II) LoadModule: "ati"
[2399273.284] (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
[2399273.300] (II) Module ati: vendor="X.Org Foundation"
[2399273.300] compiled for 1.9.3, module version = 6.12.2
[2399273.300] Module class: X.Org Video Driver
[2399273.300] ABI class: X.Org Video Driver, version 8.0
[2399273.300] (II) LoadModule: "r128"
[2399273.301] (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.so
[2399273.321] (II) Module r128: vendor="X.Org Foundation"
[2399273.322] compiled for 1.9.3, module version = 6.8.1
[2399273.322] Module class: X.Org Video Driver
[2399273.322] ABI class: X.Org Video Driver, version 8.0
[2399273.330] (II) LoadModule: "mouse"
[2399273.351] (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
[2399273.362] (II) Module mouse: vendor="X.Org Foundation"
[2399273.362] compiled for 1.9.3, module version = 1.6.0
[2399273.362] Module class: X.Org XInput Driver
[2399273.362] ABI class: X.Org XInput driver, version 11.0
[2399273.362] (II) LoadModule: "kbd"
[2399273.365] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[2399273.367] (II) Module kbd: vendor="X.Org Foundation"
[2399273.367] compiled for 1.9.3, module version = 1.5.0
[2399273.367] Module class: X.Org XInput Driver
[2399273.367] ABI class: X.Org XInput driver, version 11.0
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
[2399273.369] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[2399273.370] (II) R128(0): PCI bus 0 card 16 func 0
[2399273.370] (II) R128(0): Creating default Display subsection in Screen section
"Builtin Default ati Screen 0" for depth/fbbpp 24/32
[2399273.370] (==) R128(0): Depth 24, (--) framebuffer bpp 32
[2399273.370] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[2399273.370] (==) R128(0): Default visual is TrueColor
[2399273.371] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
[2399273.371] (==) R128(0): RGB weight 888
[2399273.371] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[2399273.371] (--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46)
[2399273.371] (--) R128(0): Linear framebuffer at 0xb4000000
[2399273.371] (--) R128(0): MMIO registers at 0xb0000000
[2399273.372] (--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
[2399273.372] (**) R128(0): Using flat panel for display
[2399273.512] (WW) R128(0): Video BIOS not found!
[2399273.512] (II) R128(0): Primary Display == Type 2
[2399273.512] (WW) R128(0): Can't determine panel dimensions, and none specified.
Disabling programming of FP registers.
[2399273.512] (II) R128(0): PLL parameters: rf=2950 rd=59 min=12500 max=25000; xclk=10500
[2399273.512] (II) Loading sub module "ddc"
[2399273.512] (II) LoadModule: "ddc"
[2399273.512] (II) Module "ddc" already built-in
[2399273.513] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[2399273.513] (II) R128(0):<default monitor>: Using default hsync range of 31.50-37.90 kHz
[2399273.513] (II) R128(0):<default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[2399273.513] (WW) R128(0): Unable to estimate virtual size
[2399273.513] (II) R128(0): Clock range: 12.50 to 250.00 MHz
[2399273.520] (II) R128(0): Not using default mode "640x350" (vrefresh out of range)
[2399273.520] (II) R128(0): Not using default mode "320x175" (doublescan mode not supported)
[2399273.520] (II) R128(0): Not using default mode "640x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x200" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "720x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "360x200" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768i" (interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "512x384i" (interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1152x864" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "576x432" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480" (doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672" (doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "832x624" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "416x312" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525" (doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "960x720" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768" (doublescan mode not supported)
[2399273.525] (--) R128(0): Virtual size is 800x600 (pitch 800)
[2399273.525] (**) R128(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[2399273.525] (II) R128(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[2399273.525] (**) R128(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[2399273.526] (II) R128(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[2399273.526] (**) R128(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[2399273.526] (II) R128(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[2399273.526] (==) R128(0): DPI set to (96, 96)
[2399273.526] (II) Loading sub module "fb"
[2399273.526] (II) LoadModule: "fb"
[2399273.541] (II) Loading /usr/X11R6/lib/modules/libfb.so
[2399273.564] (II) Module fb: vendor="X.Org Foundation"
[2399273.564] compiled for 1.9.3, module version = 1.0.0
[2399273.564] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.564] (II) Loading sub module "ramdac"
[2399273.564] (II) LoadModule: "ramdac"
[2399273.564] (II) Module "ramdac" already built-in
[2399273.564] (II) Loading sub module "xaa"
[2399273.564] (II) LoadModule: "xaa"
[2399273.568] (II) Loading /usr/X11R6/lib/modules/libxaa.so
[2399273.615] (II) Module xaa: vendor="X.Org Foundation"
[2399273.615] compiled for 1.9.3, module version = 1.2.1
[2399273.615] ABI class: X.Org Video Driver, version 8.0
[2399273.615] (II) Loading sub module "shadowfb"
[2399273.615] (II) LoadModule: "shadowfb"
[2399273.619] (II) Loading /usr/X11R6/lib/modules/libshadowfb.so
[2399273.624] (II) Module shadowfb: vendor="X.Org Foundation"
[2399273.624] compiled for 1.9.3, module version = 1.0.0
[2399273.624] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.624] (II) R128(0): Page flipping disabled
[2399273.624] (!!) R128(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
[2399273.624] (--) Depth 24 pixmap format is 32 bpp
[2399273.666] drmOpenDevice: node name is /dev/drm0
[2399273.667] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.667] drmOpenDevice: Open failed
[2399273.667] drmOpenDevice: node name is /dev/drm0
[2399273.668] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.668] drmOpenDevice: Open failed
[2399273.668] [drm] failed to load kernel module "r128"
[2399273.668] (EE) [drm] drmOpen failed.
[2399273.668] (EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.
[2399273.748] (II) R128(0): Memory manager initialized to (0,0) (800,2621)
[2399273.767] (II) R128(0): Reserved area from (0,600) to (800,602)
[2399273.768] (II) R128(0): Largest offscreen area available: 800 x 2019
[2399273.769] (II) R128(0): Using XFree86 Acceleration Architecture (XAA)
[2399273.769] Screen to screen bit blits
[2399273.770] Solid filled rectangles
[2399273.770] 8x8 mono pattern filled rectangles
[2399273.770] Indirect CPU to Screen color expansion
[2399273.770] Solid Lines
[2399273.770] Dashed Lines
[2399273.770] Scanline Image Writes
[2399273.790] 32 128x128 slots
[2399273.790] 14 256x256 slots
[2399273.793] (II) R128(0): Acceleration enabled
[2399273.794] (==) R128(0): Backing store disabled
[2399273.794] (==) R128(0): Silken mouse disabled
[2399273.814] (II) R128(0): Using hardware cursor (scanline 2408)
[2399273.814] (II) R128(0): Largest offscreen area available: 800 x 2016
[2399273.847] (==) R128(0): DPMS enabled
[2399273.855] (WW) R128(0): Direct rendering disabled
[2399273.866] (==) RandR enabled
[2399273.866] (II) Initializing built-in extension Generic Event Extension
[2399273.866] (II) Initializing built-in extension SHAPE
[2399273.866] (II) Initializing built-in extension MIT-SHM
[2399273.866] (II) Initializing built-in extension XInputExtension
[2399273.866] (II) Initializing built-in extension XTEST
[2399273.866] (II) Initializing built-in extension BIG-REQUESTS
[2399273.866] (II) Initializing built-in extension SYNC
[2399273.866] (II) Initializing built-in extension XKEYBOARD
[2399273.866] (II) Initializing built-in extension XC-MISC
[2399273.866] (II) Initializing built-in extension XINERAMA
[2399273.866] (II) Initializing built-in extension XFIXES
[2399273.866] (II) Initializing built-in extension RENDER
[2399273.866] (II) Initializing built-in extension RANDR
[2399273.867] (II) Initializing built-in extension COMPOSITE
[2399273.867] (II) Initializing built-in extension DAMAGE
[2399273.994] (II) AIGLX: Screen 0 is not DRI2 capable
[2399274.000] (II) AIGLX: Screen 0 is not DRI capable
[2399274.184] (II) AIGLX: Loaded and initialized /usr/X11R6/lib/modules/dri/swrast_dri.so
[2399274.184] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[2399276.646] (WW)<default pointer>: No Device specified, looking for one...
[2399276.647] (II)<default pointer>: found Device "/dev/wsmouse"
[2399276.647] (**)<default pointer>: Protocol: WSMouse
[2399276.647] (**) Option "CorePointer"
[2399276.647] (**)<default pointer>: always reports core events
[2399276.647] (**) Option "Device" "/dev/wsmouse"
[2399276.677] (==)<default pointer>: Emulate3Buttons, Emulate3Timeout: 50
[2399276.677] (**)<default pointer>: ZAxisMapping: buttons 4 and 5
[2399276.677] (**)<default pointer>: Buttons: 9
[2399276.677] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
[2399276.678] (**)<default pointer>: (accel) keeping acceleration scheme 1
[2399276.678] (**)<default pointer>: (accel) acceleration profile 0
[2399276.678] (**)<default pointer>: (accel) acceleration factor: 2.000
[2399276.679] (**)<default pointer>: (accel) acceleration threshold: 4
[2399276.680] (**) Option "CoreKeyboard"
[2399276.680] (**)<default keyboard>: always reports core events
[2399276.680] (**) Option "Protocol" "standard"
[2399276.680] (**)<default keyboard>: Protocol: standard
[2399276.680] (--)<default keyboard>: using wscons layout us
[2399276.681] (**) Option "XkbRules" "xorg"
[2399276.681] (**)<default keyboard>: XkbRules: "xorg"
[2399276.681] (**) Option "XkbModel" "pc105"
[2399276.681] (**)<default keyboard>: XkbModel: "pc105"
[2399276.681] (**) Option "XkbLayout" "us"
[2399276.681] (**)<default keyboard>: XkbLayout: "us"
[2399276.681] (**) Option "CustomKeycodes" "off"
[2399276.681] (**)<default keyboard>: CustomKeycodes disabled
[2399276.681] (II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD)
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "Device"
Identifier "ATI Rage 128 M3"
Option "UseFBDev"
Driver "r128"
VideoRam 8192
EndSection
Section "Monitor"
Identifier "Apple PowerBook G4"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"
Modeline "1152x768" 64.994 1152 1178 1314 1472 768 771 777 806 +HSync -VSync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Rage 128 M3"
Monitor "Apple PowerBook G4"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "DRI"
Mode 0666
EndSection
Pekka Niiranen
2011-07-09 18:51:59 UTC
Permalink
Post by noman
Well it seems sending those files didn't help that much. So one last
question before I give up. The error is about the device /dev/drm0 which
I don't have and isn't in the dmesg. Based on my dmesg what is the
proper display device? It seems like if I could get it using the right
device it may work. This is too bad too, I really wanted to use this on
a road trip later this month.
Attached are all 3 in txt files. If I don't use the xorg.conf file I
don't get anything in the log file, but with it I get that.
Post by patrick keshishian
it might be helpful if you include the following: dmesg output,
/var/log/Xorg.0.log and your /etc/X11/xorg.conf if any.
[ using 479780 bytes of bsd ELF symbol table ]
console out [ATY,RageM3p12A]console in [keyboard] , using ADB
consaddr b6008000, : ioaddr b0020000, size 20000: memtag 8000, iotag
8000: width 1152 linebytes 1280 height 768 depth 8
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
Copyright (c) 1995-2011 OpenBSD. All rights reserved.
http://www.OpenBSD.org
OpenBSD 4.9 (GENERIC) #48: Wed Mar 2 07:02:32 MST 2011
real mem = 134217728 (128MB)
avail mem = 116338688 (110MB)
mainbus0 at root: model PowerBook3,2
cpu0 at mainbus0: 7410 (Revision 0x1102): 400 MHz: 1MB backside cache
mem0 at mainbus0
spdmem0 at mem0: 128MB SDRAM non-parity PC100CL3
memc0 at mainbus0: uni-n
kiic0 at memc0 offset 0xf8001000
iic0 at kiic0
mpcpcibr0 at mainbus0 pci: uni-north, Revision 0xff
pci0 at mpcpcibr0 bus 0
pchb0 at pci0 dev 11 function 0 "Apple Uni-N AGP" rev 0x00
vgafb0 at pci0 dev 16 function 0 "ATI Mobility M3" rev 0x02, mmio
wsdisplay0 at vgafb0 mux 1: console (std, vt100 emulation)
mpcpcibr1 at mainbus0 pci: uni-north, Revision 0x0
pci1 at mpcpcibr1 bus 0
pchb1 at pci1 dev 11 function 0 "Apple Uni-N" rev 0x00
macobio0 at pci1 dev 23 function 0 "Apple Keylargo" rev 0x03
openpic0 at macobio0 offset 0x40000: version 0x4614 little endian
macgpio0 at macobio0 offset 0x50
macgpio1 at macgpio0 irq 47
pgs0 at macgpio0: irq 55
"firewire-linkon" at macgpio0 not configured
"escc-legacy" at macobio0 offset 0x12000 not configured
zsc0 at macobio0 offset 0x13000: irq 22,23
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
awacs0 at macobio0 offset 0x14000: irq 24,9,10 speaker
audio0 at awacs0
"timer" at macobio0 offset 0x15000 not configured
adb0 at macobio0 offset 0x16000 irq 25: via-pmu, 3 targets
akbd0 at adb0 addr 2: PowerBook G4 keyboard (Inverted T)
wskbd0 at akbd0: console keyboard, using wsdisplay0
ams0 at adb0 addr 3: EMP trackpad<tpad> 2-button, 400 dpi
wsmouse0 at ams0 mux 0
abtn0 at adb0 addr 7: brightness/volume/eject buttons
apm0 at adb0: battery flags 0x5, 0% charged
"battery" at macobio0 offset 0x0 not configured
"backlight" at macobio0 offset 0xf300 not configured
kiic1 at macobio0 offset 0x18000
iic1 at kiic1
wdc0 at macobio0 offset 0x1f000 irq 19: DMA
wd0 at wdc0 channel 0 drive 0:<TOSHIBA MK1016GAP>
wd0: 16-sector PIO, LBA, 9590MB, 19640880 sectors
wd0(wdc0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 4
wdc1 at macobio0 offset 0x20000 irq 20: DMA
atapiscsi0 at wdc1 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:<MATSHITA, DVD-ROM SR-8187, HA18> ATAPI
5/cdrom removable
cd0(wdc1:0:0): using BIOS timings, DMA mode 2
wdc2 at macobio0 offset 0x21000 irq 21: DMA
wi0: Firmware 8.70 variant 1, address 00:30:65:10:0a:9b
ohci0 at pci1 dev 24 function 0 "Apple USB" rev 0x00: irq 27, version 1.0
ohci1 at pci1 dev 25 function 0 "Apple USB" rev 0x00: irq 28, version 1.0
cbb0 at pci1 dev 26 function 0 "TI PCI1211 CardBus" rev 0x00: irq 58
usb0 at ohci0: USB revision 1.0
uhub0 at usb0 "Apple OHCI root hub" rev 1.00/1.00 addr 1
usb1 at ohci1: USB revision 1.0
uhub1 at usb1 "Apple OHCI root hub" rev 1.00/1.00 addr 1
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 1 device 0 cacheline 0x8, lattimer 0x20
pcmcia0 at cardslot0
mpcpcibr2 at mainbus0 pci: uni-north, Revision 0x16
pci2 at mpcpcibr2 bus 0
pchb2 at pci2 dev 11 function 0 "Apple Uni-N Eth" rev 0x00
"Apple Uni-N Eth Firewire" rev 0x01 at pci2 dev 14 function 0 not configured
gem0 at pci2 dev 15 function 0 "Apple Uni-N GMAC" rev 0x01: irq 41,
address 00:30:65:ba:aa:d8
bmtphy0 at gem0 phy 0: BCM5221 100baseTX PHY, rev. 3
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on wd0a swap on wd0b dump on wd0b
WARNING: / was not properly unmounted
[2399272.377] (--) Using wscons driver
[2399272.494]
X.Org X Server 1.9.3
Release Date: 2010-12-13
[2399272.494] X Protocol Version 11, Revision 0
[2399272.495] Build Operating System: OpenBSD 4.9 macppc
[2399272.495] Current Operating System: OpenBSD powerfull.my.domain 4.9 GENERIC#48 macppc
[2399272.496] Build Date: 01 March 2011 04:05:49PM
[2399272.496]
[2399272.513] Current version of pixman: 0.20.2
[2399272.513] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[2399272.513] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[2399272.514] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 7
00:29:55 2011
[2399272.713] (II) Loader magic: 0x19dfdb0
[2399272.713] X.Org ANSI C Emulation: 0.4
[2399272.713] X.Org Video Driver: 8.0
[2399272.713] X.Org XInput driver : 11.0
[2399272.713] X.Org Server Extension : 4.0
0x????????/131072
[2399272.723] (==) Using default built-in configuration (12 lines)
[2399272.723] (==) --- Start of built-in configuration ---
[2399272.724] Section "Device"
[2399272.724] Identifier "Builtin Default ati Device 0"
[2399272.724] Driver "ati"
[2399272.724] EndSection
[2399272.724] Section "Screen"
[2399272.724] Identifier "Builtin Default ati Screen 0"
[2399272.724] Device "Builtin Default ati Device 0"
[2399272.724] EndSection
[2399272.724] Section "ServerLayout"
[2399272.724] Identifier "Builtin Default Layout"
[2399272.724] Screen "Builtin Default ati Screen 0"
[2399272.724] EndSection
[2399272.724] (==) --- End of built-in configuration ---
[2399272.737] (==) ServerLayout "Builtin Default Layout"
[2399272.737] (**) |-->Screen "Builtin Default ati Screen 0" (0)
[2399272.737] (**) | |-->Monitor "<default monitor>"
[2399272.752] (**) | |-->Device "Builtin Default ati Device 0"
[2399272.752] (==) No monitor specified for screen "Builtin Default ati Screen 0".
Using a default monitor configuration.
[2399272.752] (==) Disabling SIGIO handlers for input devices
[2399272.752] (==) Not automatically adding devices
[2399272.752] (==) Not automatically enabling devices
/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/X11R6/lib/X11/fonts/75dpi/
[2399273.025] (==) ModulePath set to "/usr/X11R6/lib/modules"
[2399273.025] (==) |-->Input Device "<default pointer>"
[2399273.025] (==) |-->Input Device "<default keyboard>"
[2399273.025] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[2399273.025] (==) The core keyboard device wasn't specified
explicitly in the layout.
Using the default keyboard configuration.
[2399273.026] (II) LoadModule: "extmod"
[2399273.106] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[2399273.150] (II) Module extmod: vendor="X.Org Foundation"
[2399273.151] compiled for 1.9.3, module version = 1.0.0
[2399273.151] Module class: X.Org Server Extension
[2399273.151] ABI class: X.Org Server Extension, version 4.0
[2399273.151] (II) Loading extension MIT-SCREEN-SAVER
[2399273.151] (II) Loading extension XFree86-VidModeExtension
[2399273.151] (II) Loading extension XFree86-DGA
[2399273.151] (II) Loading extension DPMS
[2399273.151] (II) Loading extension XVideo
[2399273.152] (II) Loading extension XVideo-MotionCompensation
[2399273.152] (II) Loading extension X-Resource
[2399273.152] (II) LoadModule: "dbe"
[2399273.153] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[2399273.171] (II) Module dbe: vendor="X.Org Foundation"
[2399273.171] compiled for 1.9.3, module version = 1.0.0
[2399273.171] Module class: X.Org Server Extension
[2399273.171] ABI class: X.Org Server Extension, version 4.0
[2399273.171] (II) Loading extension DOUBLE-BUFFER
[2399273.171] (II) LoadModule: "glx"
[2399273.173] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[2399273.227] (II) Module glx: vendor="X.Org Foundation"
[2399273.228] compiled for 1.9.3, module version = 1.0.0
[2399273.228] ABI class: X.Org Server Extension, version 4.0
[2399273.229] (==) AIGLX enabled
[2399273.229] (II) Loading extension GLX
[2399273.229] (II) LoadModule: "record"
[2399273.231] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[2399273.244] (II) Module record: vendor="X.Org Foundation"
[2399273.244] compiled for 1.9.3, module version = 1.13.0
[2399273.244] Module class: X.Org Server Extension
[2399273.244] ABI class: X.Org Server Extension, version 4.0
[2399273.244] (II) Loading extension RECORD
[2399273.244] (II) LoadModule: "dri"
[2399273.245] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[2399273.271] (II) Module dri: vendor="X.Org Foundation"
[2399273.271] compiled for 1.9.3, module version = 1.0.0
[2399273.271] ABI class: X.Org Server Extension, version 4.0
[2399273.272] (II) Loading extension XFree86-DRI
[2399273.272] (II) LoadModule: "dri2"
[2399273.274] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[2399273.283] (II) Module dri2: vendor="X.Org Foundation"
[2399273.283] compiled for 1.9.3, module version = 1.2.0
[2399273.283] ABI class: X.Org Server Extension, version 4.0
[2399273.283] (II) Loading extension DRI2
[2399273.283] (II) LoadModule: "ati"
[2399273.284] (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so
[2399273.300] (II) Module ati: vendor="X.Org Foundation"
[2399273.300] compiled for 1.9.3, module version = 6.12.2
[2399273.300] Module class: X.Org Video Driver
[2399273.300] ABI class: X.Org Video Driver, version 8.0
[2399273.300] (II) LoadModule: "r128"
[2399273.301] (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.so
[2399273.321] (II) Module r128: vendor="X.Org Foundation"
[2399273.322] compiled for 1.9.3, module version = 6.8.1
[2399273.322] Module class: X.Org Video Driver
[2399273.322] ABI class: X.Org Video Driver, version 8.0
[2399273.330] (II) LoadModule: "mouse"
[2399273.351] (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
[2399273.362] (II) Module mouse: vendor="X.Org Foundation"
[2399273.362] compiled for 1.9.3, module version = 1.6.0
[2399273.362] Module class: X.Org XInput Driver
[2399273.362] ABI class: X.Org XInput driver, version 11.0
[2399273.362] (II) LoadModule: "kbd"
[2399273.365] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[2399273.367] (II) Module kbd: vendor="X.Org Foundation"
[2399273.367] compiled for 1.9.3, module version = 1.5.0
[2399273.367] Module class: X.Org XInput Driver
[2399273.367] ABI class: X.Org XInput driver, version 11.0
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
[2399273.369] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[2399273.370] (II) R128(0): PCI bus 0 card 16 func 0
[2399273.370] (II) R128(0): Creating default Display subsection in Screen section
"Builtin Default ati Screen 0" for depth/fbbpp 24/32
[2399273.370] (==) R128(0): Depth 24, (--) framebuffer bpp 32
[2399273.370] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[2399273.370] (==) R128(0): Default visual is TrueColor
[2399273.371] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
[2399273.371] (==) R128(0): RGB weight 888
[2399273.371] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[2399273.371] (--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF
(AGP)" (ChipID = 0x4c46)
[2399273.371] (--) R128(0): Linear framebuffer at 0xb4000000
[2399273.371] (--) R128(0): MMIO registers at 0xb0000000
[2399273.372] (--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
[2399273.372] (**) R128(0): Using flat panel for display
[2399273.512] (WW) R128(0): Video BIOS not found!
[2399273.512] (II) R128(0): Primary Display == Type 2
[2399273.512] (WW) R128(0): Can't determine panel dimensions, and none specified.
Disabling programming of FP registers.
[2399273.512] (II) R128(0): PLL parameters: rf=2950 rd=59 min=12500 max=25000; xclk=10500
[2399273.512] (II) Loading sub module "ddc"
[2399273.512] (II) LoadModule: "ddc"
[2399273.512] (II) Module "ddc" already built-in
[2399273.513] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[2399273.513] (II) R128(0):<default monitor>: Using default hsync
range of 31.50-37.90 kHz
[2399273.513] (II) R128(0):<default monitor>: Using default vrefresh
range of 50.00-70.00 Hz
[2399273.513] (WW) R128(0): Unable to estimate virtual size
[2399273.513] (II) R128(0): Clock range: 12.50 to 250.00 MHz
[2399273.520] (II) R128(0): Not using default mode "640x350" (vrefresh out of range)
[2399273.520] (II) R128(0): Not using default mode "320x175"
(doublescan mode not supported)
[2399273.520] (II) R128(0): Not using default mode "640x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x200"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "720x400" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "360x200"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "320x240"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (vrefresh out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "640x480" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "320x240"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "400x300"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300"
(doublescan mode not supported)
[2399273.521] (II) R128(0): Not using default mode "800x600" (hsync out of range)
[2399273.521] (II) R128(0): Not using default mode "400x300"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768i"
(interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "512x384i"
(interlace mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "512x384"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1152x864" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "576x432"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x960" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x480"
(doublescan mode not supported)
[2399273.522] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.522] (II) R128(0): Not using default mode "640x512"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1280x1024" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "640x512"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1600x1200" (hsync out of range)
[2399273.523] (II) R128(0): Not using default mode "800x600"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344"
(insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1792x1344"
(insufficient memory for mode)
[2399273.523] (II) R128(0): Not using default mode "896x672"
(doublescan mode not supported)
[2399273.523] (II) R128(0): Not using default mode "1856x1392"
(insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1856x1392"
(insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "928x696"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440"
(insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1920x1440"
(insufficient memory for mode)
[2399273.524] (II) R128(0): Not using default mode "960x720"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "832x624" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "416x312"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525"
(doublescan mode not supported)
[2399273.524] (II) R128(0): Not using default mode "1400x1050" (hsync out of range)
[2399273.524] (II) R128(0): Not using default mode "700x525"
(doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "1920x1440"
(insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "960x720"
(doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536"
(insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768"
(doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536"
(insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768"
(doublescan mode not supported)
[2399273.525] (II) R128(0): Not using default mode "2048x1536"
(insufficient memory for mode)
[2399273.525] (II) R128(0): Not using default mode "1024x768"
(doublescan mode not supported)
[2399273.525] (--) R128(0): Virtual size is 800x600 (pitch 800)
[2399273.525] (**) R128(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[2399273.525] (II) R128(0): Modeline "800x600"x60.3 40.00 800 840 968
1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[2399273.525] (**) R128(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[2399273.526] (II) R128(0): Modeline "800x600"x56.2 36.00 800 824 896
1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[2399273.526] (**) R128(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[2399273.526] (II) R128(0): Modeline "640x480"x59.9 25.18 640 656 752
800 480 490 492 525 -hsync -vsync (31.5 kHz)
[2399273.526] (==) R128(0): DPI set to (96, 96)
[2399273.526] (II) Loading sub module "fb"
[2399273.526] (II) LoadModule: "fb"
[2399273.541] (II) Loading /usr/X11R6/lib/modules/libfb.so
[2399273.564] (II) Module fb: vendor="X.Org Foundation"
[2399273.564] compiled for 1.9.3, module version = 1.0.0
[2399273.564] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.564] (II) Loading sub module "ramdac"
[2399273.564] (II) LoadModule: "ramdac"
[2399273.564] (II) Module "ramdac" already built-in
[2399273.564] (II) Loading sub module "xaa"
[2399273.564] (II) LoadModule: "xaa"
[2399273.568] (II) Loading /usr/X11R6/lib/modules/libxaa.so
[2399273.615] (II) Module xaa: vendor="X.Org Foundation"
[2399273.615] compiled for 1.9.3, module version = 1.2.1
[2399273.615] ABI class: X.Org Video Driver, version 8.0
[2399273.615] (II) Loading sub module "shadowfb"
[2399273.615] (II) LoadModule: "shadowfb"
[2399273.619] (II) Loading /usr/X11R6/lib/modules/libshadowfb.so
[2399273.624] (II) Module shadowfb: vendor="X.Org Foundation"
[2399273.624] compiled for 1.9.3, module version = 1.0.0
[2399273.624] ABI class: X.Org ANSI C Emulation, version 0.4
[2399273.624] (II) R128(0): Page flipping disabled
[2399273.624] (!!) R128(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
[2399273.624] (--) Depth 24 pixmap format is 32 bpp
[2399273.666] drmOpenDevice: node name is /dev/drm0
[2399273.667] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.667] drmOpenDevice: Open failed
[2399273.667] drmOpenDevice: node name is /dev/drm0
[2399273.668] drmOpenDevice: open result is -1, (Operation not permitted)
[2399273.668] drmOpenDevice: Open failed
[2399273.668] [drm] failed to load kernel module "r128"
[2399273.668] (EE) [drm] drmOpen failed.
[2399273.668] (EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.
[2399273.748] (II) R128(0): Memory manager initialized to (0,0) (800,2621)
[2399273.767] (II) R128(0): Reserved area from (0,600) to (800,602)
[2399273.768] (II) R128(0): Largest offscreen area available: 800 x 2019
[2399273.769] (II) R128(0): Using XFree86 Acceleration Architecture (XAA)
[2399273.769] Screen to screen bit blits
[2399273.770] Solid filled rectangles
[2399273.770] 8x8 mono pattern filled rectangles
[2399273.770] Indirect CPU to Screen color expansion
[2399273.770] Solid Lines
[2399273.770] Dashed Lines
[2399273.770] Scanline Image Writes
[2399273.790] 32 128x128 slots
[2399273.790] 14 256x256 slots
[2399273.793] (II) R128(0): Acceleration enabled
[2399273.794] (==) R128(0): Backing store disabled
[2399273.794] (==) R128(0): Silken mouse disabled
[2399273.814] (II) R128(0): Using hardware cursor (scanline 2408)
[2399273.814] (II) R128(0): Largest offscreen area available: 800 x 2016
[2399273.847] (==) R128(0): DPMS enabled
[2399273.855] (WW) R128(0): Direct rendering disabled
[2399273.866] (==) RandR enabled
[2399273.866] (II) Initializing built-in extension Generic Event Extension
[2399273.866] (II) Initializing built-in extension SHAPE
[2399273.866] (II) Initializing built-in extension MIT-SHM
[2399273.866] (II) Initializing built-in extension XInputExtension
[2399273.866] (II) Initializing built-in extension XTEST
[2399273.866] (II) Initializing built-in extension BIG-REQUESTS
[2399273.866] (II) Initializing built-in extension SYNC
[2399273.866] (II) Initializing built-in extension XKEYBOARD
[2399273.866] (II) Initializing built-in extension XC-MISC
[2399273.866] (II) Initializing built-in extension XINERAMA
[2399273.866] (II) Initializing built-in extension XFIXES
[2399273.866] (II) Initializing built-in extension RENDER
[2399273.866] (II) Initializing built-in extension RANDR
[2399273.867] (II) Initializing built-in extension COMPOSITE
[2399273.867] (II) Initializing built-in extension DAMAGE
[2399273.994] (II) AIGLX: Screen 0 is not DRI2 capable
[2399274.000] (II) AIGLX: Screen 0 is not DRI capable
[2399274.184] (II) AIGLX: Loaded and initialized
/usr/X11R6/lib/modules/dri/swrast_dri.so
[2399274.184] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[2399276.646] (WW)<default pointer>: No Device specified, looking for one...
[2399276.647] (II)<default pointer>: found Device "/dev/wsmouse"
[2399276.647] (**)<default pointer>: Protocol: WSMouse
[2399276.647] (**) Option "CorePointer"
[2399276.647] (**)<default pointer>: always reports core events
[2399276.647] (**) Option "Device" "/dev/wsmouse"
[2399276.677] (==)<default pointer>: Emulate3Buttons, Emulate3Timeout: 50
[2399276.677] (**)<default pointer>: ZAxisMapping: buttons 4 and 5
[2399276.677] (**)<default pointer>: Buttons: 9
[2399276.677] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
[2399276.678] (**)<default pointer>: (accel) keeping acceleration scheme 1
[2399276.678] (**)<default pointer>: (accel) acceleration profile 0
[2399276.678] (**)<default pointer>: (accel) acceleration factor: 2.000
[2399276.679] (**)<default pointer>: (accel) acceleration threshold: 4
[2399276.680] (**) Option "CoreKeyboard"
[2399276.680] (**)<default keyboard>: always reports core events
[2399276.680] (**) Option "Protocol" "standard"
[2399276.680] (**)<default keyboard>: Protocol: standard
[2399276.680] (--)<default keyboard>: using wscons layout us
[2399276.681] (**) Option "XkbRules" "xorg"
[2399276.681] (**)<default keyboard>: XkbRules: "xorg"
[2399276.681] (**) Option "XkbModel" "pc105"
[2399276.681] (**)<default keyboard>: XkbModel: "pc105"
[2399276.681] (**) Option "XkbLayout" "us"
[2399276.681] (**)<default keyboard>: XkbLayout: "us"
[2399276.681] (**) Option "CustomKeycodes" "off"
[2399276.681] (**)<default keyboard>: CustomKeycodes disabled
[2399276.681] (II) XINPUT: Adding extended input device "<default
keyboard>" (type: KEYBOARD)
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "Device"
Identifier "ATI Rage 128 M3"
Option "UseFBDev"
Driver "r128"
VideoRam 8192
EndSection
Section "Monitor"
Identifier "Apple PowerBook G4"
HorizSync 30-100
VertRefresh 50-160
Option "DPMS"
Modeline "1152x768" 64.994 1152 1178 1314 1472 768 771 777 806 +HSync
-VSync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Rage 128 M3"
Monitor "Apple PowerBook G4"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "DRI"
Mode 0666
EndSection
I have Aluminimum LowRes (1440x900) Powerbook G4 17" and
have installed "terminus-font", "fluxbox" and "rxvt-unicode" -packages.
I am using USB MightyMouse.

------------------------------
/etc/X11/xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
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/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/terminus/"
FontPath "/usr/local/share/ghostscript/fonts"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"

EndSection


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
Option "Emulate3Buttons" "off"
Option "Buttons 9"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Option "PanelSize" "1440x900"
Option "MacModel" "powerbook-internal"
Identifier "Card0"
Driver "radeon"
BusID "PCI:0:16:0"
Option "VGAAccess" "off"
Option "DRI" "off"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 1440 900
EndSubSection
EndSection

-----------------------------------------
.xnitrc:

xmodmap .xmodmaprc
exec /usr/local/bin/startfluxbox

-----------------------------------------
.xmodmaprc:

keycode 49 = less greater less greater bar brokenbar
keycode 94 = section degree section degree notsign notsign
keycode 35 = asciitilde asciicircum
keycode 64 = Mode_switch
keycode 16 = 7 slash bar
keycode 13 = 4 EuroSign
keycode 11 = 2 quotedbl at

-----------------------------------------
.Xdefaults:

XTerm*loginShell:true
URxvt*loginShell:true
URxvt*font: -xos4-terminus-medium-r-normal-*-*-160-*-*-*-*-iso10646-1
URxvt*scrollstyle:rxvt
XTerm*font: -xos4-terminus-medium-r-normal-*-*-160-*-*-*-*-iso10646-1
XTerm*locale:utf8
Urxvt*locale:utf8

------------------------------

-pekka-
Joel Rees
2011-07-10 00:16:32 UTC
Permalink
Post by noman
Well it seems sending those files didn't help that much. So one
last question before I give up. The error is about the device /dev/
drm0 which I don't have and isn't in the dmesg. Based on my dmesg
what is the proper display device? It seems like if I could get it
using the right device it may work. This is too bad too, I really
wanted to use this on a road trip later this month.
It seems like I should have some memory of how this went, but the
machine I was working on has some sort of heat-related intermittent
connection on the circuit board (most likely around the video chip
that is famous for cold solder joints) and I haven't talked myself
into getting a .5 or .3 mm soldering iron/tip and a jeweler's glass
to try to get in there and so on) so the machine I was working on is
not being used right now.

xorg.conf and its variants can reside many places, and the
documentation for X11 is in seriously mixed progress on several
fronts. What worked on Debian x86 four years ago is likely to cause
problems on openBSD PPC now.

I'm thinking that if I were in your shoes, I'd try a fresh install
from scratch and see what happens when you don't try any initial
configuration at all before you run xinit from a terminal session for
the first time. Also, you might try the tool that sets up a best-
guess configuration file, again, before you try adding any
configuration files. I was getting somewhere with that when the video
chip just went awol on me.

(I left a partial record of my adventures several months back, you
can problem find that in the list archives if you want an idea of
what blind alleys I went down.)

Joel Rees

Loading...