[gentoo-user] Runlevels

2007-08-12 Thread Mauro Arnoldi
Hi there!

I have problems related with runlevels: I can't boot in any specified 
runlevels other than default.
If I use the command
#rc runlevel_name 
I can pass with no problem, but boot procedure doesn't work for me.

In Grub I have this entry:

title Gentoo Linux 2.6.21 - NoNetwork
root (hd0,2)
kernel /boot/bzImage2.6 root=/dev/sda3 quiet splash=silent,fadein,theme:gentoo 
video=vesafb-tng:[EMAIL PROTECTED],ywrap,mtrr CONSOLE=/dev/tty1 idebus=66 
libata.atapi_enabled=1 ide1=noprobe fbcon=scrollback:128K softlevel=nonetwork
initrd /boot/fbsplash-gentoo-1280x800

my boot and nonetwork runlevels are like this:

#rc-status boot
Runlevel: boot
 bootmisc   

  
 checkfs

  
 checkroot  

  
 clock  

  
 hostname   

  
 keymaps

  
 localmount 

  
 modules

  
 rmnologin  

  
 urandom 

#rc-status nonetwork
Runlevel: nonetwork
 acpid  

  
 alsasound  

  
 atieventsd 

  
 cpufreqd   

  
 cpufrequtils   

  
 gpm

  
 keymaps

  
 laptop_mode

  
 local   

I also mapped it in /etc/inittab

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc battery
l5:5:wait:/sbin/rc console
l6:6:wait:/sbin/rc reboot
#z6:6:respawn:/sbin/sulogin


Can someone understand what's the problem?

Thanks

Mauro

-- 


(definitions)
%
Rule #1:
The Boss is always right.

Rule #2:
If the Boss is wrong, see Rule #1.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] livecd from scratch - attempting to mount media: - /dev/hda

2007-01-24 Thread Mauro Arnoldi
Hi everybody!

I prepared a custom livecd following this howto: 
http://gentoo-wiki.com/HOWTO_build_a_LiveCD_from_scratch
and I tested it correctly on an old computer I have at home, but trying it 
with my laptop (DELL INSPIRON 6000) the boot process stops without any error 
message.


...probing kernel modules (genkernel)...
Activating mdev
Making tmpfs for /newroot
Attempting to mount media:- /dev/hda


No error messages..
The problem is that my hard disk is a /dev/sda device and I don't have any hdx 
device... cdrom is /dev/sr0

What should I do to fix this problem?

Thanks in advance

Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727

2006-09-17 Thread Mauro Arnoldi
Hi!

Does any of you understand this error I get in Xorg.log?

I use XGL and an ATI video card. I can't get Direct Rendering working

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed 
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

Thanks

Mauro
-- 


(politics)
%
Giving money and power to governments is like giving whiskey and
car keys to teenage boys.
-- P.J. O'Rourke

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Xlib: extension XFree86-DRI missing on display :0.0.

2006-09-10 Thread Mauro Arnoldi
Hi!
I can't get the DIRECT RENDERING working on my Gentoo system. I have an ATI 
X300 on my laptop and I have followed the ATI HOWTO. And in Google I can't 
find the right thing for me...
I also use KDE and XGL and all its funny graphic stuff :) .

Here's the output of some commands I think should be useful for you:


# glxgears
Xlib:  extension XFree86-DRI missing on display :0.0.
12040 frames in 5.0 seconds = 2406.981 FPS
8892 frames in 5.0 seconds = 1777.839 FPS
8892 frames in 5.0 seconds = 1772.890 FPS
9462 frames in 5.1 seconds = 1864.254 FPS
9174 frames in 5.0 seconds = 1821.030 FPS
X connection to :0.0 broken (explicit kill or server shutdown).

# fglrxinfo
Xlib:  extension XFree86-DRI missing on display :0.0.
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X300 Generic
OpenGL version string: 1.2 (2.0.6011 (8.28.8))

# glxinfo | grep rendering
Xlib:  extension XFree86-DRI missing on display :0.0.
direct rendering: No

# lsmod | grep fglrx
fglrx 395052  67
agpgart29232  2 ati_agp,fglrx

# emerge -pv ati-drivers xorg-server xorg-x11
[ebuild   R   ] x11-drivers/ati-drivers-8.28.8
[ebuild   R   ] x11-base/xorg-server-1.1.1
[ebuild   R   ] x11-base/xorg-x11-7.1 



Also in my /etc/X11/xorg.conf I have:

# This loads the GLX module
Load   glx
# This loads the DRI module
Load   dri

Section Device
Identifier  ** ATI Radeon (generic)   [radeon]
Driver fglrx
EndSection

Section dri
   Mode 0666
EndSection



So, can some of you understand where is the problem and help me fix it??

Thanks a lot!

Mauro
-- 


(leggi)
%
Chi soffre per amore e' perche' non ha mai avuto i calcoli renali.
-- Legge di Murphy

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] direct rendering only works with root???

2006-07-04 Thread Mauro Arnoldi
Alle 20:48, lunedì 03 luglio 2006, John J. Foster ha scritto:
 On Mon, Jul 03, 2006 at 09:28:23AM -0700, Richard Fish wrote:
  On 7/3/06, John J. Foster [EMAIL PROTECTED] wrote:
  Check your xorg.conf for the following:
  
  Section DRI
  Mode 0666
  EndSection
 
  Or for a bit better security:
 
  Section DRI
 Group graphics
 Mode 0660
  EndSection
 
  And then make sure your user is a member of the graphics group.

 Thanks Richard, excellent idea.

Thanks to everyone! :)

 festus

-- 
(italia)
%
Il paradiso e' un poliziotto inglese, un cuoco francese, un tecnico
tedesco, un amante italiano: il tutto organizzato dagli svizzeri.
L'inferno e' un cuoco inglese, un tecnico francese, un poliziotto
tedesco, un amante svizzero, e l'organizzazione affidata agli italiani.
-- J. Elliott

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] direct rendering only works with root???

2006-07-03 Thread Mauro Arnoldi
I installed ati-drivers and partially works correctly:

As user nothing works:
---
[EMAIL PROTECTED] ~ $ fglrxinfo  glxinfo | grep rendering
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)

libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
direct rendering: No
---

with root:
---
[EMAIL PROTECTED] ~ $ su -
Password:
aghartilap ~ # fglrxinfo  glxinfo | grep rendering
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X300 Generic
OpenGL version string: 2.0.5879 (8.26.18)

direct rendering: Yes
---

So now I'm using KDE without the hardware acceleration... Can someone help me 
fix it?

Thanks

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xgl, masked packages, and me going crazy

2006-07-02 Thread Mauro Arnoldi
Alle 17:42, sabato 01 luglio 2006, Bo Ørsted Andresen ha scritto:
 On Saturday 01 July 2006 09:34, Mauro Arnoldi wrote:
  Hi to Everyone!
  I have followed the HOWTO_XGL to install XGL on my system, but when I
  arrive at the point: emerge -av mesa I get:
 
  -
  These are the packages that would be merged, in order:
 
  Calculating dependencies \
  !!! All ebuilds that could satisfy =x11-libs/libdrm-2.1_alpha have
  been masked.
  !!! One of the following masked packages is required to complete your
  request: - x11-libs/libdrm-2.1_alpha20060614 (masked by: missing keyword)
  - x11-libs/libdrm-2.1_alpha20060406 (masked by: missing keyword)
 
  For more information, see MASKED PACKAGES section in the emerge man page
  or refer to the Gentoo Handbook.
  (dependency required by media-libs/mesa-6.5.1_alpha20060622 [ebuild])
  -

 echo 'x11-libs/libdrm -* ~*'  /etc/portage/package.keywords
That's what I had to do, both -* and ~*, thanks!
thanks for your help, I hope my compilation will continue without further 
problems ;)

-- 
(italia)
%
Il paradiso e' un poliziotto inglese, un cuoco francese, un tecnico
tedesco, un amante italiano: il tutto organizzato dagli svizzeri.
L'inferno e' un cuoco inglese, un tecnico francese, un poliziotto
tedesco, un amante svizzero, e l'organizzazione affidata agli italiani.
-- J. Elliott

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xgl, masked packages, and me going crazy

