Re: [gentoo-user] firefox pluggins

2007-05-19 Thread Florian Philipp
Am Freitag 18 Mai 2007 21:27 schrieb [EMAIL PROTECTED]:
 I have a whole mess of firefox, firefox-bin, pluggins that work or don't
 and the like.
 Is it feasible, on an amd64 to have a single firefox (preferably 64bits)
 that can play flash videos, execute java applets and is easy to configure ?
 What packages do I need ? Any tricks to make it work ?
 Thanks to people who know,

 -
  ~adj~

This one worked for me:

http://gentoo-wiki.com/HOWTO_AMD_64#nspluginwrapper

The whole site might be interesting for you.

Regards

Florian Philipp


pgpjWAQzhkK0R.pgp
Description: PGP signature


[gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND

2007-05-19 Thread Alex Fansky
[EMAIL PROTECTED] linux-2.6.21-gentoo % pwd
/usr/src/linux-2.6.21-gentoo
[EMAIL PROTECTED] linux-2.6.21-gentoo % cat .config |grep 
CONFIG_SOFTWARE_SUSPEND
[EMAIL PROTECTED] linux-2.6.21-gentoo %

Is it normal? I know that swsup2 patches are in the suspend-sources kernel. 
But according to the documentation software suspend v1 should be supported in 
the gentoo-sources.

I moved .config from previous versions of kernel using make oldconfig. 
-- 
Alex V. Fansky
Minsk, BSU


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] firewall on a cd

2007-05-19 Thread Philipp Riegger


On 19.05.2007, at 01:19, Neil Walker wrote:


Have a look at Redwall.


If you want Gentoo, have a look at GNAP and catalyst.

Philipp
--
[EMAIL PROTECTED] mailing list



[gentoo-user] what games can I play on my 845G video card?

2007-05-19 Thread Chuanwen Wu

Hi,guys!
I want to play games on my machine.Here is the information of my video
card in lspci:

VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE
Chipset Integrated Graphics Device (rev 03)

I have tried to play some games,like neverputt,which is so SLOW.The
corresponding time is long and the cpu usage is always 100%.

Can you recommend some games that maybe I can play on my machine smoothly ?
And maybe you can tell me how to configurate my xorg.conf or anything
else to optimize my machine when I play games.

Thanks in advanced!
--
wcw
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND

2007-05-19 Thread Petric Frank
Hello Alex,

On Saturday 19 May 2007 12:21, Alex Fansky wrote:
 [EMAIL PROTECTED] linux-2.6.21-gentoo % pwd
 /usr/src/linux-2.6.21-gentoo
 [EMAIL PROTECTED] linux-2.6.21-gentoo % cat .config |grep
 CONFIG_SOFTWARE_SUSPEND [EMAIL PROTECTED] linux-2.6.21-gentoo %

 Is it normal? I know that swsup2 patches are in the suspend-sources kernel.
 But according to the documentation software suspend v1 should be supported
 in the gentoo-sources.

Using gentoo-sources i got the same problem. You are using SMP, right ?
Then you have to enable CONFIG_HOTPLUG_CPU to get CONFIG_SOFTWARE_SUSPEND 
selectable.

It took me some digging that those two are dependend when doing SMP.

regards
   Petric
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND

2007-05-19 Thread Neil Bothwick
On Sat, 19 May 2007 13:16:56 +0200, Petric Frank wrote:

 Using gentoo-sources i got the same problem. You are using SMP, right ?
 Then you have to enable CONFIG_HOTPLUG_CPU to get
 CONFIG_SOFTWARE_SUSPEND selectable.
 
 It took me some digging that those two are dependend when doing SMP.

It's not that hard to find

make menuconfig
/suspend

Symbol: SOFTWARE_SUSPEND [=n]
  Prompt: Software Suspend
Defined at kernel/power/Kconfig:80
Depends on: PM  SWAP  (X86  (!SMP || SUSPEND_SMP) || (FRV || PPC32) 
 !SMP)
Location:
  - Power management options
- Power Management support (PM [=y])

 :)


-- 
Neil Bothwick

K: (n., adj.) a binary thousand, which isn't a decimal thousand or even
really a binary thousand (which is eight), but is the binary number
closest to a decimal thousand. This has proven so completely confusing
that is has become a standard.


signature.asc
Description: PGP signature


