You are not logged in.

#1 2005-01-30 17:04:04

crobot
Member
Registered: 2004-10-08
Posts: 25

ati on xorg, freeze changing vt

It's great to see xorg supported, though it has been an absurdly long wait...they seem to forget that we pay for this hardware!

When changing vt, restarting x, or shutting down i get a blank screen, if i then try to change to another vt x freezes, worse is that sometimes the screen corrupts and a gradually brightening whiteness sweeps across it, an unnerving experience!

My Xorg.0.log is apparently fine, and doesn't report this error fully, with the exception of this line:

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)

This is my xorg.conf;

Section "Module"

    Load        "dbe"

    SubSection    "extmod"
        Option    "omit xfree86-dga"
    EndSubSection

    Load        "type1"
    Load        "freetype"
    Load        "synaptics"
    Load        "glx"
    Load        "dri"

EndSection

Section "Files"

    RgbPath        "/usr/X11R6/lib/X11/rgb"
    ModulePath    "/usr/X11R6/lib/modules"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"

EndSection

Section "ServerFlags"

#    Option        "NoTrapSignals"
#    Option        "DontVTSwitch"
#    Option        "DontZap"
#    Option        "Dont Zoom"
#    Option        "DisableVidModeExtension"
#    Option        "AllowNonLocalXvidtune"
#    Option        "DisableModInDev"
#    Option        "AllowNonLocalModInDev"

EndSection

Section "InputDevice"

    Identifier    "Keyboard0"
    Driver        "kbd"
    Option        "AutoRepeat"        "500 30"
    Option        "XkbRules"        "xorg"
    Option        "XkbModel"        "pc101"
    Option        "XkbLayout"        "gb"

EndSection

Section "InputDevice"

    Identifier    "Mouse0"
    Driver        "synaptics"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "LeftEdge"        "1900"
    Option        "RightEdge"        "5400"
    Option        "TopEdge"        "1900"
    Option        "BottomEdge"        "4000"
    Option        "FingerLow"        "25"
    Option        "FingerHigh"        "30"
    Option        "MaxTapTime"        "180"
    Option        "MaxTapMove"        "220"
    Option        "VertScrollDelta"    "100"
    Option        "MinSpeed"        "0.02"
    Option        "MaxSpeed"        "0.18"
    Option        "AccelFactor"        "0.0010"
    Option        "SHMConfig"        "on"

EndSection

Section "InputDevice"

    Identifier    "Mouse1"
    Driver        "mouse"
    Option        "Protocol"        "IMPS/2"
    Option        "Device"        "/dev/input/mice"
    Option        "Buttons"        "5"
#    Option        "Resolution"        "800"
#    Option        "SampleRate"        "400"
    Option        "ZAxisMapping"        "4 5"
    

EndSection

Section "Monitor"

    Identifier    "Monitor0"
    Option        "DPMS"
#    HorizSync    31.5 - 48.5
#    VertRefresh    40.0 - 75.0

EndSection

Section "Device"
    
    Identifier    "Device0"
    Driver        "fglrx"
    Option        "AGPFastWrite"        "on"
    Option        "EnablePageFlip"    "on" 
    Option        "no_accel"        "no"
    Option        "no_dri"        "no"
    Option        "mtrr"            "off"
    Option        "RenderAccel"        "false" 
    Option        "DesktopSetup"        "0x00000000" 
    Option        "MonitorLayout"        "AUTO, AUTO" 
    Option        "IgnoreEDID"        "off" 
    Option        "HSync2"        "unspecified" 
    Option        "VRefresh2"        "unspecified" 
    Option        "ScreenOverlap"        "0" 
    Option        "NoTV"            "yes"      
    Option        "TVStandard"        "NTSC-M"      
    Option        "TVHSizeAdj"        "0"      
    Option        "TVVSizeAdj"        "0"      
    Option        "TVHPosAdj"        "0"      
    Option        "TVVPosAdj"        "0"      
    Option        "TVHStartAdj"        "0"      
    Option        "TVColorAdj"        "0"      
    Option        "GammaCorrectionI"    "0x00000000" 
    Option        "GammaCorrectionII"    "0x00000000" 
    Option        "Capabilities"        "0x00000000" 
    Option        "VideoOverlay"        "on" 
    Option        "OpenGLOverlay"        "off" 
    Option        "CenterMode"        "off" 
    Option        "PseudoColorVisuals"    "off" 
    Option        "Stereo"        "off" 
    Option        "StereoSyncEnable"    "1" 
    Option        "FSAAScale"        "1" 
    Option        "FSAADisableGamma"    "no" 
    Option        "FSAACustomizeMSPos"    "no" 
    Option        "FSAAMSPosX0"        "0.000000" 
    Option        "FSAAMSPosY0"        "0.000000" 
    Option        "FSAAMSPosX1"        "0.000000" 
    Option        "FSAAMSPosY1"        "0.000000" 
    Option        "FSAAMSPosX2"        "0.000000" 
    Option        "FSAAMSPosY2"        "0.000000"
    Option        "FSAAMSPosX3"        "0.000000" 
    Option        "FSAAMSPosY3"        "0.000000" 
    Option        "FSAAMSPosX4"        "0.000000" 
    Option        "FSAAMSPosY4"        "0.000000" 
    Option        "FSAAMSPosX5"        "0.000000" 
    Option        "FSAAMSPosY5"        "0.000000" 
    Option        "UseFastTLS"        "0"
    Option        "BlockSignalsOnLock"    "on" 
    Option        "UseInternalAGPGART"    "no" 
    Option        "ForceGenericCPU"    "no" 
    BusID        "PCI:1:0:0" 
    Screen    0

EndSection

Section "Screen"

    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    
    Subsection "Display"
        Depth        24
        Modes        "1280x800" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection

EndSection

Section "ServerLayout"

    Identifier    "Simple Layout"
    Screen        "Screen0"
    InputDevice    "Mouse0"    "SendCoreEvents"
    InputDevice    "Mouse1"    "AlwaysCore"
    InputDevice    "Keyboard0"    "CoreKeyboard"

EndSection

Section "DRI"
    Mode    0666
EndSection

I'm completely lost with this problem, especially since there isn't any specific mention in the logs of what might be happening.

Any help is hugely appreciated.

Dan

Offline

#2 2006-04-07 03:35:41

learner
Member
Registered: 2006-01-14
Posts: 21

Re: ati on xorg, freeze changing vt

I have had the same problem too when i install the fglrx driver, everything works just fine like mentioned above, and exact sympton like above too.

Offline

Board footer

Powered by FluxBB