Re: [gentoo-user] Screen settings

2006-02-25 Thread Linux Blues
On Thu, 23 Feb 2006 01:48:14 -0500
Frino Klauss [EMAIL PROTECTED] wrote:

 Hi Rajat,
 I suggest u add the following to your Screen section.
 
 DefaultDepth 24
 
 just after the Monitor Line.

Nice way to avoid using DRI, I've read two suggestions like this and

On Thu, 23 Feb 2006 09:30:03 +
Rajat Gujral [EMAIL PROTECTED] wrote:

 (**) I810(0): DRI is disabled because it runs only at 16-bit depth.

So I suggest a DefaultDepth 16 instead of 24 (if you need/want to use
DRI, of course).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen settings

2006-02-24 Thread Walter Dnes
On Thu, Feb 23, 2006 at 06:14:54AM +, Rajat Gujral wrote
 Hi richard and jerry
 thanx for ur suggestions but i guess my problem remains the same
 ... My xserver still starts with screen resolution of 640 x 480
 ... Before the improper shutdown it was working fine in 1024 x 768
 resolution , but now no matter what resolution i provide, it starts
 up with 640 x 480 resolution which makes the screen appear so big
 .. Is there anything else that i can do

  It may be quicker to re-do things from square 1

  - Do you have the manual that came with your monitor, which should
give the horizontal and vertical frequency ranges?  If not, what is
the make and model number numer of your monitor?
  - what is the make and model number numer of your video card?  If you
don't, run lspci (as root)
  - how much RAM does your video card have?

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen settings

2006-02-22 Thread Jerry Eastmanhouser
Your xorg.conf file looks fine, but you don't have anything lower than 1024x768 specified in your configuration as indicated below. You may have to recreate a new xorg.conf file with the correct monitor and driver settings. I did mine manually a long long time ago, but I think you can use xorgconfig to detect most of your settings for you...if so...hopefully that will fix you up.




Section Screen Identifier Screen 1 Device video Monitor 2 DefaultDepth 24 Subsection Display Depth 8
 Modes 1024x768 ViewPort 0 0 EndSubsection Subsection Display Depth 16 Modes 1280x1024 ViewPort 0 0
 EndSubsection Subsection Display Depth 24 Modes 1024x768 ViewPort 0 0 EndSubsectionEndSection
On 2/22/06, Rajat Gujral [EMAIL PROTECTED] wrote:
Hi,I am a newbie to gentoo enviorment. My system got restarted due to power failiure without getting shutdown properly... Now after rebooting my system, when i do startx to move to KDE the screen appers to be in resolution mode of 640 x 480 instead of 1024 x 768.
So my question is how can i change the screen resolution back to 1024 x 768. Herewith attached is a copy on my xorg.conf file .. Thanx to u in advance for helping me through with it Thnx  Warm Regards
Rajat


Re: [gentoo-user] Screen settings

2006-02-22 Thread Richard Fish
On 2/22/06, Jerry Eastmanhouser [EMAIL PROTECTED] wrote:
 settings.  I did mine manually a long long time ago, but I think you can use
 xorgconfig to detect most of your settings for you...if so...hopefully that
 will fix you up.

I would suggest instead X -configure.  That should autodetect most
things, unlike xorgconfig which asks you a bunch of questions that
most users don't know the answers to.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen settings

2006-02-22 Thread Rajat Gujral
Hi richard and jerry
thanx for ur suggestions but i guess my problem remains the same ... My
xserver still starts with screen resolution of 640 x 480 ... Before the
improper shutdown it was working fine in 1024 x 768 resolution , but
now no matter what resolution i provide, it starts up with 640 x 480
resolution which makes the screen appear so big .. Is there anything
else that i can do 

Thnx  Regds 


Rajat :)


P.S. I have done X -configure and has detected the following settings : 

Section ServerLayout
 Identifier X.org Configured
 Screen 0 Screen0 0 0
 InputDevice Mouse0 CorePointer
 InputDevice Keyboard0 CoreKeyboard
EndSection

Section Files
 RgbPath /usr/lib/X11/rgb
 ModulePath /usr/lib/modules
 FontPath /usr/share/fonts/misc/
 FontPath /usr/share/fonts/TTF/
 FontPath /usr/share/fonts/Type1/
 FontPath /usr/share/fonts/CID/
 FontPath /usr/share/fonts/75dpi/
 FontPath /usr/share/fonts/100dpi/
EndSection

Section Module
 Load extmod
 Load dbe
 Load dri
 Load record
 Load xtrap
 Load glx
 Load type1
 Load freetype
EndSection

Section InputDevice
 Identifier Keyboard0
 Driver kbd
EndSection

Section InputDevice
 Identifier Mouse0
 Driver mouse
 Option Protocol Microsoft
 Option Device /dev/ttyS1
EndSection

Section Monitor
 Identifier Monitor0
 VendorName Monitor Vendor
 ModelName Monitor Model
EndSection
Section Device
 ### Available Driver options are:-
 ### Values: i: integer, f: float, bool: True/False,
 ### string: String, freq: f Hz/kHz/MHz
 ### [arg]: arg optional

#Option
NoAccel
# [bool]

#Option
SWcursor
# [bool]

#Option
ColorKey
# i

#Option
CacheLines
# i

#Option
Dac6Bit
# [bool]

#Option
DRI
# [bool]

#Option
NoDDC
# [bool]

#Option
ShowCache
# [bool]

#Option
XvMCSurfaces
# i

#Option
PageFlip
# [bool]
 Identifier Card0
 Driver i810
 VendorName Intel Corp.
 BoardName 82810E DC-133 CGC [Chipset Graphics Controller]
 BusID PCI:0:1:0
EndSection

Section Screen
 Identifier Screen0
 Device Card0
 Monitor Monitor0
 SubSection Display
 Viewport 0 0
 Depth 1
 EndSubSection
 SubSection Display
 Viewport 0 0
 Depth 4
 EndSubSection
 SubSection Display
 Viewport 0 0
 Depth 8
 EndSubSection
 SubSection Display
 Viewport 0 0
 Depth 15
 EndSubSection
 SubSection Display
 Viewport 0 0
 Depth 16

Modes 1024x768
 EndSubSection
 SubSection Display
 Viewport 0 0
 Depth 24

Modes 1024x768
 EndSubSection
EndSection


On 2/22/06, Richard Fish [EMAIL PROTECTED] wrote:
On 2/22/06, Jerry Eastmanhouser [EMAIL PROTECTED] wrote: settings.I did mine manually a long long time ago, but I think you can use xorgconfig to detect most of your settings for you...if so...hopefully that
 will fix you up.I would suggest instead X -configure.That should autodetect mostthings, unlike xorgconfig which asks you a bunch of questions thatmost users don't know the answers to.
-Richard--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Screen settings

2006-02-22 Thread Frino Klauss
Hi Rajat,
I suggest u add the following to your Screen section.
DefaultDepth 24

just after the Monitor Line.

Cheers,
Ani Adarsh
On 2/23/06, Rajat Gujral [EMAIL PROTECTED] wrote:
Hi richard and jerrythanx for ur suggestions but i guess my problem remains the same ... My xserver still starts with screen resolution of 640 x 480 ... Before the improper shutdown it was working fine in 1024 x 768 resolution , but now no matter what resolution i provide, it starts up with 640 x 480 resolution which makes the screen appear so big .. Is there anything else that i can do 
Thnx  Regds Rajat :)P.S. I have done X -configure and has detected the following settings : Section ServerLayout Identifier 
X.org Configured Screen 0 Screen0 0 0 InputDevice Mouse0 CorePointer InputDevice Keyboard0 CoreKeyboard
EndSectionSection Files RgbPath /usr/lib/X11/rgb ModulePath /usr/lib/modules FontPath /usr/share/fonts/misc/ FontPath /usr/share/fonts/TTF/
 FontPath /usr/share/fonts/Type1/ FontPath /usr/share/fonts/CID/ FontPath /usr/share/fonts/75dpi/ FontPath /usr/share/fonts/100dpi/
EndSectionSection Module Load extmod Load dbe Load dri Load record Load xtrap
 Load glx Load type1 Load freetypeEndSectionSection InputDevice Identifier Keyboard0 Driver kbd
EndSectionSection InputDevice Identifier Mouse0 Driver mouse Option Protocol Microsoft Option Device /dev/ttyS1
EndSectionSection Monitor Identifier Monitor0 VendorName Monitor Vendor ModelName Monitor ModelEndSectionSection Device
 ### Available Driver options are:- ### Values: i: integer, f: float, bool: True/False, ### string: String, freq: f Hz/kHz/MHz
 ### [arg]: arg optional #Option NoAccel # [bool] #Option SWcursor # [bool] #Option ColorKey # i
 #Option CacheLines # i #Option Dac6Bit # [bool] #Option DRI # [bool]
 #Option NoDDC # [bool] #Option ShowCache # [bool] #Option XvMCSurfaces # i
 #Option PageFlip # [bool] Identifier Card0 Driver i810 VendorName Intel Corp. BoardName 82810E DC-133 CGC [Chipset Graphics Controller]
 BusID PCI:0:1:0EndSectionSection Screen Identifier Screen0 Device Card0 Monitor Monitor0
 SubSection Display Viewport 0 0 Depth 1 EndSubSection SubSection Display Viewport 0 0 Depth 4
 EndSubSection SubSection Display Viewport 0 0 Depth 8 EndSubSection SubSection Display Viewport 0 0
 Depth 15 EndSubSection SubSection Display Viewport 0 0 Depth 16 Modes 1024x768 EndSubSection
 SubSection Display Viewport 0 0 Depth 24 Modes 1024x768 EndSubSectionEndSection 