Re: [gentoo-user] firewall on a cd

2007-05-19 Thread Neil Walker

Philipp Riegger wrote:

Have a look at Redwall.


If you want Gentoo, have a look at GNAP and catalyst.


Redwall is Gentoo - somebody else has done all the catalyst stuff. ;)


Be lucky,

Neil

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-19 Thread Dan Farrell
On Sat, 19 May 2007 18:40:33 +0800
Chuanwen Wu [EMAIL PROTECTED] wrote:

 Hi,guys!
 I want to play games on my machine.Here is the information of my video
 card in lspci:
 
 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE
 Chipset Integrated Graphics Device (rev 03)
 
 I have tried to play some games,like neverputt,which is so SLOW.The
 corresponding time is long and the cpu usage is always 100%.
 
 Can you recommend some games that maybe I can play on my machine
 smoothly ? And maybe you can tell me how to configurate my xorg.conf
 or anything else to optimize my machine when I play games.
 
 Thanks in advanced!
Are you hardware accellerated?  Check with glxinfo.  I bet you can play
more than you think.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND

2007-05-19 Thread Petric Frank
Hello Neil,

On Saturday 19 May 2007 16:40, Neil Bothwick wrote:
 On Sat, 19 May 2007 13:16:56 +0200, Petric Frank wrote:
  Using gentoo-sources i got the same problem. You are using SMP, right ?
  Then you have to enable CONFIG_HOTPLUG_CPU to get
  CONFIG_SOFTWARE_SUSPEND selectable.
 
  It took me some digging that those two are dependend when doing SMP.

 It's not that hard to find

 make menuconfig
 /suspend

 Symbol: SOFTWARE_SUSPEND [=n]
   Prompt: Software Suspend
 Defined at kernel/power/Kconfig:80
 Depends on: PM  SWAP  (X86  (!SMP || SUSPEND_SMP) || (FRV ||
 PPC32)  !SMP) Location:
   - Power management options
 - Power Management support (PM [=y])

  :)

So - can you show me the link to CONFIG_HOTPLUG_CPU here ?

It's not in the rule above. First i tried to find SUSPEND_SMP, but no chance.

regards
  Petric
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [SOLVED] gentoo-sources-2.6.21 and CONFIG_SOFTWARE_SUSPEND

2007-05-19 Thread Alex Fansky
В сообщении от Saturday 19 May 2007 14:16:56 Petric Frank написал(а):
 Hello Alex,

 On Saturday 19 May 2007 12:21, Alex Fansky wrote:
  [EMAIL PROTECTED] linux-2.6.21-gentoo % pwd
  /usr/src/linux-2.6.21-gentoo
  [EMAIL PROTECTED] linux-2.6.21-gentoo % cat .config |grep
  CONFIG_SOFTWARE_SUSPEND [EMAIL PROTECTED] linux-2.6.21-gentoo %
 
  Is it normal? I know that swsup2 patches are in the suspend-sources
  kernel. But according to the documentation software suspend v1 should be
  supported in the gentoo-sources.

 Using gentoo-sources i got the same problem. You are using SMP, right ?
 Then you have to enable CONFIG_HOTPLUG_CPU to get CONFIG_SOFTWARE_SUSPEND
 selectable.

 It took me some digging that those two are dependend when doing SMP.

 regards
Petric

Really. Enabling CONFIG_HOTPLUG_CPU helped. Thank you very much.

-- 
Alex V. Fansky
Minsk, BSU


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Gentoo and KISS ?

2007-05-19 Thread Randy Barlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 Once you get used to it, you'll probably like Gentoo: most 
 people do. Those who leave usually are very busy in their 
 lives  simply don't have the time to keep it upto-date.

 If a person does not wish to stay up to date, if they simply
 wish to have a stable system, is getting busy really a reason
 to change operating systems?

Yeah, I'm thinking that it's really not too bad to keep my Gentoo system
running reasonably up to date.  My personal update strategy is just to
wait until I get a security problem from Gentoo-Announce saying that one
of my packages has a problem.  If I don't get that then I stay with the
packages my system has.  If it ain't broke, don't fix it :)

R
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGT1qD7So1xaF/eR8RAnpqAJ96JTmzwkmAGyp1Qy06zn0FvDS7ewCgwXHt
zGGjXSc+CpFIOmudgCX4h3E=
=Zc2O
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo and KISS ?

