[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412228: This is still a problem for me.



alley:/etc/X11# lspci
0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth/Pangea AGP
0000:00:10.0 Display controller: ATI Technologies Inc Rage 128 Pro Ultra TR
0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth/Pangea PCI
0001:10:17.0 Class ff00: Apple Computer Inc. KeyLargo/Pangea Mac I/O
0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Pangea USB
0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Pangea USB
0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth/Pangea Internal PCI
0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth/Pangea FireWire
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth/Pangea
GMAC (Sun GEM)
alley:/etc/X11# cat /proc/cpuinfo
processor	: 0
cpu		: 745/755
temperature 	: 15-17 C (uncalibrated)
clock		: 600.000000MHz
revision	: 51.17 (pvr 0008 3311)
bogomips	: 49.79
timebase	: 24960000
platform	: PowerMac
model		: PowerMac4,1
machine		: PowerMac4,1
motherboard	: PowerMac4,1 MacRISC2 MacRISC Power Macintosh
detected as	: 256 (iMac "Flower Power")
pmac flags	: 00000010
L2 cache	: 256K unified
pmac-generation	: NewWorld
alley:/etc/X11# uname -a
Linux alley 2.6.26-1-powerpc #1 Thu Oct 9 12:30:07 CEST 2008 ppc GNU/Linux
alley:/etc/X11# dpkg -l xserver-xorg
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  xserver-xorg   1:7.3+18       the X.Org X server
alley:/etc/X11# dpkg -l xserver-xorg*r128
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  xserver-xorg-v 6.8.0-1        X.Org X server -- ATI r128 display driver


The following xorg.conf works for me. (avoiding the r128 driver entirely.)

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	BusID		"PCI:0:16:0"
	Driver "fbdev"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

-- 


--------------------------------------------------
Simon Fondrie-Teitler
--------------------------------------------------



Reply to: