LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-24-2002, 12:12 PM   #1
j0ker
LQ Newbie
 
Registered: Mar 2002
Distribution: RedHat 7.1
Posts: 12

Rep: Reputation: 0
Question XFree86 4.2.0 at 1024x600?


So I have this cool new laptop, the JVC MP-XP7210, and its internal monitor supports an ideal resolution of 1024x600. Its obviously not in the default resolutions so I attempt to add my own modeline:

modeline "1024x600" 51 1024 1032 1176 1341 600 600 606 626

to the monitor section of the "/etc/X11/XF86Config-4" file. I've also experimented with other monitor and screen settings. But to no avail. The closest to success I have gotten is (this is hard to explain) where the vertical settings are correct, but the horizontal settings make the screen stretch across LCD panel, distorting everything left-to-right. To see the entire screen I have to use the mouse to 'push' (i can't explain it better than that) the screen to the other side of the LCD panel.

The machine has an SiS630 video card and is running RedHat 7.3 (latest kernel). Everything else about the OS works great (including the video card itself) except this.

Please help if you can, I want to use linux!


you can email me: j0ker@daforest.org if you like
 
Old 07-24-2002, 01:22 PM   #2
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
you need to alter the section in your XF86Config so it shows
Code:
Subsection "Display"
     Depth       24
     Modes      "1024x600"
     ViewPort    0 0
EndSubsection
you can have a load of other modes if you want especially if you are not sure whether the new one will work.

you'll find this section near the end of the file

hope that is what you wanted

Alex
 
Old 07-24-2002, 04:19 PM   #3
j0ker
LQ Newbie
 
Registered: Mar 2002
Distribution: RedHat 7.1
Posts: 12

Original Poster
Rep: Reputation: 0
I've already done that, on all three modes, 8, 16, & 24. I have it setup to use 1024x600 and 800x600, and both resolutions are stretched in ways I don't want. 800x600 fits, but stretches the "800" part to fit the LCD's 1024 width. When in 1024x600 mode, it stretches the screen beyond the LCD, which is obviously incorrect. I wish I could explain it better... am I making any sense at all?
 
Old 07-24-2002, 07:50 PM   #4
zelgadis
Member
 
Registered: Apr 2002
Location: Venezuela
Distribution: slackware 8.0
Posts: 67

Rep: Reputation: 15
What driver are you using?

There are a option mentionated in the manpages for the SiS video driver included with Xfree86 (man sis):

Option "NoXVideo" "boolean"
Enable or disable use of the video scaler. Default:
off.

I don't understand it use, and the chipsets it support are different from yours, but i think you can try it if you are using the "sis" driver..

Also you can search the JVC or SiS website to see if they have a driver
for your chipset.

Oppsss.... I think you must check this site:

http://www.sis.com/support/driver/linux.htm

Hope this help . . . . . . ^_^
 
Old 07-24-2002, 08:47 PM   #5
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
If what I'm reading is correct, you mean Virtual Screen/desktop?

If that's what you mean, lookie here:

--
Section "Screen"
Identifier "Screen0"
Device "nVidia Corporation|NV11"
Monitor "Monitor"
DefaultColorDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
Virtual 1024 768
EndSubSection
--
You see the "Virtual" tag? Reduce it to the maximum size of your screen, 1024x768. So it won't "stretch".

Scroll through the pages and make very sure the desired resolution comes before the others.
--
Section "Monitor"
Identifier "Monitor"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 29-72
VertRefresh 49-161
#1024x768 @ 85.0 Hz, 68.7 kHz hsync
# Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 77$
Modeline "1024x768" 94.50 1024 1088 1184 1376 768 769 $
#800x600 @ 85.0 Hz, 55.8 kHz hsync
Modeline "800x600" 60.75 800 864 928 1088 600 616 6$
#640x480 @ 85.0 Hz, 43.3 kHz hsync
Modeline "640x480" 36 640 696 752 832 480 481 4$
EndSection
--

Let me know if your screen on CRT is off-center.
 
Old 07-25-2002, 11:26 PM   #6
j0ker
LQ Newbie
 
Registered: Mar 2002
Distribution: RedHat 7.1
Posts: 12

Original Poster
Rep: Reputation: 0
Well, I've been trying everything, and yet nothing works. I did, however, go back to RedHat 7.1 and the older version of XFree86 seems to support the configuration *better* but not that well, and 7.1 seems to lack a LOT of things I need in 7.3.

Thanks for everyones help, and please let me know if you think of anything...
 
Old 07-25-2002, 11:57 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
since this is quite a peculiar notebook, have you tried the linux-laptop mailing list?
 
Old 07-26-2002, 12:53 AM   #8
RefriedBean
Member
 
Registered: Jun 2002
Location: N 37° 33.327 E 126° 55.650
Distribution: Gentoo, Slackware, OpenZaurus
Posts: 186

Rep: Reputation: 31
Re: XFree86 4.2.0 at 1024x600?

Quote:
Originally posted by j0ker


modeline "1024x600" 51 1024 1032 1176 1341 600 600 606 626
Hi!
Just by the way, I think that XF86 4.x does not use modelines anymore, it makes them automatically on the fly, very nice

RefriedBean
 
Old 07-26-2002, 10:36 AM   #9
j0ker
LQ Newbie
 
Registered: Mar 2002
Distribution: RedHat 7.1
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Tinkster
since this is quite a peculiar notebook, have you tried the linux-laptop mailing list?
No, I haven't... good idea, I should've tried that first.

Quote:
Originally posted by RefriedBean
Hi!
Just by the way, I think that XF86 4.x does not use modelines anymore, it makes them automatically on the fly, very nice
Oh yeah? I didn't know that, do you know if there are any ways to turn that feature off? It may be what is causing the screen to distort since sometimes the computer seems to ignore what I tell it. (I'd better get to reading those man pages)

Thanks again!

Last edited by j0ker; 07-26-2002 at 10:38 AM.
 
Old 07-26-2002, 11:12 AM   #10
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
put a hash mark # in front of the offending line or just delete it. I read the man pages for you (i was in that sort of mood) and they are obselete nowadays apparently.

Alex

P.S. you want 'man XF86Config' for all the options in the config file explained to you.
 
Old 07-26-2002, 09:39 PM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Are you sure that it uses 1024x600 and not 1024x768?

Last edited by Aussie; 07-26-2002 at 09:42 PM.
 
Old 07-26-2002, 10:04 PM   #12
j0ker
LQ Newbie
 
Registered: Mar 2002
Distribution: RedHat 7.1
Posts: 12

Original Poster
Rep: Reputation: 0
http://shop.conics.net/laptop/victor-mpxp/index.html

^^^ check that site about the machine. Its a subnotebook.


...
And thanks webtoe, I'll check those man pages too.
 
Old 07-26-2002, 10:15 PM   #13
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Wierd LCD size, have a look on http://www.mobilix.org/ for info.
 
Old 09-24-2002, 05:58 PM   #14
todor
LQ Newbie
 
Registered: Sep 2002
Location: Germany
Posts: 2

Rep: Reputation: 0
I had the same problem with my new JVC MP-XP7210. Have a look at:

http://www.winischhofer.net/linuxsis630.shtml

Install the two binaries for the X driver and the DRI module. On my SuSE V8.0 installation it works fine with 1024x600 resolution.
 
Old 10-01-2002, 07:55 AM   #15
linlar
LQ Newbie
 
Registered: Oct 2002
Posts: 1

Rep: Reputation: 0
Nice to hear that linux works on JVC MP-XP7210! I am thinking about buying one as well. All I want to know is how difficult the installation is going to be using SuSE V7.2 or V8.0. Is there any problem using a external CDROM? Do I need a floppy drive?
 
  


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
"extension "XFree86-DRI" missing on display" upgrading XFree86 to 4.3.0 on Sarge Moloko Debian 5 03-31-2004 05:06 PM
Help configuring XFree86 on YDL 2.3 (black screen & failed XFree86 -configure) EnVoy Linux - General 1 11-24-2003 04:32 PM
1024x600 on Portege 300CT coujeaux Linux - Laptop and Netbook 6 10-24-2003 03:08 PM
XFree86 4.3 on woody, can't run XFree86 -Config mtr Debian 6 08-15-2003 12:50 PM
Will ATI Radeon 8500 XFree86 4.2 driver work with Xfree86 4.3? Stevetgn Linux - Hardware 1 06-24-2003 06:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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