2007-05-19 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I can't stand it anymore! Since the KISS word appeared on the subject line of 
gentoo-user I had this
idea, and now you're gonna MAKE FUN OF ME, ok?

For you, from the bottom of my geek mind and heart :P

Tonight I'm gonna do a stage 1 fight...
In the darkness
There's so much i wanna MAKE...
And Tonight I wanna layman at your feet
Gentoo I was made for you
Emerge you were made for me.

I was made for loving you Gentoo,
you were made for loving me.
And i won't stop compiling you Gentoo,
are you done compiling C?


:P

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
OpenPGP for HTTP: New Web-Auth Scheme: http://freshmeat.net/articles/view/2599
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGT3EZAlpOsGhXcE0RClxEAJ930cZZmFLM7UjaKrB9kJe0KPhUbACfUryd
mbaeCNf77WLsffD1FmaTPTE=
=5S2p
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: firewall on a cd

2007-05-19 Thread James
Philipp Riegger lists at anderedomain.de writes:


  Have a look at Redwall.

Redwall look very quick to set up. I'm going to 
give it a whirl and see if it works for my (4) card machine.

(2 dmz's)

 If you want Gentoo, have a look at GNAP and catalyst.
Gnap is what I'll use if this redwall does not work out...

Thanks for the tips!



James






-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: firewall on a cd

2007-05-19 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

James wrote:
 Gnap is what I'll use if this redwall does not work out...

I was checking out GNAP's homepage:
http://www.gentoo.org/proj/en/base/embedded/gnap.xml

And i noticed it uses boa as it's webserver. Now that boa is hard-masked, you 
might get into a
couple of issues when trying it. Just a heads up, but I'm sure the gnap people 
will work around this
asap.

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
OpenPGP for HTTP: New Web-Auth Scheme: http://freshmeat.net/articles/view/2599
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGT45RAlpOsGhXcE0RCpOHAJ9A7UxG8AM2VucpIB6r/d5QFd0xnACeKlqv
XwtYbev1xVgKBNM8zuFzJKc=
=OLFx
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo and KISS ?

2007-05-19 Thread Dan Cowsill

LOL!

On 5/19/07, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I can't stand it anymore! Since the KISS word appeared on the subject line of 
gentoo-user I had this
idea, and now you're gonna MAKE FUN OF ME, ok?

For you, from the bottom of my geek mind and heart :P

Tonight I'm gonna do a stage 1 fight...
In the darkness
There's so much i wanna MAKE...
And Tonight I wanna layman at your feet
Gentoo I was made for you
Emerge you were made for me.

I was made for loving you Gentoo,
you were made for loving me.
And i won't stop compiling you Gentoo,
are you done compiling C?


:P

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
OpenPGP for HTTP: New Web-Auth Scheme: http://freshmeat.net/articles/view/2599
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGT3EZAlpOsGhXcE0RClxEAJ930cZZmFLM7UjaKrB9kJe0KPhUbACfUryd
mbaeCNf77WLsffD1FmaTPTE=
=5S2p
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list





--
-·=»Ðŧħ«=·-


Re: [gentoo-user] Gentoo and KISS ?

2007-05-19 Thread Nick
On Sat, May 19, 2007 at 06:50:17PM -0300, Arturo 'Buanzo' Busleiman wrote:
 For you, from the bottom of my geek mind and heart :P
 
 Tonight I'm gonna do a stage 1 fight...
 In the darkness
 There's so much i wanna MAKE...
 And Tonight I wanna layman at your feet
 Gentoo I was made for you
 Emerge you were made for me.
 
 I was made for loving you Gentoo,
 you were made for loving me.
 And i won't stop compiling you Gentoo,
 are you done compiling C?

That was fantastic. Thank you. From the bottom of my geek mind and
heart, I thank you.

I read this to my girlfriend; she didn't seem impressed. Clearly,
this is her fault, not the fault of the poem. The poem is perfect.

-- 
GPG Key : www.njw.me.uk/nick.gpg.asc GPG Key ID: 04E4653F
  GPG Fingerprint: 9732 D7C7 A441 D79E FDF0 94F6 1F48 5674 04E4 653F
SIP : [EMAIL PROTECTED]PSTN: 0560 0030509
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-19 Thread Chuanwen Wu

2007/5/19, Dan Farrell [EMAIL PROTECTED]:

On Sat, 19 May 2007 18:40:33 +0800
Chuanwen Wu [EMAIL PROTECTED] wrote:

 Hi,guys!
 I want to play games on my machine.Here is the information of my video
 card in lspci:

 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE
 Chipset Integrated Graphics Device (rev 03)

 I have tried to play some games,like neverputt,which is so SLOW.The
 corresponding time is long and the cpu usage is always 100%.

 Can you recommend some games that maybe I can play on my machine
 smoothly ? And maybe you can tell me how to configurate my xorg.conf
 or anything else to optimize my machine when I play games.

 Thanks in advanced!
Are you hardware accellerated?  Check with glxinfo.  I bet you can play
more than you think.


Here is the output of glxinfo:

$ glxinfo
name of 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, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
   GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
   GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
   GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
   GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
   GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
   GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
   GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
   GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
   GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
   GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
   GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
   GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
   GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
   GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
   GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
   GL_ARB_texture_compression, GL_ARB_texture_cube_map,
   GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
   GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
   GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
   GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program,
   GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
   GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
   GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
   GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
   GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays,
   GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters,
   GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
   GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
   GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture,
   GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
   GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
   GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias,
   GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
   GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
   GL_ATI_draw_buffers, GL_ATI_texture_env_combine3,
   GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3,
   GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
   GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square,
   GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite,
   GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program,
   GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table,
   GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
   GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
   GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays

  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  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  

[gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Denis

I am upgrading from gcc-4.1.1-rX to gcc-4.1.2...  Is it safe to just
emerge the new version, or do I need to do emerge -eav system and
emerge -eav world, as the gcc upgrade guide suggests?  Do I need to
rebuild libtool every time I upgrade gcc?

Thanks!
Denis
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Hemmann, Volker Armin
On Sonntag, 20. Mai 2007, Denis wrote:
 I am upgrading from gcc-4.1.1-rX to gcc-4.1.2...  Is it safe to just
 emerge the new version

yes

 , or do I need to do emerge -eav system and 
 emerge -eav world, as the gcc upgrade guide suggests?  Do I need to
 rebuild libtool every time I upgrade gcc?

no. This is only a 'minor' version update. You don't need anything to do.

All the steps in the upgrade guide are there if you upgrade from one major 
release to anoter (like 3.X to 4.X or maybe 4.1 to 4.2)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Dale
Denis wrote:
 I am upgrading from gcc-4.1.1-rX to gcc-4.1.2...  Is it safe to just
 emerge the new version, or do I need to do emerge -eav system and
 emerge -eav world, as the gcc upgrade guide suggests?  Do I need to
 rebuild libtool every time I upgrade gcc?

 Thanks!
 Denis

Since this is a minor upgrade, I don't think you have to do anything.  I
updated mine and whatever else got updated and left it at that.  I think
the only time you have to do a emerge -e world is when you do a major
upgrade like from 3.* to 4.* or the next 5.* which I assume will be
coming at some point.

Hope that helps.

Dale

:-)  :-)  :-)  :-)

