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 Hosts
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 > Peripherals / Hardware
Reload this Page Samsung 930B LCD under linux?
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!

Peripherals / Hardware Is your hardware supported? Having trouble getting some hardware working? Post here!

Closed Thread
 
Thread Tools Display Modes
Old 04-26-2005   #1 (permalink)
ibowtotux
Just Joined!
 
Join Date: Feb 2005
Location: At a rock house in Oak Cliff...
Posts: 87
Send a message via AIM to ibowtotux
Samsung 930B LCD under linux?

HI all,
I need to configure this monitor and I'm at a loss. On bootup, my entire screen shifts to the left and stays that way until I loadup X. In X, my fonts are now crappy and hard to read. I change the refresh rates as to what sansung's website stated, but am still having problems....
Here's my XF86CONFIG file.....


Code:
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        # Load "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        #Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Button" "no"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        #ChipSet     "GeForce4 Ti 4800 SE"
        #Card        "nv GeForce4 Ti 4800 SE"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
__________________
No bastard ever won a war by dying for his country.
He won it by making the other poor dumb bastard die for his country.
ibowtotux is offline  
Old 04-27-2005   #2 (permalink)
ibowtotux
Just Joined!
 
Join Date: Feb 2005
Location: At a rock house in Oak Cliff...
Posts: 87
Send a message via AIM to ibowtotux
Ok, I fixed the bootup problem and I'm guessing the fonts are coming from the 1024x768 mode. I popped up the font size and its fine. Basically, whether I run 1280x1024 or 1024x768, I get an image thats somewhat blurry and painful to look at. Though I'm using Samsung's refresh rates...is there something better out there for LCD's?
__________________
No bastard ever won a war by dying for his country.
He won it by making the other poor dumb bastard die for his country.
ibowtotux is offline  
Old 04-27-2005   #3 (permalink)
puntmuts
Linux Enthusiast
 
puntmuts's Avatar
 
Join Date: Dec 2004
Location: Republic Banana
Posts: 562
Arch Wiki
__________________
I\'m so tired .....
#200472
puntmuts is offline  
Old 04-27-2005   #4 (permalink)
ibowtotux
Just Joined!
 
Join Date: Feb 2005
Location: At a rock house in Oak Cliff...
Posts: 87
Send a message via AIM to ibowtotux
My fonts are already configured. I need help with some better sync values because my eyes are starting to bleed...
__________________
No bastard ever won a war by dying for his country.
He won it by making the other poor dumb bastard die for his country.
ibowtotux is offline  
Old 06-14-2005   #5 (permalink)
lbressler
Just Joined!
 
Join Date: Jun 2005
Location: Boston
Posts: 2
Samsung 930B LCD under linux troubles

I just got a new Samsung 930B. I run RedHat 9, and have the same problems at bootup, and the fonts are blurry.

How did you fix the bootup problem and change the fonts?

Any help is appreciated. - Thanks
lbressler is offline  
Old 06-14-2005   #6 (permalink)
ibowtotux
Just Joined!
 
Join Date: Feb 2005
Location: At a rock house in Oak Cliff...
Posts: 87
Send a message via AIM to ibowtotux
Re: Samsung 930B LCD under linux troubles

Quote:
Originally Posted by lbressler
I just got a new Samsung 930B. I run RedHat 9, and have the same problems at bootup, and the fonts are blurry.

How did you fix the bootup problem and change the fonts?

Any help is appreciated. - Thanks
For the bootup, simply adjust your monitor uses its own controls. In regards to the fonts: first, make sure that your sync ratios in xorg.conf are correct. Second, change your font size and start messing around with the resolution....
__________________
No bastard ever won a war by dying for his country.
He won it by making the other poor dumb bastard die for his country.
ibowtotux is offline  
Old 06-15-2005   #7 (permalink)
lbressler
Just Joined!
 
Join Date: Jun 2005
Location: Boston
Posts: 2
Re: Samsung 930B LCD under linux troubles

Thanks for the help.

I now have things looking good when running X.

But at bootup, if I shift things to the right with the monitor controls, then I assume the X stuff will be shifted right as well.

I read somewhere else that the problem might have to do with the frame buffer. Maybe I can disable it during boot.
lbressler is offline  
Old 06-15-2005   #8 (permalink)
ibowtotux
Just Joined!
 
Join Date: Feb 2005
Location: At a rock house in Oak Cliff...
Posts: 87
Send a message via AIM to ibowtotux
Re: Samsung 930B LCD under linux troubles

Quote:
Originally Posted by lbressler
Thanks for the help.

I now have things looking good when running X.

But at bootup, if I shift things to the right with the monitor controls, then I assume the X stuff will be shifted right as well.

I read somewhere else that the problem might have to do with the frame buffer. Maybe I can disable it during boot.
If you shift the screen at bootup, it will NOT affect X.
__________________
No bastard ever won a war by dying for his country.
He won it by making the other poor dumb bastard die for his country.
ibowtotux is offline  
Closed Thread


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




All times are GMT. The time now is 09:25 PM.




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

Content Relevant URLs by vBSEO 3.0.0