Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Major issues with Xorg, don't know where to begin
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Fri Nov 20, 2009 10:26 pm    Post subject: Major issues with Xorg, don't know where to begin Reply with quote

Hi everyone!

Just as a quick background check, I'm fairly new to Gentoo. I finally got around to installing X-org and a window manager and I somehow blew everything up while installing them. The first mistake I did was that I installed Xfce and set that up according from within a chrooted enviroment. After that, I installed X-org and attempted to set that up from within the same environment, along with the proprietary ati drivers as I'm using an ATI 4890. Anyway, X-org installed fine, as did the ati drivers, but something went wrong or I did something wrong. I can't configure X-org by using any of the commands on the guide/wiki, and I can't configure the ati driver. When I attempted to configure X-org in a terminal setting, it would say:

"Caught Signal 11 server aborting"

HOWEVER, Xfce is working fine. All I had to do was follow the guide and upon running "startx" it fired up. I'm typing this from it. I don't see how Xfce could work without a X-org configuration in place. I checked the folder- it doesn't exist! GL Gears doesn't work either.

What could I have done? I'm very confused as to what to do, how I have a GUI without a working X-org config, etc. If anyone can offer any advice I would appreciate it!
Back to top
View user's profile Send private message
honp
Guru
Guru


Joined: 25 Sep 2006
Posts: 355
Location: Good old Prague, Czech rep.

PostPosted: Fri Nov 20, 2009 11:15 pm    Post subject: Reply with quote

I dont know if i underestand you right but...

You must install xorg server
emerge xorg-server

then install ati drivers

then run:
Xorg -configure

this should generate /etc/X11/xorg.conf file. There should be "section Device" and there driver option. There should be ati drivers.

This is all (if X is enough for you).
Back to top
View user's profile Send private message
jbarnes8
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2009
Posts: 92

PostPosted: Sun Nov 22, 2009 6:36 am    Post subject: Reply with quote

I could be completely wrong on this but I think (part of) the problem is that you installed from a chrooted environment. Namely, with your drivers. You need to build the drivers against the kernel you will be using on the newly installed system. I'm *halfway* certain that building from within a chrooted environment builds the drivers against the RUNNING (host) kernel unless you tell it otherwise. Even if I'm wrong about the build, I know I had problems trying to install a module from a chrooted environment. It was trying to install in the host directories even when chrooted.

Again, I could be wrong, but it's something to consider
Back to top
View user's profile Send private message
annunaki2k2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2003
Posts: 119
Location: Streatham, London, UK

PostPosted: Sun Nov 22, 2009 11:06 am    Post subject: Reply with quote

I'm slightly confused by what you are trying to achieve here...

Xfce will be using xorg - and you are saying that it is working, right? So what is the problem? Are you unable to leave the chroot and boot your environment, including loading Xfce? Or are you trying to run another desktop environment and can't get that to work? When you say GLGears doesn't work either, do you mean it doesn't load/run, doesn't even exist, or it has very low frame rates? You might want to post the output of /var/log/Xorg.0.log. Can you also post the output of:
Code:
glxinfo | grep rendering; eselect opengl list


jbarnes8: the gentoo compile process will normally build against the symlinked kernel found at /usr/src/linux, so being in the chrooted environment shouldn't be an issue.
_________________
The great thing about standards is there are so many to choose from.....
Back to top
View user's profile Send private message
RedSquirrel
Guru
Guru


Joined: 22 Apr 2008
Posts: 336

PostPosted: Sun Nov 22, 2009 5:13 pm    Post subject: Re: Major issues with Xorg, don't know where to begin Reply with quote

thomascirca wrote:
I don't see how Xfce could work without a X-org configuration in place.

Newer versions of xorg-server often work without an xorg.conf; everything is auto-detected. If you've only read The X Server Configuration HOWTO, you should read the following guides as well:

xorg-server-1.5-upgrade-guide
xorg-server-1.6-upgrade-guide
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Nov 23, 2009 12:35 am    Post subject: Reply with quote

Does
Code:
emerge --search mesa
show mesa and mesa-progs installed? Unless they are; no glxinfo no glxgears.
Back to top
View user's profile Send private message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Mon Nov 23, 2009 2:22 pm    Post subject: Reply with quote

