Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Driver i810 i Xorg
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
tom000
n00b
n00b


Joined: 19 Mar 2006
Posts: 16

PostPosted: Sun Mar 19, 2006 3:41 pm    Post subject: Driver i810 i Xorg Reply with quote

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:
Quote:
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
Quote:
Driver "i810"
BusID "PCI:0:2:0"


to wyskakuje mi blad:
Quote:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found
(EE) No devices detected.


A jak uzyje:
Quote:
Driver "i810"
BusID "PCI:0:2:1"


To mam bald:
Quote:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) No devices detected.


A gdy sproboje wpisac cos takiego:
Quote:
Driver "i810"
BusID "PCI:0:2:0 PCI:0:2:1"

To mam bledy:
Quote:
(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?
Back to top
View user's profile Send private message
psycepa
Veteran
Veteran


Joined: 27 Dec 2004
Posts: 1637
Location: Poland

PostPosted: Sun Mar 19, 2006 3:51 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message
tom000
n00b
n00b


Joined: 19 Mar 2006
Posts: 16

PostPosted: Sun Mar 19, 2006 4:00 pm    Post subject: Reply with quote

Code:
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[
Back to top
View user's profile Send private message
Raku
Bodhisattva
Bodhisattva


Joined: 28 Feb 2004
Posts: 2374
Location: Poland

PostPosted: Sun Mar 19, 2006 4:17 pm    Post subject: Re: Driver i810 i Xorg Reply with quote

tom000 wrote:
BusID "PCI:0:2:0"

a bez tego nie zadziała?
_________________
raku

Powered by Archlinux ;-)
Back to top
View user's profile Send private message
psycepa
Veteran
Veteran


Joined: 27 Dec 2004
Posts: 1637
Location: Poland

PostPosted: Sun Mar 19, 2006 4:31 pm    Post subject: Reply with quote

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

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:

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:

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."
Back to top
View user's profile Send private message
arsen
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 1803
Location: Tychy, Poland

PostPosted: Sun Mar 19, 2006 4:37 pm    Post subject: Reply with quote

Moved from Polish to Instalacja i sprzęt.
Back to top
View user's profile Send private message
yuha
n00b
n00b


Joined: 19 Oct 2004
Posts: 7

PostPosted: Mon Mar 20, 2006 11:15 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
tom000
n00b
n00b


Joined: 19 Mar 2006
Posts: 16

PostPosted: Wed Mar 22, 2006 9:35 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
yuha
n00b
n00b


Joined: 19 Oct 2004
Posts: 7

PostPosted: Thu Mar 23, 2006 8:47 am    Post subject: Reply with quote

A odmaskowałeœ 6.8.99 w /etc/portage/package.unmask ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt 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