Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Aspire One A110 and 3D
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sat Oct 24, 2009 12:44 pm    Post subject: Aspire One A110 and 3D Reply with quote

I'm trying to have 3D acceleration working on my aspire one A110X netbook, I've followed the guide here: http://en.gentoo-wiki.com/wiki/Acer_Aspire_One_A110L#3D_acceleration.2FDirect_Rendering (however the guide is a bit old, so I didn't need to unmask anything). According to the arch linux guide ( http://wiki.archlinux.org/index.php/Acer_Aspire_One#Games ), using glxgears as benchmark I should get something between 750 and 1000 fps...I'm actually getting around 250.

Any idea?
Useful system informations follows:

Code:
astaroth ~ # glxinfo |grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 20090712 2009Q2 RC3 x86/MMX/SSE2



Code:
astaroth ~ # cat /etc/X11/xorg.con
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dri"
   Load  "glx"
   Load  "dbe"
   Load  "extmod"
   Load  "record"
   Load  "dri2"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "XkbLayout" "it,no"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "synaptics"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mouse1"
   Option       "ZAxisMapping" "4 5 6 7"
   Option       "CorePointer"
EndSection

Section "InputDevice"
   Identifier   "Mouse1"
   Driver      "mouse"
   Option      "Device" "/dev/input/mouse0"
   Option      "Protocol" "auto"
   Option      "ZAxisMapping" "4 5"
   Option      "Buttons" "3"
   Option      "SendCoreEvents"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   DisplaySize 195 113 # This will set the correct DPI (96 x 96)
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "intel"
   VendorName  "Intel Corporation"
   BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
   BusID       "PCI:0:2:0"
   Option      "NoDDC"
#   Option       "AccelMethod" "exa"
   Option      "MigrationHeuristic" "greedy"
   Option      "DRI"                    "True"
   Option      "NoDDC"                  "True"
   Option      "XAANoOffscreenPixmaps"  "True"
   Option      "EnablePageFlip"         "True"
   Option      "RenderAccel"            "True"
#   Option      "AccelMethod"            "XAA"
   Option       "AccelMethod" "uxa"

EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Modes      "1024x600"
      Depth     24
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes      "1024x600"
      Depth     16
   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     4
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     8
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     15
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     16
#   EndSubSection
#   SubSection "Display"
#      Viewport   0 0
#      Depth     24
#   EndSubSection
EndSection

Section "dri"
   Mode 0666
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection


If you need any more info just ask (seems like my /usr/src/linux/.config was too big to post here ^_^").
Thanks for your help.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Oct 24, 2009 3:14 pm    Post subject: Reply with quote

Intel driver can be pretty hard these days.

I'm calling for backup for your problem. I know someone who knows how to handle that kind of problem :P
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Oct 24, 2009 3:15 pm    Post subject: Reply with quote

Can you post this :

Code:

# emerge --info
# emerge -av xorg-server xf86-video-intel
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sat Oct 24, 2009 3:41 pm    Post subject: Reply with quote

Code:
astaroth ~ # emerge --info
Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.2, gli
.30-gentoo-r6 i686)
========================================================
System uname: Linux-2.6.30-gentoo-r6-i686-Intel-R-_Atom-
ith-gentoo-1.12.11.1
Timestamp of tree: Thu, 08 Oct 2009 20:45:03 +0000
app-shells/bash:     4.0_p28
dev-java/java-config: 2.1.8-r1
dev-lang/python:     2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.
fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/san
c/udev/rules.d"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-o
ict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.inode.at/ http://gd.tuwien
o/ http://gentoo.tiscali.nl/ http://mirror.leaseweb.com/
h.se/pub/gentoo/ http://www.mirrorservice.org/sites/www.
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_GB en_US it es nb_NO no nb"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --p
--force --whole-file --delete --stats --timeout=180 --ex
de=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl acpi alsa apm aspell bash-completion berkdb b
li cracklib crypt directfb dri dsl fbcon firefox flac fo
treamer gtk hal iconv isdnlog java java6 jpeg lame madwi
odules mp3 mplayer msn mudflap mysql ncurses nls nptl np
ngl openmp pam pcre pdf perl png pppd python readline re
martcard sndfile spell spl sse sse2 ssl ssse3 svg sysfs
de v4l v4l2 vorbis win32codecs x86 xml xorg xpm xvid zli
" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsn
ooks iec958 ioplug ladspa lfloat linear meter mmap_emul
te route share shm softvol" APACHE2_MODULES="actions ali
s authn_anon authn_dbm authn_default authn_file authz_db
oupfile authz_host authz_owner authz_user autoindex cach
flate dir disk_cache env expires ext_filter file_cache f
fo log_config logio mem_cache mime mime_magic negotiatio
ng status unique_id userdir usertrack vhost_alias" ELIBC
keyboard synaptics mouse" KERNEL="linux" LCD_DEVICES="ba
k hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en
 no nb" USERLAND="GNU" VIDEO_CARDS="intel"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS,
KEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAG
DIR_OVERLAY


and

Code:
astaroth ~ # emerge -av xorg-server xf86-video-intel

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

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.6.3.901-r2  USE="hal* nptl xorg -debug -dmx -ipv6 -kdrive -minimal -sdl -tslib" 0 kB
[ebuild   R   ] x11-drivers/xf86-video-intel-2.8.1  USE="dri -debug" 0 kB

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No]
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sat Oct 24, 2009 6:22 pm    Post subject: Reply with quote

If it can be of help, while trying to load a game with wine it crashed with this error: http://pastebay.com/63442
from the stack trace it appears that the error is with i915_dri.so, so I was wondering if I'm using the wrong drivers in my kernel

Code:
astaroth ~ # lspci
....
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
....


Here's my kernel .config: http://pastebay.com/63454


Last edited by capitano666 on Sat Oct 24, 2009 7:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Sat Oct 24, 2009 7:03 pm    Post subject: Reply with quote

I get 250 with glxgears too, I think I used to get higer numbers before DRI2. But this means absolutely nothing. Glxgears is supposed to be slower with DRI2. Total proof that glxgears is useless as a benchmark.

Your wine game problem, I can't help. The only game I ever had on this netbook was Need For Speed 4, which worked fine until something in wine broke it. Now NFS4 only works in glide-mode, but the glide-wrapper relies a lot on shaders, which this graphics chip sucks at, so the game isn't playable anymore.

The only piece of advice I can give is get rid of xorg.conf. I don't have one, there's no need for one. The chances that it'll fix things is low, but it is a thing to try.
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sat Oct 24, 2009 7:40 pm    Post subject: Reply with quote

well, I've asked in the wine IRC and I was told that it was clearly a problem with my i915 card, but I have a 945GME so I'm not sure I'm using the right driver

also, cedega fails it's 3D capabilities test

how do I know if I'm using DRI or DRI2?

thanks again
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Sat Oct 24, 2009 11:38 pm    Post subject: Reply with quote

capitano666 wrote:
how do I know if I'm using DRI or DRI2?

If you use the 2.9.0 intel driver, only DRI2 is available. You could try earlier driver versions. To figure out what's actually being used, I think /var/log/Xorg.0.log should have the info. Also, I think UXA requires DRI2, so if you're trying older driver versions, switching to EXA is also something to try.
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sun Oct 25, 2009 12:23 am    Post subject: Reply with quote

ok, according to /var/log/Xorg.0.log it's loading both "/usr/lib/xorg/modules/extensions//libdri.so" and "/usr/lib/xorg/modules/extensions//libdri2.so", then it registers UXA.
Any clue about that i915_dri? I thought the right driver was xf86-video-intel.

Maybe I should compile that stuff as module to have a better control on which driver is being used.
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Sun Oct 25, 2009 11:01 am    Post subject: Reply with quote

capitano666 wrote:
Any clue about that i915_dri? I thought the right driver was xf86-video-intel.

i915 is a name that's used for all Intel 9xx graphics chips and later. That's what xf86-video-intel provides. The kernel option also contains i915, CONFIG_DRM_I915 to be exact. You're using the correct driver, don't worry about that.

Do what I suggested, try the 2.8.x and 2.7.x versions of xf86-video-intel, and with them try both EXA and UXA. That's pretty much the only advice I can give, if that doesn't work with wine... you can only wait for the next driver release and hope that it fixes things.
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Sun Oct 25, 2009 8:37 pm    Post subject: Reply with quote

ah ok thanks, I thought i915 and xf86-video-intel were different drivers

seems like I'm using the 2.8.1 version right now (with USE="dri -debug"), should I try the 2.7.x and the 2.9.x?

I'm also getting the following warning in /var/log/Xorg.0.log:
Code:
(WW) intel(0): Option "AccelMethod" is not used

does that means that I'm not given the option to manually choose UXA/EXA/whatever?
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Oct 28, 2009 5:32 am    Post subject: Reply with quote

1. Your /etc/X11/xorg.conf is far too loaded down with options. If you're running xorg-sever-1.5.0 or greater, your /etc/X11/xorg.conf can be incredibly small.

2. Intel options change driver version to driver version. You must check the new settings with each update. Use the command man intel to find the latest settings.

Here is my /etc/X11/xorg.conf file. I have not checked it since the update as I've had other things to do. It gets 375+ with glxgears.
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Option "AIGLX" "true"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/corefonts/"
    FontPath   "/usr/share/fonts/cyrillic/"
    FontPath   "/usr/share/fonts/default/ghostscript/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/OTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "v4l"
   Load  "synaptics"
   Load  "evdev"
EndSection

Section "Monitor"
   DisplaySize     330   210   # mm
   Identifier   "LVDS"
   VertRefresh 60
   Option "ReducedBlanking" "true"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "intel"
   VendorName  "Intel Corporation"
   BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
   Option "DRI" "true"
   Option "XvMC" "true"
   Option "XvPreferOverlay" "true"
   Option "LVDSFixedMode" "true"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "LVDS"
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Along with your .config, please also post the results of lspci -n, lsusb, and cat /proc/cpuinfo as well as your /etc/fstab file. I'll see what I can see and get back with you on it.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 28, 2009 11:41 am    Post subject: Reply with quote

Hi Pappy, why do you still load these :

Code:

Section "Files"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/corefonts/"
    FontPath   "/usr/share/fonts/cyrillic/"
    FontPath   "/usr/share/fonts/default/ghostscript/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/OTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "v4l"
   Load  "synaptics"
   Load  "evdev"
EndSection


I'm not sure, but Xorg can automagically load them :P
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8710
Location: ~Brussels - Belgique

PostPosted: Wed Oct 28, 2009 12:25 pm    Post subject: Reply with quote

Hello,

I have NO xorg.conf on my Acer Aspire One A110 ;)
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Oct 28, 2009 6:44 pm    Post subject: Reply with quote

d2_racing wrote:
Hi Pappy, why do you still load these :

Code:

Section "Files"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/corefonts/"
    FontPath   "/usr/share/fonts/cyrillic/"
    FontPath   "/usr/share/fonts/default/ghostscript/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/OTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
EndSection

Section "Module"
   Load  "glx"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "v4l"
   Load  "synaptics"
   Load  "evdev"
EndSection


I'm not sure, but Xorg can automagically load them :P


Yes, and sometimes the automagic isn't. Honestly, they are there because I haven't found a need to trim those out. I want to make absolutely sure my fonts load. And even though I can go forth without those settings, I feel more comfortable knowing that my /etc/X11/xorg.conf sets these things up if xorg-server gets loopy.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 28, 2009 7:13 pm    Post subject: Reply with quote

Ok, I'm fine with your answer :P
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Wed Oct 28, 2009 9:24 pm    Post subject: Reply with quote

Code:
astaroth ~ # lspci -n
00:00.0 0600: 8086:27ac (rev 03)
00:02.0 0300: 8086:27ae (rev 03)
00:02.1 0380: 8086:27a6 (rev 03)
00:1b.0 0403: 8086:27d8 (rev 02)
00:1c.0 0604: 8086:27d0 (rev 02)
00:1c.1 0604: 8086:27d2 (rev 02)
00:1c.2 0604: 8086:27d4 (rev 02)
00:1c.3 0604: 8086:27d6 (rev 02)
00:1d.0 0c03: 8086:27c8 (rev 02)
00:1d.1 0c03: 8086:27c9 (rev 02)
00:1d.2 0c03: 8086:27ca (rev 02)
00:1d.3 0c03: 8086:27cb (rev 02)
00:1d.7 0c03: 8086:27cc (rev 02)
00:1e.0 0604: 8086:2448 (rev e2)
00:1f.0 0601: 8086:27b9 (rev 02)
00:1f.2 0101: 8086:27c4 (rev 02)
00:1f.3 0c05: 8086:27da (rev 02)
02:00.0 0200: 10ec:8136 (rev 02)
03:00.0 0200: 168c:001c (rev 01)
04:00.0 0880: 197b:2382
04:00.2 0805: 197b:2381
04:00.3 0880: 197b:2383
04:00.4 0880: 197b:2384


Code:
astaroth ~ # lsusb
Bus 003 Device 001: ID 1d6b:0001 
Bus 005 Device 001: ID 1d6b:0001 
Bus 004 Device 001: ID 1d6b:0001 
Bus 001 Device 002: ID 0c45:62c0 Microdia
Bus 001 Device 001: ID 1d6b:0002 
Bus 002 Device 003: ID 093a:2510 Pixart Imaging, Inc.
Bus 002 Device 001: ID 1d6b:0001


Code:
astaroth ~ # cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 28
model name      : Intel(R) Atom(TM) CPU N270   @ 1.60GHz
stepping        : 2
cpu MHz         : 1600.000
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm
bogomips        : 3191.78
clflush size    : 64
power management:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 28
model name      : Intel(R) Atom(TM) CPU N270   @ 1.60GHz
stepping        : 2
cpu MHz         : 1600.000
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
apicid          : 1
initial apicid  : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm
bogomips        : 3191.83
clflush size    : 64
power management:


Code:

astaroth ~ # cat /etc/fstab
/dev/sda1       /boot   ext2    defaults,noatime        1 2
/dev/sda2       none    swap    sw                      0 0
/dev/sda3       /       ext3    noatime                 0 1
/dev/mmcblk0p1  /mnt/floppy vfat noauto,user,sync
#/dev/mmcblk1p1 /mnt/cdrom vfat noauto,user,sync
tmpfs /dev/shm tmpfs defaults,nosuid,noexec,rw 0 0


XavierMiller, if I start X with no xorg.conf I have huge fonts, also, I updated a couple of days ago to latest stable in portage and my keyboard and external mouse do not work anymore unless I use
Code:
Section "ServerLayout"
        Option                  "AllowEmptyInput" "false"
EndSection

that's probably an HAL configuration issue.

My xorg.conf is so filled with options because I've been trying pretty much everything, it turns out however that I might not have any problem, people at wine chat told me that it was a video card drivers issue, but I've installed Neverwinter Nights, which is linux native, and it had no problem whatsoever.

I'm puzzled.....
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Oct 29, 2009 2:24 am    Post subject: Reply with quote

@capitano666, can you post this :

Code:

# rc-update show
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8710
Location: ~Brussels - Belgique

PostPosted: Thu Oct 29, 2009 8:09 am    Post subject: Reply with quote

Hello,

Indeed, I forgot that DPI problem. I can change the DPI within XFCE. Otherwise you need to use xorg.conf for that.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
aidanjt
Veteran
Veteran


Joined: 20 Feb 2005
Posts: 1118
Location: Rep. of Ireland

PostPosted: Thu Oct 29, 2009 8:24 am    Post subject: Reply with quote

IIRC, bumping to Linux 2.6.31 helps.
_________________
juniper wrote:
you experience political reality dilation when travelling at american political speeds. it's in einstein's formulas. it's not their fault.
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Thu Oct 29, 2009 10:45 am    Post subject: Reply with quote

Code:
astaroth ~ # rc-update show
               acpid | battery      default                 
           alsasound |         boot                         
            bootmisc |         boot                         
             checkfs |         boot                         
           checkroot |         boot                         
               clock |         boot                         
         consolefont |         boot                         
            cpufreqd | battery      default                 
                 gpm | battery      default                 
                hald | battery      default                 
            hostname |         boot                         
             keymaps |         boot                         
               local | battery      default nonetwork       
          localmount |         boot                         
             modules |         boot                         
              net.lo |         boot                         
           rmnologin |         boot                         
           syslog-ng | battery      default                 
             urandom |         boot                         
          vixie-cron | battery      default
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Oct 29, 2009 7:53 pm    Post subject: Reply with quote

No dbus? That's not good if you want to run X. You should emerge dbus, and put it in the same runlevel as hald.

I started you with a seed. Your .config was the standard mess I see. All the slowdowns, too many drivers, etc.

Do you actually have a floppy drive in this machine, or is it a USB model? In either event, you shouldn't invoke a floppy drive in /etc/fstab. Under X, hal and dbus will address the floppy drive automatically when you click the floppy icon in your file manager. If you don't have a floppy, it's best not to set up for one.

Click here for your new .config. Compile as is.

For the best results, please do the following:

1) Move your .config file out of your kernel source directory (/usr/src/linux-2.6.30-gentoo-r6).
2) Issue the command make mrproper. This is a destructive step. It returns the source to pristine condition. Unmoved .config files will be deleted!
3) Copy my .config into your source directory.
4) Issue the command make && make modules_install.
5) Install the kernel as you normally would, and reboot.
6) Once it boots, please post /var/log/dmesg so I can see how things loaded.

If you have remaining X issues, we can deal with them after I am sure you are on a stable base.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Thu Oct 29, 2009 9:15 pm    Post subject: Reply with quote

I have dbus installed and

Code:
astaroth ~ # /etc/init.d/dbus start
 * WARNING:  dbus has already been started.


don't ask me why it doesn't appear in rc-update show, and who is starting it? o_O

anyway...installing your .config now, I recently switched to linux-2.6.30-gentoo-r8, but I think a "make oldconfig" should do the trick

The /mnt/floppy listing in fstab is my SD card, I didn't expected this to be a problem, I don't even have a file manager.
I will however accept your suggestion and mount my SD card somewhere else, can I delete /mnt/floppy and /mnt/cdrom? I don't have the devices anyway (oh wait, I might still want to mount some iso on /mnt/cdrom, or isn't it adviced?).
Back to top
View user's profile Send private message
capitano666
n00b
n00b


Joined: 24 Oct 2009
Posts: 20

PostPosted: Thu Oct 29, 2009 10:25 pm    Post subject: Reply with quote

Here's my dmesg: http://pastebay.com/64695 it will now take ages in front of diff for me to understand all the changes you did, in my defense for my messy .config I can say that I just added what I needed (or might have needed, you never know :P) to the default kernel without removing anything (yet) ^_^

P.S. I've lost my fans from /sys/class/thermal/cooling_deviceX (not that I ever understood how to use them anyway)
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Fri Oct 30, 2009 4:19 am    Post subject: Reply with quote

I never set up fans under ACPI. My thought is that the automatic system that controls the fan does so without the direct intervention of the Operating System. Why would I want to play with that? A computer's cooling system, especially a laptop/netbook/tiny computer's is a delicate thing. The only thing I do to mine is make sure the dust is blown out every month or so.

Don't worry about your messy kernel. Few do after the fact. You're not the first one with a .config like that, and you'll not be the last. Mine were pretty messy in the long, long ago.

Have you tried X yet?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
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
Goto page 1, 2  Next
Page 1 of 2

 
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