LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-04-2003, 11:29 PM   #1
bulin
LQ Newbie
 
Registered: Sep 2002
Distribution: rh7.2&mdk9.0
Posts: 9

Rep: Reputation: 0
I've got a problem with display


Hi guys,
I've got a problem with display.
My monitor is Fujitsu FMV-DP844 and Graphics card is Trident 3DImage 9750,system is Mandrake8.2.
It can't display in 800X600 16dpp 75Hz. But in windows98,it can display well in 800X600 32dpp 85Hz.
I really need your advice. Can show me how to do it ?

The following picture shows you in 800X600 16dpp 75Hz:
http://www.linuxfans.org/nuke/module...s/Dsc03918.jpg
 
Old 01-05-2003, 08:09 PM   #2
BxBoy
Member
 
Registered: Oct 2002
Location: New York City (nYc)
Distribution: Red Hat Enterprise 3
Posts: 93

Rep: Reputation: 15
Look in your /etc/X11/XF86Config file and look for depth, see if you can add the 16 in there.
 
Old 01-10-2003, 10:52 PM   #3
bulin
LQ Newbie
 
Registered: Sep 2002
Distribution: rh7.2&mdk9.0
Posts: 9

Original Poster
Rep: Reputation: 0
This is my XF86Config-4 file:
Code:
...
Section "Monitor"
    Identifier "monitor1"
    VendorName "Fujitsu"
    ModelName "Unknown"
    HorizSync 30.0-50.0
    VertRefresh 50.0-80.0
    
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Trident Microsystems"
    BoardName "Trident 3DImage975 (generic)"
    Driver "trident"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
    Subsection "Display"
        Depth 8
        Modes "800x600" "640x480"
        ViewPort 0 0    
    EndSubsection
    Subsection "Display"
        Depth 15
        Modes "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
    Subsection "Display"
        Depth 16
        Modes "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
    Subsection "Display"
        Depth 24
        Modes "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
    Subsection "Display"
        Depth 32
        Modes "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
Can you help me ? Thanks in advance!
 
Old 01-11-2003, 02:19 PM   #4
ovi.ro
LQ Newbie
 
Registered: Jan 2003
Location: Venice/Italy
Distribution: the fucking suse man
Posts: 8

Rep: Reputation: 0
try using the xserver in console mode.you should be able to modify
 
Old 01-11-2003, 08:35 PM   #5
bulin
LQ Newbie
 
Registered: Sep 2002
Distribution: rh7.2&mdk9.0
Posts: 9

Original Poster
Rep: Reputation: 0

I don't know what to do? Can you tell me?

Last edited by bulin; 01-11-2003 at 08:37 PM.
 
Old 01-12-2003, 05:41 AM   #6
ovi.ro
LQ Newbie
 
Registered: Jan 2003
Location: Venice/Italy
Distribution: the fucking suse man
Posts: 8

Rep: Reputation: 0
well.first you have to enter the console mode(ctrl+alt+F1orF2;alt+F1orF2)then log in as root if you are not already loged in.change the xserver to init 3 by typing init 3(then press enter)then type startx.press enter again.it should apear the config window wher you can make all the settings that you need.you can use instead of startx the command xf86config4 allways in console mode.
 
Old 01-13-2003, 08:37 AM   #7
bulin
LQ Newbie
 
Registered: Sep 2002
Distribution: rh7.2&mdk9.0
Posts: 9

Original Poster
Rep: Reputation: 0
It shows me those:
INIT: Switch to runlevel:3
INIT: Sending processes the TERM signal
[root@bulin /]#starting iptables [ok]
Found Backward compatiblity with ipchains for kernel 2.4
[root@bulin /]#startx
Fatal server error:
Server is already active for display 0
If this server is no longer running,remove /tmp/.X0-lock and start again.
...
Xlib:connection to :0.0
refused by server.
Xlib: Invalid INIT-MAGIC-COOKIE-1 key.
giving up
Xinit: unable to connect to X server.
No such process (errno 3):Server error.
 
Old 01-19-2003, 08:39 AM   #8
bulin
LQ Newbie
 
Registered: Sep 2002
Distribution: rh7.2&mdk9.0
Posts: 9

Original Poster
Rep: Reputation: 0
After I upgraded to Mandrake9.0,the problem was over.
Thanks BxBoy and ovi.ro!
 
  


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
Problem withChanging DISPLAY environment variable to display on someone else's screen wantsri Linux - Networking 1 10-25-2005 11:14 AM
display problem. bruse Linux - Newbie 1 10-19-2005 08:22 AM
Display problem firefly87 Linux - Hardware 4 09-18-2005 01:19 PM
Display problem aviceda Mandriva 0 07-10-2004 05:05 PM
RH9 Shrike /sbin/loader display problem with SIS 630 laptop - display is blank ! johnvoisey Red Hat 4 11-01-2003 06:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:36 AM.

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