You are not logged in.
Pages: 1
I really have no clue how to describe this, so here is a screenshot:
(i think too large for the forums, problem is seen in upper left hand corner)
http://i43.tinypic.com/a73hy.png
After i open a certain number of windows, they refuse to finish drawing.
- I have 2gb of ram (so thats not the problem)
- Ive tried almost everything under the sun in my xorg.conf file
- using intel driver - graphics card 945GM
- using gnome - withount panels + awn
I'll post my xorg below as well:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "SynapticsTouchpad" "SendCoreEvents"
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 "dbe"
Load "extmod"
Load "glx"
Load "bitmap"
Load "freetype"
Load "record"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
# DisplaySize 330 210 # 96
Identifier "Monitor0"
VendorName "SEC"
ModelName "3633"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 131072
# Option "AccelMethod" "EXA"
# Option "MigrationHeuristic" "greedy"
Option "DRI" "True"
Option "NoDDC" "True"
Option "XAANoOffscreenPixmaps" "True"
# Option "EnablePageFlip" "True"
# Option "RenderAccel" "True"
Option "XVideo" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "InputDevice"
Identifier "SynapticsTouchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "LeftEdge" "1700" # x coord left
Option "RightEdge" "5300" # x coord right
Option "TopEdge" "1700" # y coord top
Option "BottomEdge" "4200" # y coord bottom
Option "FingerLow" "25" # pressure below this level triggers release
Option "FingerHigh" "30" # pressure above this level triggers touch
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertEdgeScroll" "true" # enable vertical scroll zone
Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
Option "CoastingSpeed" "0.30" # corner coasting speed
Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
Option "MinSpeed" "0.10" # speed factor for low pointer movement
Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
Option "AccelFactor" "0.0050" # acceleration factor for normal pointer movements
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Please help, its madness
Offline
You using compiz at all?
Maybe use vesa driver to check X works
Search for your graphics card on forums and in wiki
Mr Green I like Landuke!
Offline
Yeah, im using Compiz fine
I have not found anything in the wiki/forums that seems to improve the situation.
edit: vesa driver freaks out, once ive logged in it turns the screen white and gives me a mouse.
Problem identified: disabling compiz makes everything happy
but is there any way i can use compiz but disable some features?
Last edited by mrweeee (2009-01-07 08:59:33)
Offline
I have the same problem on my asus eeepc 1000.
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
The problem arise after around 3 windows opened...
I'd like a solution for this. I'm running xfce4's xfwm for the moment.
Offline
The only hint on this problem is this message in /var/log/Xorg.0.log:
__glXDRIbindTexImage: Failed to register texture offset override
Offline
Pages: 1