 |
 |
 |
 |
| Mac Chat The place to discuss your Fedora/ Mac woes (including ibooks and powerbooks). |

3rd June 2005, 08:02 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 66

|
|
|
X on Powerbook G4
Hi all,
I have a new PowerBook G4 (1.67GHz) that I've installed FC4-T3 on. The install went ok in text mode but graphical mode didn't work.
After the install and reboot, I downloaded and ran Xautoconifg, which wrote an XF86Config file that looks like it ought to work, but it doesn't. I either get a screenful of horizontal stripes or I get a black screen.
Anyone know of a solution? Would waiting for FC4 final help?
|

3rd June 2005, 08:45 PM
|
 |
Registered User
|
|
Join Date: May 2005
Location: Abq, NM
Age: 35
Posts: 1,158

|
|
|
what the contents of the file: /etc/X11/xorg.conf ?
__________________
I am root. If you see me laughing you better have a backup.
|

3rd June 2005, 11:30 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 19

|
|
|
yes, please post your xorg.conf file, as that will help immensly in getting to the root of the problem. I had some graphical problems of my own and I inserted this:
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility 7500"
Option "UseFBDev" "true"
This fixed my graphical problems in X.
Last edited by theholynig; 3rd June 2005 at 11:33 PM.
|

7th June 2005, 01:02 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 66

|
|
Code:
[bcs@helios bcs]$ scp titan.csd.unb.ca:~/xorg.conf .
Enter passphrase for key '/home/bcs/.ssh/id_dsa':
xorg.conf 100% |*****************************| 2725 00:00
[bcs@helios bcs]$ cat xorg.conf
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Color LCD"
DisplaySize 320 220
HorizSync 30.0 - 100.0
VertRefresh 50.0 - 60.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility 9600 M10"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
[bcs@helios bcs]$
|

13th June 2005, 12:43 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 19

|
|
|
try adding
Option "UseFBDev" "true"
in Section "Device"
|

13th June 2005, 01:58 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 66

|
|
Quote:
|
Originally Posted by theholynig
try adding
Option "UseFBDev" "true"
in Section "Device"
|
I tried that, still no joy.
Does anyone have a working xorg.conf from a 1.67GHz 15" Powerbook?
|

17th June 2005, 10:45 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2

|
|
|
Also problem to set up X on FC4 on PowerBook G4
ben s wrote:
Quote:
|
Does anyone have a working xorg.conf from a 1.67GHz 15" Powerbook?
|
Yes, I would like to have that file too. I've tried to set up X on Fedora Core 4 on PowerBook G4 15" SD, so far with no success. I end up with similar results as ben s.
Below is my /etc/X11/xorg.conf file
Code:
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Modes"
Identifier "Modes0"
Modeline "1280x854" 79.815 1280 1296 1408 1536 854 855 858 866 -HSync -VSync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Apple Aluminum PowerBook G4"
UseModes "Modes0"
HorizSync 30.0 - 100.0
VertRefresh 50.0 - 60.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon Mobility 9600 M10"
Option "UseFBDev" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x854"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|

20th June 2005, 08:44 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2

|
|
|
And X worked fine with same xorg.conf on FC4 test 2. After installing FC4 test 3 it didn't work anymore. I wonder what have changed...
|

14th July 2005, 05:26 PM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 1

|
|
|
Couple of tricks to get X working on PBG4 15" 1GHz
Hi Folks,
Just a note covering my experiences getting FC4 up and running on my PB. Ultimately, the trick to getting X working right was to add the following to my kernel command line (via the yaboot.conf 'append=' line):
video=radeonfb:1280x854-32@60
Basically this gets the console frame buffer driver agreeing with what I've set up X to do. I'll post my full yaboot.conf and X configs in followon posts (I'm not actually using that machine at the moment).
System Info: (reported by OSX System Profiler)
Software Overview:
System Version: Mac OS X 10.2.1 (6e62)
Boot volume: <empty>
Kernel version: Darwin Kernel Version 6.1 ......
User name: <omitted>
Hardware Overview:
Machine speed: 1GHz
Bus speed: 133Mz
# Processors: 1
L2 Cache size: 256K
L3 Cache size: 1MB
Machine Model: PowerBook3,5 (version=3.2)
Boot ROM Info: 4.5.3f2
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:40 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|