Hi Georgi, I do have an AMD64 system, and I'm attaching my xorg.conf. It was generated by the aticonfig program and has an external monitor configured.
I hope it helps, David On Sun, 2008-01-06 at 14:29 +0200, Georgi Naplatanov wrote: > David Jantzen wrote: > > Hey All, > > > > I installed some upgrades yesterday to my testing/unstable installation. > > The relevant packages changed (as far as I understand) were: > > > > fglrx-control > > fglrx-driver > > fglrx-kernel-src > > > > Apt uninstalled my kernel module compiled for 3D support, and so I > > recompiled and installed again from the new source with > > > > m-a a-i fglrx > > > > After reboot, my only usable resolution (1600x1050) is unavailable. > > Even the Catalyst control center believes it's not there. Xorg.conf was > > unchanged, so I doubt that was it. > > > > Any ideas on the cause? Suggestions? I can certainly live without 3D > > support if the solution is to revert to the kernel module from Apt, > > although I'd need some direction on how to do that. > > > > Thanks! > > David > > > > > > Hello, David > > in case you use amd64 branch can you show your xorg.conf file, because > my X did't start after installing fglrx-driver-8.44.3-1. > > It stopped with following error: > > (II) fglrx(0): Supported Future Video Modes: > (II) fglrx(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281 > (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) fglrx(0): #2: hsize: 1152 vsize 864 refresh: 60 vid: 16497 > (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 > (II) fglrx(0): Supported additional Video Mode: > (II) fglrx(0): clock: 106.5 MHz Image Size: 410 x 256 mm > (II) fglrx(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end > 1904 h_border: 0 > (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: > 934 v_border: 0 > (II) fglrx(0): Serial No: 5053D0010001 > (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 > kHz, PixClock max 140 MHz > (II) fglrx(0): Monitor name: L9VB4 > (II) fglrx(0): EDID (in hex): > (II) fglrx(0): 00ffffffffffff005e74880301010101 > (II) fglrx(0): 1410010380291a782ac905a3574b9c25 > (II) fglrx(0): 125054a54b0081c08140714081809500 > (II) fglrx(0): 0101010101019a29a0d0518422305098 > (II) fglrx(0): 36009a001100001c000000ff00353035 > (II) fglrx(0): 3344303031303030310a000000fd0038 > (II) fglrx(0): 4b1f510e000a202020202020000000fc > (II) fglrx(0): 004c395642340a2020202020202000a5 > (II) fglrx(0): End of Display1 EDID data -------------------- > (WW) fglrx(0): Only one display is connnected,so single mode is enabled > (EE) fglrx(0): PreInitDAL failed > > Regards > Georgi > >
# /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" # path to defoma fonts FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 84.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[1]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "ATI Technologies, Inc. ATI Default Card" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "DesktopSetup" "horizontal" Option "OverlayOnCRTC2" "1" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[1]" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. ATI Default Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1680x1050" EndSubSection SubSection "Display" Depth 4 Modes "1680x1050" EndSubSection SubSection "Display" Depth 8 Modes "1680x1050" EndSubSection SubSection "Display" Depth 15 Modes "1680x1050" EndSubSection SubSection "Display" Depth 16 Modes "1680x1050" EndSubSection SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[1]" Device "aticonfig-Device[1]" Monitor "aticonfig-Monitor[1]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection