Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i915, GEM
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Fri Dec 05, 2008 6:12 pm    Post subject: i915, GEM Reply with quote

I have compiled zen-sourcs, for GEM provide... Now glxgears don't typing anything about ttm buffer :) bu performance is still bad, maybe I should have a specific version of libdrm, xf8-video-intel etc...
xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
#   Screen       1  "Screen1" 0 0
   InputDevice "Mouse0" "SendCoreEvents"
#   InputDevice "TouchPad" # "SendCoreEvents"
#   InputDevice    "Keyboard0" "CoreKeyboard"
   Option   "AIGLX"   "on"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
  Identifier "Mouse0"
  Driver "evdev"
  Option "Device" "/dev/input/by-id/usb-04fc_USB_Multi-Smart_Mouse-event-mouse"
  Option "RelHWHEELOptions" "invert"
EndSection


#Section "InputDevice"
#Driver "synaptics"
#Identifier "TouchPad"
##Option "SendCoreEvents"
#Option "Protocol" "auto-dev"
#Option "VertTwoFingerScroll" "1"
#Option "HorizTwoFingerScroll" "1"
#Option "MinSpeed" "0.15"
#Option "MaxSpeed" "0.20"
#Option "SHMConfig" "on"
#        Option "TapButton1" "integer"
#        Option "TapButton2" "integer"
#        Option "TapButton3" "integer"
#
#EndSection


Section "Monitor"
   #DisplaySize     330   210   # mm
   Identifier   "Monitor0"
   VendorName   "SEC"
   ModelName    "3741"
EndSection

Section "Device"
   Option "VideoKey" "0x01"
    Option          "DRI"    "true"
#    Option        "ExaNoComposite"    "false"
#   Option         "AccelMethod"         "exa"
#Option       "XaaNoOffscreenPixmaps" "true"
   VideoRam       229376
   Identifier  "Card0"
   Driver      "intel"
   VendorName  "Intel Corporation"
   BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
#Virtual 2704 1050
   EndSubSection
EndSection

Section "dri"
  Mode 0666
EndSection

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

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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