Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Polskie forum (Polish) Instalacja i sprzęt
  • Search

Driver i810 i Xorg

Pytania i problemy związane z instalacją Gentoo oraz sprzętem

Moderator: SlashBeast

Post Reply
  • Print view
Advanced search
9 posts • Page 1 of 1
Author
Message
tom000
n00b
n00b
Posts: 16
Joined: Sun Mar 19, 2006 3:33 pm
Contact:
Contact tom000
Website

Driver i810 i Xorg

  • Quote

Post by tom000 » Sun Mar 19, 2006 3:41 pm

Mam problem ze sterownikiem i810 do kart graficznej. Przegladalem juz forum, ale nie znalazlem nigdzie odpowiedzi na moje pytanie.
Nie wiem jak skonfigurowac Xy, zeby dzialaly wlasnie z tym sterownikiem. Gdy jako drivera uzywam vesa, to wszystko dziala poprawnie.

lspci zwraca:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
Gdy uzyje
Driver "i810"
BusID "PCI:0:2:0"
to wyskakuje mi blad:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found
(EE) No devices detected.
A jak uzyje:
Driver "i810"
BusID "PCI:0:2:1"
To mam bald:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) No devices detected.
A gdy sproboje wpisac cos takiego:
Driver "i810"
BusID "PCI:0:2:0 PCI:0:2:1"
To mam bledy:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) No devices detected.
Co z tym zrobic, zeby dzialalo?
Top
psycepa
Veteran
Veteran
User avatar
Posts: 1637
Joined: Mon Dec 27, 2004 6:00 pm
Location: Poland

  • Quote

Post by psycepa » Sun Mar 19, 2006 3:51 pm

a pokaz calego xorg.confa ?
RLUNo. 376073
bo czytac, to trzeba ze zrozumieniem (c) by psycepa
"nigdy nie kloc sie z glupcem, najpierw sprowadzi cie do swojego poziomu a potem pokona doswiadczeniem"
"Life is complex. It has its real and imaginary part."
Top
tom000
n00b
n00b
Posts: 16
Joined: Sun Mar 19, 2006 3:33 pm
Contact:
Contact tom000
Website

  • Quote

Post by tom000 » Sun Mar 19, 2006 4:00 pm

Code: Select all

Section "Files"
       FontPath        "/usr/share/X11/fonts/misc"
       FontPath        "/usr/share/X11/fonts/cyrillic"
       FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/share/X11/fonts/Type1"
       FontPath        "/usr/share/X11/fonts/CID"
       FontPath        "/usr/share/X11/fonts/100dpi"
       FontPath        "/usr/share/X11/fonts/75dpi"
       # paths to defoma fonts
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
       Load    "GLcore"
       Load    "i2c"
       Load    "bitmap"
       Load    "ddc"
       Load    "dri"
       Load    "extmod"
       Load    "freetype"
       Load    "glx"
       Load    "int10"
       Load    "type1"
       Load    "vbe"
EndSection

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "CoreKeyboard"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/input/mice"
       Option          "Protocol"              "ImPS/2"
       Option          "Emulate3Buttons"       "true"
       Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
       Identifier      "Synaptics Touchpad"
       Driver          "synaptics"
       Option          "SendCoreEvents"        "true"
       Option          "Device"                "/dev/psaux"
       Option          "Protocol"              "auto-dev"
       Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
       Identifier      "Intel Corporation Intel Default Card"
       Driver          "vesa"      #Teraz mam ustawione na vesa, a powinno byc "i810"
       BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
       Identifier      "Generic Monitor"
       Option          "DPMS"
       Modeline        "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "Intel Corporation Intel Default Card"
       Monitor         "Generic Monitor"
       DefaultDepth    24
       SubSection "Display"
               Depth           1
               Modes           "1280x800"
       EndSubSection
       SubSection "Display"
               Depth           4
               Modes           "1280x800"
       EndSubSection
       SubSection "Display"
               Depth           8
               Modes           "1280x800"
       EndSubSection
       SubSection "Display"
               Depth           15
               Modes           "1280x800"
       EndSubSection
       SubSection "Display"
               Depth           16
               Modes           "1280x800"
       EndSubSection
       SubSection "Display"
               Depth           24
               Modes           "1280x800"
       EndSubSection
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
       InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
       Mode    0666
EndSection[
Top
Raku
Bodhisattva
Bodhisattva
User avatar
Posts: 2374
Joined: Sat Feb 28, 2004 12:02 am
Location: Poland

Re: Driver i810 i Xorg

  • Quote

Post by Raku » Sun Mar 19, 2006 4:17 pm

tom000 wrote:BusID "PCI:0:2:0"
a bez tego nie zadziała?
raku

Powered by Archlinux ;-)
Top
psycepa
Veteran
Veteran
User avatar
Posts: 1637
Joined: Mon Dec 27, 2004 6:00 pm
Location: Poland

  • Quote

Post by psycepa » Sun Mar 19, 2006 4:31 pm

hmm xorg.conf wyglada podobnie do mojego,
to moze pokaze ci jak u mnie jest i dziala:
xorg.conf

Code: Select all

Section "ServerLayout"
	Identifier	"X.Org Configured"
	Screen	0	"Screen0" 0 0
	InputDevice	"Keyboard0" "CoreKeyboard"
	InputDevice	"PS/2 Mouse" "AlwaysCore"
	InputDevice	"USB Mouse" "AlwaysCore"
	InputDevice	"Synaptics" "CorePointer"
EndSection

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

Section "Files"
	FontPath	"/usr/share/fonts/util"
	FontPath	"/usr/share/fonts/encodings"
	FontPath	"/usr/share/fonts/misc"
	FontPath	"/usr/share/fonts/local"
	FontPath	"/usr/share/fonts/terminus"
	FontPath	"/usr/share/fonts/corefonts"
	FontPath	"/usr/local/share/fonts"
	FontPath	"/usr/share/fonts"
	FontPath	"/usr/share/fonts/default"
	FontPath	"/usr/share/fonts/TTF"
	FontPath	"/usr/share/fonts/arphicfonts"
	FontPath	"/usr/share/fonts/jisx0213"
	FontPath	"/usr/share/fonts/shinonome"
	FontPath	"/usr/share/fonts/baekmuk-fonts"
	FontPath	"/usr/share/fonts/kacst-fonts"
	FontPath	"/usr/share/fonts/sgi-fonts"
	FontPath	"/usr/share/fonts/unfonts"
	FontPath	"/usr/share/fonts/default/ghostscript"
	FontPath	"/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-misc:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-100dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-75dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-misc"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-cp1251-misc"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-isocyr-misc"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8r-misc"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
	FontPath	"/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

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

EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver	"kbd"
	Option	"CoreKeyboard"
	Option	"XkbRules" "xorg"
	Option	"XkbModel" "pc105"
	Option	"XkbVariant" ",winkeys"
	Option  "XkbLayout" "pl"
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	"USB Mouse"
	Driver	"mouse"
	Option	"Device" "/dev/input/mice"
	Option	"SendCoreEvents" "true"
	Option	"Protocol" "IMPS/2"
	Option	"ZAxisMapping" "4 5"
	Option	"Buttons" "5"
EndSection

Section "Monitor"
	Identifier "Monitor0"
	VendorName "AUO"
	ModelName  "f07"
	Option     "DPMS" "true"

EndSection

Section "InputDevice"
	Identifier	"Synaptics"
	Driver	"synaptics"
	Option	"Protocol" "auto-dev"
	Option	"Device" "/dev/input/mouse0"
	Option	"LeftEdge" "1900"
	Option	"RightEdge" "5400"
	Option	"TopEdge" "1900"
	Option	"BottomEdge" "4000"
	Option	"FingerLow" "25"
	Option	"FingerHigh" "30"
	Option	"MaxTapTime" "180"
	Option	"MaxTapMove" "220"
	Option	"VertScrollDelta" "100"
	Option	"MinSpeed" "0.06"
	Option	"MaxSpeed" "0.28"
	Option	"AccelFactor" "0.0040"
	Option	"SHMConfig" "on"
EndSection

