You are not logged in.
Basically thats the error message I get sometimes. Sometimes X doesn't even startup, sometimes it does (I'll figure out why...) Basically I'm trying to run beryl...or at least get a composite environment so I can run kiba dock or AWN...is it a death sentence or something I've missed?
Offline
Hi!
I have i915 graphics and I use i810 driver. X server and beryl work without any problems.
My xorg.conf:
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 0"
InputDevice "TouchPad" "CorePointer"
InputDevice "USBMouse" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "synaptics"
Load "xtrap"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
Option "MaxTapTime" "90"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-75
VertRefresh 40-95
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "i915"
Driver "i810"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
# Option "VideoRAM" "131072"
# VideoRAM 131072
EndSection
Section "Screen"
Identifier "Screen 0"
Device "i915"
Monitor "Monitor0"
DefaultDepth 24
#Subsection "Display"
# Depth 8
# Modes "1280x1024" "1024x768" "800x600" "640x480"
# ViewPort 0 0
#EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Offline
Have you tried turning off Xinerama under ServerFlags? And - I'm by no means sure, mind you - shouldn't the AIGLX option go under ServerFlags as well?
You might try:
Section "ServerFlags"
Option "AIGLX" "Enabled"
Option "Xinerama" "Disabled"
EndSection
Last edited by mridc (2007-08-10 11:24:43)
Offline
I don't even have a serverflags section. Thanks both, I'll give it a try, however, as a sidenote, a question: Should I really set my touchpad as an input device? It seems to work fine without any section at all...Would I be able to better fine-tune the settings or summat?
Offline