On 2/22/06, Richard Fish [EMAIL PROTECTED]
 wrote: 
On 2/22/06, Jerry Eastmanhouser 
[EMAIL PROTECTED] wrote: settings.I did mine manually a long long time ago, but I think you can use xorgconfig to detect most of your settings for you...if so...hopefully that  will fix you up.
I would suggest instead X -configure.That should autodetect mostthings, unlike xorgconfig which asks you a bunch of questions thatmost users don't know the answers to. -Richard
--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Screen settings

2006-02-22 Thread Steven S.

On Thu, 23 Feb 2006, Rajat Gujral wrote:

Have you tried adding the option DefaultDepth? Since you have the Modes 
1024x768 for 24, it should come out looking 
like:


 Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 1
EndSubSection

This is the only way I am ever able to get my system to go to 1280x1024, 
possibly it'll force yours to the correct setting.



Hi richard and jerry
thanx for ur suggestions but i guess my problem remains the same ... My
xserver still starts with screen resolution of 640 x 480 ... Before the
improper shutdown it was working fine in 1024 x 768 resolution , but now no
matter what resolution i provide, it starts up with 640 x 480 resolution
which makes the screen appear so big .. Is there anything else that i can do


Thnx  Regds


Rajat :)


P.S. I have done X -configure and has detected the following settings :

Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
   RgbPath  /usr/lib/X11/rgb
   ModulePath   /usr/lib/modules
   FontPath /usr/share/fonts/misc/
   FontPath /usr/share/fonts/TTF/
   FontPath /usr/share/fonts/Type1/
   FontPath /usr/share/fonts/CID/
   FontPath /usr/share/fonts/75dpi/
   FontPath /usr/share/fonts/100dpi/
EndSection

Section Module
   Load  extmod
   Load  dbe
   Load  dri
   Load  record
   Load  xtrap
   Load  glx
   Load  type1
   Load  freetype
EndSection

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
EndSection

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol Microsoft
   Option  Device /dev/ttyS1
EndSection

Section Monitor
   Identifier   Monitor0
   VendorName   Monitor Vendor
   ModelNameMonitor Model
EndSection
Section Device
   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
   #Option NoAccel   # [bool]
   #Option SWcursor  # [bool]
   #Option ColorKey  # i
   #Option CacheLines# i
   #Option Dac6Bit   # [bool]
   #Option DRI   # [bool]
   #Option NoDDC # [bool]
   #Option ShowCache # [bool]
   #Option XvMCSurfaces  # i
   #Option PageFlip  # [bool]
   Identifier  Card0
   Driver  i810
   VendorName  Intel Corp.
   BoardName   82810E DC-133 CGC [Chipset Graphics Controller]
   BusID   PCI:0:1:0
EndSection

Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   SubSection Display
   Viewport   0 0
   Depth 1
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 4
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 8
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 15
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 16
   Modes 1024x768
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 24
   Modes 1024x768
   EndSubSection
EndSection




On 2/22/06, Richard Fish [EMAIL PROTECTED] wrote:


On 2/22/06, Jerry Eastmanhouser [EMAIL PROTECTED] wrote:

settings.  I did mine manually a long long time ago, but I think you can

use

xorgconfig to detect most of your settings for you...if so...hopefully

that

will fix you up.


I would suggest instead X -configure.  That should autodetect most
things, unlike xorgconfig which asks you a bunch of questions that
most users don't know the answers to.

-Richard

--
gentoo-user@gentoo.org mailing list





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen settings

2006-02-22 Thread Martins Steinbergs
On Thursday 23 February 2006 08:14, Rajat Gujral wrote:
 Hi richard and jerry
 thanx for ur suggestions but i guess my problem remains the same ... My
 xserver still starts with screen resolution of 640 x 480 ... Before the
 improper shutdown it was working fine in 1024 x 768 resolution , but now no
 matter what resolution i provide, it starts up with 640 x 480 resolution
 which makes the screen appear so big .. Is there anything else that i can
 do


 Thnx  Regds

So you running KDE, have you checked KDE settings in Control Center - 
Peripherals - Display?

m
-- 
Linux 2.6.15-ck3-r1 AMD Athlon(tm) 64 Processor 3200+
 09:00:49 up 21:38,  6 users,  load average: 0.84, 0.96, 1.12
-- 
gentoo-user@gentoo.org mailing list