2006-07-01 Thread Mauro Arnoldi
Hi to Everyone!
I have followed the HOWTO_XGL to install XGL on my system, but when I arrive 
at the point: emerge -av mesa I get:

-
These are the packages that would be merged, in order:

Calculating dependencies \
!!! All ebuilds that could satisfy =x11-libs/libdrm-2.1_alpha have been 
masked.
!!! One of the following masked packages is required to complete your request:
- x11-libs/libdrm-2.1_alpha20060614 (masked by: missing keyword)
- x11-libs/libdrm-2.1_alpha20060406 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by media-libs/mesa-6.5.1_alpha20060622 [ebuild])
-

I played with the file /etc/portage/package.keywords, but I got nothing.

and now I get it also for: 
emerge -up xorg-server
emerge -up world
and more..

Can someone help me to jump out this mess?

Thanks!

Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Amule-2.1.3 Segmentation Fault

2006-06-18 Thread Mauro Arnoldi
Hi! 

I receive a segmentation fault after launching amule from a console. No other 
message displayed. I'd like to understand which is the problem, can some of 
you help me?

Thanks

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Amule-2.1.3 Segmentation Fault

2006-06-18 Thread Mauro Arnoldi
Alle 11:32, domenica 18 giugno 2006, Fabrice Delliaux ha scritto:
 Mauro Arnoldi a écrit :
  Hi!
 
  I receive a segmentation fault after launching amule from a console. No
  other message displayed. I'd like to understand which is the problem, can
  some of you help me?

 Hi,

 Did you try revdep-rebuild, and/or rebuild wxGTK ?

I tried but it doesn't change anything.. 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Amule-2.1.3 Segmentation Fault

2006-06-18 Thread Mauro Arnoldi
Alle 16:22, domenica 18 giugno 2006, Emanuele Morozzi ha scritto:
 I've got the same problem since the last upgrade of gcc.

 amuled works perfectly

 I can't do emerge -e world, so the problem remains.

I hope not to have to emerge -e world It will take a lifetime!!!

 Mauro Arnoldi wrote:
  Alle 11:32, domenica 18 giugno 2006, Fabrice Delliaux ha scritto:
  Mauro Arnoldi a écrit :
  Hi!
 
  I receive a segmentation fault after launching amule from a console. No
  other message displayed. I'd like to understand which is the problem,
  can some of you help me?
 
  Hi,
 
  Did you try revdep-rebuild, and/or rebuild wxGTK ?
 
  I tried but it doesn't change anything..

 Chiacchiera con i tuoi amici in tempo reale!
  http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com

-- 
(italia)
%
Il paradiso e' un poliziotto inglese, un cuoco francese, un tecnico
tedesco, un amante italiano: il tutto organizzato dagli svizzeri.
L'inferno e' un cuoco inglese, un tecnico francese, un poliziotto
tedesco, un amante svizzero, e l'organizzazione affidata agli italiani.
-- J. Elliott

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-14 Thread Mauro Arnoldi
Alle 21:51, martedì 13 giugno 2006, Ryan Tandy ha scritto:
 Mauro Arnoldi wrote:
  My ati drivers doesn't want to compile:
 
  #emerge -pv ati-drivers
 
  These are the packages that would be merged, in order:
 
  Calculating dependencies... done!
  [blocks B ] =x11-base/xorg-server-1.0.99 (is blocking
  x11-drivers/ati-drivers-8.25.18)
  [ebuild   R   ] x11-drivers/ati-drivers-8.25.18  USE=opengl 0 kB
 
  I try with: emerge -O ati-drivers and I set the driver fglrx. The
  result:
 
  (EE) module ABI major version (0) doesn't match the server's version (1)
  (EE) Failed to load module fglrx (module does not exist, 0)
  (EE) No drivers available
 
  -Richard

 Then you may need to use a different xorg-server version.  If that
 doesn't pose a major problem, then

 # emerge -C xorg-server
 # emerge -D ati-drivers

 Simply installing the ati-drivers should automatically pull in the
 newest xorg-server that they will work with.  There's a thread somewhere
 on forums.gentoo.org, and another one a while back on gentoo-dev,
 explaining the reason for the block.

 When I first started with the ati-drivers, Xorg 6.8 was the latest
 available, but they would only work with 6.7 - so we had to wait until
 ATI released a new version before we could use 6.8.

 Waiting a few weeks for the very latest xorg-server build won't kill you.
 ;)

