Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Widescreen resulotion problems
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
kawsper
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2004
Posts: 128
Location: Copenhagen, Denmark

PostPosted: Tue Sep 06, 2005 9:43 am    Post subject: Widescreen resulotion problems Reply with quote

Hello, i am fiddling around with my laptop that have a widescreen.
I have gotten it to run in 1280x768 before, the producer claims that it can run 1280x800.

But i currently have problems to get a res higher than 800x600.
It dont work, if i try to use modelines doesnt change a thing.

My xorg.conf:
Code:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection
Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#

    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/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection
Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection
Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "dk"

EndSection
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mouse0"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection
Section "Monitor"

    Identifier  "My Monitor"

# 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.5 - 37.9

#    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 50-70

#Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680  800 801 804 828 -Hsync +Vsync
#Modeline "1280x768_60.00" 80.14 1280 1344 1480 1680  768 769 772 795 -Hsync +Vsync

EndSection
Section "Device"
    Identifier  "My Video Card"
    Driver      "nvidia"
    VideoRam    262144
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "My Video Card"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x768"
        ViewPort    0 0
    EndSubsection
EndSectionSection "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection



Any suggestions will be appreciated.
http://img356.imageshack.us/my.php?image=ss5qt.jpg
_________________
Laptop: Zepto 2314W, Pentium M 730, 512 Mb Pc-3200
Server 1: Athlon XP 3200+ | Asus A7V880 | 768 Mb DDR Pc-3200
Server 2: Pentium III Coppermine | Unknown MB | 64 Mb
All running Gentoo

www.hyggenet.org - IRC-Network for the pleasant atmosphere.
Back to top
View user's profile Send private message
tubs
n00b
n00b


Joined: 07 Jun 2004
Posts: 17

PostPosted: Tue Sep 06, 2005 10:06 am    Post subject: Reply with quote

yeah i am having same the same problem, and judging by what the Xorg logs tell me, it might be the nvidia driver.

Code:
bok ~ # grep 1280x800 /var/log/*
/var/log/Xorg.0.log:(II) NVIDIA(0): Not using mode "1280x800" (no mode of this name)
/var/log/Xorg.0.log.old:(II) NVIDIA(0): Not using mode "1280x800" (no mode of this name)


might try nv driver, but that obviously means no acceleration :-/

I am using the latest driver too.

--tubs
Back to top
View user's profile Send private message
kawsper
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2004
Posts: 128
Location: Copenhagen, Denmark

PostPosted: Tue Sep 06, 2005 10:16 am    Post subject: Reply with quote

Hm.. I get this.
I didn't know my hsync and vsync so i guessed, do anyone know how to guess the hsync and vsync or how i can see it from windows (I have a partition with it because of school).

Code:

louise kawsper # grep 1280x768 /var/log/*
/var/log/Xorg.0.log:(II) NVIDIA(0): Not using mode "1280x768@60.00" (hsync out of range)
/var/log/Xorg.0.log:(II) NVIDIA(0): Not using mode "1280x768" (no mode of this name)

_________________
Laptop: Zepto 2314W, Pentium M 730, 512 Mb Pc-3200
Server 1: Athlon XP 3200+ | Asus A7V880 | 768 Mb DDR Pc-3200
Server 2: Pentium III Coppermine | Unknown MB | 64 Mb
All running Gentoo

www.hyggenet.org - IRC-Network for the pleasant atmosphere.
Back to top
View user's profile Send private message
kawsper
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2004
Posts: 128
Location: Copenhagen, Denmark

PostPosted: Tue Sep 06, 2005 10:37 am    Post subject: Reply with quote

Powerstrip for windows solved it. Now it runs perfectly, thanks!
But your didnt mention anything about hsync.
_________________
Laptop: Zepto 2314W, Pentium M 730, 512 Mb Pc-3200
Server 1: Athlon XP 3200+ | Asus A7V880 | 768 Mb DDR Pc-3200
Server 2: Pentium III Coppermine | Unknown MB | 64 Mb
All running Gentoo

www.hyggenet.org - IRC-Network for the pleasant atmosphere.
Back to top
View user's profile Send private message
tubs
n00b
n00b


Joined: 07 Jun 2004
Posts: 17

PostPosted: Tue Sep 06, 2005 11:11 am    Post subject: Reply with quote

hrmmm power strip seems to be giving me incorrect info about my monitor. what did it report for you?

when you say "now it runs perfectly", does this mean you are running it with a res of 1280x800? do your logs have any errors regarding your res? would you mind posting the monitor, screen and device sections of your xorg.conf for my perusal?

thanks in advance

--tubs
Back to top
View user's profile Send private message
kawsper
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2004
Posts: 128
Location: Copenhagen, Denmark

PostPosted: Tue Sep 06, 2005 12:54 pm    Post subject: Reply with quote

Sure.
I installed powerstrip, run it, and rightclicked on its icon down left to the clock, Display Defaults -> Configure. Hsync and Vsync stands there. I can post you my xorg.conf when i am home, i cant boot into linux right now, because i did experience crashes with the newest nvidia driver, so i tried to install an older one. It didnt work proporly, my screen hangs and i cant do nothing. Anyone knows how to disable gdm on bootup?
_________________
Laptop: Zepto 2314W, Pentium M 730, 512 Mb Pc-3200
Server 1: Athlon XP 3200+ | Asus A7V880 | 768 Mb DDR Pc-3200
Server 2: Pentium III Coppermine | Unknown MB | 64 Mb
All running Gentoo

www.hyggenet.org - IRC-Network for the pleasant atmosphere.
Back to top
View user's profile Send private message
tubs
n00b
n00b


Joined: 07 Jun 2004
Posts: 17

PostPosted: Tue Sep 06, 2005 1:16 pm    Post subject: Reply with quote

rc-update del gdm ?
Back to top
View user's profile Send private message
tubs
n00b
n00b


Joined: 07 Jun 2004
Posts: 17

PostPosted: Tue Sep 06, 2005 1:33 pm    Post subject: Reply with quote

powerstrip ....

Maximum resolution - 1600 x 1200 at 0Hz
Maximum refresh rate - 0 Hz at 640 x 480

so i tried running at 1600x1200 and i couldnt see half the screen :-/
i would like to try 1600x1200@0Hz, but i dont think the image quality would be very good at 0Hz :D

It was nice of my boss to buy my this laptop, but it's been driving me insane... this video issue, and no support for the ethernet device. I never thought i would say this, but i prefer using it with windoze.
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