Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg problems on my 17inch powerbook
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
goku8499
n00b
n00b


Joined: 20 Feb 2004
Posts: 22

PostPosted: Fri Jun 11, 2004 9:58 am    Post subject: xorg problems on my 17inch powerbook Reply with quote

i can't get graphics to work on my 17 inch powerbook 1.33ghz it does seem to sync right and i have entered the value for the sync rates for this screen any ideas?
Back to top
View user's profile Send private message
makia
n00b
n00b


Joined: 03 Jun 2004
Posts: 9

PostPosted: Tue Jun 15, 2004 7:37 pm    Post subject: Reply with quote

Here's my xorg.conf for my 17in powebook:

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     "unix/:-1"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
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"
UseModes        "Modes0"
HorizSync       30-70
VertRefresh     50-160
EndSection

Section "Device"
Option     "UseFBDev" "true"
Identifier  "Card0"
Driver          "ati"
VendorName  "ATI Technologies Inc"
BoardName   "Unknown Board"
BusID       "PCI:0:16:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
Modes   "1440x900"
EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Modes"
        Identifier      "Modes0"
        # mode generated by Xeasyconf
        Modeline "1440x900" 96.219 1440 1504 1536 1760  900 903 906 912  -HSync
-VSync
EndSection


This seems to work out pretty well. Once you get into X, you might want to check out this other forum: https://forums.gentoo.org/viewtopic.php?t=177797. Have fun.
Back to top
View user's profile Send private message
_savage
Guru
Guru


Joined: 06 Jun 2004
Posts: 308
Location: Redmond, WA

PostPosted: Thu Jun 17, 2004 3:10 am    Post subject: Reply with quote

is your xorg a little flaky on exit? mine simply locks up my TiBook with a black screen... or maybe it's gnome, not sure. but i can barely exit my desktop cleanly :(

jens
_________________
Jens Troeger
http://savage.light-speed.de/
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