LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-24-2006, 09:13 PM   #1
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Rep: Reputation: 30
configuring 1024 x 768 @ 100hz on my sketchy CRT DELL P991 monitor


My Monitor at 1024 x 768 runs at a maximum of 85hz in slackware. The screen is noticeably jittery. The monitor is has the same problem at the same resolution at the same hertz rate under Microsoft Windows XP. However, with XP, I am given one more option: 100hz. I've tried a number of different xorg configurations, none of which seem to work. I find the xorg.conf generated automatically by the latest stable official proprietary nVidia drivers makes my desktop look prettiest and gives me the most options in terms of hertz. Here is the xorg.conf generated by nVidia:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

I bought his monitor second hand which means I do not have the owners manuel.

edit x2: grammar + formatting

Last edited by Drone4four; 11-24-2006 at 09:15 PM.
 
Old 11-24-2006, 09:23 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
if you dual boot windows and have the nvidia drivers loaded open the nvidia display properties and in there there will be a button for advanced timing. check out the link here (i realize it says Xfree86 but i have used it with slackware 11 and Xorg). it is used to generate a modeline which you add to your monitor section in your xorg.conf, you also have to create a Modes section i believe.

what this will try and do is take the exact settings you use in windows in your 1024x768@100Hz environment and create a Modeline that can help linux get this same display setup. i have an unusual LCD monitor and i use this to try and maximize viewability.

hope it helps
 
Old 11-24-2006, 10:32 PM   #3
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by nadroj
if you dual boot windows and have the nvidia drivers loaded open the nvidia display properties and in there there will be a button for advanced timing. check out the link here (i realize it says Xfree86 but i have used it with slackware 11 and Xorg). it is used to generate a modeline which you add to your monitor section in your xorg.conf, you also have to create a Modes section i believe.

what this will try and do is take the exact settings you use in windows in your 1024x768@100Hz environment and create a Modeline that can help linux get this same display setup. i have an unusual LCD monitor and i use this to try and maximize viewability.

hope it helps
Thanks nadroj. Here is the Modeline your nifty program determined would suit my Monitor's 1152 x 864 resolution:

http://img180.imageshack.us/my.php?i...ntitledwu1.png

Here is the new xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908

EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908
    EndSubSection
EndSection
And As a result, when I do CTRL + ALT + Backspace, X11 hangs without an error message. Rebooting Slackware produces the same hand. Thus to get X11 working again, I did a CTRL + ALT F6 to get a command line which enabled me to revert back to my previous xorg.conf. Any other ideas?

edit: corrected image shack URL

Last edited by Drone4four; 11-24-2006 at 10:34 PM.
 
Old 11-24-2006, 10:47 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
Quote:
Thanks nadroj. Here is the Modeline your nifty program determined would suit my Monitor's 1152 x 864 resolution:
your welcome, but note this isnt my software, just a link to a page that helped me! credit to the developer.

change your monitor section to the following:
Code:
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908
EndSection
note the new section 'Modes'. this i think is what you were missing. try this restart X and see if it works.

also you said you wanted your display to work as it did in windows xp, as 1024x768@100Hz.. but your setting it up as 1152x864@110Hz?

edit: also remove the modeline from the screen section, it should just be in the monitor section. notice in your screen section you tell Xorg what resolutions to use, but you didnt specify 1152x864. i think you should rerun this calculator with the 1024x768@100Hz setting in windows and try that modeline for X.

Last edited by nadroj; 11-24-2006 at 10:49 PM.
 
Old 11-24-2006, 11:15 PM   #5
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by nadroj
your welcome, but note this isnt my software, just a link to a page that helped me! credit to the developer.

change your monitor section to the following:
Code:
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908
EndSection
note the new section 'Modes'. this i think is what you were missing. try this restart X and see if it works.

also you said you wanted your display to work as it did in windows xp, as 1024x768@100Hz.. but your setting it up as 1152x864@110Hz?

edit: also remove the modeline from the screen section, it should just be in the monitor section. notice in your screen section you tell Xorg what resolutions to use, but you didnt specify 1152x864. i think you should rerun this calculator with the 1024x768@100Hz setting in windows and try that modeline for X.
thanks again nadroj...tomorrow or the next day I'll input your suggestion (I can't right now) =D
 
Old 11-25-2006, 11:21 PM   #6
jim_fields
Member
 
Registered: Nov 2006
Distribution: Slackware 11.0, Debian Lenny, testing
Posts: 32

Rep: Reputation: 16
Drone4four,
I have the exact same monitor (DELL P991) and a nvidia card as well. The recommended resolution for that monitor is 1280x1024 @ 85 Hz. Here is my xorg.conf, and it works fine. If you are using the drivers from the nvidia website (and i think you are) this should help.

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

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

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/mouse"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    VertRefresh     48.0 - 120.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5500]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    16
    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       "1280x1024"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
 