Ok, I'll try not to die in the meanwhile :)
Thanks!

Mauro

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Hello!

I installed a new Gentoo system, but I find big problems with ati drivers and 
3D acceleration. I have followed the wiki howto but now I receive this error 
message

#fglrxinfo
Xlib:  extension XFree86-DRI missing on display :0.0.
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)

I saw the Troubleshooting:
If fglrxinfo says mesa3d.org instead of ATI after A SUCCESSFUL modprobe of 
fglrx, but nothing changes.
I include my configuration, hoping that someone can help me out of this 
mess...

kernel version: 2.6.16-gentoo-r9
in Character Devices:
/dev/agpgart (AGP Support)  M
ATI chipset support M

my xorg.conf:


Section ServerLayout
Identifier Simple Layout
Screen  0  aticonfig-Screen[0] 0 0
InputDeviceMouse1 CorePointer
InputDeviceKeyboard1 CoreKeyboard
Option  BlankTime 3  # Oscura lo schermo dopo 3 minuti (Fake)
Option  StandbyTime 5  # Spegne lo schermo dopo 5 minuti 
(DPMS)
Option  SuspendTime 7  # Suspend dopo 7 minuti
Option  OffTime 10  # Spegne dopo 10 minuti
EndSection

Section Files
RgbPath  /usr/share/X11/rgb
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/misc
FontPath /usr/share/fonts/Type1
FontPath /usr/share/fonts/TTF
FontPath /usr/share/fonts/corefonts
FontPath /usr/share/fonts/freefonts
FontPath /usr/share/fonts/sharefonts
FontPath /usr/share/fonts/terminus
FontPath /usr/share/fonts/ttf-bitstream-vera
FontPath /usr/share/fonts/unifont
FontPath /usr/share/fonts/75dpi
FontPath /usr/share/fonts/100dpi
FontPath /usr/share/fonts/artwiz
EndSection

Section Module
Load  dbe # Double buffer extension
SubSection extmod
Option  omit xfree86-dga   # don't initialise the DGA 
extension
EndSubSection
Load  type1
#Loadspeedo
Load  freetype
#Loadxtt
Load  glx
# This loads the DRI module
Load  dri
Load  bitmap
Load  pcidata
EndSection

Section InputDevice
Identifier  Keyboard1
Driver  kbd
Option  AutoRepeat 500 30
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option  XkbRules xorg
Option  XkbModel pc102
Option  XkbLayout it
EndSection

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Protocol IMPS/2 # IntelliMouse PS/2
Option  Device /dev/input/mice
# When using XQUEUE, comment out the above two lines, and uncomment
Option  ZAxisMapping 4 5 6 7
# Emulate3Buttons is an option for 2-button mice
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
HorizSync31.5 - 57.0
VertRefresh  50.0 - 100.0
Option  DPMS
EndSection

Section Device
Identifier  aticonfig-Device[0]
Driver  radeon
Option  no_accel no
Option  no_dri no
Option  mtrr off # disable DRI mtrr mapper, driver has its own 
code for mtrr
Option  DesktopSetup (null)
Option  ScreenOverlap 0
Option  GammaCorrectionI 0x06419064
Option  GammaCorrectionII 0x06419064
Option  Capabilities 0x
Option  CapabilitiesEx 0x
Option  VideoOverlay on
Option  OpenGLOverlay off
Option  CenterMode off
Option  PseudoColorVisuals off
Option  Stereo off
Option  StereoSyncEnable 1
Option  FSAAEnable no
Option  FSAAScale 1
Option  FSAADisableGamma no
Option  FSAACustomizeMSPos no
Option  FSAAMSPosX0 0.00
Option  FSAAMSPosY0 0.00
Option  FSAAMSPosX1 0.00
Option  FSAAMSPosY1 0.00
Option  FSAAMSPosX2 0.00
Option  FSAAMSPosY2 0.00
Option  FSAAMSPosX3 0.00
Option  FSAAMSPosY3 0.00
Option  FSAAMSPosX4 0.00
Option  FSAAMSPosY4 0.00
Option  FSAAMSPosX5 0.00
Option  FSAAMSPosY5 0.00
Option  UseFastTLS 0
Option  BlockSignalsOnLock on
Option  UseInternalAGPGART no
Option  ForceGenericCPU no
Option  DynamicClocks on#DISATTIVARE SE CREA CRASH!!!
Option  AllowGLXWithComposite true   # Needed by plg3d
BusID   PCI:1:0:0
EndSection

