Bug#479724: xserver-xorg-core: xserver fails to start with a conf that has been good for half a year

2008-05-11 Thread Brice Goglin
Petri Kaurinkoski wrote:
 Hi Brice,

 I am sorry to disturb you more, but I have to revert back from closing
 the issue completely. I just noticed the virtual screens 1-6 changed to
 be shaded (I can not come up with a better description) while the
 X-window behaves as previously. The interesting part here is that when
 the system boots, the text is clear white text on black background, but
 after Xserver is started, the virtual screens go shaded. The texts are
 printed as expected, but they are hardly readable: it is as if a filter
 or curtain was drawn on to of the screen.

 I attach the Xorg.0.log if that gives you any clue about what is going
 on.
   

This problem is unrelated to the previous one, please open a new bug
about it.

You might to check that you don't have the radeonfb kernel module loaded
(check in lsmod). Send us the contents of /proc/fb so that we know for sure.

Brice




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



Bug#479724: xserver-xorg-core: xserver fails to start with a conf that has been good for half a year

2008-05-06 Thread Brice Goglin
Petri Kaurinkoski wrote:
 I updated my Debian/testing system yesterday as I regularly do almost
 every
 day, and after the  updates Xserver would not start. I did not change the
 configuration files or install any additional packages.

 xserver complains to Xorg.0.log:

 Fatal server error:
 no screens found

It could be caused by the RandR 1.2 support in the radeon driver not
liking your obsolete lines in /etc/X11/Xorg.conf
See below.

 Section Monitor
 IdentifierGeneric Monitor
 OptionDPMS
 HorizSync63.9
 VertRefresh60
 EndSection

Please comment out HorizSync and VertRefresh above.

 Section Monitor
 IdentifierViewSonic VX2235wm Monitor
 OptionDPMS
 HorizSync65
 VertRefresh60
 EndSection

Here too.

 Section Screen
 IdentifierDefault Screen
 DeviceATI Technologies Inc RV280 [Radeon 9200 SE]
 #MonitorGeneric Monitor
 MonitorViewSonic VX2235wm Monitor
 DefaultDepth24
 SubSection Display
 Depth1
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 SubSection Display
 Depth4
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 SubSection Display
 Depth8
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 SubSection Display
 Depth15
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 SubSection Display
 Depth16
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 SubSection Display
 Depth24
 Modes1680x1050 1280x1024 1024x768 800x600 640x480
 EndSubSection
 EndSection

Please comment out all the above Modes lines.

If it doesn't help, you might want to try with no xorg.conf at all.
Please send the corresponding log.

Brice




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



Bug#479724: xserver-xorg-core: xserver fails to start with a conf that has been good for half a year

2008-05-06 Thread Petri Kaurinkoski
Hi Brice,

I commented out the lines you suggested, and that did the trick: xserver
starts now as expected. From my poin of view, the bug could be closed.

Thanks a lot for your help!

Petri

On Tue, 2008-05-06 at 14:03 +0200, Brice Goglin wrote:
 Petri Kaurinkoski wrote:
  I updated my Debian/testing system yesterday as I regularly do almost
  every
  day, and after the  updates Xserver would not start. I did not change the
  configuration files or install any additional packages.
 
  xserver complains to Xorg.0.log:
 
  Fatal server error:
  no screens found
 
 It could be caused by the RandR 1.2 support in the radeon driver not
 liking your obsolete lines in /etc/X11/Xorg.conf
 See below.
 
  Section Monitor
  IdentifierGeneric Monitor
  OptionDPMS
  HorizSync63.9
  VertRefresh60
  EndSection
 
 Please comment out HorizSync and VertRefresh above.
 
  Section Monitor
  IdentifierViewSonic VX2235wm Monitor
  OptionDPMS
  HorizSync65
  VertRefresh60
  EndSection
 
 Here too.
 
  Section Screen
  IdentifierDefault Screen
  DeviceATI Technologies Inc RV280 [Radeon 9200 SE]
  #MonitorGeneric Monitor
  MonitorViewSonic VX2235wm Monitor
  DefaultDepth24
  SubSection Display
  Depth1
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  SubSection Display
  Depth4
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  SubSection Display
  Depth8
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  SubSection Display
  Depth15
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  SubSection Display
  Depth16
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  SubSection Display
  Depth24
  Modes1680x1050 1280x1024 1024x768 800x600 640x480
  EndSubSection
  EndSection
 
 Please comment out all the above Modes lines.
 
 If it doesn't help, you might want to try with no xorg.conf at all.
 Please send the corresponding log.
 
 Brice

-- 
 Petri Kaurinkoski [EMAIL PROTECTED]




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



Bug#479724: xserver-xorg-core: xserver fails to start with a conf that has been good for half a year

2008-05-06 Thread Petri Kaurinkoski
Hi Brice,

I am sorry to disturb you more, but I have to revert back from closing
the issue completely. I just noticed the virtual screens 1-6 changed to
be shaded (I can not come up with a better description) while the
X-window behaves as previously. The interesting part here is that when
the system boots, the text is clear white text on black background, but
after Xserver is started, the virtual screens go shaded. The texts are
printed as expected, but they are hardly readable: it is as if a filter
or curtain was drawn on to of the screen.

I attach the Xorg.0.log if that gives you any clue about what is going
on.

Best regards,

Petri


On Tue, 2008-05-06 at 21:45 +0300, Petri Kaurinkoski wrote:
 Hi Brice,
 
 I commented out the lines you suggested, and that did the trick: xserver
 starts now as expected. From my poin of view, the bug could be closed.
 
 Thanks a lot for your help!
 
 Petri
 
 On Tue, 2008-05-06 at 14:03 +0200, Brice Goglin wrote:
  Petri Kaurinkoski wrote:
   I updated my Debian/testing system yesterday as I regularly do almost
   every
   day, and after the  updates Xserver would not start. I did not change the
   configuration files or install any additional packages.
  
   xserver complains to Xorg.0.log:
  
   Fatal server error:
   no screens found
  
  It could be caused by the RandR 1.2 support in the radeon driver not
  liking your obsolete lines in /etc/X11/Xorg.conf
  See below.
  
   Section Monitor
   IdentifierGeneric Monitor
   OptionDPMS
   HorizSync63.9
   VertRefresh60
   EndSection
  
  Please comment out HorizSync and VertRefresh above.
  
   Section Monitor
   IdentifierViewSonic VX2235wm Monitor
   OptionDPMS
   HorizSync65
   VertRefresh60
   EndSection
  
  Here too.
  
   Section Screen
   IdentifierDefault Screen
   DeviceATI Technologies Inc RV280 [Radeon 9200 SE]
   #MonitorGeneric Monitor
   MonitorViewSonic VX2235wm Monitor
   DefaultDepth24
   SubSection Display
   Depth1
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   SubSection Display
   Depth4
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   SubSection Display
   Depth8
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   SubSection Display
   Depth15
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   SubSection Display
   Depth16
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   SubSection Display
   Depth24
   Modes1680x1050 1280x1024 1024x768 800x600 640x480
   EndSubSection
   EndSection
  
  Please comment out all the above Modes lines.
  
  If it doesn't help, you might want to try with no xorg.conf at all.
  Please send the corresponding log.
  
  Brice

-- 
 Petri Kaurinkoski [EMAIL PROTECTED]


Xorg.0.log.gz
Description: GNU Zip compressed data