Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Intel 945 a funkcni (akcelerace | xinerama)  (Přečteno 3626 krát)

shmoula

  • Návštěvník
  • Příspěvků: 2
Intel 945 a funkcni (akcelerace | xinerama)
« kdy: 25 Května 2007, 16:33:05 »
Zdravim, objevil jsem nasledujici problem, muze mi nekdo prosim pomoct, nebo mam hlasit bugu?

Nainstaloval jsem Feistyho na Dell Latitude D520 s Intel grafickou kartou:
Kód: [Vybrat]
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
Mno, povedlo se mi hned po instalaci sprovoznit vystup na dva monitory, pomoci navodu na wiki.ubuntu.cz, bez problemu za par minutek funkcni. Mno, potom jsem se vrhl na sprovozneni akcelerace, takze jsem nainstaloval xserver-xorg-video-intel (coz odinstalovalo puvodni *-i810 driver). Po tomto kroku mi Xserver nenabehl s chybou, ze nemuze v devices najit sekci s BusID PCI:0:2:1 (ted me jeste napada zkusit tam to zarizeni pridat, ozvu se :-)). Mno ale kazdopadne, kdyz natahnu Default (=pouze 1 monitor), tak vse funguje, vcetne akcelerace.

backtrace:
Kód: [Vybrat]
0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c5d91]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7be7a00]
3: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7be88e5]
4: /usr/lib/xorg/modules/drivers//i810_drv.so(i830_allocate_2d_memory+0x127) [0xb7be8bc7]
5: /usr/lib/xorg/modules/drivers//i810_drv.so [0xb7be4cb1]
6: /usr/bin/X11/X(AddScreen+0x1ee) [0x8073dce]
7: /usr/bin/X11/X(InitOutput+0x21e) [0x80a540e]
8: /usr/bin/X11/X(main+0x27b) [0x807456b]
9: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7db8ebc]
10: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e1) [0x8073ab1]