Section 

Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 14:31, martedì 13 giugno 2006, Ptitjack ha scritto:
 Mauro Arnoldi a gentiment tapote:
  Hello!
 
  I installed a new Gentoo system, but I find big problems with ati drivers
  and 3D acceleration. I have followed the wiki howto but now I receive
  this error message
 
  #fglrxinfo
  Xlib:  extension XFree86-DRI missing on display :0.0.
  display: :0.0  screen: 0
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5)
 
  I saw the Troubleshooting:
  If fglrxinfo says mesa3d.org instead of ATI after A SUCCESSFUL
  modprobe of fglrx, but nothing changes.
  I include my configuration, hoping that someone can help me out of this
  mess...
 
  kernel version: 2.6.16-gentoo-r9
  in Character Devices:
  /dev/agpgart (AGP Support)  M
  ATI chipset support M

 Hi,

 I think  you have to disable ATI chipset support in Character Devices
 (/dev/agpgart must be enabled as module).
 I Hope it will help.

Nothing changed:

#fglrxinfo
Xlib:  extension XFree86-DRI missing on display :0.0.
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)

#glxinfo
name of display: :0.0
Xlib:  extension XFree86-DRI missing on display :0.0.
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 15:22, martedì 13 giugno 2006, Jacques Montier ha scritto:
 Mauro Arnoldi a gentiment tapote:
  Alle 14:31, martedì 13 giugno 2006, Ptitjack ha scritto:
  Mauro Arnoldi a gentiment tapote:
  Hello!
 
  I installed a new Gentoo system, but I find big problems with ati
  drivers and 3D acceleration. I have followed the wiki howto but now I
  receive this error message
 
  #fglrxinfo
  Xlib:  extension XFree86-DRI missing on display :0.0.
  display: :0.0  screen: 0
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5)
 
  I saw the Troubleshooting:
  If fglrxinfo says mesa3d.org instead of ATI after A SUCCESSFUL
  modprobe of fglrx, but nothing changes.
  I include my configuration, hoping that someone can help me out of this
  mess...
 
  kernel version: 2.6.16-gentoo-r9
  in Character Devices:
/dev/agpgart (AGP Support)  M
ATI chipset support M
 
  Hi,
 
  I think  you have to disable ATI chipset support in Character Devices
  (/dev/agpgart must be enabled as module).
  I Hope it will help.
 
  Nothing changed:

 After you have changed your kernel configuration, I suppose you
 recompiled your kernel ?
 Did you enable via chipset support in Character Devices ( then modprobe
 via-agp) ?
 After compiling ati-drivers, did you run
 eselect opengl set ati ?

eselect is ok:

#eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11

Why do I have to compile via chipset support? I have and Ati Radeon X300 in my 
laptop..

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 17:28, martedì 13 giugno 2006, Jacques Montier ha scritto:
 Mauro Arnoldi a gentiment tapote:
  Alle 15:22, martedì 13 giugno 2006, Jacques Montier ha scritto:
  Mauro Arnoldi a gentiment tapote:
  Alle 14:31, martedì 13 giugno 2006, Ptitjack ha scritto:
  Mauro Arnoldi a gentiment tapote:
  Hello!
 
  I installed a new Gentoo system, but I find big problems with ati
  drivers and 3D acceleration. I have followed the wiki howto but now I
  receive this error message
 
  #fglrxinfo
  Xlib:  extension XFree86-DRI missing on display :0.0.
  display: :0.0  screen: 0
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5)
 
  I saw the Troubleshooting:
  If fglrxinfo says mesa3d.org instead of ATI after A SUCCESSFUL
  modprobe of fglrx, but nothing changes.
  I include my configuration, hoping that someone can help me out of
  this mess...
 
  kernel version: 2.6.16-gentoo-r9
  in Character Devices:
  /dev/agpgart (AGP Support)  M
  ATI chipset support M
 
  Hi,
 
  I think  you have to disable ATI chipset support in Character Devices
  (/dev/agpgart must be enabled as module).
  I Hope it will help.
 
  Nothing changed:
 
  After you have changed your kernel configuration, I suppose you
  recompiled your kernel ?
  Did you enable via chipset support in Character Devices ( then modprobe
  via-agp) ?
  After compiling ati-drivers, did you run
  eselect opengl set ati ?
 
  eselect is ok:
 
  #eselect opengl list
  Available OpenGL implementations:
