Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X cannot start on G3 iMac, only black screen.
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
hakanekat
n00b
n00b


Joined: 13 Jan 2014
Posts: 12
Location: Kyoto, Japan

PostPosted: Sun Jan 25, 2015 3:23 pm    Post subject: X cannot start on G3 iMac, only black screen. Reply with quote

I've been installing Gentoo on a G3 iMac (iMac DV, slot loading).

The hardware specification of the machine is:
CPU 400MHz PowerPC G3
Memory 640MB SDRAM
Video ATY, Rage128 VR with 8MB VRAM.

I've installed x11-base/xorg-x11.
However, I can see nothing but a black screen after startx.

Input such as Ctrl + Alt + F1 seems to be refused,
only I can ssh from other machines.

What makes me possible to start X11? :cry:

My /etc/X11/xorg.conf is:
Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
   Option       "AIGLX" "off"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
#   Driver      "evdev"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
#   Driver      "evdev"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
#   ModeLine     "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800
   HorizSync    30-107
   VertRefresh  48-120
#   Option        "PreferredMode" "1024x768"
   Option        "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "kmsdev"                # <str>
        #Option     "ShadowFB"              # [<bool>]
   Identifier  "Card0"
   Driver      "r128"
        Option     "UseFBDev" "false"
   Option     "NoInt10" "true"
#   Driver      "modesetting"
#   BusID       "PCI:0:16:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
#   SubSection "Display"
#      Viewport   0 0
#      Depth     1
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     4
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     8
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     15
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     16
#   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1024x768"
   EndSubSection
EndSection


The Xorg.log.0 is:
Code:

[  2879.997]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[  2880.011] X Protocol Version 11, Revision 0
[  2880.017] Build Operating System: Linux 3.12.21-gentoo-r1 ppc Gentoo
[  2880.022] Current Operating System: Linux gentoo-imacdv 3.12.21-gentoo-r1 #21 Sat Jan 24 07:42:29 JST 2015 ppc
[  2880.022] Kernel command line: root=/dev/hda13 ro
[  2880.033] Build Date: 22 January 2015  02:06:23AM
[  2880.038] 
[  2880.043] Current version of pixman: 0.32.4
[  2880.054]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  2880.054] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2880.077] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 25 23:25:08 2015
[  2880.108] (==) Using config file: "/etc/X11/xorg.conf"
[  2880.114] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2880.136] (==) ServerLayout "X.org Configured"
[  2880.136] (**) |-->Screen "Screen0" (0)
[  2880.136] (**) |   |-->Monitor "Monitor0"
[  2880.148] (**) |   |-->Device "Card0"
[  2880.148] (**) |-->Input Device "Mouse0"
[  2880.148] (**) |-->Input Device "Keyboard0"
[  2880.149] (**) Option "AIGLX" "off"
[  2880.149] (==) Automatically adding devices
[  2880.149] (==) Automatically enabling devices
[  2880.149] (==) Automatically adding GPU devices
[  2880.207] (**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/,
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[  2880.207] (**) ModulePath set to "/usr/lib/xorg/modules"
[  2880.224] (II) Loader magic: 0x10214618
[  2880.224] (II) Module ABI versions:
[  2880.224]    X.Org ANSI C Emulation: 0.4
[  2880.224]    X.Org Video Driver: 15.0
[  2880.224]    X.Org XInput driver : 20.0
[  2880.224]    X.Org Server Extension : 8.0
[  2880.226] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2880.230] (--) PCI:*(0:0:16:0) 1002:524c:1002:524c rev 0, Mem @ 0x94000000/67108864, 0x90000000/16384, I/O @ 0x00000400/256, BIOS @ 0x????????/131072
[  2880.231] (II) Open APM successful
[  2880.245] Initializing built-in extension Generic Event Extension
[  2880.251] Initializing built-in extension SHAPE
[  2880.257] Initializing built-in extension MIT-SHM
[  2880.262] Initializing built-in extension XInputExtension
[  2880.268] Initializing built-in extension XTEST
[  2880.274] Initializing built-in extension BIG-REQUESTS
[  2880.279] Initializing built-in extension SYNC
[  2880.285] Initializing built-in extension XKEYBOARD
[  2880.290] Initializing built-in extension XC-MISC
[  2880.295] Initializing built-in extension XINERAMA
[  2880.300] Initializing built-in extension XFIXES
[  2880.305] Initializing built-in extension RENDER
[  2880.310] Initializing built-in extension RANDR
[  2880.315] Initializing built-in extension COMPOSITE
[  2880.319] Initializing built-in extension DAMAGE
[  2880.324] Initializing built-in extension MIT-SCREEN-SAVER
[  2880.329] Initializing built-in extension DOUBLE-BUFFER
[  2880.334] Initializing built-in extension RECORD
[  2880.338] Initializing built-in extension DPMS
[  2880.343] Initializing built-in extension Present
[  2880.348] Initializing built-in extension DRI3
[  2880.352] Initializing built-in extension X-Resource
[  2880.357] Initializing built-in extension XVideo
[  2880.362] Initializing built-in extension XVideo-MotionCompensation
[  2880.366] Initializing built-in extension XFree86-VidModeExtension
[  2880.371] Initializing built-in extension XFree86-DGA
[  2880.375] Initializing built-in extension XFree86-DRI
[  2880.380] Initializing built-in extension DRI2
[  2880.380] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2880.380] (II) LoadModule: "glx"
[  2880.399] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2880.554] (II) Module glx: vendor="X.Org Foundation"
[  2880.554]    compiled for 1.15.0, module version = 1.0.0
[  2880.554]    ABI class: X.Org Server Extension, version 8.0
[  2880.554] (**) AIGLX disabled
[  2880.559] Loading extension GLX
[  2880.559] (II) LoadModule: "r128"
[  2880.560] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[  2880.572] (II) Module r128: vendor="X.Org Foundation"
[  2880.572]    compiled for 1.15.0, module version = 6.9.2
[  2880.572]    Module class: X.Org Video Driver
[  2880.572]    ABI class: X.Org Video Driver, version 15.0
[  2880.573] (II) LoadModule: "evdev"
[  2880.573] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2880.594] (II) Module evdev: vendor="X.Org Foundation"
[  2880.594]    compiled for 1.15.0, module version = 2.8.2
[  2880.594]    Module class: X.Org XInput Driver
[  2880.594]    ABI class: X.Org XInput driver, version 20.0
[  2880.595] (II) R128: Driver for ATI Rage 128 chipsets:
   ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
   ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
   ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
   ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
   ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
   ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
   ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
   ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
   ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
   ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
   ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
   ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
   ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
[  2880.598] (--) using VT number 7

[  2880.617] (II) R128(0): PCI bus 0 card 16 func 0
[  2880.617] (**) R128(0): Depth 24, (--) framebuffer bpp 32
[  2880.617] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  2880.618] (==) R128(0): Default visual is TrueColor
[  2880.618] (**) R128(0): Option "UseFBDev" "false"
[  2880.618] (II) R128(0): VGAAccess option set to FALSE, VGA module load skipped
[  2880.618] (==) R128(0): RGB weight 888
[  2880.618] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[  2880.618] (II) Loading sub module "int10"
[  2880.619] (II) LoadModule: "int10"
[  2880.620] (II) Loading /usr/lib/xorg/modules/libint10.so
[  2880.635] (II) Module int10: vendor="X.Org Foundation"
[  2880.635]    compiled for 1.15.0, module version = 1.0.0
[  2880.635]    ABI class: X.Org Video Driver, version 15.0
[  2880.635] (II) R128(0): initializing int10
[  2880.637] (**) R128(0): Option "NoINT10" "true"
[  2880.637] (--) R128(0): Chipset: "ATI Rage 128 VR RL (AGP)" (ChipID = 0x524c)
[  2880.637] (--) R128(0): Linear framebuffer at 0x94000000
[  2880.637] (--) R128(0): MMIO registers at 0x90000000
[  2880.638] (--) R128(0): VideoRAM: 8192 kByte (64-bit SDR SGRAM 2:1)
[  2880.638] (**) R128(0): Using external CRT for display
[  2880.638] (WW) R128(0): Failed to read PCI ROM!
[  2880.638] (WW) R128(0): Video BIOS not found!
[  2880.639] (II) R128(0): Primary Display == Type 1
[  2880.640] (WW) R128(0): Can't determine panel dimensions, and none specified.
   Disabling programming of FP registers.
[  2880.640] (II) R128(0): PLL parameters: rf=2950 rd=56 min=12500 max=25000; xclk=5010
[  2880.640] (II) Loading sub module "ddc"
[  2880.640] (II) LoadModule: "ddc"
[  2880.640] (II) Module "ddc" already built-in
[  2880.641] (==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
[  2880.641] (II) R128(0): Monitor0: Using hsync range of 30.00-107.00 kHz
[  2880.641] (II) R128(0): Monitor0: Using vrefresh range of 48.00-120.00 Hz
[  2880.641] (II) R128(0): Clock range:  12.50 to 250.00 MHz
[  2880.641] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "928x696" (hsync out of range)
[  2880.642] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "960x720" (hsync out of range)
[  2880.642] (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode)
[  2880.642] (II) R128(0): Not using default mode "960x720" (hsync out of range)
[  2880.642] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[  2880.643] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[  2880.643] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[  2880.643] (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode)
[  2880.643] (II) R128(0): Not using default mode "1024x768" (hsync out of range)
[  2880.643] (II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
[  2880.643] (II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
[  2880.643] (II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
[  2880.643] (II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
[  2880.643] (II) R128(0): Not using default mode "1600x1200" (width too large for virtual size)
[  2880.643] (II) R128(0): Not using default mode "1400x1050" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1400x1050" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1280x1024" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1280x960" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1280x960" (width too large for virtual size)
[  2880.644] (II) R128(0): Not using default mode "1152x864" (width too large for virtual size)
[  2880.646] (--) R128(0): Virtual size is 1024x768 (pitch 1024)
[  2880.646] (**) R128(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
[  2880.647] (II) R128(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz zd)
[  2880.647] (**) R128(0):  Default mode "1024x768i": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
[  2880.647] (II) R128(0): Modeline "1024x768i"x86.9   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[  2880.647] (**) R128(0):  Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
[  2880.647] (II) R128(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[  2880.647] (**) R128(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
[  2880.647] (II) R128(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[  2880.647] (**) R128(0):  Default mode "1024x768": 133.5 MHz, 95.3 kHz, 60.0 Hz (D)
[  2880.647] (II) R128(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2880.648] (**) R128(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[  2880.648] (II) R128(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2880.648] (**) R128(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
[  2880.648] (II) R128(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2880.648] (**) R128(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
[  2880.648] (II) R128(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2880.648] (**) R128(0):  Default mode "896x672": 130.5 MHz, 106.3 kHz, 75.0 Hz (D)
[  2880.648] (II) R128(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[  2880.648] (**) R128(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
[  2880.649] (II) R128(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2880.649] (**) R128(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[  2880.649] (II) R128(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[  2880.649] (**) R128(0):  Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
[  2880.649] (II) R128(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[  2880.649] (**) R128(0):  Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D)
[  2880.649] (II) R128(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[  2880.649] (**) R128(0):  Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
[  2880.649] (II) R128(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[  2880.649] (**) R128(0):  Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
[  2880.650] (II) R128(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[  2880.650] (**) R128(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
[  2880.650] (II) R128(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[  2880.650] (**) R128(0):  Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
[  2880.650] (II) R128(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[  2880.650] (**) R128(0):  Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
[  2880.650] (II) R128(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[  2880.650] (**) R128(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[  2880.650] (II) R128(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2880.651] (**) R128(0):  Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
[  2880.651] (II) R128(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2880.651] (**) R128(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[  2880.651] (II) R128(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2880.651] (**) R128(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
[  2880.651] (II) R128(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[  2880.651] (**) R128(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
[  2880.651] (II) R128(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2880.651] (**) R128(0):  Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
[  2880.652] (II) R128(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[  2880.652] (**) R128(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
[  2880.652] (II) R128(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[  2880.652] (**) R128(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
[  2880.652] (II) R128(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2880.652] (**) R128(0):  Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
[  2880.652] (II) R128(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[  2880.652] (**) R128(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
[  2880.652] (II) R128(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[  2880.653] (**) R128(0):  Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
[  2880.653] (II) R128(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[  2880.653] (**) R128(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
[  2880.653] (II) R128(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[  2880.653] (**) R128(0):  Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
[  2880.653] (II) R128(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2880.653] (**) R128(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[  2880.653] (II) R128(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2880.653] (**) R128(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
[  2880.653] (II) R128(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[  2880.654] (**) R128(0):  Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
[  2880.654] (II) R128(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[  2880.654] (**) R128(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
[  2880.654] (II) R128(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[  2880.654] (**) R128(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
[  2880.654] (II) R128(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[  2880.654] (**) R128(0):  Default mode "512x384i": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
[  2880.654] (II) R128(0): Modeline "512x384i"x86.6   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync (35.5 kHz d)
[  2880.654] (**) R128(0):  Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
[  2880.655] (II) R128(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[  2880.655] (**) R128(0):  Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D)
[  2880.655] (II) R128(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[  2880.655] (**) R128(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
[  2880.655] (II) R128(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[  2880.655] (**) R128(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
[  2880.655] (II) R128(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2880.655] (**) R128(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
[  2880.655] (II) R128(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[  2880.655] (**) R128(0):  Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
[  2880.656] (II) R128(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[  2880.656] (**) R128(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
[  2880.656] (II) R128(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[  2880.656] (**) R128(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
[  2880.656] (II) R128(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[  2880.656] (**) R128(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
[  2880.656] (II) R128(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2880.656] (**) R128(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
[  2880.657] (II) R128(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2880.657] (**) R128(0):  Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
[  2880.657] (II) R128(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[  2880.657] (**) R128(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
[  2880.657] (II) R128(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[  2880.657] (**) R128(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
[  2880.657] (II) R128(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[  2880.657] (**) R128(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
[  2880.657] (II) R128(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2880.657] (**) R128(0):  Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
[  2880.658] (II) R128(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[  2880.658] (**) R128(0):  Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
[  2880.658] (II) R128(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[  2880.658] (**) R128(0):  Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
[  2880.658] (II) R128(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[  2880.658] (==) R128(0): DPI set to (96, 96)
[  2880.658] (II) Loading sub module "fb"
[  2880.658] (II) LoadModule: "fb"
[  2880.659] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2880.668] (II) Module fb: vendor="X.Org Foundation"
[  2880.668]    compiled for 1.15.0, module version = 1.0.0
[  2880.668]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2880.668] (II) Loading sub module "ramdac"
[  2880.668] (II) LoadModule: "ramdac"
[  2880.669] (II) Module "ramdac" already built-in
[  2880.669] (II) Loading sub module "shadowfb"
[  2880.669] (II) LoadModule: "shadowfb"
[  2880.670] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[  2880.684] (II) Module shadowfb: vendor="X.Org Foundation"
[  2880.684]    compiled for 1.15.0, module version = 1.0.0
[  2880.685]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2880.685] (II) R128(0): Page flipping disabled
[  2880.685] (!!) R128(0): For information on using the multimedia capabilities
   of this adapter, please see http://gatos.sf.net.
[  2880.685] (--) Depth 24 pixmap format is 32 bpp
[  2880.685] (II) R128(0): Acceleration of RENDER operations will be enabled upon successful loading of DRI and EXA
[  2880.711] (WW) R128(0): Static buffer allocation failed -- need at least 9216 kB video memory
[  2880.732] (II) R128(0): Filling in EXA memory info
[  2880.732] (II) R128(0): Loading EXA module...
[  2880.732] (II) Loading sub module "exa"
[  2880.732] (II) LoadModule: "exa"
[  2880.733] (II) Loading /usr/lib/xorg/modules/libexa.so
[  2880.737] (II) Module exa: vendor="X.Org Foundation"
[  2880.737]    compiled for 1.15.0, module version = 2.6.0
[  2880.737]    ABI class: X.Org Video Driver, version 15.0
[  2880.738] (II) R128(0): Allocating EXA driver...
[  2880.738] (II) R128(0): Acceleration enabled
[  2880.738] (II) R128(0): Filled in offs
[  2880.738] (II) R128(0): Going to init EXA...
[  2880.738] (II) R128(0): Setting up EXA callbacks
[  2880.738] (II) R128(0): Initalizing 2D acceleration engine...
[  2880.738] (II) R128(0): Initializing EXA driver...
[  2880.739] (II) EXA(0): Offscreen pixmap area of 5242880 bytes
[  2880.739] (II) EXA(0): Driver registered support for the following operations:
[  2880.739] (II)         Solid
[  2880.739] (II)         Copy
[  2880.739] (II) R128(0): EXA Acceleration enabled
[  2880.740] (==) R128(0): Backing store enabled
[  2880.740] (==) R128(0): Silken mouse enabled
[  2880.747] (II) R128(0): Using hardware cursor (scanline 8190)
[  2880.762] (**) R128(0): DPMS enabled
[  2880.763] (WW) R128(0): Direct rendering disabled
[  2880.763] (==) RandR enabled
[  2882.162] (II) AIGLX: Loaded and initialized swrast
[  2882.162] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  2885.531] (II) Using input driver 'evdev' for 'Mouse0'
[  2885.532] (**) Option "CorePointer"
[  2885.532] (**) Mouse0: always reports core events
[  2885.532] (**) evdev: Mouse0: Device: "/dev/input/mice"
[  2885.533] (EE) evdev: Mouse0: ioctl EVIOCGBIT for bitmask in EvdevOpenMTDev failed: Inappropriate ioctl for device
[  2885.533] (EE) Mouse0: Couldn't open mtdev device
[  2885.535] (EE) PreInit returned 2 for "Mouse0"
[  2885.535] (II) UnloadModule: "evdev"
[  2885.535] (II) Using input driver 'evdev' for 'Keyboard0'
[  2885.535] (**) Option "CoreKeyboard"
[  2885.535] (**) Keyboard0: always reports core events
[  2885.535] (EE) evdev: Keyboard0: No device specified.
[  2885.535] (EE) PreInit returned 2 for "Keyboard0"
[  2885.535] (II) UnloadModule: "evdev"
[  2885.577] (II) config/udev: Adding drm device (/dev/dri/card0)
[  2885.580] (II) config/udev: Adding input device Mitsumi Electric Apple USB Keyboard (/dev/input/event1)
[  2885.580] (**) Mitsumi Electric Apple USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  2885.580] (II) Using input driver 'evdev' for 'Mitsumi Electric Apple USB Keyboard'
[  2885.580] (**) Mitsumi Electric Apple USB Keyboard: always reports core events
[  2885.581] (**) evdev: Mitsumi Electric Apple USB Keyboard: Device: "/dev/input/event1"
[  2885.581] (--) evdev: Mitsumi Electric Apple USB Keyboard: Vendor 0x5ac Product 0x203
[  2885.581] (--) evdev: Mitsumi Electric Apple USB Keyboard: Found keys
[  2885.581] (II) evdev: Mitsumi Electric Apple USB Keyboard: Configuring as keyboard
[  2885.581] (**) Option "config_info" "udev:/sys/devices/pci0001:10/0001:10:18.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input1/event1"
[  2885.582] (II) XINPUT: Adding extended input device "Mitsumi Electric Apple USB Keyboard" (type: KEYBOARD, id 6)
[  2885.582] (**) Option "xkb_rules" "evdev"
[  2885.582] (**) Option "xkb_model" "pc104"
[  2885.582] (**) Option "xkb_layout" "us"
[  2885.785] (II) config/udev: Adding input device Logitech M4848 (/dev/input/event2)
[  2885.785] (**) Logitech M4848: Applying InputClass "evdev pointer catchall"
[  2885.785] (II) Using input driver 'evdev' for 'Logitech M4848'
[  2885.785] (**) Logitech M4848: always reports core events
[  2885.786] (**) evdev: Logitech M4848: Device: "/dev/input/event2"
[  2885.786] (--) evdev: Logitech M4848: Vendor 0x5ac Product 0x301
[  2885.786] (--) evdev: Logitech M4848: Found 1 mouse buttons
[  2885.786] (--) evdev: Logitech M4848: Found relative axes
[  2885.786] (--) evdev: Logitech M4848: Found x and y relative axes
[  2885.786] (II) evdev: Logitech M4848: Configuring as mouse
[  2885.787] (**) evdev: Logitech M4848: YAxisMapping: buttons 4 and 5
[  2885.787] (**) evdev: Logitech M4848: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2885.787] (**) Option "config_info" "udev:/sys/devices/pci0001:10/0001:10:18.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input2/event2"
[  2885.787] (II) XINPUT: Adding extended input device "Logitech M4848" (type: MOUSE, id 7)
[  2885.787] (II) evdev: Logitech M4848: initialized for relative axes.
[  2885.789] (**) Logitech M4848: (accel) keeping acceleration scheme 1
[  2885.789] (**) Logitech M4848: (accel) acceleration profile 0
[  2885.789] (**) Logitech M4848: (accel) acceleration factor: 2.000
[  2885.789] (**) Logitech M4848: (accel) acceleration threshold: 4
[  2885.791] (II) config/udev: Adding input device Logitech M4848 (/dev/input/mouse0)
[  2885.791] (II) No input driver specified, ignoring this device.
[  2885.792] (II) This device may have been added with another device file.
[  2885.794] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/event3)
[  2885.794] (**) HID 062a:0000: Applying InputClass "evdev pointer catchall"
[  2885.794] (II) Using input driver 'evdev' for 'HID 062a:0000'
[  2885.794] (**) HID 062a:0000: always reports core events
[  2885.794] (**) evdev: HID 062a:0000: Device: "/dev/input/event3"
[  2885.795] (--) evdev: HID 062a:0000: Vendor 0x62a Product 0
[  2885.795] (--) evdev: HID 062a:0000: Found 3 mouse buttons
[  2885.795] (--) evdev: HID 062a:0000: Found scroll wheel(s)
[  2885.795] (--) evdev: HID 062a:0000: Found relative axes
[  2885.795] (--) evdev: HID 062a:0000: Found x and y relative axes
[  2885.795] (II) evdev: HID 062a:0000: Configuring as mouse
[  2885.795] (II) evdev: HID 062a:0000: Adding scrollwheel support
[  2885.795] (**) evdev: HID 062a:0000: YAxisMapping: buttons 4 and 5
[  2885.795] (**) evdev: HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2885.796] (**) Option "config_info" "udev:/sys/devices/pci0001:10/0001:10:18.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input3/event3"
[  2885.796] (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE, id 8)
[  2885.796] (II) evdev: HID 062a:0000: initialized for relative axes.
[  2885.797] (**) HID 062a:0000: (accel) keeping acceleration scheme 1
[  2885.797] (**) HID 062a:0000: (accel) acceleration profile 0
[  2885.798] (**) HID 062a:0000: (accel) acceleration factor: 2.000
[  2885.798] (**) HID 062a:0000: (accel) acceleration threshold: 4
[  2885.800] (II) config/udev: Adding input device HID 062a:0000 (/dev/input/mouse1)
[  2885.800] (II) No input driver specified, ignoring this device.
[  2885.800] (II) This device may have been added with another device file.
[  2885.802] (II) config/udev: Adding input device PMU (/dev/input/event0)
[  2885.802] (**) PMU: Applying InputClass "evdev keyboard catchall"
[  2885.802] (II) Using input driver 'evdev' for 'PMU'
[  2885.802] (**) PMU: always reports core events
[  2885.802] (**) evdev: PMU: Device: "/dev/input/event0"
[  2885.803] (--) evdev: PMU: Vendor 0x1 Product 0x1
[  2885.803] (--) evdev: PMU: Found keys
[  2885.803] (II) evdev: PMU: Configuring as keyboard
[  2885.803] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[  2885.803] (II) XINPUT: Adding extended input device "PMU" (type: KEYBOARD, id 9)
[  2885.803] (**) Option "xkb_rules" "evdev"
[  2885.803] (**) Option "xkb_model" "pc104"
[  2885.803] (**) Option "xkb_layout" "us"
[  2949.617] (II) Open APM successful
[  2949.674] (II) LoadModule: "modesetting"
[  2949.675] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2949.693] (II) Module modesetting: vendor="X.Org Foundation"
[  2949.693]    compiled for 1.15.0, module version = 0.8.1
[  2949.693]    Module class: X.Org Video Driver
[  2949.693]    ABI class: X.Org Video Driver, version 15.0
[  3486.365] (II) evdev: PMU: Close
[  3486.365] (II) UnloadModule: "evdev"
[  3486.365] (II) evdev: HID 062a:0000: Close
[  3486.366] (II) UnloadModule: "evdev"
[  3486.366] (II) evdev: Logitech M4848: Close
[  3486.366] (II) UnloadModule: "evdev"
[  3486.366] (II) evdev: Mitsumi Electric Apple USB Keyboard: Close
[  3486.366] (II) UnloadModule: "evdev"
[  3486.469] (EE) Server terminated successfully (0). Closing log file.


And emerge --info:
Code:

Portage 2.2.8-r1 (default/linux/powerpc/ppc32/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.12.21-gentoo-r1 ppc)
=================================================================
System uname: Linux-3.12.21-gentoo-r1-ppc-740-750-with-gentoo-2.2
KiB Mem:      641236 total,    553348 free
KiB Swap:     983036 total,    983036 free
Timestamp of tree: Sat, 03 Jan 2015 05:15:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash:          4.2_p45
dev-lang/perl:            5.16.3
dev-lang/python:          2.7.5-r3, 3.3.3
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo
ACCEPT_KEYWORDS="ppc"
ACCEPT_LICENSE="* -@EULA"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=powerpc -mtune=powerpc -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -mcpu=powerpc -mtune=powerpc -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.jaist.ac.jp/pub/Linux/Gentoo/"
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync3.jp.gentoo.org/gentoo-portage"
USE="X a52 aac acl alsa avahi berkdb bluetooth branding bzip2 cairo cdda cddb cjk clamav cli consolekit cracklib crypt css cups cxx dbus dri dts dvd emacs emboss encode exif fam firefox flac fortran gdbm gif gimp glamor gpm gtk gzip iconv icu iee1394 ipv6 java javascript jpeg latex lcms ldap libnotify lzma lzo mad mime mng modules mp3 mp4 mpeg ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf php png policykit postscript ppc ppds qt3support raw readline samba scaner sdl session spell sqlite ssl startup-notification svg syslog tcpd tiff truetype udev udisks unicode upower usb vorbis wifi wxwidgets x264 xcb xine xml xscreensaver xv xvid zeroconf zlib" ABI_PPC="32" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="rage128" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

_________________
Hiroshi Takenaka, Kyoto, 617-0833 Japan
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54232
Location: 56N 3W

PostPosted: Sun Jan 25, 2015 3:31 pm    Post subject: Reply with quote

hakanekat,

What do you expect to happen when you startx and why?

Your Xorg.0.log looks normal, so I suspect that Xorg found nothing to do.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Sun Jan 25, 2015 3:36 pm    Post subject: Reply with quote

Hiroshi ... please provide the output of the following:

Code:
$ whoami
$ groups
$ cat ~/.xinitrc

best ... khay
Back to top
View user's profile Send private message
Pearlseattle
Apprentice
Apprentice


Joined: 04 Oct 2007
Posts: 162
Location: Switzerland

PostPosted: Sun Jan 25, 2015 7:11 pm    Post subject: Reply with quote

The outputs of...
Code:
cat /etc/env.d/90xsession

...and...
Code:
ls -lh /etc/X11/Sessions/

...would probably be useful as well.
Back to top
View user's profile Send private message
TobiSGD
n00b
n00b


Joined: 14 Apr 2014
Posts: 36

PostPosted: Sun Jan 25, 2015 10:38 pm    Post subject: Reply with quote

Set HorizSync to 58-62 and VertRefresh to 75-117. Fixed the same issue for me.
Back to top
View user's profile Send private message
hakanekat
n00b
n00b


Joined: 13 Jan 2014
Posts: 12
Location: Kyoto, Japan

PostPosted: Mon Jan 26, 2015 3:05 pm    Post subject: Reply with quote

TobiSGD wrote:
Set HorizSync to 58-62 and VertRefresh to 75-117. Fixed the same issue for me.


It works fine for me, too.
Thank you! :D

I think X could not find a proper mode.
The ranges of HorizSync and VertRefresh seemed too wide.
_________________
Hiroshi Takenaka, Kyoto, 617-0833 Japan
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