Old 11-26-2006, 01:16 AM   #7
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
nadroj: here is my new xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"  
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod" 
    Load           "type1" 
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"  
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    UseModes       "Modes[0]"
EndSection

Section "Modes"
  Identifier "modes[0]"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
X loads this time, unlike last time. So well done nadroj! However, 1152 x864 @ 100hz is still not an option. Here is what the xrandr command produces:
Code:
drone4four@asdf42:~$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1600 x 1200   ( 372mm x 272mm )  *50   55   56   57   58  
 1   1280 x 1024   ( 298mm x 232mm )   51   62   63  
 2   1024 x 768    ( 238mm x 174mm )   52   69   70   71   72   73  
 3    800 x 600    ( 186mm x 136mm )   53   79   80   81   82   83   84   85   86   87   88  
 4    640 x 480    ( 149mm x 108mm )   54   94   95   96   97   98  
 5   1600 x 1024   ( 372mm x 232mm )   59  
 6   1400 x 1050   ( 326mm x 238mm )   60   61  
 7   1280 x 960    ( 298mm x 217mm )   64   65  
 8   1152 x 864    ( 268mm x 195mm )   66   67  
 9   1152 x 768    ( 268mm x 174mm )   68  
 10   960 x 720    ( 223mm x 163mm )   74  
 11   928 x 696    ( 216mm x 157mm )   75  
 12   896 x 672    ( 208mm x 152mm )   76   77  
 13   832 x 624    ( 193mm x 141mm )   78  
 14   800 x 512    ( 186mm x 116mm )   89  
 15   720 x 400    ( 167mm x  90mm )   90  
 16   640 x 512    ( 149mm x 116mm )   91   92   93  
 17   640 x 400    ( 149mm x  90mm )   99  
 18   640 x 350    ( 149mm x  79mm )   100 
 19   576 x 432    ( 134mm x  97mm )   101 
 20   576 x 384    ( 134mm x  87mm )   102 
 21   512 x 384    ( 119mm x  87mm )   103  104  105  106  107 
 22   416 x 312    (  96mm x  70mm )   108 
 23   400 x 300    (  93mm x  68mm )   109  110  111  112  113 
 24   360 x 200    (  83mm x  45mm )   114 
 25   320 x 240    (  74mm x  54mm )   115  116  117  118 
 26   320 x 200    (  74mm x  45mm )   119 
 27   320 x 175    (  74mm x  39mm )   120 
Current rotation - normal
Current reflection - none
Rotations possible - normal 
Reflections possible - none
How else could I optimize my xorg.conf to show more hz options at higher resolutions?

edit1:sp
edit2:removed full quote from nadroj

Last edited by Drone4four; 11-26-2006 at 01:32 AM.
 
Old 11-26-2006, 01:20 AM   #8
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by nadroj
also you said you wanted your display to work as it did in windows xp, as 1024x768@100Hz.. but your setting it up as 1152x864@110Hz?
This slipped my mind initially. I meant to specify 1152 x 864 then. As for your second point regarding why I chose 110Hz instead of 100Hz: The program you referred me to suggested I mark down 110 in the xorg.conf in order to achieve 100Hz as an option in xrandr. Or have I misunderstood the instructions?
 
Old 11-26-2006, 01:26 AM   #9
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
jim_fields: Your monitor may be newer than mine. I don't know my monitor's age because like I pointed out earlier, I got my DELL P991 second hand. It took me a few weeks to realize it, but it has some pretty large writing burned into the screen. That means the previous owner had the monitor display a certain image 24/7/365. And I got this monitor two years ago. In sum, your DELL P991 can probably run 1152x864@85Hz without jittering like mad.

I've chosen not to try your xorg.conf because mine was customized using the nVidia drivers. Additionally, I'm sure other xorg specifications like our mice and keyboards are very different.

But thanks jim_fields for sharing your xorg.conf for reference purposes!
 
Old 11-26-2006, 01:37 AM   #10
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
Quote:
The program you referred me to suggested I mark down 110 in the xorg.conf in order to achieve 100Hz as an option in xrandr. Or have I misunderstood the instructions?
i never had to do that.. yet again my max is 75Hz so im not near your 100Hz. maybe its because its so high that it suggested what it did--not sure.

this is a quote from my previous post:
Quote:
notice in your screen section you tell Xorg what resolutions to use, but you didnt specify 1152x864.
now fix that up!
 
Old 11-26-2006, 01:38 AM   #11
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
I just used that nifty XFree86 Modeline Generator program to figure out what line I should add to my xorg.conf to allow for 1024 x 768@100Hz. Here is what it suggested:

http://img297.imageshack.us/my.php?i...titled3tp0.png

As such, my new xorg.conf looks like this:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    UseModes       "Modes[0]"
EndSection

Section "Modes"
  Identifier "modes[0]"
    Modeline "1152x864@110" 195.75 1152 1184 1920 1952 864 878 894 908
    Modeline "1024x768@124" 175.68 1024 1056 1720 1752 768 779 795 807
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
xrandr still gives me only these options:
Code:
drone4four@asdf42:~$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1600 x 1200   ( 372mm x 272mm )  *50   55   56   57   58  
 1   1280 x 1024   ( 298mm x 232mm )   51   62   63  
 2   1024 x 768    ( 238mm x 174mm )   52   69   70   71   72   73  
 3    800 x 600    ( 186mm x 136mm )   53   79   80   81   82   83   84   85   86   87   88  
 4    640 x 480    ( 149mm x 108mm )   54   94   95   96   97   98  
 5   1600 x 1024   ( 372mm x 232mm )   59  
 6   1400 x 1050   ( 326mm x 238mm )   60   61  
 7   1280 x 960    ( 298mm x 217mm )   64   65  
 8   1152 x 864    ( 268mm x 195mm )   66   67  
 9   1152 x 768    ( 268mm x 174mm )   68  
 10   960 x 720    ( 223mm x 163mm )   74  
 11   928 x 696    ( 216mm x 157mm )   75  
 12   896 x 672    ( 208mm x 152mm )   76   77  
 13   832 x 624    ( 193mm x 141mm )   78  
 14   800 x 512    ( 186mm x 116mm )   89  
 15   720 x 400    ( 167mm x  90mm )   90  
 16   640 x 512    ( 149mm x 116mm )   91   92   93  
 17   640 x 400    ( 149mm x  90mm )   99  
 18   640 x 350    ( 149mm x  79mm )   100 
 19   576 x 432    ( 134mm x  97mm )   101 
 20   576 x 384    ( 134mm x  87mm )   102 
 21   512 x 384    ( 119mm x  87mm )   103  104  105  106  107 
 22   416 x 312    (  96mm x  70mm )   108 
 23   400 x 300    (  93mm x  68mm )   109  110  111  112  113 
 24   360 x 200    (  83mm x  45mm )   114 
 25   320 x 240    (  74mm x  54mm )   115  116  117  118 
 26   320 x 200    (  74mm x  45mm )   119 
 27   320 x 175    (  74mm x  39mm )   120 
Current rotation - normal
Current reflection - none
Rotations possible - normal 
Reflections possible - none
edit:added xrandr

Last edited by Drone4four; 11-26-2006 at 01:42 AM.
 
Old 11-26-2006, 01:48 AM   #12
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
Hmm, interesting, the nVidia control pannel gives me the 1152 x 864@110Hz option. Perhaps I could change that the 110Hz variable to 100Hz as nadroj suggests. My new xorg.conf therefore looks like this:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
    UseModes       "Modes[0]"
EndSection

Section "Modes"
  Identifier "modes[0]"
    Modeline "1152x864@100" 195.75 1152 1184 1920 1952 864 878 894 908
    Modeline "1024x768@100" 175.68 1024 1056 1720 1752 768 779 795 807
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
What is strange, is that even after clicking the save button in this nVidia control panel, nothing happens. The default resolution is still 1600x1200. wtf?

edit: grammar
edit2:added xorg.conf

Last edited by Drone4four; 11-26-2006 at 01:51 AM.
 
Old 11-26-2006, 01:49 AM   #13
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
have you edited the screen section of your xorg file as mentioned in previous posts?
 
Old 11-26-2006, 01:59 AM   #14
Drone4four
Member
 
Registered: Feb 2006
Distribution: Slackware, Gentoo, Manjaro
Posts: 205

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by nadroj
have you edited the screen section of your xorg file as mentioned in previous posts?
Goddamn! =D

Corrected xorg.conf looks like this:
Code:
 UW PICO(tm) 4.10                                                                                                       File: xorg.conf                                                                                                           Modified   

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
 nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" 
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/CID/"  
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/" 
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1" 
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0" 
    Driver         "mouse" 
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"  
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown" 
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia" 
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    UseModes       "Modes[0]"
    EndSubSection
EndSection

Section "Modes"
  Identifier "modes[0]"
    Modeline "1152x864@100" 195.75 1152 1184 1920 1952 864 878 894 908
    Modeline "1024x768@100" 175.68 1024 1056 1720 1752 768 779 795 807
EndSection
I will report back to see if this allows for more xrandr options.
 
Old 11-26-2006, 02:04 AM   #15
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
no! the usemodes stays where it was in the Monitor section.
in your Screen section you have
Code:
Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
simply edit that and add the resolution you want in the appropriate order.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xandros: can't get the system to 100hz@1024*768 heande Linux - Newbie 2 03-20-2005 08:30 AM
Display of 1024 *768 fanatic_ravi Fedora 3 01-29-2005 10:39 PM
1024 X 768 not displaying, slackware. :King_58: Linux - Newbie 8 12-04-2004 04:02 AM
Changing Res to 1024 by 768 Zinctek Linux - Newbie 4 02-22-2004 05:18 PM
1024 x 768 Display Issues ug_the_caveman Fedora 3 02-07-2004 03:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration