LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 09-08-2009, 12:37 PM   #1
10100010
LQ Newbie
 
Registered: Sep 2009
Posts: 12

Rep: Reputation: 0
problem with shine on X


Hi there,

sorry to bother you all once again...

My laptop's monitor appears very much without shine when i enter X (kde). I didn't noticed until now because i just installed Slackware a few weeks ago and was trying to do as much as possible from the command line. The thing is i noticed that or i was going blind or something was wrong with the monitor, it is dark in de upper half and too shiny in the bottom.

I booted an Ubuntu's LiveCD and it looks great, so i confirmed i doesn't have to go to the ophtalmologist yet. Could it be related to the Refresh Rates? I mod from 50 to auto, on KDE settings but nothing changed.

And i can't see, it's like a mirror, i see myself allt the time altough i shut the windows, and if i move a little bit the laptop i can't even see the dark cursor and the icons get all burry at the bottom.

Please, give me a hand!

And, of course, thanks!!!

PS: I forgot to said, the configuration was done automaticaly with nvidia's driver.

Thanks!

Last edited by 10100010; 09-08-2009 at 12:52 PM.
 
Old 09-08-2009, 01:29 PM   #2
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
can you post what your xorg.conf file looks like? that will give us a starting point. Can you also post the model of your laptop?
 
Old 09-08-2009, 04:12 PM   #3
10100010
LQ Newbie
 
Registered: Sep 2009
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for replying

My laptop is a Compaq F754LA, since in all the manuals it just didn't said a word about it i called to tech support, to know refresh rates and stuff and after having me on the phone around half an hour they said they don't know, only the display's fabricant does and they doesn't have contact with them... hurray for HP!

This is my xorg.cong

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jul 28 16:20:20 PDT 2009

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

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
    Load           "dri2"
    Load           "dbe"
    Load           "glx"
    Load           "extmod"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc101"
    Option         "XkbLayout" "es,es,es(nodeadkeys)"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "Unknown Vendor"
    BoardName      "Unknown Board"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    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
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection
I'm sorry if i'm not very clear, i don't know about it and it's difficult to explain then, especially in another language. It's like it's light missing from the display, the LiveCD i tried earlier it was more strong, defined, this is mirrorlike and if i don't look in an exact angle it gets or too shiny or to dark.

Thanks again!

Last edited by 10100010; 09-08-2009 at 04:19 PM.
 
Old 09-08-2009, 04:16 PM   #4
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
ok to change the screen size you can edit the xorg.conf file and under
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection

add
Code:
Modes "1024x768" "800x600"
you can add more just by adding "<size>" with a space in between each size.


Now for the refres rate. Let me do some digging and I will look post back when I get something.
 
Old 09-08-2009, 04:43 PM   #5
10100010
LQ Newbie
 
Registered: Sep 2009
Posts: 12

Original Poster
Rep: Reputation: 0
I did it and i get a "no screens found" message and finally "unable to connect to X server".

EDITED

Sorry, i had to add it in "Display Subsection", before the EndSubsection, now it worked, i added 1280x800 besides the two you said (it's the maximum resolution according to http://h10032.www1.hp.com/ctg/Manual/c01295900.pdf", a maintenance manual for and Compaq F700.

Thanks for helping me out, really!

Last edited by 10100010; 09-08-2009 at 05:05 PM.
 
  


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
LXer: Some Shine Brighter LXer Syndicated Linux News 0 08-26-2009 05:30 PM
LXer: Where Open Source Developers Shine LXer Syndicated Linux News 0 03-04-2007 05:31 AM

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

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