Results 11 to 19 of 19
Actually first I have to do my java homework but then ill do it....
- 09-14-2008 #11Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Actually first I have to do my java homework but then ill do it.
- 09-14-2008 #12Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
that's cool. I was a complete linux noob half a year ago. now I'm semi-noob

what is your java homework?
just curious. I'm beginning to learn java just these days (information technology class in high school thingy).
hf
- 09-15-2008 #13Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Um yeah I cant cd into etc/x11 it says it cant find the directory, when I type ls its not there either. Java so far is pretty much the same stuff as in highschool, just the class goes about 3 times faster. Def want to take it in highschool if you plan on doing computer science/software engineering.
- 09-15-2008 #14Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
try
cd /etc/X11
instead of
cd etc/X11
hf
EDIT:
type it EXACTLY how i wrote it. it is case sensitive and the first / before the etc IS necessary.
- 09-15-2008 #15Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
# File generated by XFdrake (rev 234840)
Section "Extensions"
Option "Composite"
EndSection
# ************************************************** ********************
# Refer to the xorg.conf man page for details about the format of
# this file.
# ************************************************** ********************
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1600x1200 @ 70 Hz"
HorizSync 31.5-88.0
VertRefresh 50-90
# 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"
BoardName ""
Driver "vesa"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "SendCoreEvents"
Screen "screen1"
EndSection
- 09-15-2008 #16Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
alright.
add
before the line 'EndSection' of 'Section "Screen".Code:DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubsection
this is assuming you use 24 bit colordepth. you can set which resolutions are accepted as valid and which one is chosen by default (the first one: 1600x1200).
The thing is, no matter what KDE, randr and other GUI might tell you, all that will actually effect the resolution is what all these GUIs write into the configs. At boot of KDE (also of nearly any other desktop environment), X-Server is being started. first it reads xorg.conf, then all the other configs. if in the configs there is a resolution that doesn't appear in xorg, it's not valid and therefore not being used, no matter how often and to which resolutions you set all them fine guis.
well, this is the explaination of a noob with little knowledge of all of it and it might be wrong, however, try what I wrote above
hf
- 09-16-2008 #17Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
didnt work : (
- 09-16-2008 #18Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
you saved it, right?
and you restarted the x-server? (press control+alt+backspace, log in as a normal user and type 'startx')
what does your xorg.conf look like now?
now that the resolution is valid from the side of xorg.conf, the resolution that you set with KDE in its configs might even work...
- 09-16-2008 #19
I would suggest you to check here under title Mandrake/Mandriva
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
