Re: Strange X phenomen since upgrade to X-org

2007-04-02 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

John W. Foster wrote:
 On Sunday 01 April 2007 11:35, Andrei Popescu wrote:
 John W. Foster [EMAIL PROTECTED] wrote:
 restarting the xserver. Due to my lack of experience with xorg I need
 a little help. Thanks!!!
 The only general option I recall (though I don't know if it applies to
 switching to console) has something to do with using framebuffer when
 changing resolutions. Run dpkg-reconfigure xorg.conf to set this.

 Otherwise more info is necessary (video card, xorg.conf, ...) to even
 try diagnosing ...

 Regards,
 Andrei
 ---
 xorg.conf is below:
 
 # /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 Files
   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
   # path to defoma fonts
   FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
 EndSection
 
 Section Module
   Loadbitmap
   Loadddc
   Loaddri
   Loadextmod
   Loadfreetype
   Loadglx
   Loadint10
   Loadvbe
 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  ImPS/2
   Option  Emulate3Buttons   true
 EndSection
 
 Section Device
   Identifier  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
   Driver  ati
   BusID   PCI:1:0:0
   Option  UseFBDev  true
^^
   workaround 1 here

 EndSection
 
 Section Monitor
   Identifier  DELL D1626HT
   Option  DPMS
 EndSection
 
 Section Screen
   Identifier  Default Screen
   Device  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
   Monitor DELL D1626HT
   DefaultDepth24
   SubSection Display
   Depth   1
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
   SubSection Display
   Depth   4
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
   SubSection Display
   Depth   8
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
   SubSection Display
   Depth   15
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
   SubSection Display
   Depth   16
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
   SubSection Display
   Depth   24
   
 Modes 1600x1200 1280x1024 1024x768 800x600 720x400 
 720x350 640x480
   EndSubSection
 EndSection
 
 Section ServerLayout
   Identifier  Default Layout
   Screen  Default Screen
   InputDevice Generic Keyboard
   InputDevice Configured Mouse
 EndSection
 
 Section DRI
   Mode0666
 EndSection
 
 Thanks!!

I was going to snip this xorg.conf, but I decided to leave it.

1) why are you 

Re: Strange X phenomen since upgrade to X-org

2007-04-02 Thread Andrei Popescu
Joe Hart [EMAIL PROTECTED] wrote:

 I was going to snip this xorg.conf, but I decided to leave it.

But I did it :D
 
 1) why are you running x on a server in the first place?
 
 2) Your problems lie in your video drivers.  Doing a search I found
 this: Workaround 1:
  in /etc/X11/xorg.conf
  set
  Option UseFBDev true
  to false, note in this case switching VT is broken and locks the box.
 
  Workaround 2:
  use
  Driver fbdev
  rather than ati

Workaround 3:
use Driver vesa

On my box 'man i810' also gives me a man page with specific options for
my driver. I guess the same should be true for 'man ati' and 'man vesa'
if you have the respective packages installed (I don't).

HTH,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: PGP signature


Strange X phenomen since upgrade to X-org

2007-04-01 Thread John W. Foster
I recently upgraded  a production system from sarge to etch and for the most 
part there were no real surprises. [ Congrats to the developers] I did run 
into a thorny problem that I am unable to figure out. When I switch from the 
xserver to the console screen (ctrl-alt-F1) all is OK, however when I try to 
switch back to the Xsever screen (ctrl-alt-F7) it is always (100% of the 
time) unreadable. The screen seems to be made up of 4 to 6 overlaping images 
that are vertically more narrow than normal. This is my first use of xorg and 
other than that it works OK. I can correct this by restarting the xserver. 
Due to my lack of experience with xorg I need a little help.
Thanks!!!
-- 
John W. Foster


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



Re: Strange X phenomen since upgrade to X-org

2007-04-01 Thread Andrei Popescu
John W. Foster [EMAIL PROTECTED] wrote:

 restarting the xserver. Due to my lack of experience with xorg I need
 a little help. Thanks!!!

The only general option I recall (though I don't know if it applies to
switching to console) has something to do with using framebuffer when
changing resolutions. Run dpkg-reconfigure xorg.conf to set this.

Otherwise more info is necessary (video card, xorg.conf, ...) to even
try diagnosing ...

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: PGP signature


Re: Strange X phenomen since upgrade to X-org

2007-04-01 Thread John W. Foster
On Sunday 01 April 2007 11:35, Andrei Popescu wrote:
 John W. Foster [EMAIL PROTECTED] wrote:
  restarting the xserver. Due to my lack of experience with xorg I need
  a little help. Thanks!!!

 The only general option I recall (though I don't know if it applies to
 switching to console) has something to do with using framebuffer when
 changing resolutions. Run dpkg-reconfigure xorg.conf to set this.

 Otherwise more info is necessary (video card, xorg.conf, ...) to even
 try diagnosing ...

 Regards,
 Andrei
---
xorg.conf is below:

# /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 Files
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
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
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  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
Driver  ati
BusID   PCI:1:0:0
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  DELL D1626HT
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
Monitor DELL D1626HT
DefaultDepth24
SubSection Display
Depth   1

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
SubSection Display
Depth   4

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
SubSection Display
Depth   8

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
SubSection Display
Depth   15

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
SubSection Display
Depth   16

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
SubSection Display
Depth   24

Modes   1600x1200 1280x1024 1024x768 800x600 720x400 
720x350 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection

Section DRI
Mode0666
EndSection

Thanks!!
-- 
John W. Foster


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



Re: Strange X phenomen since upgrade to X-org

2007-04-01 Thread Kamaraju S Kusumanchi
John W. Foster wrote:

 I recently upgraded  a production system from sarge to etch and for the
 most part there were no real surprises. [ Congrats to the developers] I
 did run into a thorny problem that I am unable to figure out. When I
 switch from the xserver to the console screen (ctrl-alt-F1) all is OK,
 however when I try to switch back to the Xsever screen (ctrl-alt-F7) it is
 always (100% of the time) unreadable. The screen seems to be made up of 4
 to 6 overlaping images that are vertically more narrow than normal. This
 is my first use of xorg and other than that it works OK. I can correct
 this by restarting the xserver. Due to my lack of experience with xorg I
 need a little help. Thanks!!!

Are there any errors in /var/log/Xorg.0.log? The errors are usually prefixed
by (EE).

raju

-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


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