LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-12-2006, 01:15 PM   #1
Kelketek
LQ Newbie
 
Registered: Oct 2006
Location: Garden Valley, Texas
Distribution: Fox Linux
Posts: 3

Rep: Reputation: 0
Display sizing problems


Hello there! I have a laptop display capable of 1920x1200, but the resolution on my distro defaulted max at 800x600, or something like that, anyway, I did the following to try to fix this:

I installed the NVidia driver from their website (GeForce 7900 Go) and had it compile the kernel module (I think it was called) and edit the x configuration file. Well, 3D enhancement worked (evidenced by glxgears) but the resolutions still would not jump where I wanted it. I tried to edit my config file, and this worked, but not completely. The resolution was at 1920x1200, but you had to scroll to see most of the screen. After I logged in, I set it back to the preconfigured resolution, and it worked fine, so I tried setting it back to 1920x1200, and this time it displays correctly. However, it will only display correctly after I login and do this. Every time I boot up, I have to scroll to the login screen. Additionally, at least once, the x window system failed to start, and when I typed startx, it said "no screens found" so I reinstalled the NVidia driver and now it works.

Wait, scratch that, I've discovered upon bootup that I'll probably have to reinstall the driver every time I want to start x.

Here's my config file:

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Tue Aug  1 21:11:12 PDT 2006

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is 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.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    ModulePath      "/usr/X11R6/lib/modules"
    FontPath        "unix/:7100"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "fbdevhw"
    Load           "record"
    Load           "freetype"
    Load           "type1"
    Load           "synaptics"
    Load           "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# 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"	"pc102"
# 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"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
    Identifier     "Synaptics"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "auto-dev"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Unknown monitor"
    HorizSync       31.5 - 37.9
    VertRefresh     50.0 - 70.0
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "Videocard vendor"
    BoardName      "VESA driver (generic)"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480" "1920x1200"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "800x600" "640x480" "1920x1200"
    EndSubSection
EndSection

And while I'm at it, my touchpad is using that scroll feature, where if move your finger down the side it scrolls. Well, I utterly abhor that. Anyway I can disable it? Also, any chance someone's made a way for me to make my media control buttons on my laptop work again?
 
Old 10-16-2006, 05:20 PM   #2
crashsystems
Member
 
Registered: May 2006
Location: Tennessee et. al
Distribution: Debian Sid, Etch
Posts: 138

Rep: Reputation: Disabled
I was experiencing the same problem (I think) a few months ago. Check out that thread at http://www.linuxquestions.org/questi...d.php?t=465994 and look at #10 on that page. As far as your touchpad scroll feature, I don't know about that, but it would be good if you told us what distro you are using. Tell me if that works.

crashsystems
 
  


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
Sizing filesystem? Randux Slackware 19 03-03-2006 06:04 PM
Concurrent Users Sizing gerrard8 Linux - General 1 01-13-2006 08:51 AM
Re-sizing a full EXT3 Part with Partition Magic problems VexSky General 3 09-10-2003 07:23 PM
Mandrake 9.1 Installation Problems : Partition Sizing moothecow2k Linux - Newbie 3 08-04-2003 05:57 PM
Partition sizing dummy Linux - Newbie 4 11-04-2002 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:46 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