Gentoo Forums
Gentoo Forums
Quick Search: in
(EE) fglrx(0): shmget(lowmem) error: Function not implemente
View unanswered posts
View posts from last 24 hours

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


Joined: 31 Oct 2007
Posts: 6

PostPosted: Sun Nov 04, 2007 12:02 pm    Post subject: (EE) fglrx(0): shmget(lowmem) error: Function not implemente Reply with quote

Hi,
installed gentoo and fglrx driver, and i keep getting this error trying to startx:
Code:
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): PCI bus 1 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 "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules//libint10.so
(EE) fglrx(0): shmget(lowmem) error: Function not implemented
(EE) fglrx(0): PreInitInt10 failed
SetVBEMode failed
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [atiddxPreInit] === end
(II) UnloadModule: "fglrx"
(II) UnloadModule: "int10"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


Here's my kernel config: http://www.pastebin.ca/760838 / http://mrduck.hopto.org/tmp/.config

...the same error appears with vesa driver too. Thx for any suggestion :-)


Last edited by Mr.Duck on Thu Nov 15, 2007 10:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
Mr.Duck
n00b
n00b


Joined: 31 Oct 2007
Posts: 6

PostPosted: Wed Nov 07, 2007 11:36 pm    Post subject: Reply with quote

No ideas? Can't find a solution :(

(BUMP 8O)
Back to top
View user's profile Send private message
selutha
n00b
n00b


Joined: 06 Apr 2005
Posts: 14

PostPosted: Wed Nov 07, 2007 11:54 pm    Post subject: Reply with quote

post your xorg.conf and what instructions did you follow to install the ati driver?
Back to top
View user's profile Send private message
Mr.Duck
n00b
n00b


Joined: 31 Oct 2007
Posts: 6

PostPosted: Thu Nov 08, 2007 8:50 am    Post subject: Reply with quote

I'm not sure now,but i think i followed http://gentoo-wiki.com/HOWTO_ATI_Drivers. Didn't work,so i edited xorg a bit but with no change. Using even vesa driver gives the same error.
Code:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen         "Default Screen" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Logitech G5"
   Option      "AIGLX" "true"
EndSection

Section "Files"
   # path to defoma fonts
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load  "i2c"
   Load  "bitmap"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "vbe"
EndSection

#Section "ServerFlags"
#   Option       "AIGLX" "on"
#EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "cz"
EndSection

Section "InputDevice"
   Identifier "Logitech G5"
   Driver "evdev"
   Option "CorePointer"
   Option "Name" "Logitech USB Gaming Mouse"
   Option "ZAxisMapping" "4 5 6 7"
   Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
   Identifier   "BenQ FP92E"
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "X1600"
   Driver      "fglrx"
#   Option       "Capabilities" "0x00000800"
#   Option       "UseFastTLS" "off"
#   Option       "KernelModuleParm" "locked-userpages=0"
#   Option       "VideoOverlay" "off"
#   Option       "OpenGLOverlay" "on"
#   Option       "OverlayOnCRTC2" "1"
#   Option       "FSAAScale" "0"
#   Option       "FSAAEnable" "off"
#   BusID       "PCI:1:0:0"
   Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "X1600"
   Monitor    "BenQ FP92E"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
   Option       "Composite" "Enable"
EndSection
Back to top
View user's profile Send private message
Sarpy Sam
Tux's lil' helper
Tux's lil' helper


Joined: 19 May 2004
Posts: 86
Location: Montana USA

PostPosted: Sat Nov 17, 2007 3:25 pm    Post subject: Reply with quote

kernel configuration

CONFIG_SYSVIPC=y

Fixed the problem for me.
Back to top
View user's profile Send private message
Mr.Duck
n00b
n00b


Joined: 31 Oct 2007
Posts: 6

PostPosted: Sat Nov 17, 2007 8:32 pm    Post subject: Reply with quote

Sarpy Sam wrote:
kernel configuration

CONFIG_SYSVIPC=y

Fixed the problem for me.
Thx ;) It helped...so i moved to another problem,gonna search through forums for that first :P
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