Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XF86Config for G5 (Dual 1.8 GHz)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
mox2k
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 119

PostPosted: Wed May 26, 2004 7:51 am    Post subject: XF86Config for G5 (Dual 1.8 GHz) Reply with quote

I have installed Gentoo 2004.1 on my G5 Dual 1.8 GHz. However, I have problems getting XFree running. Could someone possibly post his configuration file? Thanks in advance.
Back to top
View user's profile Send private message
pelon's
n00b
n00b


Joined: 05 Sep 2003
Posts: 66
Location: CH -> TI

PostPosted: Wed May 26, 2004 8:41 am    Post subject: Reply with quote

Code:

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/"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option      "XkbLayout"     "fr_CH
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Protocol"        "IMPS/2"
Option      "ZAxisMapping"  "4 5"
Option      "Device"        "/dev/input/mice"
EndSection

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

HorizSync       30-80
VertRefresh     50-90


EndSection

Section "Device"
Identifier  "Card0"
Driver      "nv"
VendorName  "nVidia Corporation"
BoardName   "Unknown Board"
BusID       "PCI:240:16:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes   "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes   "1280x1024" "800x600"
EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
Back to top
View user's profile Send private message
mox2k
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 119

PostPosted: Wed May 26, 2004 10:20 am    Post subject: Thank you :) One more question: Reply with quote

Great! Thank you very much :))

One more question: What else - apart from

emerge xfree

do I have to install?
Back to top
View user's profile Send private message
Frax
n00b
n00b


Joined: 29 Aug 2003
Posts: 25

PostPosted: Wed May 26, 2004 12:34 pm    Post subject: Reply with quote

You can

emerge gnome

or

emerge kde

or both.


Here you'll fin everything you need :

http://www.gentoo.org/doc/en/index.xml#doc_chap5

The desktop configuration guide is especially useful.
Back to top
View user's profile Send private message
mox2k
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 119

PostPosted: Tue Jun 01, 2004 11:38 am    Post subject: Reply with quote

pelon's wrote:
Code:

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/"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option      "XkbLayout"     "fr_CH
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Protocol"        "IMPS/2"
Option      "ZAxisMapping"  "4 5"
Option      "Device"        "/dev/input/mice"
EndSection

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

HorizSync       30-80
VertRefresh     50-90


EndSection

Section "Device"
Identifier  "Card0"
Driver      "nv"
VendorName  "nVidia Corporation"
BoardName   "Unknown Board"
BusID       "PCI:240:16:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes   "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes   "1280x1024" "800x600"
EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


hm ... doesn't work ... should work though ... I have tried YDL and it gives me Depth 15 as default. YDL works although the XF86Config from YDL does not work under Gentoo. Strange. Maybe because of different XFree?Or maybe because of the TFT monitor (X17-1 from Fujitsu Siemens)?
Back to top
View user's profile Send private message
Immortal Q
Apprentice
Apprentice


Joined: 14 Sep 2003
Posts: 241
Location: Silicone Valley

PostPosted: Tue Jun 01, 2004 6:52 pm    Post subject: Reply with quote

WHat kind of problems are you having? Is your monitor complaining about "signal out of range" or is it something else? If it's the former, try matching up your sync values to those mentioned in your monitor manual - that usually fixes things, especially with LCD displays which tend to be a bit picky there (probably because the whole "sync" thing is essentially emulated, seeing as LCDs don't have an electron gun scanning up and down)
_________________
Osmos.org
Now with 20% fewer rabid primates.
Back to top
View user's profile Send private message
mox2k
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 119

PostPosted: Wed Jun 02, 2004 7:41 am    Post subject: Reply with quote

It's not entirely clear to me. I'll post my log this evening. I have adjusted hsync and vsync according to my monitor's manual, but when I start X nothing really happens. I am thrown back to the console without any error messages (might be in the log tho).
As I have pointed out, X does seem to work under YDL, but the very same XF86Config does not work with my current installation.
Back to top
View user's profile Send private message
simon_b
n00b
n00b


Joined: 03 Jun 2004
Posts: 46
Location: Hamilton, NZ

PostPosted: Tue Jun 08, 2004 1:18 am    Post subject: Reply with quote

does anyone have a config for the dual 2ghz G5 with an ati radeon 9600 pro?

I emerged Xasyconf and gnome however i can only get a max res of 800x600 56hz on my Hyundai Q15 LCD monitor.... anyone have any idea's?
Back to top
View user's profile Send private message
korg
n00b
n00b


Joined: 27 Jan 2004
Posts: 46

