Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-16-2007, 10:18 AM
|
#16
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
This is /etc/X11/xorg.conf configuration files. If you need more information, please let me know.
Thanks for your help.
Your help is greatly appreciated by me and others.
|
|
|
03-16-2007, 12:33 PM
|
#17
|
Senior Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350
Rep:
|
Your xorg.conf misses two sections, one for mouse and one for monitor.
I can't say exactly what's right for you, here are my two sections as an example:
Section "Monitor"
Identifier "Monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
# HorizSync 40-60
# VertRefresh 60-90
Option "DPMS" "true"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPs2"
Option "Emulate3Buttons" "yes"
EndSection
Then add two lines, one for mouse to to the ServerLayout section:
Section "ServerLayout"
Identifier "Single head Configuration"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "Corekeyboard"
InputDevice "Mouse" "Corepointer"
EndSection
another for Section "Screen":
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor"
Depth 24
SubSection "Display"
viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubsection
EndSection
The HorizSync and VertRefresh are not absolutely needed, be somewhat careful.
I don't really understand why you didn't get a correct config, it is normally done by the system?
|
|
|
03-17-2007, 04:18 AM
|
#18
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
Is it i have to add two section exactly same as you even though my hardware is not same as you.
My monitor is samsung syncmaster 153v and my mouse is optical mouse.
Perhaps, i install the fedora core 6 with acpi=off. I just guess. I also don't know.
Thanks for your help.
|
|
|
03-17-2007, 05:02 PM
|
#19
|
Member
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Rep:
|
My understanding is that if you rename the xorg.conf file, then x will do a probe for you and create another. Dont delete your xorg.conf but rename it and reboot X.
ctl-alt-backspace should reboot X.
Leslie
|
|
|
03-17-2007, 11:24 PM
|
#20
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
My question: Is it have to add two section exactly same as you even though i have different hardware ?
My monitor is samsung syncmaster 153v and mouse is optical mouse connect via usb ports.
Thanks for your help.
Your help is greatly appreciated by me and others.
|
|
|
03-19-2007, 01:23 AM
|
#21
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
Plese double confirm with me.
|
|
|
03-19-2007, 03:56 AM
|
#22
|
Senior Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350
Rep:
|
You could try entering those 2 sections - mouse is very often the same device ("/dev/input/mice"), if it doesn't work for you you'll have to find out wwhere it is:
# find /dev -name '*mice*' -print
As for monitor, there's nothing specific in my section.
Just give it a try, it can't damage anyhing.
|
|
|
03-21-2007, 02:11 AM
|
#23
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
Your help is greatly appreciated by me. I will have a try.
|
|
|
03-21-2007, 08:00 AM
|
#24
|
Member
Registered: Dec 2006
Posts: 618
Original Poster
Rep:
|
I did not add the section but after i changed the hardwre which is my mouse and keyboard and the problem is solved. By the way, my mouse moded is ps/2 samsung-Smop5000wx-bk and keyboard is samsung-Ak3000SP-BK. This is a combo -lite and the model is k31c.
|
|
|
All times are GMT -5. The time now is 05:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|