Results 11 to 20 of 21
Okay I saved by ctrl+x than Y to save.
I then tried to run system-config-display again and I got the same message.
I then tried to run startx and again ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-31-2007 #11Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
Okay I saved by ctrl+x than Y to save.
I then tried to run system-config-display again and I got the same message.
I then tried to run startx and again the same error from the begining.
- 02-01-2007 #12Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
Can Someone Help?
- 02-01-2007 #13
hi !
is there any Section Monitor in xorg file?? i asked earlier too.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-01-2007 #14Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
This is Everything:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Input Device "Keyboard0" "CoreKeyboard"
Input Device "Synaptics" "CorePointer"
End Section
Section "InputDevice"
Identifier "Keyboard 0"
Driver "kbd"
Option "XkbdModel" "pc105"
Option "XkbdLayout" "us"
End Section
Section "InputDevice"
Identifier "Synaptics"
Driver "Synaptics"
Option "Device" "dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
End Section
Section "Screen"
Identifier 'Screen0"
Device "Videocard0"
Default Depth 24
SubSection "Display"
Viewport 0 0
Depth 24
modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
- 02-01-2007 #15
Fedora didn't create complete xorg.conf file. this is strange.
execute this
copy this and add before Section "Screen"Code:cd /etc/X11 cp xorg.conf xorg.conf.old nano xorg.conf
check you Monitor's Manual for supported HorizSync and VertiRefresh rates and edit accordingly. save file and execute 'system-config-display' again. execute 'startx' after that.Code:Section "Monitor" Identifier "Monitor0" ModelName "Generic" HorizSync 30.0 - 60.0 VertRefresh 50.0 - 70.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-01-2007 #16Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
I am doing this on a laptop So I don't know where I would find out this info on the monitor since it is one unit.
- 02-01-2007 #17
check the Website of your Laptop Manufacturer.
these are generic refresh rates and works fine on most of laptops.Code:HorizSync 30.0 - 60.0 VertiRefresh 50.0 - 70.0
try these and check if it works.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-01-2007 #18Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
It worked, THANKS!
Now if that file was a little messed up than do you think their is a lot else messed up?
Startx is running.
But the desktop effects won't enable.
- 02-01-2007 #19No. GUI is controlled and configured by xorg.conf file only.Now if that file was a little messed up than do you think their is a lot else messed up?
what type of effects? XGL/3D ?But the desktop effects won't enable.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-01-2007 #20Just Joined!
- Join Date
- Jan 2007
- Posts
- 14
Yeah the wobble effects and etc., I'm thinking Beryl If I am correct. I guess it would XGL/3D. Is there something I need to do before I can use it?


Reply With Quote
