LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Reply
  Search this Thread
Old 03-09-2015, 07:45 PM   #1
prizm02
Member
 
Registered: Mar 2015
Location: USA
Distribution: Solydx
Posts: 72

Rep: Reputation: Disabled
Another senior newbie


Hello to all, I am a salix 14.0 user, former ubuntu user. I hope I can get some help in changing from vesa to intel onboard graphics.
And further my linux education.


Good Day.
 
Old 03-09-2015, 07:51 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Howdy and Welcome from a scooter tramp Salix user.

Hmmm. Just checked.

Code:
harry[~]$ inxi -G
Graphics:  Card: Intel Mobile 945GSE Express Integrated Graphics Controller
           Display Server: X.Org 1.14.3 drivers: intel (unloaded: vesa)
           Resolution: 1024x600@53.3hz
           GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2
           GLX Version: 1.4 Mesa 9.1.7
harry[~]$ harry[~]$ inxi -S
System:    Host: biker.net Kernel: 3.10.17-smp i686 (32 bit)
           Desktop: Fluxbox 1.3.5 Distro: Salix 14.1 32bit
I did not have to do anything special during my install to get
the intel driver to load. But I am running Fluxbox Salix.

Last edited by rokytnji; 03-09-2015 at 07:55 PM.
 
Old 03-09-2015, 08:01 PM   #3
prizm02
Member
 
Registered: Mar 2015
Location: USA
Distribution: Solydx
Posts: 72

Original Poster
Rep: Reputation: Disabled
Thanks

Wow that was fast, used to be a scooterer myself, now more of a pedaler. Anyway I was in over my head trying to fo fix xorg.conf with lots of forum help.

Hopeful this time.
 
Old 03-10-2015, 04:58 AM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
Welcome aboard.
 
Old 03-11-2015, 10:38 AM   #5
prizm02
Member
 
Registered: Mar 2015
Location: USA
Distribution: Solydx
Posts: 72

Original Poster
Rep: Reputation: Disabled
Rute Book

I bought a hard copy recently. I'm trying to manually configure xorg in salix 14.1 so I can use acpi on a intel DB43LD board with onboard graphics. Lot of info out there, but so far no success.


Later.
 
Old 03-11-2015, 02:16 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
acpi is in gslapt package manager. It is not installed by default in Salix Fluxbox 14. You have to install it.

Try

Code:
acpi -b
if using a laptop. If acpi is installed. It will show the battery.

Code:
acpi -t
will show a temperature readout if acpi is installed.

I have my Salix netbook put away right now. I am posting from my
other AntiX netbook with a touchscreen doing some testing for Anticapitilista. He and the team has taught me most everything I know about driving Linux comfy like.

If editing /etc/X11/xorg.conf in Salix. Make sure you back up original 1st . Name original something like xorg.conf.old or xorg.confbk before proceeding with any edits. That way you have the working original to fall back to using in case you break something with your edits.

Here is a quick way to look around in terminal to show what I am talking about. Antix does not use a xorg.conf anymore as Debian has
moved on from that.

Code:
harry@scuzbucket:~
$ cd /etc/X11
harry@scuzbucket:/etc/X11
$ ls
app-defaults  rgb.txt  Xloadimage    Xreset.d    Xsession.options
fluxbox       X        xorg.conf.d   Xresources  xsm
fonts         xinit    xorg.conf.in  Xsession    XvMCConfig
icewm         xkb      Xreset        Xsession.d  Xwrapper.config
harry@scuzbucket:/etc/X11
$ cat xorg.conf.in
Section "ServerFlags"
    Option "DontZap" "Off"
    Option "AllowMouseOpenFail" "true"
    Option "blank time" "0"
    Option "standby time" "0"
    Option "suspend time" "0"
    Option "off time" "0" 
EndSection
  
Section "InputClass"
    Identifier "middle button emulation class"
    MatchIsPointer "on"
    #Option "Emulate3Buttons" "on"
    #Option "Emulate3Timeout" "50"
EndSection
  
Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
EndSection
  
Section "InputDevice"
    Driver "synaptics"
    Identifier "ALPS Touchpad"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "event"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.030"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
EndSection
  
Section "InputDevice"
    Identifier "Appletouch"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "100"
    Option "RightEdge" "1120"
    Option "TopEdge" "50"
    Option "BottomEdge" "310"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapMove" "220"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "TapButton3" "2"
    Option "MinSpeed" "0.79"
    Option "MaxSpeed" "0.88"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
EndSection
  
Section "Monitor"
    Identifier "Monitor0"
    VendorName "unknown"
    ModelName "unknown"
    Option "DPMS" "true"
    HorizSync    30-75
    VertRefresh  55-70 
EndSection
  
Section "Device"
    Identifier  "Card0"
    Driver "@@XMODULE@@"
    BoardName "unknown"
  
    Screen 0
   #Option "UseDisplayDevice" "dfp"
   #Option "MonitorLayout" "crt,crt"
   #BusID  "PCI:1:0:0"
   #Option "sw_cursor" # needed for some ati cards
   #Option "hw_cursor"
   #Option "NoAccel"
   #Option "ShowCache"
   #Option "ShadowFB"
   #Option "UseFBDev"
   #Option "Rotate"
    Option "UseInternalAGPGART" "no"
  
    Option "XAANoOffscreenPixmaps" "true"
  
# savage special options, use with care
   #Option "NoUseBios"
   #Option "BusType" "PCI"
    Option "DmaMode" "None"
  
# nvidia special options, use with care
    Option "CursorShadow" "1"
    Option "CursorShadowAlpha" "63"
    Option "CursorShadowYOffset" "2"
    Option "CursorShadowXOffset" "4"
    Option "FlatPanelProperties" "Scaling = native"
    Option "NoLogo" "true"
    Option "UseEDID" "true"
    Option "AddARGBGLXVisuals" "true"
    Option "RenderAccel" "true"
   #Option "AllowGLXWithComposite" "true"
EndSection
  
Section "Device"
    Identifier  "Card1"
    Driver "@@XMODULE@@"
    BoardName "unknown"
  
    Screen 1
   #Option "MonitorLayout" "crt,crt"
   #BusID  "PCI:1:0:0"
EndSection
  
Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    
    SubSection "Display"
    Depth 8
    @@MODES@@
    EndSubSection
    SubSection "Display"
    Depth 15
    @@MODES@@
    EndSubSection
    SubSection "Display"
    Depth 16
    @@MODES@@
    EndSubSection
    SubSection "Display"
    Depth 24
    @@MODES@@
    EndSubSection
    SubSection "Display"
    Depth 32
    @@MODES@@
    EndSubSection
    
    # Only the official NVIDIA driver supports twinview
    # these setting are an example
    Option "TwinView" "false"
    Option "SecondMonitorVendorName" "unknown"
    Option "SecondMonitorModelName" "unknown"
    Option "SecondMonitorHorizSync" "30-75"
    Option "SecondMonitorVertRefresh" "55-70"
   #Option "MetaModes" "1024x768, 1024x768"
    Option "TwinViewOrientation" "RightOf"
    Option "ConnectedMonitor" "dfp,dfp"
EndSection
  
Section "DRI"
    Mode 0666
EndSection
  
Section "Extensions"
    Option "Composite" "Enable"
EndSection
harry@scuzbucket:/etc/X11
$ inxi -S
System:    Host: scuzbucket Kernel: 3.19.1-antix.1-486-smp i686 (32 bit)
           Desktop: IceWM 1.3.8
           Distro: antiX-14-a5-RV_386-full Killah_P 14 January 2015
harry@scuzbucket:/etc/X11
$ sudo -s
[sudo] password for harry: 
root@scuzbucket:/etc/X11# cp xorg.conf.in xorg.conf.in.old
root@scuzbucket:/etc/X11# exit
exit
harry@scuzbucket:/etc/X11
$ ls
app-defaults  X            xorg.conf.in      Xsession          Xwrapper.config
fluxbox       xinit        " Xsession.d
fonts         xkb          Xreset            Xsession.options
icewm         Xloadimage   Xreset.d          xsm
rgb.txt       xorg.conf.d  Xresources        XvMCConfig
harry@scuzbucket:/etc/X11
The
Quote:
cp xorg.conf.in xorg.conf.in.old
was me making a backup using the copy command "cp" so if I wanted to edit anything in "xorg.conf.in". I 1st made it's twin brother
"xorg.conf.in.old " before proceeding with any edits.

Using the "cd" command. I used it to open doors in terminal so I could get into the room /etc/X11. So I could work in X11 room.
I used the "ls" command like a flashlight to look around in that room
because it is dark in there and I cannot see a thing in terminal till I use "ls". I used the "cat" command to read the text fle
"xorg.conf.in" just in case I wish to highlight the words in terminal with a mouse click, copy and paste, and make a new text file in /home as a backup with whatever name I wish.

Good luck with your edits. If it fubars. You have a backup named .old or bk that you can remove the .old or bk from the end of the name. Reboot. No harm no foul.

Lots of ways to ride Linux. Just like a motorcycle or bicycle.
Lastly. I recommend you down load and keep the pdf for Salix getting started in your Documents folder in /home/username.
Quote:
The Salix Startup Guide can be viewed online and it is also available as a pdf file.
from here

Lunchtime over, Happy Trails, Rok
 
Old 03-12-2015, 06:02 PM   #7
prizm02
Member
 
Registered: Mar 2015
Location: USA
Distribution: Solydx
Posts: 72

Original Poster
Rep: Reputation: Disabled
Reply

Thanks Rok,

ACPI is installed in 14.1 live cd, and my 14.0 install. 14 uses intel 2.19 driver, 14.1 uses 2.21.15 if that matters. I can only get 1280x1024 with ACPI off.
Tried lubuntu 14.10 and intel works nice, but I don't like buntus. Maybe I can copy parts of it ?

Here is the Xorg.log of 14.1 live
Code:

Section "ServerLayout"
   Identifier "Simple Layout"
   Screen "Screen 1"
   InputDevice "Mouse 1" "CorePointer"
   InputDevice "Keyboard 1" "CoreKeyboard"
EndSection

Section "ServerFlags"
#   Option       "DontZap"      "off"
   Option      "DefaultServerLayout"  "Simple Layout"
EndSection

Section "Files"
   RgbPath "/usr/share/X11/rgb"

##   FontPath     "/usr/share/fonts/local"  # missing
#   FontPath     "/usr/share/fonts/TTF"  # default
##   FontPath     "/usr/share/fonts/OTF"  # missing
#   FontPath     "/usr/share/fonts/Type1"  # default
#   FontPath     "/usr/share/fonts/misc"  # default
##   FontPath     "/usr/share/fonts/CID"  # missing
#   FontPath     "/usr/share/fonts/75dpi/:unscaled"  # default
#   FontPath     "/usr/share/fonts/100dpi/:unscaled"  # default
#   FontPath     "/usr/share/fonts/75dpi"  # default
#   FontPath     "/usr/share/fonts/100dpi"  # default
#   FontPath     "/usr/share/fonts/cyrillic"  # default
EndSection

Section "Module"
#   Load "dbe"      # Double buffer extension  # default
   SubSection "extmod"
      Option "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection

   Load "type1"
   Load "freetype"
#   Load "glx"  # default
EndSection

Section "InputDevice"
   Identifier "Keyboard 1"
   Driver "kbd"
EndSection

Section "InputDevice"
   Identifier "Mouse 1"
   Driver "mouse"
   Option "Protocol" "PS/2"
   Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
   Identifier "Monitor 1"
   HorizSync   31.5-50.0
   VertRefresh   40-90
   Option   "DPMS"
  ModeLine "1366x768" 84.75 1366 1440 1584 1776 768 769 772 800 -hsync +vsync
EndSection

Section "Device"
   Identifier "Intel"
   Driver "intel"
#   Chipset "B43"
  BusID     "PCI:00:02:0"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device "Intel B43"
   Monitor "Monitor 1"
#  DefaultDepth 24

   Subsection "Display"
      Depth 8
      Modes "1366x768"  # "1280x1024" "1024x768" "800x600" "640x480"
   EndSubsection
   Subsection "Display"
      Depth 16
     Modes "1366x768"  # "1280x1024" "1024x768" "800x600" "640x480"
   EndSubsection
   Subsection "Display"
      Depth 24
    Modes "1366x768"  # "1280x1024" "1024x768" "800x600" "640x480"
   EndSubsection
   Subsection "Display"
      Depth 32
      Modes "1366x768"  # "1280x1024" "1024x768" "800x600" "640x480"
   EndSubsection
EndSection
A Salix pro tried to help me but I wore out his patience. Do I need newer drivers which are .rpm or .deb only, OR go with a new vid card ??

Thanks.
 
Old 03-15-2015, 12:57 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Do I need newer drivers which are .rpm or .deb only, OR go with a new vid card ??
I don't really know myself. I feel if I say installing a driver outside of the kernel in Salix 14. You will break the install.

You are showing

Quote:
Section "Device"
Identifier "Intel"
Driver "intel"
in /ect/X11/xorg.conf. Running live though is not the same as install to me. Parameters change in my experience. I have a hard time explaining what I mean by this. The only way
I know how to clarify my stand on this is to show you this string of posts of mine in another testing phase of a distro team I am a member of.

http://antix.freeforums.org/post39155.html#p39155

It starts at that post and I show later on, on how I skinned that cat later. I show pictures, scrrenshots, and details in page 2 on up till you get to the below link in case you are interested.

http://antix.freeforums.org/post39361.html#p39361

Live was a more of a mess for me.

Last edited by rokytnji; 03-15-2015 at 01:01 PM.
 
Old 03-18-2015, 11:09 AM   #9
prizm02
Member
 
Registered: Mar 2015
Location: USA
Distribution: Solydx
Posts: 72

Original Poster
Rep: Reputation: Disabled
Thanks Rok, I will check it out when I have time.
 
  


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
newbie senior joins up rinsebouy LinuxQuestions.org Member Intro 4 03-02-2015 07:40 PM
Best Distribution For Senior Scientific Programmer Who Is Linux Newbie ogushwitz Linux - General 10 01-09-2010 02:09 AM
LXer: Former Intel Senior Fellow to Join SWsoft as Senior Technical Advisor LXer Syndicated Linux News 0 01-09-2007 03:21 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

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