annunaki2k2 wrote:
I'm slightly confused by what you are trying to achieve here...

Xfce will be using xorg - and you are saying that it is working, right? So what is the problem? Are you unable to leave the chroot and boot your environment, including loading Xfce? Or are you trying to run another desktop environment and can't get that to work? When you say GLGears doesn't work either, do you mean it doesn't load/run, doesn't even exist, or it has very low frame rates? You might want to post the output of /var/log/Xorg.0.log. Can you also post the output of:
Code:
glxinfo | grep rendering; eselect opengl list


jbarnes8: the gentoo compile process will normally build against the symlinked kernel found at /usr/src/linux, so being in the chrooted environment shouldn't be an issue.


Hey guys,

Thanks for the responses. I have Xfce running now, but I have a driver issue. I can't get it to work properly. Here's the output for the above:

glxinfo | grep rendering; eselect opengl list
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 14
Current serial number in output stream: 14
Available OpenGL implementations:
[1] ati *
[2] xorg-x11

And
emerge --search mesa

Says that they are installed. However, whenever I run something like glxgears I get:

glxgears
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 14
Current serial number in output stream: 14

What should I do? It seems that the ATI driver is not working properly. Should I try and re-emerge? Thanks!
Back to top
View user's profile Send private message
annunaki2k2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2003
Posts: 119
Location: Streatham, London, UK

PostPosted: Mon Nov 23, 2009 2:33 pm    Post subject: Reply with quote

Can you post
Code:
lsmod
and
Code:
cat /var/log/Xorg.0.log

_________________
The great thing about standards is there are so many to choose from.....
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Nov 23, 2009 6:50 pm    Post subject: Reply with quote

update your system:
Code:
emerge --sync
emerge -uND world

report any problems.
Code:
lspci -k

post results; xfce is probably running x using vesa or radeon driver; this will tell us
open xcb upgrade guide and follow it; use careful reading -- some steps are not in code listings; one step is several lines long and needs to be pasted in as a block or typed in with great care for spacing and back slashes
more to follow after you report back

BTW xorg-server has been designed to run without a xorg.conf file for about 2 years now. xorg.conf is still supported to deal with special equipment and needs.
Back to top
View user's profile Send private message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Mon Nov 23, 2009 11:32 pm    Post subject: Reply with quote

annunaki2k2 wrote:
Can you post
Code:
lsmod
and
Code:
cat /var/log/Xorg.0.log


lsmod (shows nothing):

lsmod
Module Size Used by


and cat/var/log.Xorg.0.log says (cut some stuff out at the bottom)

