View previous topic :: View next topic |
Author |
Message |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Sat Nov 26, 2011 3:13 pm Post subject: Problem with ck-launch-session |
|
|
Hello,
one of my old boxes has a Rage 128
Code: |
[ 0.871799] aty128fb: Found Intel x86 BIOS ROM Image
[ 0.871895] aty128fb: Rage128 BIOS located
[ 0.871991] aty128fb: Rage128 RF AGP [chip rev 0x2] 32M 128-bit SDR SGRAM (1:1)
[ 0.872544] fbcon: ATY Rage128 (fb0) is primary device
[ 0.905001] fb0: ATY Rage128 frame buffer device on Rage128 RF AGP
[ 0.908639] aty128fb: Rage128 MTRR set to ON
|
But unfortunately, I'm not able to start X
If I'm starting without configuration, it's looking for an ATI driver I don't have on my system : as per several reading from internet, I understood this driver is obsolete and has to be replace by mach64 or r128.
With mach64, X found no card at all.
With r128, it's a bit better.
I created /etc/X11/xorg.conf.d/10-card.conf as following :
Code: |
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "CCEPIOMode" # [<bool>]
#Option "CCENoSecurity" # [<bool>]
#Option "CCEusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnablePageFlip" # [<bool>]
#Option "Display" # <str>
#Option "PanelWidth" # <i>
#Option "PanelHeight" # <i>
#Option "ProgramFPRegs" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "ShowCache" # [<bool>]
#Option "VGAAccess" # [<bool>]
Identifier "Card0"
Driver "r128"
BusID "PCI:1:5:0"
EndSection
|
This section has been extracted from X --configure output.
With it, it seems X doesn't complain :
Code: | [ 5920.266]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 5920.276] X Protocol Version 11, Revision 0
[ 5920.280] Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
[ 5920.283] Current Operating System: Linux k7 3.0.6-gentoo #2 PREEMPT Sat Nov 26 14:09:06 CET 2011 i686
[ 5920.290] Kernel command line: root=/dev/sda3
[ 5920.294] Build Date: 23 October 2011 08:03:39PM
[ 5920.298]
[ 5920.301] Current version of pixman: 0.22.2
[ 5920.305] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5920.312] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5920.323] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 26 15:52:44 2011
[ 5920.327] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 5920.331] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5920.335] (==) No Layout section. Using the first Screen section.
[ 5920.335] (==) No screen section available. Using defaults.
[ 5920.335] (**) |-->Screen "Default Screen Section" (0)
[ 5920.335] (**) | |-->Monitor "<default monitor>"
[ 5920.336] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 5920.336] (**) | |-->Device "Card0"
[ 5920.336] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5920.336] (==) Automatically adding devices
[ 5920.336] (==) Automatically enabling devices
...
[ 5920.337] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5920.337] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5920.337] (II) Loader magic: 0x81ffd00
[ 5920.338] (II) Module ABI versions:
[ 5920.338] X.Org ANSI C Emulation: 0.4
[ 5920.338] X.Org Video Driver: 10.0
[ 5920.338] X.Org XInput driver : 12.2
[ 5920.338] X.Org Server Extension : 5.0
[ 5920.339] (--) PCI:*(0:1:5:0) 1002:5246:1002:0008 rev 0, Mem @ 0xe0000000/67108864, 0xe5000000/16384, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[ 5920.340] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5920.340] (II) LoadModule: "extmod"
[ 5920.341] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 5920.342] (II) Module extmod: vendor="X.Org Foundation"
[ 5920.342] compiled for 1.10.4, module version = 1.0.0
[ 5920.342] Module class: X.Org Server Extension
[ 5920.342] ABI class: X.Org Server Extension, version 5.0
[ 5920.342] (II) Loading extension MIT-SCREEN-SAVER
[ 5920.342] (II) Loading extension XFree86-VidModeExtension
[ 5920.342] (II) Loading extension XFree86-DGA
[ 5920.342] (II) Loading extension DPMS
[ 5920.342] (II) Loading extension XVideo
[ 5920.342] (II) Loading extension XVideo-MotionCompensation
[ 5920.342] (II) Loading extension X-Resource
[ 5920.342] (II) LoadModule: "dbe"
[ 5920.343] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 5920.343] (II) Module dbe: vendor="X.Org Foundation"
[ 5920.343] compiled for 1.10.4, module version = 1.0.0
[ 5920.343] Module class: X.Org Server Extension
[ 5920.343] ABI class: X.Org Server Extension, version 5.0
[ 5920.344] (II) Loading extension DOUBLE-BUFFER
[ 5920.344] (II) LoadModule: "glx"
[ 5920.344] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5920.345] (II) Module glx: vendor="X.Org Foundation"
[ 5920.345] compiled for 1.10.4, module version = 1.0.0
[ 5920.345] ABI class: X.Org Server Extension, version 5.0
[ 5920.345] (==) AIGLX enabled
[ 5920.345] (II) Loading extension GLX
[ 5920.345] (II) LoadModule: "record"
[ 5920.345] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 5920.346] (II) Module record: vendor="X.Org Foundation"
[ 5920.346] compiled for 1.10.4, module version = 1.13.0
[ 5920.346] Module class: X.Org Server Extension
[ 5920.346] ABI class: X.Org Server Extension, version 5.0
[ 5920.346] (II) Loading extension RECORD
[ 5920.346] (II) LoadModule: "dri"
[ 5920.347] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 5920.347] (II) Module dri: vendor="X.Org Foundation"
[ 5920.347] compiled for 1.10.4, module version = 1.0.0
[ 5920.348] ABI class: X.Org Server Extension, version 5.0
[ 5920.348] (II) Loading extension XFree86-DRI
[ 5920.348] (II) LoadModule: "dri2"
[ 5920.348] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 5920.349] (II) Module dri2: vendor="X.Org Foundation"
[ 5920.349] compiled for 1.10.4, module version = 1.2.0
[ 5920.349] ABI class: X.Org Server Extension, version 5.0
[ 5920.349] (II) Loading extension DRI2
[ 5920.349] (II) LoadModule: "r128"
[ 5920.349] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[ 5920.350] (II) Module r128: vendor="X.Org Foundation"
[ 5920.350] compiled for 1.10.4, module version = 6.8.1
[ 5920.350] Module class: X.Org Video Driver
[ 5920.350] ABI class: X.Org Video Driver, version 10.0
[ 5920.350] (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?)
[ 5920.352] (--) using VT number 7
[ 5920.358] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[ 5920.359] (II) R128(0): PCI bus 1 card 5 func 0
[ 5920.359] (II) R128(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5920.359] (==) R128(0): Depth 24, (--) framebuffer bpp 32
[ 5920.359] (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 5920.359] (==) R128(0): Default visual is TrueColor
[ 5920.359] (II) Loading sub module "vgahw"
[ 5920.359] (II) LoadModule: "vgahw"
[ 5920.364] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 5920.364] (II) Module vgahw: vendor="X.Org Foundation"
[ 5920.365] compiled for 1.10.4, module version = 0.1.0
[ 5920.365] ABI class: X.Org Video Driver, version 10.0
[ 5920.365] (II) R128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
[ 5920.365] (==) R128(0): RGB weight 888
[ 5920.365] (II) R128(0): Using 8 bits per RGB (8 bit DAC)
[ 5920.365] (II) Loading sub module "int10"
[ 5920.365] (II) LoadModule: "int10"
[ 5920.369] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 5920.370] (II) Module int10: vendor="X.Org Foundation"
[ 5920.370] compiled for 1.10.4, module version = 1.0.0
[ 5920.370] ABI class: X.Org Video Driver, version 10.0
[ 5920.370] (II) R128(0): initializing int10
[ 5920.392] (II) R128(0): Primary V_BIOS segment is: 0xc000
[ 5920.392] (--) R128(0): Chipset: "ATI Rage 128 GL RF (AGP)" (ChipID = 0x5246)
[ 5920.392] (--) R128(0): Linear framebuffer at 0xe0000000
[ 5920.392] (--) R128(0): MMIO registers at 0xe5000000
[ 5920.393] (--) R128(0): VideoRAM: 32768 kByte (128-bit SDR SGRAM 1:1)
[ 5920.393] (**) R128(0): Using external CRT for display
[ 5920.419] (II) R128(0): Primary Display == Type 1
[ 5920.419] (WW) R128(0): Can't determine panel dimensions, and none specified.
Disabling programming of FP registers.
[ 5920.419] (II) R128(0): PLL parameters: rf=1432 rd=31 min=12500 max=25000; xclk=9000
[ 5920.419] (II) Loading sub module "ddc"
[ 5920.419] (II) LoadModule: "ddc"
[ 5920.419] (II) Module "ddc" already built-in
[ 5920.419] (II) Loading sub module "vbe"
[ 5920.419] (II) LoadModule: "vbe"
[ 5920.420] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 5920.420] (II) Module vbe: vendor="X.Org Foundation"
[ 5920.420] compiled for 1.10.4, module version = 1.1.0
[ 5920.420] ABI class: X.Org Video Driver, version 10.0
[ 5920.422] (II) R128(0): VESA BIOS detected
[ 5920.422] (II) R128(0): VESA VBE Version 2.0
[ 5920.422] (II) R128(0): VESA VBE Total Mem: 32768 kB
[ 5920.422] (II) R128(0): VESA VBE OEM: ATI RAGE128
[ 5920.422] (II) R128(0): VESA VBE OEM Software Rev: 1.0
[ 5920.422] (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
[ 5920.422] (II) R128(0): VESA VBE OEM Product: R128
[ 5920.422] (II) R128(0): VESA VBE OEM Product Rev: 01.00
[ 5920.422] (II) Loading sub module "ddc"
[ 5920.422] (II) LoadModule: "ddc"
[ 5920.422] (II) Module "ddc" already built-in
[ 5920.566] (II) R128(0): VESA VBE DDC supported
[ 5920.567] (II) R128(0): VESA VBE DDC Level 2
[ 5920.567] (II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
[ 5921.433] (II) R128(0): VESA VBE DDC read successfully
[ 5921.433] (II) R128(0): Manufacturer: AVO Model: 0 Serial#: 0
[ 5921.433] (II) R128(0): Year: 2003 Week: 0
[ 5921.433] (II) R128(0): EDID Version: 1.3
[ 5921.433] (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 5921.433] (II) R128(0): Sync: Separate Composite SyncOnGreen
[ 5921.433] (II) R128(0): Indeterminate output size
[ 5921.433] (II) R128(0): Gamma: 2.50
[ 5921.433] (II) R128(0): No DPMS capabilities specified; RGB/Color Display
[ 5921.433] (II) R128(0): Default color space is primary color space
[ 5921.433] (II) R128(0): First detailed timing is preferred mode
[ 5921.433] (II) R128(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 5921.433] (II) R128(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 5921.434] (II) R128(0): Supported established timings:
[ 5921.434] (II) R128(0): 720x400@70Hz
[ 5921.434] (II) R128(0): 720x400@88Hz
[ 5921.434] (II) R128(0): 640x480@60Hz
[ 5921.434] (II) R128(0): 640x480@67Hz
...
[ 5921.453] (==) R128(0): DPI set to (96, 96)
[ 5921.453] (II) Loading sub module "fb"
[ 5921.453] (II) LoadModule: "fb"
[ 5921.453] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5921.454] (II) Module fb: vendor="X.Org Foundation"
[ 5921.454] compiled for 1.10.4, module version = 1.0.0
[ 5921.455] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5921.455] (II) Loading sub module "ramdac"
[ 5921.455] (II) LoadModule: "ramdac"
[ 5921.455] (II) Module "ramdac" already built-in
[ 5921.455] (II) Loading sub module "xaa"
[ 5921.455] (II) LoadModule: "xaa"
[ 5921.455] (II) Loading /usr/lib/xorg/modules/libxaa.so
[ 5921.457] (II) Module xaa: vendor="X.Org Foundation"
[ 5921.457] compiled for 1.10.4, module version = 1.2.1
[ 5921.457] ABI class: X.Org Video Driver, version 10.0
[ 5921.457] (II) Loading sub module "shadowfb"
[ 5921.457] (II) LoadModule: "shadowfb"
[ 5921.458] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 5921.458] (II) Module shadowfb: vendor="X.Org Foundation"
[ 5921.458] compiled for 1.10.4, module version = 1.0.0
[ 5921.458] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5921.458] (II) R128(0): Page flipping disabled
[ 5921.459] (!!) R128(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
[ 5921.459] (--) Depth 24 pixmap format is 32 bpp
[ 5921.561] drmOpenDevice: node name is /dev/dri/card0
[ 5921.561] drmOpenDevice: open result is 10, (OK)
[ 5921.561] drmOpenDevice: node name is /dev/dri/card0
[ 5921.562] drmOpenDevice: open result is 10, (OK)
[ 5921.562] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
[ 5921.562] drmOpenDevice: node name is /dev/dri/card0
[ 5921.562] drmOpenDevice: open result is 10, (OK)
[ 5921.562] drmOpenByBusid: drmOpenMinor returns 10
[ 5921.562] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
[ 5921.562] (II) [drm] DRM interface version 1.4
[ 5921.562] (II) [drm] DRM open master succeeded.
[ 5921.562] (II) R128(0): [drm] Using the DRM lock SAREA also for drawables.
[ 5921.563] (II) R128(0): [drm] framebuffer handle = 0xe0000000
[ 5921.564] (II) R128(0): [drm] added 1 reserved context for kernel
[ 5921.564] (II) R128(0): X context handle = 0x1
[ 5921.564] (II) R128(0): [drm] installed DRM signal handler
[ 5921.564] (WW) R128(0): [agp] AGP not available
[ 5921.564] (WW) R128(0): [agp] AGP failed to initialize -- falling back to PCI mode.
[ 5921.564] (WW) R128(0): [agp] Make sure you have the agpgart kernel module loaded.
[ 5921.622] (II) R128(0): [pci] 8192 kB allocated with handle 0xd2881000
[ 5921.622] (II) R128(0): [pci] ring handle = 0xd2881000
[ 5921.622] (II) R128(0): [pci] Ring mapped at 0xb72ce000
[ 5921.622] (II) R128(0): [pci] Ring contents 0x00000000
[ 5921.622] (II) R128(0): [pci] ring read ptr handle = 0xd2982000
[ 5921.622] (II) R128(0): [pci] Ring read ptr mapped at 0xb72cd000
[ 5921.622] (II) R128(0): [pci] Ring read ptr contents 0x00000000
[ 5921.622] (II) R128(0): [pci] vertex/indirect buffers handle = 0xd2983000
[ 5921.622] (II) R128(0): [pci] Vertex/indirect buffers mapped at 0xb4fcb000
[ 5921.623] (II) R128(0): [pci] Vertex/indirect buffers contents 0x00000000
[ 5921.623] (II) R128(0): [drm] register handle = 0xe5000000
[ 5921.623] (II) R128(0): [dri] Visual configs initialized
[ 5921.623] (II) R128(0): CCE in BM mode
[ 5921.623] (II) R128(0): Using 8 MB AGP aperture
[ 5921.623] (II) R128(0): Using 1 MB for the ring buffer
[ 5921.623] (II) R128(0): Using 2 MB for vertex/indirect buffers
[ 5921.623] (II) R128(0): Using 5 MB for AGP textures
[ 5921.624] (II) R128(0): Memory manager initialized to (0,0) (1280,3840)
[ 5921.624] (II) R128(0): Reserved area from (0,960) to (1280,962)
[ 5921.624] (II) R128(0): Largest offscreen area available: 1280 x 2878
[ 5921.624] (II) R128(0): Reserved back buffer from (0,962) to (1280,1922)
[ 5921.624] (II) R128(0): Reserved depth buffer from (0,1922) to (1280,2883)
[ 5921.624] (II) R128(0): Reserved depth span from (0,2882) offset 0xe12800
[ 5921.624] (II) R128(0): Reserved 13568 kb for textures at offset 0x12c0000
[ 5921.624] (II) R128(0): Using XFree86 Acceleration Architecture (XAA)
[ 5921.625] Screen to screen bit blits
[ 5921.625] Solid filled rectangles
[ 5921.625] 8x8 mono pattern filled rectangles
[ 5921.625] Indirect CPU to Screen color expansion
[ 5921.625] Solid Lines
[ 5921.625] Dashed Lines
[ 5921.625] Setting up tile and stipple cache:
[ 5921.625] 32 128x128 slots
[ 5921.625] 9 256x256 slots
[ 5921.625] (II) R128(0): Acceleration enabled
[ 5921.626] (==) R128(0): Backing store disabled
[ 5921.626] (==) R128(0): Silken mouse enabled
[ 5921.626] (II) R128(0): Using hardware cursor (scanline 11532)
[ 5921.626] (II) R128(0): Largest offscreen area available: 1280 x 955
[ 5921.627] (==) R128(0): DPMS enabled
[ 5921.627] (II) R128(0): [DRI] installation complete
[ 5921.631] (II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers
[ 5921.631] (II) R128(0): [drm] Mapped 128 vertex/indirect buffers
[ 5921.632] (II) R128(0): [drm] dma control initialized, using IRQ 11
[ 5921.632] (II) R128(0): Direct rendering enabled
[ 5921.632] (==) RandR enabled
[ 5921.632] (II) Initializing built-in extension Generic Event Extension
[ 5921.632] (II) Initializing built-in extension SHAPE
[ 5921.632] (II) Initializing built-in extension MIT-SHM
[ 5921.632] (II) Initializing built-in extension XInputExtension
[ 5921.632] (II) Initializing built-in extension XTEST
[ 5921.632] (II) Initializing built-in extension BIG-REQUESTS
[ 5921.632] (II) Initializing built-in extension SYNC
[ 5921.632] (II) Initializing built-in extension XKEYBOARD
[ 5921.632] (II) Initializing built-in extension XC-MISC
[ 5921.632] (II) Initializing built-in extension XINERAMA
[ 5921.632] (II) Initializing built-in extension XFIXES
[ 5921.632] (II) Initializing built-in extension RENDER
[ 5921.632] (II) Initializing built-in extension RANDR
[ 5921.632] (II) Initializing built-in extension COMPOSITE
[ 5921.632] (II) Initializing built-in extension DAMAGE
[ 5921.679] (II) AIGLX: Screen 0 is not DRI2 capable
[ 5921.679] drmOpenDevice: node name is /dev/dri/card0
[ 5921.679] drmOpenDevice: open result is 11, (OK)
[ 5921.679] drmOpenByBusid: Searching for BusID pci:0000:01:05.0
[ 5921.679] drmOpenDevice: node name is /dev/dri/card0
[ 5921.679] drmOpenDevice: open result is 11, (OK)
[ 5921.680] drmOpenByBusid: drmOpenMinor returns 11
[ 5921.680] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 5921.680] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
[ 5921.706] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 5921.706] (II) AIGLX: Loaded and initialized /usr/lib/dri/r128_dri.so
[ 5921.706] (II) GLX: Initialized DRI GL provider for screen 0
[ 5921.949] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 5921.950] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 5921.950] (**) Power Button: Applying InputClass "keyboard-all"
[ 5921.950] (II) LoadModule: "evdev"
[ 5921.951] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5921.951] (II) Module evdev: vendor="X.Org Foundation"
[ 5921.951] compiled for 1.10.4, module version = 2.6.0
[ 5921.951] Module class: X.Org XInput Driver
[ 5921.951] ABI class: X.Org XInput driver, version 12.2
[ 5921.952] (II) Using input driver 'evdev' for 'Power Button'
[ 5921.952] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5921.952] (**) Power Button: always reports core events
[ 5921.952] (**) Power Button: Device: "/dev/input/event1"
[ 5921.952] (--) Power Button: Found keys
[ 5921.952] (II) Power Button: Configuring as keyboard
[ 5921.952] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 5921.952] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 5921.952] (**) Option "xkb_rules" "evdev"
[ 5921.952] (**) Option "xkb_model" "evdev"
[ 5921.953] (**) Option "xkb_layout" "us"
[ 5921.953] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp"
[ 5922.136] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 5922.136] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 5922.136] (**) Sleep Button: Applying InputClass "keyboard-all"
[ 5922.136] (II) Using input driver 'evdev' for 'Sleep Button'
[ 5922.136] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5922.137] (**) Sleep Button: always reports core events
[ 5922.137] (**) Sleep Button: Device: "/dev/input/event2"
[ 5922.137] (--) Sleep Button: Found keys
[ 5922.137] (II) Sleep Button: Configuring as keyboard
[ 5922.137] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input2/event2"
[ 5922.137] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 5922.137] (**) Option "xkb_rules" "evdev"
[ 5922.137] (**) Option "xkb_model" "evdev"
[ 5922.137] (**) Option "xkb_layout" "us"
[ 5922.137] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp"
[ 5922.145] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 5922.145] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 5922.145] (**) Power Button: Applying InputClass "keyboard-all"
[ 5922.145] (II) Using input driver 'evdev' for 'Power Button'
[ 5922.145] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5922.145] (**) Power Button: always reports core events
[ 5922.146] (**) Power Button: Device: "/dev/input/event0"
[ 5922.146] (--) Power Button: Found keys
[ 5922.146] (II) Power Button: Configuring as keyboard
[ 5922.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 5922.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 5922.146] (**) Option "xkb_rules" "evdev"
[ 5922.146] (**) Option "xkb_model" "evdev"
[ 5922.146] (**) Option "xkb_layout" "us"
[ 5922.146] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp"
[ 5922.167] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 5922.168] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 5922.168] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[ 5922.168] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 5922.168] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5922.168] (**) AT Translated Set 2 keyboard: always reports core events
[ 5922.168] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 5922.168] (--) AT Translated Set 2 keyboard: Found keys
[ 5922.168] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 5922.169] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 5922.169] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 5922.169] (**) Option "xkb_rules" "evdev"
[ 5922.169] (**) Option "xkb_model" "evdev"
[ 5922.169] (**) Option "xkb_layout" "us"
[ 5922.169] (**) Option "xkb_options" "compose:rwin,terminate:ctrl_alt_bksp"
[ 5922.172] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event4)
[ 5922.172] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[ 5922.172] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[ 5922.172] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5922.172] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[ 5922.172] (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event4"
[ 5922.172] (--) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[ 5922.172] (--) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[ 5922.172] (--) ImExPS/2 Generic Explorer Mouse: Found relative axes
[ 5922.172] (--) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[ 5922.172] (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[ 5922.172] (II) ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[ 5922.173] (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[ 5922.173] (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 5922.173] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[ 5922.173] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
[ 5922.173] (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[ 5922.173] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[ 5922.174] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[ 5922.174] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[ 5922.174] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[ 5922.175] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[ 5922.175] (II) No input driver/identifier specified (ignoring)
[ 5922.177] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 5922.177] (II) No input driver/identifier specified (ignoring)
[ 5922.340] (II) Power Button: Close
[ 5922.340] (II) UnloadModule: "evdev"
[ 5922.340] (II) Unloading evdev
[ 5922.344] (II) Sleep Button: Close
[ 5922.344] (II) UnloadModule: "evdev"
[ 5922.344] (II) Unloading evdev
[ 5922.348] (II) Power Button: Close
[ 5922.348] (II) UnloadModule: "evdev"
[ 5922.348] (II) Unloading evdev
[ 5922.352] (II) AT Translated Set 2 keyboard: Close
[ 5922.352] (II) UnloadModule: "evdev"
[ 5922.352] (II) Unloading evdev
[ 5922.356] (II) ImExPS/2 Generic Explorer Mouse: Close
[ 5922.356] (II) UnloadModule: "evdev"
[ 5922.356] (II) Unloading evdev
[ 5922.868] (II) R128(0): [drm] removed 1 reserved context for kernel
[ 5922.868] (II) R128(0): [drm] unmapping 8192 bytes of SAREA 0xd0812000 at 0xb73cf000
[ 5922.869] (II) R128(0): [drm] Closed DRM master.
|
but
Quote: | laurent@k7 ~ $ startx
xauth: file /home/laurent/.serverauth.2663 does not exist
X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
Current Operating System: Linux k7 3.0.6-gentoo #2 PREEMPT Sat Nov 26 14:09:06 CET 2011 i686
Kernel command line: root=/dev/sda3
Build Date: 23 October 2011 08:03:39PM
Current version of pixman: 0.22.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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/Xorg.0.log", Time: Sat Nov 26 16:09:24 2011
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xinit: connection to X server lost
waiting for X server to shut down error setting MTRR (base = 0xe0000000, size = 0x02000000, type = 1) Invalid argument (22)
|
Any help very appreciated.
Bye
Laurent
Last edited by destroyedlolo on Sat Nov 26, 2011 5:00 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Sat Nov 26, 2011 4:28 pm Post subject: |
|
|
Hum hum, I was thinking the problem is X whereas the real problem is my .xinitrc :
With :
Code: | exec ck-launch-session --sh-syntax --exit-with-session startlxde |
whereas it's working with
Code: | exec ck-launch-session startlxde | ...
Still searching ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Fri Dec 02, 2011 5:13 pm Post subject: |
|
|
Hum, I did an install on another machine and I have the same problem ...
So it's my procedure which is wrong ... but where ??? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Fri Dec 02, 2011 11:03 pm Post subject: |
|
|
What is happening exactly?
You are trying to start KDE from the startx command and it is not working? _________________ Donate to Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Fri Dec 02, 2011 11:55 pm Post subject: |
|
|
Hello,
I'm using LXDE and not KDE.
So, I followed this excellent topic to configure polkit and companion.
It is said I have to use
Code: | $ cat ~/.xinitrc
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session openbox-session
$ startx |
but if I do so, X won't start : I have to remove --sh-syntax --exit-with-session.
Now, frankly speaking, I strictly don't know which is the impact not using them, and I wasn't able to found anything on the web regarding the useness of them.
All in all, it's working on one of my machine but not on others ... and I didn't see any impact but, I would like to understand
Bye
Laurent |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Sun Dec 04, 2011 8:10 pm Post subject: |
|
|
Ok so you are using LXDE
destroyedlolo wrote: | ....
I have to remove --sh-syntax --exit-with-session.
it's working on one of my machine but not on others ... and I didn't see any impact but |
So on the others by non working you mean X will start only if you remove --sh-syntax --exit-with-session?
Then without Code: | --sh-syntax --exit-with-session |
After you get into X
what does ck-list-sessions give you?
destroyedlolo wrote: | I would like to understand |
It is supposed to JustWork(tm) no understanding necessary. ![Rolling Eyes :roll:](images/smiles/icon_rolleyes.gif) _________________ Donate to Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Mon Dec 05, 2011 9:27 am Post subject: |
|
|
turtles wrote: | So on the others by non working you mean X will start only if you remove --sh-syntax --exit-with-session?
|
Yes.
turtles wrote: | Then without Code: | --sh-syntax --exit-with-session |
After you get into X
what does ck-list-sessions give you? |
Code: | laurent@nunux ~ $ ck-list-sessions
Session1:
unix-user = '1000'
realname = '(null)'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = FALSE
on-since = '2011-12-05T09:18:45.566670Z'
login-session-id = '11'
|
turtles wrote: | destroyedlolo wrote: | I would like to understand |
It is supposed to JustWork(tm) no understanding necessary. ![Rolling Eyes :roll:](images/smiles/icon_rolleyes.gif) |
Anyway, I discovered on one of my box having this issue that I don't got the shutdown button from a non root user environment ![Crying or Very sad :cry:](images/smiles/icon_cry.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Tue Dec 06, 2011 7:42 pm Post subject: |
|
|
I run JWM from kdm but for fun I have done some testing starting X from cmd line and it turns out what breaks is --exit-with-session
Here is my .xinitrc:
Code: |
#Does not work
#exec ck-launch-session dbus-launch -- sh-syntax --exit-with-session jwm
#current works:
exec ck-launch-session dbus-launch jwm
#Worked:
#exec ck-launch-session dbus-launch --sh-syntax jwm
#exec ck-launch-session dbus-launch --exit-with-session jwm #did not work
#exec jwm #works
#exec ck-launch-session dbus-launch --exit-with-session eggwm
|
However I have a valid session.
Code: | ck-list-sessions
Session7:
unix-user = '1001'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-12-06T19:33:44.767965Z'
login-session-id = '1'
Session1:
unix-user = '0'
realname = 'root'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
on-since = '2011-12-06T16:42:09.532473Z'
login-session-id = '1'
idle-since-hint = '2011-12-06T19:33:52.001166Z'
Session2:
unix-user = '1001'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/tty2'
remote-host-name = ''
is-local = TRUE
on-since = '2011-12-06T16:45:09.848732Z'
login-session-id = '2'
idle-since-hint = '2011-12-06T18:40:02.001159Z' |
I am not sure tis is a bug since nothing seems broken, perhaps the documentation
is buggy? _________________ Donate to Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Wed Dec 07, 2011 1:44 pm Post subject: |
|
|
Well, my fault : STUPIDITY
--sh* and --exit ... are relying to dbus-launch that I wasn't using as it's working well without it.
Now, my problem is I can see "shutdown" button only when I use startx but not when X is started by SLIM.
I have probably something bad in SLIM configuration ...
Using startx, when I try to shutdown, I got a popup requesting for the root password but it disappears after few seconds ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
destroyedlolo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Wed Dec 07, 2011 2:11 pm Post subject: |
|
|
And finally, I found it : it's /etc/pam.d/system-login that wasn't correct (potentially due to an etc-update I didn't managed correctly).
So, it now clear I need some vacation ![Razz :P](images/smiles/icon_razz.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|