Re: [gentoo-user] Change Resolution
...Alright...all I needed to do was add the lines for the H sync and V refresh rate and that worked. Thanks everyone! On Apr 3, 2005 12:50 PM, Richard Fish <[EMAIL PROTECTED]> wrote: > Shawn Singh wrote: > > >I've made some changes, but this time I got a different error message. > > The message told me that no screens were found... > > > >Here is a copy of my Xorg.conf: > > > > > >Section "Screen" > >Identifier "Screen0" > >Device "Card0" > >Monitor"Monitor0" > >DefaultDepth 24 > >Depth 24 > >Modes "1024x768" > >Viewport 0 0 > >EndSubSection > >EndSection > > SubSection "Display" > > > > > The above "Screen" section is corrupt. You have an EndSubSection with > no preceeding "SubSection", and a "SubSection" at the end. > > You might try "X -configure" then "X -allowMouseOpenFail -config config line from -configure>". This lets the X server autodetect and > autoconfigure everything, and the new xorg.conf should give you a good > starting point for changes. On my system, it doesn't get the correct > pointer path (/dev/input/mice instead of /dev/mouse), so I have to start > the server with -allowMouseOpenFail. One important note...if you don't > already know, Ctrl+Alt+Backspace should kill the X server started this > way...or Ctrl+Alt+F1 to return to the console. > > Hope this helps. > > -Richard > > > > > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Change Resolution
Shawn Singh wrote: >I've made some changes, but this time I got a different error message. > The message told me that no screens were found... > >Here is a copy of my Xorg.conf: > > >Section "Screen" >Identifier "Screen0" >Device "Card0" >Monitor"Monitor0" >DefaultDepth 24 >Depth 24 >Modes "1024x768" >Viewport 0 0 >EndSubSection >EndSection > SubSection "Display" > > The above "Screen" section is corrupt. You have an EndSubSection with no preceeding "SubSection", and a "SubSection" at the end. You might try "X -configure" then "X -allowMouseOpenFail -config ". This lets the X server autodetect and autoconfigure everything, and the new xorg.conf should give you a good starting point for changes. On my system, it doesn't get the correct pointer path (/dev/input/mice instead of /dev/mouse), so I have to start the server with -allowMouseOpenFail. One important note...if you don't already know, Ctrl+Alt+Backspace should kill the X server started this way...or Ctrl+Alt+F1 to return to the console. Hope this helps. -Richard > > -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Change Resolution
On Sun, 2005-04-03 at 06:09 +, Shawn Singh wrote: > I've made some changes, but this time I got a different error message. > The message told me that no screens were found... you will need the error messages that come above the "no screens founs". The log is usually long and spotting the right bit can be difficult. -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Change Resolution
I've made some changes, but this time I got a different error message. The message told me that no screens were found... Here is a copy of my Xorg.conf: 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 "record" Load "record" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName"Monitor Model" Option "DPMS" HorizSync"68.7" VertRefresh "85" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate"# [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber"# #Option "FPScale" # [] #Option "FPTweak" # Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV11 [GeForce2 MX/MX 400]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" DefaultDepth 24 Depth 24 Modes "1024x768" Viewport 0 0 EndSubSection EndSection SubSection "Display" On Apr 3, 2005 5:01 AM, Nick Rout <[EMAIL PROTECTED]> wrote: > You really need to look at /var/log/Xorg.0.log > > Quite likely your minitor is not being correctly probed by xorg, which > therefore defaults to a low resolution. > > If that is the problem then you need to add HorizSync and VertRefresh > lines into your configuration file in the monitor section. Here is mine > as an example: > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName"Monitor Model" > Option "DPMS" > HorizSync35-85 > VertRefresh 48-120 > EndSection > > I have had surprisingly good luck finding rates for crappy monitors by > googling. > > On Sat, 2005-04-02 at 23:51 +, Shawn Singh wrote: > > My screen resolution is set at 640 x 480...and (as you might > > understand) I'd like to change it. > > > > I've used the docs provided at: > > > > http://www.gentoo.org/doc/en/xorg-config.xml?style=printable > > > > As my guide but nothing has changed. > > > > This is a copy of my xorg.conf: > > > > 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 "record" > > Load "extmod" > > Load "record" > > Load "extmod" > > Load "dbe" > > Load "dri" > > Load "glx" > > Load "xtrap" > > Load "freetype" > > Load "type1" > > EndSection > > > > Section "InputDevice" > > Identifier "Keyboard0" > > Driver "kbd" > > EndSection > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mo
Re: [gentoo-user] Change Resolution
You really need to look at /var/log/Xorg.0.log Quite likely your minitor is not being correctly probed by xorg, which therefore defaults to a low resolution. If that is the problem then you need to add HorizSync and VertRefresh lines into your configuration file in the monitor section. Here is mine as an example: Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName"Monitor Model" Option "DPMS" HorizSync35-85 VertRefresh 48-120 EndSection I have had surprisingly good luck finding rates for crappy monitors by googling. On Sat, 2005-04-02 at 23:51 +, Shawn Singh wrote: > My screen resolution is set at 640 x 480...and (as you might > understand) I'd like to change it. > > I've used the docs provided at: > > http://www.gentoo.org/doc/en/xorg-config.xml?style=printable > > As my guide but nothing has changed. > > This is a copy of my xorg.conf: > > 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 "record" > Load "extmod" > Load "record" > Load "extmod" > Load "dbe" > Load "dri" > Load "glx" > Load "xtrap" > Load "freetype" > Load "type1" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/mouse" > EndSectionOption "Device" "/dev/mouse" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName"Monitor Model" > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "SWcursor" # [] > #Option "HWcursor" # [] > #Option "NoAccel" # [] > #Option "ShadowFB" # [] > #Option "UseFBDev" # [] > #Option "Rotate"# [] > #Option "VideoKey" # > #Option "Rotate"# [] > #Option "VideoKey" # > #Option "FlatPanel" # [] > #Option "FPDither" # [] > #Option "CrtcNumber"# > #Option "FPScale" # [] > #Option "FPTweak" # > Identifier "Card0" > Driver "nv" > VendorName "nVidia Corporation" > BoardName "NV11 [GeForce2 MX/MX 400]" > BusID "PCI:1:0:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor"Monitor0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > 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 > EndSubSection > SubSection "Display" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1024x768" > Viewport 0 0 > EndSubSection > EndSection > > I'm running GNOME (if that makes any difference)... > > Thank you, > > Shawn Singh > -- > gentoo-user@gentoo.org mailing list > -- Nick Rout <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Change Resolution
On Sat, Apr 02, 2005 at 11:51:49PM +, Shawn Singh wrote > My screen resolution is set at 640 x 480...and (as you might > understand) I'd like to change it. > > I've used the docs provided at: > > http://www.gentoo.org/doc/en/xorg-config.xml?style=printable > > As my guide but nothing has changed. > > This is a copy of my xorg.conf: [...deletia...] > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor"Monitor0" > DefaultDepth 24< You should be defaulting to to whatever resolution you've specified for 24-bit mode > SubSection "Display"< Two SubSection "Display" without > Viewport 0 0without an EndSubSection between > SubSection "Display"< them. Probably throws X for a > Viewport 0 0loop trying to parse it, and it > Depth 1 drops into 640 x 480 "safe mode" > 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 > EndSubSection > SubSection "Display" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1024x768" This is what you were expecting > Viewport 0 0But due to the error above, X > EndSubSection doesn't get this far. > EndSection You do *NOT* need all possible depths. Here's mine. Modify for your machine's setup... Section "Screen" Identifier "Screen 1" Device "ATI Rage 128" Monitor "NEC MultiSync 95" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1152x864" ViewPort0 0 EndSubsection Subsection "Display" Depth 16 Modes "1152x864" ViewPort0 0 EndSubsection Subsection "Display" Depth 24 Modes "1152x864" ViewPort0 0 EndSubsection EndSection -- Walter Dnes <[EMAIL PROTECTED]> An infinite number of monkeys pounding away on keyboards will eventually produce a report showing that Windows is more secure, and has a lower TCO, than linux. -- gentoo-user@gentoo.org mailing list