[1]   ati *
[2]   xorg-x11
 
  Why do I have to compile via chipset support? I have and Ati Radeon X300
  in my laptop..

 because of my VIA KT133A chipset motherboard.
 Without loading via-agp module, I don't have any 3D acceleration.
 What gives lspci  | grep AGP ?

I find nothing!! :-O
But maybe the correct line is 

00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root 
Port (rev 03) (prog-if 00 [Normal decode])

because a radeon X300 it's not an AGP card but a PCI Express...
I enabled in my kernel the Intel 440LX/BX/GX, I8xx and E7x05 chipset 
support, but still nothing at all... I always receive the error above...
I'm getting crazy.. 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 18:40, martedì 13 giugno 2006, Richard Fish ha scritto:
 On 6/13/06, Mauro Arnoldi [EMAIL PROTECTED] wrote:
  Section Device
  Identifier  aticonfig-Device[0]
  Driver  radeon

 If you want to use the ati drivers, this should be fglrx.

If I set like you say I get:
(EE) Failed to load module fglrx (module does not exist, 0)
(EE) No drivers available
I also have read that kernel 2.6.16 has problems with ati drivers, but I can't 
find a patch... 

 -Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 19:52, martedì 13 giugno 2006, Richard Fish ha scritto:
 On 6/13/06, Mauro Arnoldi [EMAIL PROTECTED] wrote:
  If I set like you say I get:
  (EE) Failed to load module fglrx (module does not exist, 0)
  (EE) No drivers available
  I also have read that kernel 2.6.16 has problems with ati drivers, but I
  can't find a patch...

 This usually means you need to re-merge ati-drivers.  You have to do
 this every time you upgrade to a new kernel.

 As far as the 2.6.16 support, I find this in
 /usr/portage/x11-drivers/ati-drivers/ChangeLog:

 *ati-drivers-8.24.8 (17 Apr 2006)
 snip
   21 Mar 2006; Jory A. Pratt [EMAIL PROTECTED]
   +files/ati-drivers-8.23.7-noiommu.patch, ati-drivers-8.23.7.ebuild:
   2.6.16 support wrt bug#122335

 So it looks like whatever patches are needed are already applied by
 Gentoo.  Try it and report back if it fails.

My ati drivers doesn't want to compile:

#emerge -pv ati-drivers

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B ] =x11-base/xorg-server-1.0.99 (is blocking 
x11-drivers/ati-drivers-8.25.18)
[ebuild   R   ] x11-drivers/ati-drivers-8.25.18  USE=opengl 0 kB

I try with: emerge -O ati-drivers and I set the driver fglrx. The result:

(EE) module ABI major version (0) doesn't match the server's version (1)
(EE) Failed to load module fglrx (module does not exist, 0)
(EE) No drivers available

 -Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] troubles with ati-drivers-8.25.18

2006-06-13 Thread Mauro Arnoldi
Alle 21:10, martedì 13 giugno 2006, Ptitjack ha scritto:
 Mauro Arnoldi a gentiment tapote:
  Alle 19:52, martedì 13 giugno 2006, Richard Fish ha scritto:
  On 6/13/06, Mauro Arnoldi [EMAIL PROTECTED] wrote:
  If I set like you say I get:
  (EE) Failed to load module fglrx (module does not exist, 0)
  (EE) No drivers available
  I also have read that kernel 2.6.16 has problems with ati drivers, but
  I can't find a patch...
 
  This usually means you need to re-merge ati-drivers.  You have to do
  this every time you upgrade to a new kernel.
 
  As far as the 2.6.16 support, I find this in
  /usr/portage/x11-drivers/ati-drivers/ChangeLog:
 
  *ati-drivers-8.24.8 (17 Apr 2006)
  snip
