Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg Resolution limit for Dell 2405FPW LCD? [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
vaxt
n00b
n00b


Joined: 22 Apr 2005
Posts: 7

PostPosted: Fri Apr 22, 2005 3:48 am    Post subject: Xorg Resolution limit for Dell 2405FPW LCD? [SOLVED] Reply with quote

I just bought a new machine, Athlon 64 3000+, nForce4 Motherboard, GeForce 6600 GT, compiled gentoo 2.6 kernel for AthlonXP. My xorg.conf file looks like this:
Code:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "GeForce 6600 GT"
    Driver      "nv"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "GeForce 6600 GT"
    Monitor     "DELL_LCD"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1600x1200" "1920x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1920x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1920x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Anyway I'm trying to get this new Dell 24" LCD display (1920x1200 @ 60Hz) working, however, after configuring X11, I can only get 1280x1024 resolution. I checked the logs and I found several lines saying stuff like:

Larger than BIOS programmed panel of size 1280x1024...

Not exactly sure what this means...
I checked the installation guide, It mentioned under section 10: "Configuring the Bootloader" an optional frame buffer mode. I tried adding "vesafb-tng" to my grub.conf file as it suggested, but it didn't fix my problem. I looked at adding the vga=XXX line, but there didn't appear to be a way to give it 1920x1200.
After this, I decided to give up for the night, emerge gnome, and ask for help.
Any help would be greatly appreciated![/code]


Last edited by vaxt on Sun Apr 24, 2005 5:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
gdi2k
Tux's lil' helper
Tux's lil' helper


Joined: 15 Oct 2004
Posts: 88
Location: Dubai

PostPosted: Fri Apr 22, 2005 8:42 am    Post subject: Reply with quote

Nice lean screen 'n machine! :)

Check out this and that...

GDI
Back to top
View user's profile Send private message
fatcat.00
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2002
Posts: 145

PostPosted: Fri Apr 22, 2005 12:25 pm    Post subject: Reply with quote

I have the same monitor (nice ain't it?). Here are the relevant sections from my xorg.conf:

Code:
Section "Monitor"
    Identifier  "Dell2405FPW"
    HorizSync   31.5 - 100.0
    VertRefresh 50-120
    Option  "DPMS" "true"
    UseModes    "16:10"
EndSection

Section "Device"
    Identifier  "FX6800"
    Driver      "nvidia"
    Option      "NvAGP"     "1"
    Option      "NoLogo"    "1"
    Option      "RenderAccel"   "1"
    Option      "HWCursor"  "1"
    Option      "CursorShadow"  "1"
    Option      "UseEdidFreqs"  "1"
    Option      "DigitalVibrance" "32"
    Option      "AllowGLXWithComposite" "true"
    #Option     "ConnectedMonitor" "CRT"
    VideoRam    262000
    Option      "backingstore" "true"
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "FX6800"
    Monitor     "Dell2405FPW"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1920x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Modes"
        # Here we define 16:10 modes
        Identifier "16:10"
        # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
        ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
        # 1280x800 @ 75.00 Hz (GTF) hsync: 62.62 kHz; pclk: 107.21 MHz
        Modeline "1280x800"  107.21  1280 1360 1496 1712  800 801 804 835
        # 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
        Modeline "1280x800"  123.38  1280 1368 1504 1728  800 801 804 840
        # 1280x800 @ 100.00 Hz (GTF) hsync: 84.80 kHz; pclk: 147.89 MHz
        Modeline "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
        # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
        Modeline "1680x1050"  147.14  1680 1784 1968 2256  1050 1051 1054 1087
        # 1680x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 188.07 MHz
        Modeline "1680x1050"  188.07  1680 1800 1984 2288  1050 1051 1054 1096
        # 1680x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 214.51 MHz

        Modeline "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
        # 1680x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 256.20 MHz
        Modeline "1680x1050"  256.20  1680 1808 1992 2304  1050 1051 1054 1112
        # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz
        Modeline "1920x1200" 193.2 1920 2048 2256 2592 1200 1201 1204 1242
        # 1920x1200 @ 75.00 Hz (GTF) hsync: 93.97 kHz; pclk: 246.59 MHz
        Modeline "1920x1200"  246.59  1920 2064 2272 2624  1200 1201 1204 1253
        # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
        Modeline "1920x1200"  282.74  1920 2072 2280 2640  1200 1201 1204 1260
        # 1920x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 337.58 MHz
        Modeline "1920x1200"  337.58  1920 2072 2288 2656  1200 1201 1204 1271
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    #InputDevice "Mouse1" "CorePointer"
    InputDevice "USBMouse" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

    # DPMS Related
    Option "BlankTime" "0"
    Option "StandbyTime" "60"
    Option "SuspendTime" "120"
    Option "OffTime" "30"
EndSection


_________________
-- Fatcat
Back to top
View user's profile Send private message
vaxt
n00b
n00b


Joined: 22 Apr 2005
Posts: 7

PostPosted: Fri Apr 22, 2005 11:48 pm    Post subject: Reply with quote

Thanks everyone! I got it to display 1920x1200 resolution, and it looks fantastic.
I ended up emerging the nvidia drivers and adding those "ModeLine" lines. However, now I have problems with 3D on the nvidia drivers, when I run glxinfo, I get tons of lines saying:
Code:

Xlib: extension "GLX" missing on display ":0.0".

as well as
Code:

Error: couldn't find RGB GLX visual

the Xorg.0.log file also says
Code:

(II) Loading extension NV-GLX
...
(EE) NVIDIA(0): Failed to load GLX


I followed the gentoo nvidia installation guide...Any suggestions?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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