PostPosted: Tue Jun 08, 2004 6:56 am    Post subject: Reply with quote

If anyone has a config that gets a lcd monitor working via DVI from an nvidia 5200 ultra, then Id love to hear about it ;)
Back to top
View user's profile Send private message
jaspal kallar
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 194
Location: Sweden

PostPosted: Tue Jun 08, 2004 12:28 pm    Post subject: Reply with quote

I had the following for a DVI LCD with a nvidia card (sing driver "nv") but it was on a pc (i.e x86). Anyway may help.

Code:
Section "Device"
  BoardName    "Unknown"
  BusID        "1:0:0"
  Driver       "nv"
  Identifier   "Device[0]"
  Option       "dpms"
  Option        "FlatPanel"
  #Option "CrtcNumber" "0"
  Option "CrtcNumber" "1"
  #Option       "NvAGP" "1"
  Screen       0
  VendorName   "Unknown"
EndSection


Namely try/add to your XF86config
Code:
 Option        "FlatPanel"
  #Option "CrtcNumber" "0"
  Option "CrtcNumber" "1"
Back to top
View user's profile Send private message
korg
n00b
n00b


Joined: 27 Jan 2004
Posts: 46

PostPosted: Tue Jun 08, 2004 11:40 pm    Post subject: Reply with quote

jaspal kallar wrote:
I had the following for a DVI LCD with a nvidia card (sing driver "nv") but it was on a pc (i.e x86). Anyway may help.


You rock! :-)

Thanks, ill give that a try...
Back to top
View user's profile Send private message
CAVE-MAN
n00b
n00b


Joined: 09 Jun 2004
Posts: 4

PostPosted: Wed Jun 09, 2004 5:02 pm    Post subject: G5 9800 pro Reply with quote

I've got the 9800 pro working on either monitor output but the screen is corrupted on the second head. xinerama doesn't make any difference nor does adjusting the color depth :(

has anyone else have any luck with a dual head config?
Back to top
View user's profile Send private message
simon_b
n00b
n00b


Joined: 03 Jun 2004
Posts: 46
Location: Hamilton, NZ

PostPosted: Wed Jun 09, 2004 9:42 pm    Post subject: Re: G5 9800 pro Reply with quote

CAVE-MAN wrote:
I've got the 9800 pro working on either monitor output but the screen is corrupted on the second head. xinerama doesn't make any difference nor does adjusting the color depth :(

has anyone else have any luck with a dual head config?


what did you have to do to get your radeon to go? ive got a 9600 pro and cant get x to display more than 800x600
Back to top
View user's profile Send private message
CAVE-MAN
n00b
n00b


Joined: 09 Jun 2004
Posts: 4

PostPosted: Fri Jun 11, 2004 11:13 pm    Post subject: Reply with quote

I'm using the Xorg-X11 server, here are the relevant parts of my X config

Code:

Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" 0 0
  Screen      1  "Screen1" RightOf "Screen0"
  InputDevice    "wacom-mouse" "CorePointer"
  InputDevice    "Mouse0" "SendCoreEvents"
  InputDevice    "Keyboard0" "CoreKeyboard"
  Option         "Xinerama" "On"
EndSection

Section "Device"
  Identifier  "Card0"
  Driver      "ati"
  VendorName  "ATI Technologies Inc"
  BoardName   "Radeon R350 [Radeon 9800]"
  BusID       "PCI:240:16:0"
  Screen       0
  Option      "EnablePageFlip" "Off"
EndSection

Section "Device"
  Identifier  "Card1"
  Driver      "ati"
  VendorName  "ATI Technologies Inc"
  BoardName   "Radeon R350 [Radeon 9800]"
  BusID       "PCI:240:16:0"
  Screen      1
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     8
  EndSubSection
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     16
  EndSubSection
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     24
  EndSubSection
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     32
  EndSubSection
EndSection


Section "Screen"
  Identifier "Screen1"
  Device     "Card1"
  Monitor    "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     8
  EndSubSection
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     24
  EndSubSection
  SubSection "Display"
    Modes     "1600x1200" "1280x1024"
    Depth     32
  EndSubSection
EndSection


you might need to change the BusID, just run lspci to see what the id of your video card is.
Back to top
View user's profile Send private message
simon_b
n00b
n00b


Joined: 03 Jun 2004
Posts: 46
Location: Hamilton, NZ

PostPosted: Sat Jun 12, 2004 8:38 pm    Post subject: Reply with quote

thanks for that! i've got it working now with xorg and i used xeasyconfig.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum