LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-11-2008, 10:04 AM   #16
ajeet84
LQ Newbie
 
Registered: Mar 2008
Posts: 16

Original Poster
Rep: Reputation: 0

hii is there anyone to help me out.
 
Old 03-11-2008, 02:55 PM   #17
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
sorry Sir.. im not getting ur question..Answer o which questions .please specify here.
You can read the thread and see the questions and suggestions that you have not responded to.....

I suspect your monitor is 1280x800 (16:10) --or maybe 1200x750 or 1280x720 Every monitor I have ever seen is one of 3 aspect ratios: 4:3, 16:9, 16:10

Here an excerpt from my xorg.conf file:
Code:
Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1920x1200"
    Option "DPMS"
    HorizSync 31.5-90
    VertRefresh 59.9 - 60.1
    Modeline "1920x1200" 193.16 1920 2048 2256 2592  1200 1201 1204 1242
 +Hsync -Vsync
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corp."
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nv"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 24
        Modes "1920x1200" "1440x900" "1280x800"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
Note that "server layout" contains reference to other thing, including the Screen. That is what we need to focus on.
Screen refers to "Device" and "monitor", each of which needs to be configured to match you system.

Device:
The main thing here is to specify the correct driver for your video card. Usually nothing else is required.

Monitor:
If you do not have a modeline, you have to specify the horiz and vert. rates.
The modeline is sometimes the most reliable way of getting the system to do exactly what you want. (That was the case on my system)

Screen:
You need to include a subsection "Display"

Before we go any deeper, we need to understand why you don't get anything in the Xorg log---that is what would tell you if--e.g.--your video driver was wrong.

One thing you can try is to change the driver entry to "vesa".
 
Old 03-12-2008, 05:18 AM   #18
ajeet84
LQ Newbie
 
Registered: Mar 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Hi !!
I generated a new Xorg.conf file by Xorg -configure.
It is like :
Section "Server Layout"
Identifier "x.org configured"
Screen 0 "screen0" 0 0
InputDevice "mouse0" "corepointer"
InputDevice "Keyboard0" " CoreKeyBoard"
EndSection
Section "Files"
Rgbpath " /usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
Fontpath "Built-ins"
EndSection
Section "Modules"
Load "extmod"
Load "record"
Load "dri"
Load "xtrap"
Load "glx"
Load "dbe"
EndSection
Section "Input Device"
Identifier "keyboard0"
Driver "kbd"
EndSection
Section "input Device"
Identifier "mouse0"
option...
option ....
EndSection
Section "monitor"
Identifier "Monitor0"
VendorName "MonitorVendor"
ModelName "MonitorModel1"
EndSection
Section "Devices"
###.
.
.
.
.
Identifier "card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "c51 PCI express Bridge"
Build "PCI :0:5:0"
EndSection

Section "screen"
Identifier "Screen0"
Device "Card0"
Monitor "monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


...
Now when i tried to Test this xorg.conf.new using Xorg -config xorg.conf.new it gives me the same result as the screen gets blank.and one thing more i noticed that cltrl + altr+ backspace or ctrl + altr + delete or anyothr keys eg numlock or caps lock did not work at that time , when the sreen gets blanck, also the mouse pointer is not visible.
Also .. i copied this file to /etc/X11 as xorg.conf and tried startx which did nt worked .I have already removed the log file.now the log directory does not have the log file xorg.0.log. and it is not created when i have used startx or xinit.

I have re-installed OS 2 times. but get the same result..
One thing more I want to say that i made a small change in the inittab for GUI ..i changed 3 to 5.now the Bootup is in full Graphical mode.. but after starting the smartd service when it comes to login interface the screen gets blank.....

Please Help me . i will be very thankful to you..
 
Old 03-12-2008, 07:48 AM   #19
ajeet84
LQ Newbie
 
Registered: Mar 2008
Posts: 16

Original Poster
Rep: Reputation: 0
hiiii is thre no one to help me..please tell me how to fix the driver..
hey i tried one thing that in place of nv in driver section i replaced it with nvidia..but now startx gets an error saying that no screen found..no matching drivers found..
it seems that nvidia driver for my adapter Geforce go 6150 is not installed ..please tell me how to download and install this driver from commands . and from where to download..coz hp is not providing the driver for linux....
 
Old 03-12-2008, 07:52 AM   #20
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
ajeet84;

You still have not responded to some questions and suggestions....

Did you ever try the vesa driver?

The file you posted has no entries for horiz and vertical scan rate (see my example). It also has no modes specified.

I'm lost as to why you do not get an Xorg.0.log file---please try to post some more detail on exactly what happens during startup.

AND--consider trying a different distro as I suggested earlier.
 
Old 03-12-2008, 07:55 AM   #21
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by ajeet84 View Post
hiiii is thre no one to help me..please tell me how to fix the driver..
hey i tried one thing that in place of nv in driver section i replaced it with nvidia..but now startx gets an error saying that no screen found..no matching drivers found..
it seems that nvidia driver for my adapter Geforce go 6150 is not installed ..please tell me how to download and install this driver from commands . and from where to download..coz hp is not providing the driver for linux....
Depending on the distro, the nvidia driver is sometimes available with the package manager. Otherwise, go to the Nvidia website.

For this last example, did a log file get written?
 
Old 03-12-2008, 09:08 AM   #22
ajeet84
LQ Newbie
 
Registered: Mar 2008
Posts: 16

Original Poster
Rep: Reputation: 0
yes sir..
I tried xorgconfig .but it gives error that command not known..
I dont know how to load vesa driver..

Sir i added the modes in display sub section as 1280 * 800 and horizon 48 vertical refresh rate 60 in monitor section..and saved it as xorg.conf in /etc/X11
..
but my result are not changed..the screen get blank and i need to forcible turn off the lappy.
untill this time i had not get log file.

then i made a little change in xorg.conf .i changed in the device section..driver nv to nvidia
then tried startx .now i got an error that no screen found..now i have the log file which shows me a error message that no matching driver found for nvidia.
and no screen found..

Sir i don't know how to change to some other distro...
 
Old 03-12-2008, 08:51 PM   #23
gankoji
Member
 
Registered: Nov 2007
Location: Southern California
Distribution: Slackware-13.0 x86_64, Slackware 12.2, slackware64-current
Posts: 225

Rep: Reputation: 35
Change It!!!

Okay ajeet, I'm sorry to hear that you're still having problems with your
linux but I have to agree with pixellany in that you are going to be far better off with another distribution of linux. I think that your best bet is either going to be Ubuntu or Freespire, which are both awesome distros. Go to

<a href="www.ubuntu.com">www.ubuntu.com</a>

For Ubuntu and

<a href="www.freespire.org">www.fresspire.org</a>

for Freespire. What you need to do in order to switch to either of these is to go to your internet able computer and either download a copy of their installation DVDs/CDs or order a premade DVD/CD from their online store. Buying one is easier and provides you with some sort of guarantee on the quality of data, as well as providing the developers with much needed cash. If you end up just downloading the CD/DVD image, you will need to burn the image properly in order for your installation to work. If you choose to go that route then reply on this thread and I'd be happy to help you from there.

Hopefully you decide to change your distro and leave PCQ Linux to others who are more willing to deal with it. Happy Hunting!
 
Old 03-18-2008, 01:55 PM   #24
shekhar_pcqlinux2008
LQ Newbie
 
Registered: Mar 2008
Posts: 1

Rep: Reputation: 0
try system-config-display command (utility)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: DistroWatch Weekly: First Look at Mandriva Flash 2008, Gentoo Linux 2008.0 sche LXer Syndicated Linux News 0 01-28-2008 05:30 AM
Source DVD of PCQ Linux 2007 shambarde Linux - Distributions 5 01-27-2008 06:14 AM
Mandriva 2008: Configure samba file sharing using GUI? dpeirce Mandriva 10 12-05-2007 04:42 PM
Installing Oracle 9i AS 1.0.2.0.0 on PCQ Linux based on Red Hat 7.1 ashutosh Linux - Software 1 07-02-2002 11:52 PM
telnet, ftp problem in linux 7.1 (PCQ) saroj Linux - Networking 1 09-22-2001 01:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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