-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-19 Thread Dan Farrell
On Sun, 20 May 2007 10:29:12 +0800
Chuanwen Wu [EMAIL PROTECTED] wrote:

 direct rendering: No

there it is, third line.  
Hey, looks like I have the same problem!  Perhaps we can figure it out
together.  
| 00:02.0 VGA compatible controller: Intel Corporation
| 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
| direct rendering: No
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xinerama on 945GM: Set VBE mode failed

2007-05-19 Thread Dan Farrell
On Sat, 19 May 2007 21:32:44 +0200
Gian Domeni Calgeer [EMAIL PROTECTED] wrote:

 Hi list
 
 When trying to set up Xinerama on my Lenovo 3000 v100 0763-46G
 notebook, X does not start. In the log it says: (EE) I810(1): Set
 VBE Mode failed! (Entire log and xorg.conf: see attachment) I
 adapted the xorg.conf from
 http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_950 .
 I tried replace='4d 1280 800 24' in /etc/con.d/915resolution
 because this was suggested in some forum post, but it did not help
 either. 
 
 Does anyone have an idea how I could Xinerama get to work?
 
 Gian
Have you tried without these two lines?
|Option MonitorLayout CRT,LFP
|Option DevicePresence true 
-- 
[EMAIL PROTECTED] mailing list