Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page How to get the right drivers and screen resolutions on my HP 8710w notebook?
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Reply
 
Thread Tools Display Modes
Old 04-04-2008   #1 (permalink)
Linux Newbie
 
Daan's Avatar
 
Join Date: Aug 2005
Location: Amsterdam, The Netherlands
Posts: 184
Question How to get the right drivers and screen resolutions on my HP 8710w notebook?

Hello,

I'm trying to configure the X server on my HP Compaq 8710w mobile workstation (GC124EA) under Debian Etch. I have two problems:

1.) When I have "nvidia" in stead of "vesa" as driver in my xorg.conf, X will not start, complaining that there are no drivers.

2.) In Gnome, I do not have the option to set the screen resolution to 1920 x 1200, although I this resolution is in the xorg.conf.

How do I get the driver to work and how do I get the proper screen resolution?

I've installed the Nvidia drivers from the non-free section of the Debian repository (nvidia-kernel-2.6.18-6-686). I also have the free driver installed (xserver-xorg-video-nv).

Here's my xorg.conf. It's working, but not as I want it to. It was generated by the nvidia-xconfig tool. I've changed only the driver to "vesa" (was "nvidia").

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (randy@juliet2)  Fri Dec 30 21:53:37 PST 2005

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"

#       Driver          "nv"
    Identifier     "nVidia Corporation NVIDIA Default Card"
#    Driver         "nvidia"
    Driver         "vesa"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

My notebook has the NVIDIA Quadro FX 1600M. More specs at HP Compaq 8710w mobiel workstation (GC124EA) specificaties - HP Midden- en Kleinbedrijf producten

Any suggestions?
Daan is offline   Reply With Quote
Old 04-04-2008   #2 (permalink)
Trusted Penguin
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,532
What is the output of running
Code:
#lspci | grep -i vga
daark.child is offline   Reply With Quote
Old 04-04-2008   #3 (permalink)
Linux Newbie
 
Daan's Avatar
 
Join Date: Aug 2005
Location: Amsterdam, The Netherlands
Posts: 184
Code:
# lspci | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 040d (rev a1)
Daan is offline   Reply With Quote
Old 04-04-2008   #4 (permalink)
Trusted Penguin
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,532
You card is definitely nvidia. Try running "dpkg-reconfigure xserver-xorg" or xorgconfig. Make sure you back up your xorg.conf before running those commands.
daark.child is offline   Reply With Quote
Old 04-04-2008   #5 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 1,158
Quote:
Originally Posted by daark.child View Post
You card is definitely nvidia. Try running "dpkg-reconfigure xserver-xorg" or xorgconfig. Make sure you back up your xorg.conf before running those commands.
Let's start from the basics.

What happens if you "modprobe nvidia"? Do dmesg after that and see if it loaded correctly. See the output for "lsmod" to check if it's loaded.

Then, use startx from the command line using the nvidia driver in your xorg.conf. And check /var/log/Xorg.0.log for errors.
i92guboj is offline   Reply With Quote
Old 04-06-2008   #6 (permalink)
Linux Newbie
 
Daan's Avatar
 
Join Date: Aug 2005
Location: Amsterdam, The Netherlands
Posts: 184
Hey guys/girls, thanks for helping out.

daark.child: i tried "dpkg-reconfigure xserver-org", but no good results. The xorg.conf I am using right now was generated by nvidia-xconfig. (There is no "xorgconfig".)

The nvidia driver seems to load upon modprobing, however, after a ctrl+alt+backspace and a "startx", the X server complains about it not being able to find the nvidia driver

Code:
nioolaptopdaang:/home/daan# modprobe nvidia
nioolaptopdaang:/home/daan# dmesg | tail -n20
eth1: no IPv6 routers present
irq 201: nobody cared (try booting with the "irqpoll" option)
 [<c014030b>] __report_bad_irq+0x2b/0x69
 [<c01404f8>] note_interrupt+0x1af/0x1e7
 [<c013faff>] handle_IRQ_event+0x23/0x49
 [<c013fbd8>] __do_IRQ+0xb3/0xe8
 [<c01050e5>] do_IRQ+0x43/0x52
 [<c01036b6>] common_interrupt+0x1a/0x20
 [<f88475ac>] acpi_processor_idle+0x1ec/0x380 [processor]
 [<c0101b52>] cpu_idle+0x9f/0xb9
 [<c03196fd>] start_kernel+0x379/0x380
handlers:
[<f8a4d407>] (yenta_interrupt+0x0/0xb3 [yenta_socket])
[<f8a5a8d4>] (sdhci_irq+0x0/0x539 [sdhci])
Disabling IRQ #201
Linux agpgart interface v0.101 (c) Dave Jones
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8776  Mon Oct 16 21:56:04 PDT 2006
nioolaptopdaang:/home/daan# lsmod | grep nvidia
nvidia               4549908  0
agpgart                29896  1 nvidia
i2c_core               19680  1 nvidia
nioolaptopdaang:/home/daan#
From the X log file:
Code:
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available.
Strange huh?
Daan is offline   Reply With Quote
Old 04-06-2008   #7 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 1,158
Maybe it's the xorg nvidia module what it can't find. Does this file exist?

/usr/lib/xorg/modules/drivers/nvidia_drv.so

If so, was it compiled against the same kernel version used to compile the kernel module that you are loading and with the same glibc and gcc versions?
i92guboj is offline   Reply With Quote
Old 04-06-2008   #8 (permalink)
Linux Newbie
 
Daan's Avatar
 
Join Date: Aug 2005
Location: Amsterdam, The Netherlands
Posts: 184
Hi i92guboj,

That file does not exist.
Code:
# updatedb
# locate nvidia_drv.so
#
I think I forgot to to mention I'm using Debian Etch. I have only been installing things from Debian repositories, and I guess they make sure things are compatible.
Daan is offline   Reply With Quote
Old 04-06-2008   #9 (permalink)
Linux Engineer
 
Join Date: Nov 2007
Location: Córdoba (Spain)
Posts: 1,158
Quote:
Originally Posted by Daan View Post
Hi i92guboj,

That file does not exist.
Code:
# updatedb
# locate nvidia_drv.so
#
I think I forgot to to mention I'm using Debian Etch. I have only been installing things from Debian repositories, and I guess they make sure things are compatible.
Well, then there must be some problem.

There is a slight chance that the kernel module and the xorg driver comes into separate packages. Gentoo used to do so in the past, though I really can't see a reason to do so. Both a useless without the other part.

Try searching for the "nvidia" keyword and see if there are more nvidia related stuff in the repos.
i92guboj is offline   Reply With Quote
Old 04-10-2008   #10 (permalink)
Linux Newbie
 
Daan's Avatar
 
Join Date: Aug 2005
Location: Amsterdam, The Netherlands
Posts: 184
Quote:
Originally Posted by i92guboj View Post
Well, then there must be some problem.
Yes, you are right...

I had already looked for all nvidia stuff in the repos...

I've given up and installed Ubuntu instead of plain Debian. I knew it would work from the live CD. And it does. Also the wireless works, out of the box.

Thanks for your efforts anyway.
Daan is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 04:43 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0