Tiny Core Base > TCB Q&A Forum

[ HOW TO ] Resolution Changing ?!

<< < (9/15) > >>

xor:
the problem stems from 64-bit.
I had no such problems in the 32-bit version.

Where is the xorg.conf file?
https://ubuntuforums.org/showthread.php?t=1238476

Juanito:
Xorg-7.7 will usually work without an xorg.conf, but you can put xorg.conf snippets in /usr/local/share/X11/xorg.conf.d/

xor:
Xorg-7.7-3d installed.
and I also need to enter setxkbmap tr command for keyboard settings
In this respect, the standard xorg.conf file needs to be created.
with which command can I create this. ???

and also to all xorg packages (especially 64-bit) as standard.
I would like you to add the xorg.conf file to tcz packages.


--- Quote from: Juanito on July 24, 2020, 09:46:23 AM ---Xorg-7.7 will usually work without an xorg.conf, but you can put xorg.conf snippets in /usr/local/share/X11/xorg.conf.d/

--- End quote ---

xor:

--- Code: ---Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath     "/usr/local/lib/X11/fonts/misc/"
FontPath     "/usr/local/lib/X11/fonts/TTF/"
FontPath     "/usr/local/lib/X11/fonts/OTF/"
FontPath     "/usr/local/lib/X11/fonts/Type1/"
FontPath     "/usr/local/lib/X11/fonts/100dpi/"
FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "ColorTiling"        # [<bool>]
        #Option     "ColorTiling2D"      # [<bool>]
        #Option     "RenderAccel"        # [<bool>]
        #Option     "SubPixelOrder"      # [<str>]
        #Option     "AccelMethod"        # <str>
        #Option     "ShadowPrimary"      # [<bool>]
        #Option     "EXAVSync"            # [<bool>]
        #Option     "EXAPixmaps"          # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "DeleteUnusedDP12Displays" # [<bool>]
        #Option     "DRI3"                # [<bool>]
        #Option     "DRI"                # <i>
        #Option     "TearFree"            # [<bool>]
Identifier  "Card0"
Driver      "radeon"
BusID       "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

--- End code ---



--- Quote from: Juanito on July 24, 2020, 09:46:23 AM ---Xorg-7.7 will usually work without an xorg.conf, but you can put xorg.conf snippets in /usr/local/share/X11/xorg.conf.d/

--- End quote ---

xor:
xorg.conf w1943ss

How do I create an xorg.conf file for these features!?



--- Quote from: xor on July 25, 2020, 12:32:13 PM ---
--- Code: ---Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath     "/usr/local/lib/X11/fonts/misc/"
FontPath     "/usr/local/lib/X11/fonts/TTF/"
FontPath     "/usr/local/lib/X11/fonts/OTF/"
FontPath     "/usr/local/lib/X11/fonts/Type1/"
FontPath     "/usr/local/lib/X11/fonts/100dpi/"
FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "ColorTiling"        # [<bool>]
        #Option     "ColorTiling2D"      # [<bool>]
        #Option     "RenderAccel"        # [<bool>]
        #Option     "SubPixelOrder"      # [<str>]
        #Option     "AccelMethod"        # <str>
        #Option     "ShadowPrimary"      # [<bool>]
        #Option     "EXAVSync"            # [<bool>]
        #Option     "EXAPixmaps"          # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "DeleteUnusedDP12Displays" # [<bool>]
        #Option     "DRI3"                # [<bool>]
        #Option     "DRI"                # <i>
        #Option     "TearFree"            # [<bool>]
Identifier  "Card0"
Driver      "radeon"
BusID       "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

--- End code ---



--- Quote from: Juanito on July 24, 2020, 09:46:23 AM ---Xorg-7.7 will usually work without an xorg.conf, but you can put xorg.conf snippets in /usr/local/share/X11/xorg.conf.d/

--- End quote ---

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version