Section "Device"
	Identifier  "i855"
	Driver      "i810"
	VendorName  "i915"
	BoardName   "i810"
	Option 	    "NoAccel" "false"
	Option      "DRI" "true"
	BusID       "PCI:0:2:0"
	VideoRam    80000
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device	"i855"
	Monitor	"Monitor0"
	DefaultColorDepth 24
	SubSection "Display"
		Depth	1
	EndSubSection
	SubSection "Display"
		Depth	4
	EndSubSection
	SubSection "Display"
		Depth	8
	EndSubSection
	SubSection "Display"
		Depth	15
	EndSubSection
	SubSection "Display"
		Depth	16
	EndSubSection
	SubSection "Display"
		Depth	24
	EndSubSection
	SubSection "Display"
		Depth	32
	EndSubSection
EndSection

Section "DRI"
	Group 0
	Mode 0666
EndSection

Section "Extensions"
	Option "Composite" "true"
EndSection

konfiguracja jadra:

Code: Select all

cat /usr/src/linux/.config | grep I810

# CONFIG_DRM_I810 is not set
# CONFIG_FB_I810 is not set
# CONFIG_SND_AU8810 is not set


cat /usr/src/linux/.config | grep AGP

CONFIG_AGP=y
CONFIG_AGP_INTEL=y

cat /usr/src/linux/.config | grep DRM
# CONFIG_DRM is not set

i

Code: Select all

genlop -l | grep drm
     Wed Feb 22 04:17:38 2006 >>> x11-base/x11-drm-20051223

genlop -l | grep 810
     Thu Feb 23 00:20:56 2006 >>> x11-drivers/xf86-video-i810-1.4.1.3

cat /etc/make.conf | grep VIDEO
VIDEO_CARDS="i810 i830 i915"

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
no i to chyba tyle, SOA#1
sprawdz moze cos u ciebie jest inaczej i to wlasnie bruzdzi???
RLUNo. 376073
bo czytac, to trzeba ze zrozumieniem (c) by psycepa
"nigdy nie kloc sie z glupcem, najpierw sprowadzi cie do swojego poziomu a potem pokona doswiadczeniem"
"Life is complex. It has its real and imaginary part."
Top
arsen
Bodhisattva
Bodhisattva
User avatar
Posts: 1803
Joined: Sat Apr 10, 2004 9:38 pm
Location: Siemianowice Śląskie, Poland
Contact:
Contact arsen
Website

  • Quote

Post by arsen » Sun Mar 19, 2006 4:37 pm

Moved from Polish to Instalacja i sprzęt.
Top
yuha
n00b
n00b
Posts: 7
Joined: Tue Oct 19, 2004 10:05 pm

  • Quote

Post by yuha » Mon Mar 20, 2006 11:15 am

Jakš masz wersję xorg ? Miałem ten sam problem z wersjš 6.8.2 - wyglšda na to, że driver i810 z wersji przed 6.8.99 nie obsługuje karty i915GM.
Po zmianie wersji xorg na nowszš możesz mieć jeszcze 1 problem - czasem nie można wymusić pewnych rozdzielczoœci, które sš faktycznie przez sprzęt obsługiwane - okazuje się, że driver i810 używa vesy do sprawdzenia dostępnych rozdzielczoœci. Ten problem rozwišzuje programik 855resolution (dostępny w portage), który daje możliwoœć podmiany trybów i który trzeba uruchomić przed startem X-ów.
Top
tom000
n00b
n00b
Posts: 16
Joined: Sun Mar 19, 2006 3:33 pm
Contact:
Contact tom000
Website

  • Quote

Post by tom000 » Wed Mar 22, 2006 9:35 pm

yuha - dzieki. Jak zainstalowalem najnowsza wersje, to dziala.

Nie miales problemow przy instalacji KDE? Teraz jak proboje zainstalowac KDE, to chce mi tez zainstalowac X'y w tej wczeniejszej wersji.
Top
yuha
n00b
n00b
Posts: 7
Joined: Tue Oct 19, 2004 10:05 pm

  • Quote

Post by yuha » Thu Mar 23, 2006 8:47 am

A odmaskowałeœ 6.8.99 w /etc/portage/package.unmask ?
Top
Post Reply
  • Print view

9 posts • Page 1 of 1

Return to “Instalacja i sprzęt”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy