[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

1152x864 mode ATI fglrx driver under xorg problem!



I have a LG50a laptop with "ATI Mobility Radeon 9600" with a 15" SXGA+
TFT LCD  and I've installed Debian testing on my box. I've installed
xorg 6.9.0.dfsg.1-4 as my X server. When I use the fglrx driver that
enables OpenGL direct rendering, xorg fails to run under 1152x864
resolution. When I use ati driver it works well under this resolution
but there is no support for direct rendering!
here is my xorg.conf

##############################
############
Section "Files"
      # if the local font server has problems, we can fall back on
these
  FontPath    "unix/:7100"
  FontPath    "/usr/lib/X11/fonts/misc"
  FontPath    "/usr/lib/X11/fonts/100dpi:unscaled"
  FontPath    "/usr/lib/X11/fonts/75dpi:unscaled"
  FontPath    "/usr/lib/X11/fonts/Type1"
  FontPath    "/usr/local/share/fonts"
EndSection

Section "Module"
      Load    "bitmap"
      Load    "dbe"
      Load    "ddc"
      Load    "evdev"
      Load    "extmod"
      Load    "freetype"
      Load    "glx"
      Load    "int10"
      Load    "record"
      Load    "type1"
      Load    "v4l"
      Load    "vbe"
EndSection

Section "InputDevice"
      Identifier      "Generic Keyboard"
      Driver          "keyboard"
      Option          "CoreKeyboard"
      Option          "XkbRules"      "xorg"
      Option          "XkbModel"      "pc105"
      Option          "XkbLayout"     "us,ir"
      Option          "XkbOptions"    "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
      Identifier      "Configured Mouse"
      Driver          "mouse"
      Option          "CorePointer"
      Option          "Device"                "/dev/psaux"
      Option          "Protocol"              "ImPS/2"
      Option          "Emulate3Buttons"       "true"
      Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
      Identifier      "Synaptics Touchpad"
      Driver          "synaptics"
      Option          "SendCoreEvents"        "true"
      Option          "Device"                "/dev/psaux"
      Option          "Protocol"              "auto-dev"
      Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
      Identifier      "Card0"
      Driver          "fglrx"
      BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
      Identifier      "Generic Monitor"
      Option          "DPMS"
      HorizSync       30-65
      VertRefresh     50-75
EndSection

Section "Screen"
      Identifier      "Default Screen"
      Device          "Card0"
      Monitor         "Generic Monitor"
      DefaultDepth    24
      SubSection "Display"
              Depth           1
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
      SubSection "Display"
              Depth           4
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
      SubSection "Display"
              Depth           8
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
      SubSection "Display"
              Depth           15
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
      SubSection "Display"
              Depth           16
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
      SubSection "Display"
              Depth           24
              Modes           "1152x864" "1024x768" "800x600"
"640x480"
      EndSubSection
EndSection

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen          "Default Screen"
      InputDevice     "Generic Keyboard"
      InputDevice     "Configured Mouse"
      InputDevice     "Synaptics Touchpad"
EndSection
##########################################

Can anyone help me out?

Reply to: