You are not logged in.
I have an ATI X850 XT with catalyst 8.3-1 installed by pacman. I was using 1680x1050 resolution (native resolution of my Viewsonic VX2025wm) perfectly before update. Now I can't.
This is my /var/log/Xorg.0.log:
http://pastebin.ca/936070
This is my xorg.conf:
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Default Screen" 0 0
InputDevice "MX1000" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
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"
EndSection
Section "Module"
Load "dbe"
Load "xtrap"
Load "record"
Load "glx"
Load "extmod"
Load "freetype"
Load "ddc"
Load "dbe"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "latam"
Option "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "MX1000"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
Option "Device" "/dev/input/event4" #(cat /proc/bus/input/devices)
Option "CorePointer"
EndSection
Section "Monitor"
#V-freq: 60.00 Hz // h-freq: 65.35 KHz
Identifier "Viewsonic VX2025wm"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI X850 XT"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI X850 XT"
Monitor "Viewsonic VX2025wm"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x1024"
EndSubSection
EndSection
Any idea?
Last edited by joephantom (2008-03-12 13:09:17)
By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin
Offline
Try mine
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
Option "AIGLX" "on"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "i2c"
Load "glx"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
Load "synaptics"
Load "int10"
Load "vbe"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "on"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "on"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DRI" "on"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
Option "AccelMethod" "EXA"
Option "XAANoOffscreenPixmaps" "on"
Option "RenderAccel" "on"
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "KernelModuleParm" "agplock=0"
Option "UseInternalAGPGART" "no"
Option "EnablePrivateBackZ" "no"
Option "DisableGLXRootClipping" "on"
Option "AddARGBGLXVisuals" "on"
Option "AllowGLXWithComposite" "on"
Option "mtrr" "on"
Option "DynamicClocks" "on"
Option "TexturedVideo" "on"
Option "TexturedVideoSync" "on"
Option "Textured2D" "on"
Option "TexturedXrender" "on"
Option "UseFastTLS" "1"
Option "BackingStore" "on"
Option "MaxGARTSize" "128"
EndSection
Section "Monitor"
Identifier "Acer TravelMate 8100 LCD"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Acer TravelMate 8100 LCD"
Defaultdepth 24
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "XVideo" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Offline
Well it worked. I think it might be a problem with the Device Section.
Thanks
By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin
Offline
Sounds helpful I hope it works I was looking for a solution to that
Offline