Fórum Ubuntu CZ/SK

Ostatní => Archiv => Téma založeno: Kundrik Juraj 22 Června 2006, 18:53:39

Název: i810 a direct rendering.
Přispěvatel: Kundrik Juraj 22 Června 2006, 18:53:39
Zdravim.

Nieco som uz preskakal ale po dnesnom dni s tvrdohlavou i815, ktora nie a nie nabehnut v direct rendering rezime tak sa obraciam na vas.

Nastudoval som man i810, nastavil default depth na 16, pozapinal vsetky moduly vratane agpgart no nic. Nastavil VideoRam na 16384 aj na 32764.

Na debiane som nasiel odkaz ze X11R7 ma prave z touto kartou problem a nasiel aj rieseni cerstve moduly pre X11R7. Binarky mi nepomohli a ku kompilovaniu som sa nedostal. Ked uz nic nepomoze skompilujem, no neverim ze to pomoze.

HW = Compaq deskpro 1Ghz/256 RAM/i815 integrovana, zdielana ram.
SW = Dapper Drake

Nemate niekto skusenosti?

Juraj
Název: i810 a direct rendering.
Přispěvatel: astalavista 30 Července 2006, 21:19:23
Zdravim,
chci se jen zeptat jestli jste to uz vyresil?pokud ne poslete mi na e-mail 1.kotrbaubuntu@gmail.com vypis souboru /etc/x11/xorg.conf.

pokusim se Vam pomoci,
Název: i810 a direct rendering.
Přispěvatel: nikola 31 Července 2006, 11:15:10
Stejná grafika na boardu do ASUSu. Moduly se natáhly automaticky po instalaci, nebylo potřeba nic dalšího (i810, drm, intel_agp, agpgart). Výpis xorg.conf posílám, chceš-li ho použít, pozor na monitor!
Kód: [Vybrat]
Section "Files"
# path to defoma fonts
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/100dpi:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "/usr/local/share/fonts"
EndSection

Section "Module"
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" "cz"
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"
  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 "ServerFlags"
    Option      "SuspendTime"  "5"
EndSection

Section "Device"
Identifier "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "AOC Spectrum"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "AOC Spectrum"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
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"
EndSection

Section "DRI"
Mode 0666
EndSection
Kód: [Vybrat]
libor@ubuntu:~$ glxinfo | grep direct
direct rendering: Yes
Třeba to pomůže.