shmoula

  • Návštěvník
  • Příspěvků: 2
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #1 kdy: 25 Května 2007, 16:47:31 »
Tak to moc nepomohlo, resp rozjelo se to, ale obraz byl klonovanej a nedalo se to nijak nastavit (uplne to ignorovalo nastaveni z Xorg.conf). Preinstaloval jsem teda zpatky puvodni ovladac (*-i810) a zase mi dva monitory funguji, ovsem akcelerace ne :-(
Kód: [Vybrat]
direct rendering: Nojeste pripojim cast xorg.conf, kdyby to nekoho zajimalo, ale tam chybu necitim, spis v soucinnosti ovladacu a xineramy.
Kód: [Vybrat]
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Device"
       Identifier       "Device Interni Dual"
       Driver           "i810"
       BusID            "PCI:0:2:0"
       Option           "MonitorLayout" "CRT,LFP"
       Screen           0
EndSection

Section "Device"
       Identifier       "Device Externi Dual"
       Driver           "i810"
       BusID            "PCI:0:2:0"
       Screen           1
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Monitor"
        Identifier      "Externi Monitor"
        Option          "DPMS"
        HorizSync       30.0 - 81.0
        VertRefresh     56.0 - 75.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
       Identifier      "Screen Externi"
       Device          "Device Externi"
       Monitor         "Externi Monitor"
       DefaultDepth    24
       SubSection "Display"
               Depth   16
               Modes   "1280x1024" "1024x768"
       EndSubSection
       SubSection "Display"
               Depth   24
               Modes   "1280x1024" "1024x768"
       EndSubSection
EndSection

Section "Screen"
       Identifier      "Screen Interni Dual"
       Device          "Device Interni Dual"
       Monitor         "Generic Monitor"
       DefaultDepth    24
       SubSection "Display"
               Depth   16
               Modes   "1024x768"
       EndSubSection
       SubSection "Display"
               Depth   24
               Modes   "1024x768"
       EndSubSection
EndSection

Section "Screen"
       Identifier      "Screen Externi Dual"
       Device          "Device Externi Dual"
       Monitor         "Externi Monitor"
       DefaultDepth    24
       SubSection "Display"
               Depth   16
               Modes   "1280x1024" "1024x768"
       EndSubSection
       SubSection "Display"
               Depth   24
               Modes   "1600x1200" # "1280x1024" "1024x768"
       EndSubSection
EndSection

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

Section "ServerLayout"
        Identifier      "Dual"
        Screen          0 "Screen Interni Dual"
       Screen          1 "Screen Externi Dual" RightOf "Screen Interni Dual"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        Option          "Xinerama" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
        #Option         "DefaultServerLayout" "Default Layout"
        Option          "DefaultServerLayout" "Dual"
EndSection

Warp

  • Návštěvník
  • Příspěvků: 75
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #2 kdy: 25 Května 2007, 19:05:37 »
Akcelerace s i810 Vám nejde ani s jedním monitorem? Měla by. Jinak z mé vlastní zkušenosti je ovladač intel ještě víc bugový než i810.

tomsoyer

  • Aktivní člen
  • *
  • Příspěvků: 119
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #3 kdy: 26 Května 2007, 10:21:32 »
Dobrý den,
mám stejnou grafiku a podobný problém.
Na zdejší radu jsem nainstaloval kvůli berylu také tento ovladač -  xserver-xorg-video-intel
Poté mi přestala také fungovat 3D akcelarace, která před tím fungovala.
Nyní jsem znovu nainstaloval -i810 driver což odinstalovalo -  xserver-xorg-video-intel, ale akcelerace mi také stále nejde :-(

zde jsou výpisy  xorg.conf

http://forum.ubuntu.cz/viewtopic.php?id=9918
HP nx6310 + Kubuntu Feisty Fawn

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #4 kdy: 26 Května 2007, 11:17:09 »
Mohu se zeptat jaký máte důvod řešit stejný problém ve 2 vláknech?
Pokud neuvedete jediný rozumný, budu nucen jeden z nich zavřít
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

tomsoyer

  • Aktivní člen
  • *
  • Příspěvků: 119
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #5 kdy: 26 Května 2007, 22:04:09 »
Piši že mám podobný problém s ovladači. Je pravda, že je to nyní částěčně duplicitní.
Tak tento příspěvek "http://forum.ubuntu.cz/viewtopic.php?id=9918" zamkněte pokud je to takový problém.

Jsem už zoufalý a nemohu stou akcelerací pohnout.
Tak se chytám každeho stébla.
Přeinstalovávat systém se mi vubec nechce.
HP nx6310 + Kubuntu Feisty Fawn

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #6 kdy: 26 Května 2007, 22:31:13 »
Mě teda překvapuje, proč je tam ta karta 3x...
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

tomsoyer

  • Aktivní člen
  • *
  • Příspěvků: 119
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #7 kdy: 27 Května 2007, 12:42:45 »
omlovám se , ale nerozumím.
Kde je ta karta 3x ?
Možná by to mohl být ten problém.
HP nx6310 + Kubuntu Feisty Fawn

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #8 kdy: 27 Května 2007, 19:28:32 »
v xorg.conf

myslím tohle
Kód: [Vybrat]
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Device"
       Identifier       "Device Interni Dual"
       Driver           "i810"
       BusID            "PCI:0:2:0"
       Option           "MonitorLayout" "CRT,LFP"
       Screen           0
EndSection

Section "Device"
       Identifier       "Device Externi Dual"
       Driver           "i810"
       BusID            "PCI:0:2:0"
       Screen           1
EndSection
Já tam svojí Ati mám dvakrát...
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

tomsoyer

  • Aktivní člen
  • *
  • Příspěvků: 119
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #9 kdy: 27 Května 2007, 22:02:58 »
Aha už to vidím. je to v shmoulovo xorg.cof
V mém to mám zase jen jednou.

Kód: [Vybrat]
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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
  Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "enable"
EndSection
HP nx6310 + Kubuntu Feisty Fawn

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #10 kdy: 27 Května 2007, 22:19:44 »
V těch intel kartách já se nějak nevyznám...
Rozbíhal jsem jednu, a ta běží bez problémů...
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

tomsoyer

  • Aktivní člen
  • *
  • Příspěvků: 119
Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #11 kdy: 27 Května 2007, 22:48:35 »
tak hlásím , že po nainstalování driveru i810 a odinstalování  xserver-xorg-video-intel.
mi zase funguje v mplayeru video driver X11/xv tudíž fullscreen funguje jak má.
Aspoň něco se podařilo.
akcelerace pořád nic :-(
HP nx6310 + Kubuntu Feisty Fawn

Gas-O

  • Návštěvník
  • Příspěvků: 4
Re: Intel 945 a funkcni (akcelerace | xinerama)
« Odpověď #12 kdy: 01 Října 2007, 22:56:24 »
tak hlásím , že po nainstalování driveru i810 a odinstalování  xserver-xorg-video-intel.
mi zase funguje v mplayeru video driver X11/xv tudíž fullscreen funguje jak má.
Aspoň něco se podařilo.
akcelerace pořád nic :-(

Tak nevim, jestli uz jsi to vyresil prece jen jsi psal uz pred dost dlouhou dobou, ale obecne staci dat
sudo apt-get instal xserver-xorg-video-intel
projistotu
sudo apt-get remove 915resolution
pak
sudo dpkg-reconfigure xserver-xorg
vyjede ti nastaveni a z ovladacu pro grafiku vyberes intel, dokoncis zbyvajici nastaveni, pak staci jen restartovat xka (alt + crtl + backspace) a melo by to jet ... do xorg.conf vybec hrabat nemusis ... dej pak vedet, jestli se to povedlo, me ano ...


EDIT: Opraveno z "alt + crtl + shift + backspace" na "alt + crtl + backspace"
« Poslední změna: 02 Října 2007, 07:10:04 od Milhouse »

 

Provoz zaštiťuje spolek OpenAlt.