Hi every body , i have juste installed a gentoo stage 2 on a toshiba laptop A30 C2.6 with 512Mo shared memory, and i have some probleme to use the driver I855GM (wich is experimental) in my xorg configuration


lspci | grep VGA:
0000:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02)


lsmod
Module Size Used by
i810 80484 0
snd_pcm_oss 49316 0
snd_mixer_oss 18048 1 snd_pcm_oss
snd_seq_oss 32640 0
snd_seq_midi_event 6272 1 snd_seq_oss
snd_seq 49936 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 7052 2 snd_seq_oss,snd_seq
parport_pc 30532 0
parport 32584 1 parport_pc
8139too 21248 0
mii 4224 1 8139too
snd_intel8x0 28832 2
snd_ac97_codec 74080 1 snd_intel8x0
snd_pcm 85768 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 21636 2 snd_seq,snd_pcm
snd 46564 13 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,s nd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 7812 2 snd_intel8x0,snd_pcm
intelfb 28676 0
cfbcopyarea 3968 0
cfbimgblt 2944 0
cfbfillrect 3712 0
intel_agp 19740 1
agpgart 28712 3 intelfb,intel_agp
dm_mod 54524 0
sbp2 21896 0
ohci1394 31876 0
ieee1394 94260 2 sbp2,ohci1394
ohci_hcd 19848 0
uhci_hcd 30864 0
usb_storage 28544 0
usbhid 30528 0
ehci_hcd 28292 0
usbcore 106872 6 ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd



uname -a
Linux tux 2.6.10-gentoo-r6 #1 Wed Feb 16 23:34:19 NCT 2005 i686 Intel(R) Celeron(R) CPU 2.60GHz GenuineIntel GNU/Linux


cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
#Option "BlankTime" "5" # L'écran devient noir après 5 minutes. (Mais il n'est pas vraiment arrêté.)
#Option "StandbyTime" "10" # Met l'écran en pause après 10 minutes (utilise DPMS).
#Option "SuspendTime" "20" # Suspend l'écran après 20 minutes.
#Option "OffTime" "30" # Extinction complète après 30 minutes.


EndSection

Section "Files"
       RgbPath      "/usr/lib/X11/rgb"
       ModulePath   "/usr/lib/modules"
       FontPath     "/usr/share/fonts/misc/"
       FontPath     "/usr/share/fonts/TTF/"
       FontPath     "/usr/share/fonts/Type1/"
       FontPath     "/usr/share/fonts/CID/"
       FontPath     "/usr/share/fonts/75dpi/"
       FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
       Load  "extmod"
       #Load  "dri"
       Load  "dbe"
       Load  "record"
       Load  "xtrap"
       #Load  "glx"
       Load  "type1"
       Load  "freetype"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option  "XkbLayout" "fr"

EndSection

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

Section "Monitor"
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
       #Option "DPMS"  "true"


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" "true"                # [<bool>]
       #Option     "NoDDC"                     # [<bool>]
       #Option     "ShowCache"                 # [<bool>]
       #Option     "XvMCSurfaces"              # <i>
       #Option     "PageFlip"                  # [<bool>]
       Identifier  "Card0"
       Driver      "i810"
       VendorName  "Intel Corp."
       BoardName   "82852/855GM Integrated Graphics Device"
       BusID       "PCI:0:2:0"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       DefaultDepth 24
       SubSection "Display"
                  Depth 24
                  Modes "1024*768"
       EndSubSection
EndSection


so if anybody got the same probleme , please help me. thank you;




emerge -pv xorg-x11
Calculating dependencies ...done!
[ebuild R ] x11-base/xorg-x11-6.8.0-r4 -3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc +font-server -hardened -insecure-drivers +ipv6 -minimal -mmx +nls -opengl +pam -sdk -sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint -xv 0 kB





-- Best regards Gaël TRIGALLEAU Linux tux 2.6.10-gentoo-r6 #1 Sat Feb 5 15:32:33 NCT 2005 i686 Intel(R) Celeron(R) CPU 2.60GHz GenuineIntel GNU/Linux jabber: [EMAIL PROTECTED] msn: [EMAIL PROTECTED]


-- gentoo-user@gentoo.org mailing list



Reply via email to