Bug#164316: xserver-xfree86: [radeon] can't read V_BIOS?

2002-10-11 Thread Michel Dänzer
On Fre, 2002-10-11 at 17:41, Dale Harris wrote:
> 
> So I don't understand why I'm not seeing the video bios on the radeon
> mobility m7 lw..

It's hard to see something that doesn't exist... it's not relevant.

> I'm using a Powerbook G4 obviously.  I assume this related to why it can't
> see the AGP stuff either.

No, that's because agpgart for the Apple UniNorth chipset only works in
recent benh kernels yet. The DRI wouldn't work anyway, all you'd get is
a lockup.

> Do I just need a newer radeon driver?  I did see some similar reports
> on the debianppc list however the exact solution alluded me.

The easiest solution is to add

deb http://penguinppc.org/~daenzer/debian/dri-trunk/./

to /etc/apt/sources.list, install the xserver-xfree86-dri-trunk and
drm-trunk-module-src packages and build the DRM from the latter.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast





Bug#164316: xserver-xfree86: [radeon] can't read V_BIOS?

2002-10-11 Thread Dale Harris
Package: xserver-xfree86
Version: 4.2.1-2
Severity: minor
Tags: sid


So I don't understand why I'm not seeing the video bios on the radeon
mobility m7 lw..  I'm using a Powerbook G4 obviously.  I assume this
related to why it can't see the AGP stuff either.  Do I just need a 
newer radeon driver?  I did see some similar reports on the debianppc 
list however the exact solution alluded me.


-- Package-specific info:
00:10.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW
00:10.0 Class 0300: 1002:4c57

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/etc/X11/fonts/misc/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/input/mice"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Apple"
ModelName"Powerbook G4"
HorizSync   30-68
VertRefresh 50-85

Mode "1280x854"
# D: 79.815 MHz, H: 51.963 kHz, V: 60.003 Hz
DotClock 79.816
HTimings 1280 1296 1408 1536
VTimings 854 855 858 866
Flags"-HSync" "-VSync"# Warning: XFree86 doesn't support accel
EndMode

EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "ForcePCIMode"  # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
#Option "AGPMode"   # 
#Option "AGPSize"   # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "CrtScreen" # []
#Option "PanelSize" # []
#Option "UseFBDev"  # []
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI"
BoardName   "Radeon Mobility M7 LW"
BusID   "PCI:0:16:0"
Option  "UseFBDev"  "true"
Option  "AGPMode" "1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
Monitor"Monitor0"
SubSection "Display"
Depth 1
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 4
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 8
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 15
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 16
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 24
Modes   "1280x854"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection



XFree86 Version 4.2.1 (Debian 4.2.1-2 20021008164304 [EMAIL PROTECTED]) / X 
Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.19-powerpc-smp ppc [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Oct 11 07:56:26 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) 

Bug#164316: xserver-xfree86: [radeon] can't read V_BIOS?

2002-10-11 Thread Michel Dänzer

On Fre, 2002-10-11 at 17:41, Dale Harris wrote:
> 
> So I don't understand why I'm not seeing the video bios on the radeon
> mobility m7 lw..

It's hard to see something that doesn't exist... it's not relevant.

> I'm using a Powerbook G4 obviously.  I assume this related to why it can't
> see the AGP stuff either.

No, that's because agpgart for the Apple UniNorth chipset only works in
recent benh kernels yet. The DRI wouldn't work anyway, all you'd get is
a lockup.

> Do I just need a newer radeon driver?  I did see some similar reports
> on the debianppc list however the exact solution alluded me.

The easiest solution is to add

deb http://penguinppc.org/~daenzer/debian/dri-trunk/./

to /etc/apt/sources.list, install the xserver-xfree86-dri-trunk and
drm-trunk-module-src packages and build the DRM from the latter.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#164316: xserver-xfree86: [radeon] can't read V_BIOS?

2002-10-11 Thread Dale Harris

Package: xserver-xfree86
Version: 4.2.1-2
Severity: minor
Tags: sid


So I don't understand why I'm not seeing the video bios on the radeon
mobility m7 lw..  I'm using a Powerbook G4 obviously.  I assume this
related to why it can't see the AGP stuff either.  Do I just need a 
newer radeon driver?  I did see some similar reports on the debianppc 
list however the exact solution alluded me.


-- Package-specific info:
00:10.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW
00:10.0 Class 0300: 1002:4c57

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/etc/X11/fonts/misc/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "speedo"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "PS/2"
Option  "Device" "/dev/input/mice"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Apple"
ModelName"Powerbook G4"
HorizSync   30-68
VertRefresh 50-85

Mode "1280x854"
# D: 79.815 MHz, H: 51.963 kHz, V: 60.003 Hz
DotClock 79.816
HTimings 1280 1296 1408 1536
VTimings 854 855 858 866
Flags"-HSync" "-VSync"# Warning: XFree86 doesn't support accel
EndMode

EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "ForcePCIMode"  # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
#Option "AGPMode"   # 
#Option "AGPSize"   # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "CrtScreen" # []
#Option "PanelSize" # []
#Option "UseFBDev"  # []
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI"
BoardName   "Radeon Mobility M7 LW"
BusID   "PCI:0:16:0"
Option  "UseFBDev"  "true"
Option  "AGPMode" "1"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
Monitor"Monitor0"
SubSection "Display"
Depth 1
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 4
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 8
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 15
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 16
Modes   "1280x854"
EndSubSection
SubSection "Display"
Depth 24
Modes   "1280x854"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection



XFree86 Version 4.2.1 (Debian 4.2.1-2 20021008164304 [EMAIL PROTECTED]) / X 
Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.19-powerpc-smp ppc [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Oct 11 07:56:26 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==)