(==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 23 18:27:34 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "aticonfig Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) | |-->Monitor "aticonfig-Monitor[0]-0"
(**) | |-->Device "aticonfig-Device[0]-0"
(**) Option "Xinerama" "off"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/misc/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
Entry deleted from font path.
(==) FontPath set to:

(==) ModulePath set to "/usr/lib64/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0xde0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:2:0:0) 1002:9460:1002:0502 ATI Technologies Inc rev 0, Mem @ 0xd0000000/268435456, 0xfbae0000/65536, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
(II) Loading extension XFree86-DRI
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.65.4
(II) LoadModule: "dri2"
(WW) Warning, couldn't open module dri2
(II) UnloadModule: "dri2"
(EE) Failed to load module "dri2" (module does not exist, 0)
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.65.4
Module class: X.Org Video Driver
(II) Primary Device is: PCI 02@00:00:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.65.4
(II) ATI Proprietary Linux Driver Release Identifier: 8.65
(II) ATI Proprietary Linux Driver Build Date: Aug 13 2009 21:15:59
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9460) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x265df50
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 0.1.0
ABI class: X.Org Video Driver, version 5.0
(II) fglrx(0): PCI bus 2 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS" "true"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x06419064
(**) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID PCI:2:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
(--) fglrx(0): Chipset: "ATI Radeon HD 4800 Series " (Chipset = 0x9460)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0502)
(--) fglrx(0): board vendor info: original ATI graphics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xfbae0000
(--) fglrx(0): I/O port at 0x0000ee00
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Video Driver, version 5.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 11.22
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RV790
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(WW) fglrx(0): Hasn't establisted DRM connection
(II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
(WW) fglrx(0): No DRM connection for driver fglrx.
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(==) fglrx(0): Center Mode is disabled
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000090, disabled=0x00000000
(II) fglrx(0): Connected Display1: CRT on secondary DAC [crt2]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: DEL Model: a00c Serial#: 942814796
(II) fglrx(0): Year: 2004 Week: 32
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync: Separate
(II) fglrx(0): Max Image Size [cm]: horiz.: 30 vert.: 23
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
(II) fglrx(0): Default color space is primary color space
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.631 redY: 0.347 greenX: 0.309 greenY: 0.582
(II) fglrx(0): blueX: 0.149 blueY: 0.088 whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Supported established timings:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 65.0 MHz Image Size: 304 x 228 mm
(II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
(II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 63 kHz, PixClock max 80 MHz
(II) fglrx(0): Serial No: Y4413482826L
(II) fglrx(0): Monitor name: DELL E153FP
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0010ac0ca04c363238
(II) fglrx(0): 200e0103681e17782eb060a1584f9526
(II) fglrx(0): 165054afce0001010101010101010101
(II) fglrx(0): 01010101010164190040410026301888
(II) fglrx(0): 360030e410000018000000fd00384c1e
(II) fglrx(0): 3f08000a202020202020000000ff0059
(II) fglrx(0): 343431333438323832364c0a000000fc
(II) fglrx(0): 0044454c4c204531353346500a20003a
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Connected Display2: DFP on secondary TMDS [tmds2i]
(II) fglrx(0): Display2 EDID data ---------------------------
(II) fglrx(0): Manufacturer: ACR Model: ada1 Serial#: 2168459334
(II) fglrx(0): Year: 2008 Week: 14
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 47 vert.: 30
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
(II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Supported established timings:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 10
(II) fglrx(0): Supported standard timings:
(II) fglrx(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) fglrx(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) fglrx(0): #3: hsize: 1360 vsize 765 refresh: 60 vid: 49291
(II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) fglrx(0): #6: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 146.2 MHz Image Size: 474 x 296 mm
(II) fglrx(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) fglrx(0): Ranges: V min: 56 V max: 77 Hz, H min: 31 H max: 84 kHz, PixClock max 170 MHz
(II) fglrx(0): Serial No: LA10C0414031
(II) fglrx(0): Monitor name: AL2216W
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff000472a1ad46104081
(II) fglrx(0): 0e120103802f1e78eade95a3544c9926
(II) fglrx(0): 0f5054bfef90a940714f81408bc09500
(II) fglrx(0): 950f9040010121399030621a274068b0
(II) fglrx(0): 3600da2811000019000000fd00384d1f
(II) fglrx(0): 5411000a202020202020000000ff004c
(II) fglrx(0): 41313043303431343033310a000000fc
(II) fglrx(0): 00414c32323136570a2020202020007f
(II) fglrx(0): End of Display2 EDID data --------------------
(II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output DFP2 using monitor section 0-DFP2
(**) fglrx(0): Option "PreferredMode" "1680x1050"
(**) fglrx(0): Option "Position" "0 0"
(**) fglrx(0): Option "Disable" "false"
(**) fglrx(0): Option "Rotate" "normal"
(**) fglrx(0): Option "TargetRefresh" "60"
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): Output CRT2 using monitor section 0-CRT2
(**) fglrx(0): Option "PreferredMode" "1024x768"
(**) fglrx(0): Option "Position" "1680 0"
(**) fglrx(0): Option "Disable" "false"
(**) fglrx(0): Option "Rotate" "normal"
(**) fglrx(0): Option "TargetRefresh" "60"
(II) fglrx(0): Output TV has no monitor section
(II) fglrx(0): Output COMPONENT_VIDEO has no monitor section
(II) fglrx(0): Output DFP1 disconnected
(II) fglrx(0): Output DFP2 connected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Output CRT2 connected
(II) fglrx(0): Output TV disconnected
(II) fglrx(0): Output COMPONENT_VIDEO disconnected
(II) fglrx(0): Using user preference for initial modes
(II) fglrx(0): Output DFP2 using initial mode 1680x1050
(II) fglrx(0): Output CRT2 using initial mode 1024x768
(==) fglrx(0): DPI set to (96, 96)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0): PseudoColor visuals disabled
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.2.1
ABI class: X.Org Video Driver, version 5.0
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
[9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(WW) fglrx(0): could not detect X server version (query_status=-1)
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x10000000
(II) fglrx(0): FBMM initialized for area (0,0)-(2752,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(2752,2704) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 2752 x 5487
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Textured Video not supported without DRI enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib64/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 78
(II) fglrx(0): Acceleration enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib64/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
compiled for 1.4.99.906, module version = 1.0.0
(EE) fglrx(0): XMM failed to open CMMQS connection.
(II) fglrx(0): XMM failed to initialize!
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(II) fglrx(0): User Preference Output CRT2 using refresh rate 60.0 Hz.
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
[glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
(II) AIGLX: Screen 0 is not DRI capable
(II) fglrx(0): Setting screen physical size to 802 x 311
(II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 2.2.5
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 4.0
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
Back to top
View user's profile Send private message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Mon Nov 23, 2009 11:45 pm    Post subject: Reply with quote

DONAHUE wrote:
update your system:
Code:
emerge --sync
emerge -uND world

report any problems.
Code:
lspci -k

post results; xfce is probably running x using vesa or radeon driver; this will tell us
open xcb upgrade guide and follow it; use careful reading -- some steps are not in code listings; one step is several lines long and needs to be pasted in as a block or typed in with great care for spacing and back slashes
more to follow after you report back

BTW xorg-server has been designed to run without a xorg.conf file for about 2 years now. xorg.conf is still supported to deal with special equipment and needs.


lspci -k
00:00.0 Host bridge: Intel Corporation QuickPath Architecture I/O Hub to ESI Port (rev 13)
00:01.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 1 (rev 13)
Kernel driver in use: pcieport-driver
00:03.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 3 (rev 13)
Kernel driver in use: pcieport-driver
00:05.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 5 (rev 13)
Kernel driver in use: pcieport-driver
00:07.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 7 (rev 13)
Kernel driver in use: pcieport-driver
00:09.0 PCI bridge: Intel Corporation QuickPath Architecture I/O Hub PCI Express Root Port 9 (rev 13)
Kernel driver in use: pcieport-driver
00:10.0 PIC: Intel Corporation QuickPath Interconnect Physical and Link Layer Registers Port 0 (rev 13)
00:10.1 PIC: Intel Corporation QuickPath Interconnect Routing and Protocol Layer Registers Port 0 (rev 13)
00:11.0 PIC: Intel Corporation QuickPath Interconnect Physical and Link Layer Registers Port 1 (rev 13)
00:11.1 PIC: Intel Corporation QuickPath Interconnect Routing and Protocol Layer Registers Port 1 (rev 13)
00:13.0 PIC: Intel Corporation QuickPath Architecture I/O Hub I/OxAPIC Interrupt Controller (rev 13)
00:14.0 PIC: Intel Corporation QuickPath Architecture I/O Hub System Management Registers (rev 13)
00:14.1 PIC: Intel Corporation QuickPath Architecture I/O Hub GPIO and Scratch Pad Registers (rev 13)
00:14.2 PIC: Intel Corporation QuickPath Architecture I/O Hub Control Status and RAS Registers (rev 13)
00:15.0 PIC: Intel Corporation Trusted Execution Technology Registers (rev 13)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1
Kernel driver in use: pcieport-driver
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 2
Kernel driver in use: pcieport-driver
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5
Kernel driver in use: pcieport-driver
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6
Kernel driver in use: pcieport-driver
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
Kernel driver in use: i801_smbus
00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller
Kernel driver in use: ata_piix
02:00.0 VGA compatible controller: ATI Technologies Inc Device 9460
Kernel modules: fglrx
02:00.1 Audio device: ATI Technologies Inc HD48x0 audio
Kernel driver in use: HDA Intel
07:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
Kernel driver in use: ahci
07:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
Kernel driver in use: r8169
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
Kernel driver in use: r8169
0a:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)

I'll go through with the link that you sent!
Back to top
View user's profile Send private message
annunaki2k2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2003
Posts: 119
Location: Streatham, London, UK

PostPosted: Mon Nov 23, 2009 11:54 pm    Post subject: Reply with quote

Well, if lsmod has no output, that must mean that the fglrx driver isn't currently loaded (although I suspect you may have made a typo - it's LSMOD not ISMOD)

Either way, your xorg log file shows that it is failing to load the DRI2 component - this is the most likely source of your issue. Here's what I suggest you try:

Come right out of X (stop xdm, if it's running, and unload the module if it is loaded) and ensure you are fully up-to-date with the relevant packages:
Code:
/etc/init.d/xdm stop; modprobe -r fglrx
emerge --sync; emerge -uDN eselect-opengl mesa mesa-progs xorg-x11

then re-install ati-drivers
Code:
eselect opengl set xorg-x11
emerge ati-drivers
eselect opengl set ati

then load the fglrx module
Code:
modprobe fglrx

then start your X session.

Give it a go and let us know how you get on.
_________________
The great thing about standards is there are so many to choose from.....
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Nov 23, 2009 11:58 pm    Post subject: Reply with quote

ann: lspci -k shows fglrx as driver
may have dri/drm builtin ..
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Nov 24, 2009 12:10 am    Post subject: Reply with quote

cd /usr/src/linux
make menuconfig
check the config in part looks like:

Quote:
Bus options (PCI etc.) --->
[*] PCI Express support
[*] Enable deprecated pci_find_* API


Device Drivers --->
Input device support --->
<*> Event interface

Graphics support --->
-*- /dev/agpgart (AGP Support) --->
--- /dev/agpgart (AGP Support)
<*> Intel 440LX/BX/GX, I8xx and E7x05 chipset support
< > SiS chipset support
< > VIA chipset support
<M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
--- Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
< > 3dfx Banshee/Voodoo3+
< > ATI Rage 128
<M> ATI Radeon
< > Intel I810
< > Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->
[ ] Enable modesetting on intel by default
< > Matrox g200/g400< > SiS video cards
< > Via unichrome video cards
< > Savage video cards
< > Lowlevel video output switch controls
-*- Support for frame buffer devices --->
--- Support for frame buffer devices
[*] Enable firmware EDID
[ ] Framebuffer foreign endianness support --->
-*- Enable Video Mode Handling Helpers
[*] Enable Tile Blitting Support
*** Frame buffer hardware drivers ***
< > Cirrus Logic support
< > Permedia2 support
< > CyberPro 2000/2010/5000 support
< > Arc Monochrome LCD board support
[ ] Asiliant (Chips) 69000 display support
[ ] IMS Twin Turbo display support
< > VGA 16-color graphics support
< > Userspace VESA VGA graphics support
[ *] VESA VGA graphics support
[ ] EFI-based Framebuffer Support
< > N411 Apollo/Hecuba devkit support
< > Hercules mono graphics support
< > Epson S1D13XXX framebuffer support
< > nVidia Framebuffer Support
< > nVidia Riva support
< > Intel LE80578 (Vermilion) support
< > Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)
< > Matrox acceleration
< > ATI Radeon display support
< > ATI Rage128 display support
< > ATI Mach64 display support
< > S3 Trio/Virge support
< > S3 Savage support
< > SiS/XGI display support
< > VIA UniChrome (Pro) and Chrome9 display support
< > NeoMagic display support
< > IMG Kyro support
< > 3Dfx Banshee/Voodoo3/Voodoo5 display support
< > 3Dfx Voodoo Graphics (sst1) support
< > VIA VT8623 support
< > Trident support
< > ARK 2000PV support
< > Permedia3 support (EXPERIMENTAL)
< > Fujitsu carmine frame buffer support
[ ] AMD Geode family framebuffer support (EXPERIMENTAL)
< > Virtual Frame Buffer support (ONLY FOR TESTING!)
< > E-Ink Metronome/8track controller support
< > Fujitsu MB862xx GDC support
--- Backlight & LCD device support
< > Lowlevel LCD controls
< > Lowlevel Backlight controls
< > Generic (aka Sharp Corgi) Backlight Driver
< > Frontpath ProGear Backlight Driver
< > MacBook Pro Nvidia Backlight Driver
< > Tabletkiosk Sahara Touch-iT Backlight Driver
< > Display panel/monitor support
*** Display hardware drivers ***
Console display driver support --->
-*- VGA text console
[*] Enable Scrollback Buffer in System RAM
(64) Scrollback Buffer Size (in KB)
<*> Framebuffer Console support
[ ] Map the console to the primary display device
[ ] Framebuffer Console Rotation
[ ] Select compiled-in fonts
[*] Bootup logo --->

If changes were needed check, /boot is mounted, recompile the kernel, recopy the kernel
Back to top
View user's profile Send private message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Fri Dec 04, 2009 12:31 am    Post subject: Reply with quote

annunaki2k2 wrote:
Well, if lsmod has no output, that must mean that the fglrx driver isn't currently loaded (although I suspect you may have made a typo - it's LSMOD not ISMOD)

Either way, your xorg log file shows that it is failing to load the DRI2 component - this is the most likely source of your issue. Here's what I suggest you try:

Come right out of X (stop xdm, if it's running, and unload the module if it is loaded) and ensure you are fully up-to-date with the relevant packages:
Code:
/etc/init.d/xdm stop; modprobe -r fglrx
emerge --sync; emerge -uDN eselect-opengl mesa mesa-progs xorg-x11

then re-install ati-drivers
Code:
eselect opengl set xorg-x11
emerge ati-drivers
eselect opengl set ati

then load the fglrx module
Code:
modprobe fglrx

then start your X session.

Give it a go and let us know how you get on.


mesa-progs xorg-x11
Results in a command not found

modprobe fglrx results in:
FATAL: Error inserting fglrx (/lib/modules/2.6.30-gentoo-r5/video/fglrx.ko): Operation not permitted

What do I do? I recompiled my kernel and it didn't seem to make a difference.
Back to top
View user's profile Send private message
annunaki2k2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2003
Posts: 119
Location: Streatham, London, UK

PostPosted: Fri Dec 04, 2009 10:52 am    Post subject: Reply with quote

thomascirca wrote:
mesa-progs xorg-x11
Results in a command not found

That was a one liner, but let me break it down for you. (run these one at a time):
Code:
emerge --sync
emerge -uDN eselect-opengl
emerge -uDN mesa
emerge -uDN mesa-progs
emerge -uDN xorg-x11


Let's add another one whilst we're at it:
Code:
emerge -uDN ati-drivers


Quote:

modprobe fglrx results in:
FATAL: Error inserting fglrx (/lib/modules/2.6.30-gentoo-r5/video/fglrx.ko): Operation not permitted

You must be running as root - for all of these commands!

Quote:
What do I do? I recompiled my kernel and it didn't seem to make a difference.

Try again with my instructions as posted before and in this post. Once you've run them all without error, please post back...
_________________
The great thing about standards is there are so many to choose from.....
Back to top
View user's profile Send private message
thomascirca
n00b
n00b


Joined: 14 Dec 2008
Posts: 16

PostPosted: Fri Dec 04, 2009 8:59 pm    Post subject: Reply with quote

annunaki2k2 wrote:
thomascirca wrote:
mesa-progs xorg-x11
Results in a command not found

That was a one liner, but let me break it down for you. (run these one at a time):
Code:
emerge --sync
emerge -uDN eselect-opengl
emerge -uDN mesa
emerge -uDN mesa-progs
emerge -uDN xorg-x11


Let's add another one whilst we're at it:
Code:
emerge -uDN ati-drivers


Quote:

modprobe fglrx results in:
FATAL: Error inserting fglrx (/lib/modules/2.6.30-gentoo-r5/video/fglrx.ko): Operation not permitted

You must be running as root - for all of these commands!

Quote:
What do I do? I recompiled my kernel and it didn't seem to make a difference.

Try again with my instructions as posted before and in this post. Once you've run them all without error, please post back...


Ok,

All of those commands worked fine- no errors or anything of the like. I recompiled my kernel as well. However, when I boot, all I get is a black screen instead of Slim showing up so I can't do much beyond that. I don't think it's a kernel issue because I compiled it and rebooted before the other stuff. I'm very confused. Is there a way to completely remove X, the Ati drivers, etc and just start from scratch from the command line?
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Fri Apr 02, 2010 12:13 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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