Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell Inspiron 8200 - 1600x1200 LCD flickers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
fetzwiesenbaer
n00b
n00b


Joined: 25 Jul 2003
Posts: 52

PostPosted: Sat Oct 18, 2003 3:20 pm    Post subject: Dell Inspiron 8200 - 1600x1200 LCD flickers Reply with quote

After setting the graphicdriver to "nvidia" in XF86Config the LCD Display of my Notebook flickers in KDE.

Here ist an extract of my XF86Config
Code:
Section "Monitor"

    Identifier  "LCD"

    HorizSync   30-200
    VertRefresh 50-150
    Modeline "1600x1200" 162 1600 1628 1712 1912 1200 1201 1203 1220

EndSection

....

Section "Screen"
    Identifier  "Screen 1"
    Device      "nVidia GeForce4 Go"
    Monitor     "LCD"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1600x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1600x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1600x1200"
        ViewPort    0 0
    EndSubsection
EndSection

....

Section "ServerLayout"
    ...
    Screen "Screen 1"
    ....
EndSection


I get the values for HorizSync, VertRefresh and Modline from the internet. But I don't know if they are right :(. Where do I get the exact values, especially for ModeLine?
I have a Dell Inspiron 8200 with a geForce 440 Go 64MB and the Ultra Sharp LCD with 1600x1200. Maybe someone has the same notebook and can post his XF86Config.
Back to top
View user's profile Send private message
ragefan
n00b
n00b


Joined: 01 Jun 2002
Posts: 63
Location: Roanoke, Virginia, USA

PostPosted: Sun Oct 19, 2003 1:53 am    Post subject: Reply with quote

I have an I8.1k w. the same screen and it works perfectly. Unfortunately I'm not at home to send you my settings, but I got mine from the linux-dell-laptops ML on yahoogroups. There is a whole section on xf86config files.
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2513
Location: Silver City, NM

PostPosted: Sun Oct 19, 2003 2:39 am    Post subject: Reply with quote

I've got an i8200 w/ 1600 x 1200 ultrasharp and a GeForce2 Go MX. Here is the relevant part of my XFConfig86:
Code:
Section "Screen"
        Identifier      "LCD Screen"
        Device          "NVIDIA Card"
        Monitor         "LCD Monitor"
        DefaultDepth    24
        SubSection "Display"
                        Depth   24
                        Modes   "1600x1200"
                        Modes   "1400x1050"
                        Modes   "1280x1024"
                        Modes   "1024x768""
                        Modes   "800x600"
                        Modes   "640x480"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "LCD Monitor"
        Option          "DPMS"
        vendorname      "Dell"
        modelname       "i8200"
EndSection

Section "Device"
        Identifier      "NVIDIA Card"
        Driver          "nvidia"
        Option          "NvAGP"         "1"
        Option          "RenderAccel"           "no"
        Option          "DigitalVibrance"       "3"
        Option          "NoLogo"                "on"
        Option          "FlatPanelProperties"   "Scaling = native, Dithering = default"
        Option          "UseEDIDFreqs"          "on"
        Option          "CursorShadow"          "1"
        Option          "CursorShadowAlpha"     "64"
        Option          "CursorShadowXOffset"   "4"
        VideoRam        32768
        BusID           "PCI:1:0:0"
        vendorname      "Nvidia"
        boardname       "GeForce2 Go"
EndSection


You will probably need to adjust parts of the "NVIDIA Card" section.
Back to top
View user's profile Send private message
fetzwiesenbaer
n00b
n00b


Joined: 25 Jul 2003
Posts: 52

PostPosted: Mon Oct 20, 2003 8:13 pm    Post subject: Reply with quote

After I tried a lot of different configs without success I recognized, that the background Image effects the Illusion of an flickering LCD :roll:. It's a dark image with 1px lines.
But the oddly thing is, that with the driver "nv" the display doesn't seem to flicker with the background image :?: :?:
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2513
Location: Silver City, NM

PostPosted: Mon Oct 20, 2003 9:22 pm    Post subject: Reply with quote

I don't think the nv driver supports the 1600 x1200 resolution. Therefore it probably interpolates the pixels thus smoothing out the flicker effect.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Mon Oct 20, 2003 11:57 pm    Post subject: Reply with quote

emerge the nvidia driver and follow its instructions.

your horizontal sync should be 31-96, and your vertical sync you can set to 60 while you get it all working.

something like this:

Code:
Section "Monitor"

    Identifier  "dell tft"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31 - 96

#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 60

EndSection

_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum