Mailinglist Archive: opensuse (3996 mails)
| < Previous | Next > |
Re: [SLE] Weird screen display when init 3 selected
- From: peter Nikolic <p.nikolic1@xxxxxxxxxxxxxx>
- Date: Mon, 6 Sep 2004 00:25:28 +0100
- Message-id: <200409060025.28533.p.nikolic1@xxxxxxxxxxxxxx>
On Sunday 05 Sep 2004 17:56, Trey Sizemore wrote:
> On Sun, 5 Sep 2004 10:57:09 -0500
>
> Patrick Shanahan <paka@xxxxxxxxxxxxxxx> wrote:
> >It appears that your horizontal or vertical frequencies are not correct
> >in /etc/X11/XF86Config, look under section "Monitor". Listed mine below:
> >
> >Section "Monitor"
> > Option "CalcAlgorithm" "CheckDesktopGeometry"
> > DisplaySize 380 300
> > HorizSync 31-84
> > Identifier "Monitor[0]"
> > ModelName "1280X1024@75HZ"
> > Option "DPMS"
> > VendorName "--> LCD"
> > VertRefresh 56-75
> > UseModes "Modes[0]"
> > Gamma 1.00 1.00 1.00 # created by KGamma
> >EndSection
> >
> >
> >
> >HorizSync and VertRefresh are where you are interested. To find the
> >correct rates, google for the settings for your monitor or look on the
> >windoz install disk for and *.inf file. You will find the rates there.
> >
> >gud luk,
>
> Here's mine, which are right according to iiyama info:
>
> Section "Monitor"
> DisplaySize 360 270
> HorizSync 27-102
> Identifier "Monitor[0]"
> ModelName "VISION MASTER 450"
> Option "DPMS"
> VendorName "IIYAMA"
> VertRefresh 50-160
> UseModes "Modes[0]"
> EndSection
>
> Monitor/display works great in X (such as right now), but it's when I go to
> init 3 that the screen appears crazy. So I'm assuming it's something
> independent of the X settings.
Which driver are you using nv or nvidia ie have you installed the
stuff from nvidia or running stock cd install stuff..?
IF you are running the Nvidia stuff i had the same problems
Try settings similar to these in the Device section .. of main interest are
the Option "IgnoreDisplayDevices" "TV" and Option "NvAGP" "1"
these fixed my display now i can go to consol mode no problems .
Section "Device"
BoardName "GeForce FX5200"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Option "sw_cursor"
Option "IgnoreDisplayDevices" "TV"
Option "NvAGP" "1"
Screen 0
VendorName "NVidia"
EndSection
Pete .
--
Linux user No: 256242
Machine No: 139931
G6NJR Pete also MSA registered "Quinton 11"
A Linux Only area Happy bug hunting M$ clan
PGN
> On Sun, 5 Sep 2004 10:57:09 -0500
>
> Patrick Shanahan <paka@xxxxxxxxxxxxxxx> wrote:
> >It appears that your horizontal or vertical frequencies are not correct
> >in /etc/X11/XF86Config, look under section "Monitor". Listed mine below:
> >
> >Section "Monitor"
> > Option "CalcAlgorithm" "CheckDesktopGeometry"
> > DisplaySize 380 300
> > HorizSync 31-84
> > Identifier "Monitor[0]"
> > ModelName "1280X1024@75HZ"
> > Option "DPMS"
> > VendorName "--> LCD"
> > VertRefresh 56-75
> > UseModes "Modes[0]"
> > Gamma 1.00 1.00 1.00 # created by KGamma
> >EndSection
> >
> >
> >
> >HorizSync and VertRefresh are where you are interested. To find the
> >correct rates, google for the settings for your monitor or look on the
> >windoz install disk for and *.inf file. You will find the rates there.
> >
> >gud luk,
>
> Here's mine, which are right according to iiyama info:
>
> Section "Monitor"
> DisplaySize 360 270
> HorizSync 27-102
> Identifier "Monitor[0]"
> ModelName "VISION MASTER 450"
> Option "DPMS"
> VendorName "IIYAMA"
> VertRefresh 50-160
> UseModes "Modes[0]"
> EndSection
>
> Monitor/display works great in X (such as right now), but it's when I go to
> init 3 that the screen appears crazy. So I'm assuming it's something
> independent of the X settings.
Which driver are you using nv or nvidia ie have you installed the
stuff from nvidia or running stock cd install stuff..?
IF you are running the Nvidia stuff i had the same problems
Try settings similar to these in the Device section .. of main interest are
the Option "IgnoreDisplayDevices" "TV" and Option "NvAGP" "1"
these fixed my display now i can go to consol mode no problems .
Section "Device"
BoardName "GeForce FX5200"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Option "sw_cursor"
Option "IgnoreDisplayDevices" "TV"
Option "NvAGP" "1"
Screen 0
VendorName "NVidia"
EndSection
Pete .
--
Linux user No: 256242
Machine No: 139931
G6NJR Pete also MSA registered "Quinton 11"
A Linux Only area Happy bug hunting M$ clan
PGN
| < Previous | Next > |