21 Mar 2006; Jory A. Pratt [EMAIL PROTECTED]
+files/ati-drivers-8.23.7-noiommu.patch, ati-drivers-8.23.7.ebuild:
2.6.16 support wrt bug#122335
 
  So it looks like whatever patches are needed are already applied by
  Gentoo.  Try it and report back if it fails.
 
  My ati drivers doesn't want to compile:
 
  #emerge -pv ati-drivers
 
  These are the packages that would be merged, in order:
 
  Calculating dependencies... done!
  [blocks B ] =x11-base/xorg-server-1.0.99 (is blocking
  x11-drivers/ati-drivers-8.25.18)
  [ebuild   R   ] x11-drivers/ati-drivers-8.25.18  USE=opengl 0 kB
 
  I try with: emerge -O ati-drivers and I set the driver fglrx. The
  result:
 
  (EE) module ABI major version (0) doesn't match the server's version (1)
  (EE) Failed to load module fglrx (module does not exist, 0)
  (EE) No drivers available
 
  -Richard

 Yes, it seems that there is a problem between xorg-server-1.0.99 and
 ati-drivers; :-(

 http://forums.gentoo.org/viewtopic-t-458721-highlight-atidrivers+xorgserver
.html


But for me doesn't work both the closed and the open source drivers! Well, I 
suppose I have to wait the next release...

 - Ptitjack -


  ^
   ^^^
   ^
 (  0   0  )
  \/
   ----

-- 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kded: ERROR: KMilo: DellI8kMonitor: ioctl failed in fn_status()

2006-05-07 Thread Mauro Arnoldi
Hi to Everyone!

I have a DELL Inspiron 6000 and installing KDE I see this error message 
printed constantly on the console:

kded: ERROR: KMilo: DellI8kMonitor: ioctl failed in fn_status()

Google doesn't give me any help, so I ask you if someone knows how to solve 
this.

Thanks!

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kded: ERROR: KMilo: DellI8kMonitor: ioctl failed in fn_status()

2006-05-07 Thread Mauro Arnoldi
Alle 18:12, domenica 07 maggio 2006, Jeremy Olexa ha scritto:
 Mauro Arnoldi wrote:
  Hi to Everyone!
 
  I have a DELL Inspiron 6000 and installing KDE I see this error message
  printed constantly on the console:
 
  kded: ERROR: KMilo: DellI8kMonitor: ioctl failed in fn_status()
 
  Google doesn't give me any help, so I ask you if someone knows how to
  solve this.
 
  Thanks!
 
  Mauro

 Ah,
 You are just looking in the wrong place/ =)

 http://forums.gentoo.org/viewtopic-t-459939-highlight-kmilo.html
 which leads you to:
 http://bugs.gentoo.org/show_bug.cgi?id=125308
 which leads you to disabling KMilo and everything will work

This helped a lot! Thanks :)

 I don't use KDE though, I hope that helps.

C'mon, I like KDE, I just give him another chance :P

 --
 Jeremy Olexa
 ([EMAIL PROTECTED])
 Office: EE/CS 1-201
 CS/IT Systems Staff
 University of Minnesota
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Samba problems

2005-06-18 Thread Mauro Arnoldi
Hi to everyone
I have upgraded my gentoo system (emerge -Du system) and I included an
upgrade even of GCC and other basic system programs. Now I have a problem
with samba:

/etc/init.d/samba start
 * samba - start: smbd ...
/usr/sbin/smbd: error while loading shared libraries: libcom_err.so.3:
cannot open shared object file: No such file or directory
[ !! ]
 * samba - start: nmbd ...
/usr/sbin/nmbd: error while loading shared libraries: libcom_err.so.3:
cannot open shared object file: No such file or directory
[ !! ]
 * Error: stopping services (see system logs)
 * samba - stop: smbd ...
[ !! ]
 * samba - stop: nmbd ...
[ !! ]


Does anyone of you know this problem and can help me to solve it? I have
searched on system logs, but I found nothing...

Thanks

Mauro

-- 
gentoo-user@gentoo.org mailing list