Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-27 Thread Elimar Riesebieter
On Tue, 27 Nov 2007 the mental interface of
Brice Goglin told:

> tags 452983 +wontfix
> thank you
> 
> 
> Modes is the old deprecated way to specificy modes. With RandR 1.2
> drivers (you're using ati 6.7.196), the way to specify modes is
> ModeLine+PreferredMode in the Monitor section. Details in section III.5.
> of http://wiki.debian.org/XStrikeForce/HowToRandR12

Thanks, fixed ;)

> I am marking this as wontfix for now.

Bug closed. Sorry for the noise.
Elimar

-- 
.~.
/V\   L   I   N   U   X
   /( )\ >Phear the Penguin<
   ^^-^^



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-27 Thread Brice Goglin
tags 452983 +wontfix
thank you


Modes is the old deprecated way to specificy modes. With RandR 1.2
drivers (you're using ati 6.7.196), the way to specify modes is
ModeLine+PreferredMode in the Monitor section. Details in section III.5.
of http://wiki.debian.org/XStrikeForce/HowToRandR12

I am marking this as wontfix for now.

Note that Modes should still work for old-style drivers.

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 452983 +wontfix
Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in 
xorg.conf
There were no tags set.
Tags added: wontfix

> thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452983: xserver-xorg: X server doesn't start per 'Modes' setting in xorg.conf

2007-11-26 Thread Elimar Riesebieter
Package: xserver-xorg
Version: 1:7.3+6
Severity: normal

X doesn't respect Modes settings in /etc/X11/xorg.conf. The Monitor
does support 1600x1200 but starts with 1280x1024. I suppose this has
sommething to do with the new auto setting feature, which I do not
prefer ;)

Elimar


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Aug 16  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1672860 Nov 18 02:47 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 7263 Nov 26 13:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

Section "Files"
  FontPath "unix/:7100"   # local font server
  FontPath "unix/:7101"   # local ttfont server
  #FontPath "/usr/share/fonts/X11/TrueType/larabie-deco"
  ##FontPath "/usr/share/fonts/X11/encodings/large"
  ##FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  #FontPath "/usr/share/fonts/X11/100dpi"
  #FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  #FontPath "/usr/share/fonts/X11/75dpi"
  ##FontPath "/usr/share/fonts/X11/encodings"
  #FontPath "/usr/share/fonts/X11/misc"
  #FontPath "/usr/share/fonts/X11/PEX"
  #FontPath "/usr/share/fonts/X11/Speedo"
  #FontPath "/usr/share/fonts/X11/TrueType"
  #FontPath "/usr/share/fonts/X11/Type1"
  ##FontPath "/usr/share/fonts/X11/util"
  ##FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  ##FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  ##FontPath "/usr/share/fonts/truetype"
  ##ModulePath   "/usr/lib/modules"
  ##RgbPath  "/usr/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option   "AllowMouseOpenFail"
  Option "NoPM"  "yes"
EndSection

#Section "Extensions"
#  Option "Composite" "Enable"
#EndSection

Section "Module"
  Load"dbe"
  #Load "GLCore"
  #Load "speedo"
  Load "extmod"
  Load "freetype"
  Load "glx"
  Load "dri"
  #Load "evdev"
  Load "xtrap"
  Load "ddc"
  #Load "extmod"
#SubSection
  #Option"omit xfree86-dga"   # don't initialise the DGA extension
#EndSubSection
EndSection

Section "InputDevice"
  Identifier   "Keyboard"
  Driver   "kbd"
  Option   "CoreKeyboard"
  #Option   "Protocol" "Standard"
  Option   "XkbLayout" "de"
  Option   "XkbModel" "pc102"
  Option   "XkbRules" "xorg"
  Option   "XkbVariant" "nodeadkeys"
EndSection

#Section "InputDevice"
## This uses normal xorg drivers
#   Identifier  "Mouse"
#   Driver  "mouse"
#   Option  "CorePointer"
#   Option  "Device" "/dev/input/mice"
#   Option  "Protocol" "ExplorerPS/2"
#   Option  "Buttons" "10
#   Option  "ZAxisMapping" "4 5 6 7"
#   Option  "Resolution" "800"
#EndSection

#Section "InputDevice"
## This is evdev with 6.9.0-4
#   Identifier  "Mouse"
#   Driver  "evdev"
#   Option  "CorePointer"
#   Option  "Device" "/dev/input/event-mx1000"
#   Option  "Protocol" "evdev"
#   Option  "Buttons" "10
#   Option  "ZAxisMapping" "4 5 6 7"
#   Option  "Resolution" "800"
#   Option  "Dev Phys" "usb-*/input0" #cat /proc/bus/input/devices
#EndSection

Section "InputDevice"
# This is evdev with 6.9.0-5
   Identifier  "MX1000"
   Driver  "evdev"
   #Option  "Device" "/dev/input/event-mx1000"
   Option  "CorePointer"
   Option  "Phys"   "usb-*/input0"
   #Option  "XRelativeAxisMap"  "0" # is default
   #Option  "YRelativeAxisMap"  "1" # is default
   #Option  "HWHEELRelativeAxisMap"  "2"# is default
   #Option  "WHEELRelativeAxisMap"  "3" # is default
   #Option  "WHEELRelativeAxisButtons"  "4 5"   # is default
   #Option  "Resolution" "800"
EndSection

Section "Monitor"
  Identifier  "Monitor[0]"
  Option  "DPMS"  "true"
  VendorName  "IVM"
  ModelName   "IVM1942"
  HorizSync   30 - 133 # DDC-probed
  VertRefresh 45.0 - 200.0 # Very conservative. May flicker.
  # These are the DDC-probed settings reported by your monitor.
  ## 1600x1200, 85.0Hz; hfreq=106.25, vfreq=85.00
  ModeLine "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync 
+vsync
  ## 1280x1024, 85.0Hz; hfreq=91.15, vfreq=85.02
  ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync 
+vsync
  ## 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
  ModeLine "1024x768"   94.50 1024 1072 1168 1376  768  769  772  808 +hsync 
+vsync
  ## 800x600, 75.0Hz; hfreq=46.88, vfreq=75