You are not logged in.
Pages: 1
I have an Asus A8Jm laptop and every time I suspend-to-ram, the resume cycle returns me to a black screen. Sometimes, I can see a mouse cursor, so I know that the backlight is on. Each time, I have to ctrl+alt+backspace out of X to restart my session. It does essentially the same thing whether using KDE with KPowersave or Gnome with gnome-power-manager or E17 and however E17 suspends-to-ram. Seeing as they all react in similar ways, it leads me to believe it's a problem with X. Also, I run beryl, but I've tried it with and without it, which resulted in the same situation. Here's my X config:
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "synaptics"
Load "evdev"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
#Section "InputDevice"
#Identifier "Configured Mouse"
#Driver "mouse"
#Option "Device" "/dev/input/mice"
#Option "Protocol" "ExplorerPS/2"
#Option "Buttons" "10"
#Option "ZAxisMapping" "9 10"
#Option "Resolution" "800"
#EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "Device" "/dev/input/event8"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "BottomEdge" "1900"
Option "TopEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "MaxDoubleTapTime" "180"
Option "ClickTime" "100"
Option "FastTaps" "0"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "100"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "UpDownRepeat" "1"
Option "LeftRightRepeat" "1"
Option "EmulateMidButtonTime" "75"
Option "AccelFactor" "0.0015"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "1"
Option "EdgeMotionMaxSpeed" "400"
Option "EdgeMotionUseAlways" "0"
Option "ScrollButtonRepeat" "100"
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "CircularScrolling" "0"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "0"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "vesa"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "TripleBuffer" "true"
Option "AddARGBGLXVisuals" "true"
#Option "AllowGLXWithComposite" "true"
Option "NoLogo" "true"
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"
Screen 0
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Card 2"
Driver "vesa"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "TripleBuffer" "true"
Option "AddARGBGLXVisuals" "true"
Option "NoLogo" "true"
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"
Screen 1
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
DisplaySize 301 192
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480" "400x300" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480" "400x300" "320x240"
EndSubSection
EndSection
#Section "Screen"
# Identifier "Left Screen"
# Device "NVIDIA Corporation NVIDIA Card 2"
# Monitor "Dell M992"
# DefaultDepth 24
# SubSection "Display"
# Depth 24
# Modes "1280x1024" "1152x864" "1024x768"
# EndSubSection
#EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
# Screen 0 "Default Screen" 0 0
# Screen 1 "Left Screen" LeftOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad" "SendCoreEvents"
InputDevice "Configured Mouse" "CorePointer"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Offline
Pages: 1