Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Avvio lento di xorg, cpu al 100%
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ikki
n00b
n00b


Joined: 11 Oct 2004
Posts: 30
Location: Varese/Warsaw

PostPosted: Thu Oct 18, 2007 1:17 pm    Post subject: [RISOLTO] Avvio lento di xorg, cpu al 100% Reply with quote

Ciao a tutti,
dopo un update world ho un problema con l'avvio di Xorg. Pur avviando X a "mano" (con startx) e aprendo una semplice Xsession il pc si blocca, la cpu va al 100% e rimane bloccato sino all'avvio completo (dopo un 10 minuti buoni...).

Ho già letto molti post simili ma nessuna soluzione sembra funzionare. Il problema sembra essere legato *unicamente* a xorg e non kdm, xmd, hald come in molti post viene citato.

Se avete idee, siete i benvenuti :)

Alcune info sulla configurazione:
Code:

x11-base/xorg-x11 ver 7.2
x11-drivers/xf86-video-i810 ver2.1.0

Linux jungle 2.6.22-gentoo-r5 #1 SMP PREEMPT Sun Sep 9 18:48:13 CEST 2007 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux


make.conf:
Code:

CFLAGS="-O2 -march=nocona -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j4"

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

USE="-gtk -gnome X qt4 qt3support usb aiglx opengl kde xinerama arts aac oss win32codecs stream ipod acpi xml hal dvd alsa cdr php mysql apache2 jpeg java sasl bluetooth bash-completion png jpeg truetype samba nsplugin wifi"

LINGUAS="it en"
VIDEO_CARDS="i810"
ALSA_CARDS="hda-intel"


Il mio xorg.conf:
Code:

Section "ServerLayout"
        Identifier      "xorg.conf"
        Screen  0       "Screen0" 0 0
        InputDevice     "Mouse0"  "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
        InputDevice     "TouchPad" "AlwaysCore"
        Option          "AIGLX" "true"
EndSection

Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"
EndSection

Section "Extensions"
        Option  "Composite" "enable"
EndSection


Section "Files"
        FontPath "/usr/share/fonts/100dpi"
        FontPath "/usr/share/fonts/75dpi"
        FontPath "/usr/share/fonts/Type1"
        FontPath "/usr/share/fonts/artwiz"
        FontPath "/usr/share/fonts/corefonts"
        FontPath "/usr/share/fonts/default/ghostscript"
        FontPath "/usr/share/fonts/dejavu"
        FontPath "/usr/share/fonts/freefont"
        FontPath "/usr/share/fonts/freefonts"
        FontPath "/usr/share/fonts/misc"
        FontPath "/usr/share/fonts/sharefonts"
        FontPath "/usr/share/fonts/terminus"
        FontPath "/usr/share/fonts/ttf-bitstream-vera"
        FontPath "/usr/share/fonts/unifont"
EndSection

Section "Module"
        Load    "ddc"
        Load    "vbe"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "bitmap"
        Load    "type1"
        Load    "freetype"
        Load    "record"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
#       Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc105"
#       Option  "XkbOptions" "grp:toggle,grp_led:scroll"
#       Option  "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier      "Serial Mouse"
        Driver  "mouse"
        Option  "Protocol" "Microsoft"
        Option  "Device" "/dev/ttyS0"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver  "mouse"
        Option  "Protocol" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver  "mouse"
        Option  "Device" "/dev/input/mouse0"
        Option  "Protocol" "auto"
        Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Driver "synaptics"
        Identifier "TouchPad"
        Option        "LeftEdge"              "120"
        Option        "RightEdge"             "860"
        Option        "TopEdge"               "120"
        Option        "BottomEdge"            "650"
        Option        "FingerLow"             "14"
        Option        "FingerHigh"            "15"
        Option        "MaxTapTime"            "180"
        Option        "MaxTapMove"            "110"
        Option        "EmulateMidButtonTime"  "75"
        Option        "VertScrollDelta"       "20"
        Option        "HorizScrollDelta"      "20"
        Option        "MinSpeed"              "1.0"
        Option        "MaxSpeed"              "2.6"
        Option        "AccelFactor"           "0.02"
        Option        "EdgeMotionMinSpeed"    "200"
        Option        "EdgeMotionMaxSpeed"    "200"
        Option        "UpDownScrolling"       "1"
        Option        "CircularScrolling"     "1"
        Option        "CircScrollDelta"       "0.1"
        Option        "CircScrollTrigger"     "2"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
#       HorizSync    31.5 - 100.0
#       VertRefresh  30.0 - 90.0
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        #
        #Option "ForceBIOS" "1280x1024=1280x800"
        Option "DRI" "true"
        Option "XAANoOffScreenPixmaps" "true"
        Identifier  "Card0"
        # The following line is auto-generated by x11-misc/mkxf86config
        Driver      "i810"
        VendorName  "Intel"
        BoardName   "All"
#       BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device  "Card0"
        Monitor "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth   1
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth   32
                Modes "1280x800" "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


Alcuni (WW) che cmq ho da tempo, nessun (EE):
Code:

(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(WW) intel(0): Bad V_BIOS checksum
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32


Last edited by ikki on Fri Oct 19, 2007 10:28 am; edited 1 time in total
Back to top
View user's profile Send private message
ikki
n00b
n00b


Joined: 11 Oct 2004
Posts: 30
Location: Varese/Warsaw

PostPosted: Fri Oct 19, 2007 10:27 am    Post subject: Reply with quote

La soluzione è stata quella di tornare alla versione precedente di x11-drivers/xf86-video-i810.

Code:

*  x11-drivers/xf86-video-i810
      Latest version available: 2.1.0
      Latest version installed: 1.7.4
      Size of files: 451 kB
      Homepage:      http://xorg.freedesktop.org/
      Description:   X.Org driver for Intel cards
      License:       xf86-video-i810


Spero di far risparmiare tempo a qualcuno...ed evitare la migrazione alla comoda Ubuntu :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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